diff --git a/package-lock.json b/package-lock.json index 4a2aad3b2f..f5af8c3eb4 100644 --- a/package-lock.json +++ b/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", diff --git a/package.json b/package.json index 77b3649b10..822584e752 100644 --- a/package.json +++ b/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",