Browse Source

Merge pull request #6435 from nextcloud/dependabot/npm_and_yarn/vue/cli-plugin-unit-jest-4.5.15

Bump @vue/cli-plugin-unit-jest from 4.5.14 to 4.5.15
pull/6439/head
Joas Schilling 4 years ago
committed by GitHub
parent
commit
244d956f7e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 18
      package-lock.json
  2. 2
      package.json

18
package-lock.json

@ -67,7 +67,7 @@
"@nextcloud/eslint-config": "^6.1.0",
"@nextcloud/stylelint-config": "^1.0.0-beta.0",
"@nextcloud/webpack-vue-config": "^4.1.0",
"@vue/cli-plugin-unit-jest": "^4.5.14",
"@vue/cli-plugin-unit-jest": "^4.5.15",
"@vue/cli-service": "^4.5.15",
"@vue/test-utils": "^1.2.2",
"babel-loader-exclude-node-modules-except": "^1.2.1",
@ -4675,15 +4675,15 @@
}
},
"node_modules/@vue/cli-plugin-unit-jest": {
"version": "4.5.14",
"resolved": "https://registry.npmjs.org/@vue/cli-plugin-unit-jest/-/cli-plugin-unit-jest-4.5.14.tgz",
"integrity": "sha512-vv2qPnJxBaRh7aGhYNsCYIq0QFBKrRIRNytat7gLtUo9BlA8n+4RN2O8LOikO8qrSDE3HGTRvJnrYQrNG/xA2Q==",
"version": "4.5.15",
"resolved": "https://registry.npmjs.org/@vue/cli-plugin-unit-jest/-/cli-plugin-unit-jest-4.5.15.tgz",
"integrity": "sha512-oE3RDMerb21P6ALg70Zh2zU+RYYjoe09/7ZXYUj03uTb2obqUbcINpFfeVwM0B/J6H1YmqWJpnNBxWURhrqQHg==",
"dev": true,
"dependencies": {
"@babel/core": "^7.11.0",
"@babel/plugin-transform-modules-commonjs": "^7.9.6",
"@types/jest": "^24.0.19",
"@vue/cli-shared-utils": "^4.5.14",
"@vue/cli-shared-utils": "^4.5.15",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^24.9.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
@ -30804,15 +30804,15 @@
}
},
"@vue/cli-plugin-unit-jest": {
"version": "4.5.14",
"resolved": "https://registry.npmjs.org/@vue/cli-plugin-unit-jest/-/cli-plugin-unit-jest-4.5.14.tgz",
"integrity": "sha512-vv2qPnJxBaRh7aGhYNsCYIq0QFBKrRIRNytat7gLtUo9BlA8n+4RN2O8LOikO8qrSDE3HGTRvJnrYQrNG/xA2Q==",
"version": "4.5.15",
"resolved": "https://registry.npmjs.org/@vue/cli-plugin-unit-jest/-/cli-plugin-unit-jest-4.5.15.tgz",
"integrity": "sha512-oE3RDMerb21P6ALg70Zh2zU+RYYjoe09/7ZXYUj03uTb2obqUbcINpFfeVwM0B/J6H1YmqWJpnNBxWURhrqQHg==",
"dev": true,
"requires": {
"@babel/core": "^7.11.0",
"@babel/plugin-transform-modules-commonjs": "^7.9.6",
"@types/jest": "^24.0.19",
"@vue/cli-shared-utils": "^4.5.14",
"@vue/cli-shared-utils": "^4.5.15",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^24.9.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",

2
package.json

@ -75,7 +75,7 @@
"@nextcloud/eslint-config": "^6.1.0",
"@nextcloud/stylelint-config": "^1.0.0-beta.0",
"@nextcloud/webpack-vue-config": "^4.1.0",
"@vue/cli-plugin-unit-jest": "^4.5.14",
"@vue/cli-plugin-unit-jest": "^4.5.15",
"@vue/cli-service": "^4.5.15",
"@vue/test-utils": "^1.2.2",
"babel-loader-exclude-node-modules-except": "^1.2.1",

Loading…
Cancel
Save