From 144ca0d39de1cb74a218c3289c837f8a4e464b9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Dec 2021 05:21:17 +0000 Subject: [PATCH] Bump @nextcloud/webpack-vue-config from 4.1.4 to 4.2.0 Bumps [@nextcloud/webpack-vue-config](https://github.com/nextcloud/webpack-vue-config) from 4.1.4 to 4.2.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.1.4...v4.2.0) --- updated-dependencies: - dependency-name: "@nextcloud/webpack-vue-config" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 24 ++++++++++++------------ package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6428e3a73..afb0bab96 100644 --- a/package-lock.json +++ b/package-lock.json @@ -47,7 +47,7 @@ "@nextcloud/browserslist-config": "^2.2.0", "@nextcloud/eslint-config": "^6.1.1", "@nextcloud/stylelint-config": "^1.0.0-beta.0", - "@nextcloud/webpack-vue-config": "^4.1.4", + "@nextcloud/webpack-vue-config": "^4.2.0", "@relative-ci/agent": "^3.0.0", "@vue/test-utils": "^1.3.0", "jest": "^27.3.1", @@ -3262,13 +3262,13 @@ } }, "node_modules/@nextcloud/webpack-vue-config": { - "version": "4.1.4", - "resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-4.1.4.tgz", - "integrity": "sha512-rpM2PQXjGEkdMD6aoEg4YebcuVRSB0e0a8kVZVt5HVtPYScZ/lTOlZqEEOvovNsUOP1lGbneGZwIKlolSqyXsw==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-4.2.0.tgz", + "integrity": "sha512-VBvIFus8nWr0rQt2RVDUjF2TV+JGyU24pXZkyqpclonxTDt8XngeW/Zr05GkCIIUvVhB814cpWUAfiznB/4QBQ==", "dev": true, "engines": { - "node": ">=14.0.0", - "npm": ">=7.0.0" + "node": "^14.0.0", + "npm": "^7.0.0" }, "peerDependencies": { "@babel/core": "^7.13.10", @@ -3280,12 +3280,12 @@ "sass": "^1.32.8", "sass-loader": "^12.1.0", "style-loader": "^3.3.1", - "stylelint": "^13.12.0", - "stylelint-webpack-plugin": "^3.0.1", + "stylelint": "^14.0.1", + "stylelint-webpack-plugin": "^3.1.0", "vue-loader": "^15.9.6", "vue-template-compiler": "^2.6.12", "webpack": "~5.46.0", - "webpack-cli": "^4.5.0", + "webpack-cli": "^4.7.0", "webpack-dev-server": "^4.0.0" } }, @@ -21191,9 +21191,9 @@ } }, "@nextcloud/webpack-vue-config": { - "version": "4.1.4", - "resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-4.1.4.tgz", - "integrity": "sha512-rpM2PQXjGEkdMD6aoEg4YebcuVRSB0e0a8kVZVt5HVtPYScZ/lTOlZqEEOvovNsUOP1lGbneGZwIKlolSqyXsw==", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-4.2.0.tgz", + "integrity": "sha512-VBvIFus8nWr0rQt2RVDUjF2TV+JGyU24pXZkyqpclonxTDt8XngeW/Zr05GkCIIUvVhB814cpWUAfiznB/4QBQ==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index 4bb07f07d..2c78c58b6 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "@nextcloud/browserslist-config": "^2.2.0", "@nextcloud/eslint-config": "^6.1.1", "@nextcloud/stylelint-config": "^1.0.0-beta.0", - "@nextcloud/webpack-vue-config": "^4.1.4", + "@nextcloud/webpack-vue-config": "^4.2.0", "@relative-ci/agent": "^3.0.0", "@vue/test-utils": "^1.3.0", "jest": "^27.3.1",