From a43de8ec291403bd40bbdbce3058b234df94b6d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Feb 2022 08:35:52 +0000 Subject: [PATCH] Bump @nextcloud/webpack-vue-config from 4.3.2 to 5.0.0 Bumps [@nextcloud/webpack-vue-config](https://github.com/nextcloud/webpack-vue-config) from 4.3.2 to 5.0.0. - [Release notes](https://github.com/nextcloud/webpack-vue-config/releases) - [Changelog](https://github.com/nextcloud/webpack-vue-config/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/webpack-vue-config/compare/v4.3.2...v5.0.0) --- updated-dependencies: - dependency-name: "@nextcloud/webpack-vue-config" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index cb1722fa4..24d9d96b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "@nextcloud/browserslist-config": "^2.2.0", "@nextcloud/eslint-config": "^6.1.2", "@nextcloud/stylelint-config": "^2.1.2", - "@nextcloud/webpack-vue-config": "^4.3.2", + "@nextcloud/webpack-vue-config": "^5.0.0", "@relative-ci/agent": "^3.1.1", "@vue/test-utils": "^1.3.0", "jest": "^27.5.1", @@ -3271,9 +3271,9 @@ } }, "node_modules/@nextcloud/webpack-vue-config": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-4.3.2.tgz", - "integrity": "sha512-ygmuEZKWM7Rvq/ho3nWVgmR4ssXPkhI+Ne5oKMObKdfSMNj6LKNKqwmYVYMT7bAzzJj7aruWglk6QcvKhU3f1g==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-5.0.0.tgz", + "integrity": "sha512-NTmRxqcJ6FBFHrpIpDTvqhvH8DDyI8ZUVraCOsg5TVe0saYHl5HLABEn4UZqx0/heeFqI2Vr+mCM66bz2NsuKA==", "dev": true, "engines": { "node": "^14.0.0", @@ -3283,7 +3283,7 @@ "@babel/core": "^7.16.7", "babel-loader": "^8.2.3", "css-loader": "^6.5.1", - "eslint": "^7.22.0", + "eslint": "^8.6.0", "eslint-webpack-plugin": "^3.1.1", "node-polyfill-webpack-plugin": "1.1.4", "sass": "^1.47.0", @@ -21416,9 +21416,9 @@ } }, "@nextcloud/webpack-vue-config": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-4.3.2.tgz", - "integrity": "sha512-ygmuEZKWM7Rvq/ho3nWVgmR4ssXPkhI+Ne5oKMObKdfSMNj6LKNKqwmYVYMT7bAzzJj7aruWglk6QcvKhU3f1g==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-5.0.0.tgz", + "integrity": "sha512-NTmRxqcJ6FBFHrpIpDTvqhvH8DDyI8ZUVraCOsg5TVe0saYHl5HLABEn4UZqx0/heeFqI2Vr+mCM66bz2NsuKA==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index c0bb7a9e3..8204fb324 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "@nextcloud/browserslist-config": "^2.2.0", "@nextcloud/eslint-config": "^6.1.2", "@nextcloud/stylelint-config": "^2.1.2", - "@nextcloud/webpack-vue-config": "^4.3.2", + "@nextcloud/webpack-vue-config": "^5.0.0", "@relative-ci/agent": "^3.1.1", "@vue/test-utils": "^1.3.0", "jest": "^27.5.1",