From c9a35b86429a7ffc5efeccaf232b89ab6659a1ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 15:01:36 +0000 Subject: Build(deps-dev): Bump @nextcloud/webpack-vue-config from 5.5.1 to 6.0.0 Bumps [@nextcloud/webpack-vue-config](https://github.com/nextcloud-libraries/webpack-vue-config) from 5.5.1 to 6.0.0. - [Release notes](https://github.com/nextcloud-libraries/webpack-vue-config/releases) - [Changelog](https://github.com/nextcloud-libraries/webpack-vue-config/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud-libraries/webpack-vue-config/compare/v5.5.1...v6.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 | 43 ++++++++++++++++++++++--------------------- package.json | 2 +- 2 files changed, 23 insertions(+), 22 deletions(-) diff --git a/package-lock.json b/package-lock.json index cc183cf93..4703f5569 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "@nextcloud/eslint-plugin": "^2.0.0", "@nextcloud/password-confirmation": "^4.1.0", "@nextcloud/stylelint-config": "^2.1.2", - "@nextcloud/webpack-vue-config": "^5.1.0", + "@nextcloud/webpack-vue-config": "^6.0.0", "@types/jest": "^29.5.11", "@types/lodash": "^4.14.202", "@types/webpack-env": "^1.18.4", @@ -3584,28 +3584,29 @@ } }, "node_modules/@nextcloud/webpack-vue-config": { - "version": "5.5.1", - "resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-5.5.1.tgz", - "integrity": "sha512-2Q3kPnsvkKeENG3rruTjAE1oz/9w0u5QMKO8oh9arL2TIO2aswkDKBtkmu6q7Po3tE+3B2f+ggHq1PNkhtwu6w==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-6.0.0.tgz", + "integrity": "sha512-CLI1D5eFn/NSy2dq7U8I3R2YnE9yvHA01c49ukZmKiOEkDVFHRSkyBMQDfX0G77hHvPiIQuJdJ3ozN1esZu9kg==", "dev": true, "engines": { - "node": "^16.0.0", - "npm": "^7.0.0 || ^8.0.0" + "node": "^20.0.0", + "npm": "^9.0.0" }, "peerDependencies": { - "@babel/core": "^7.19.6", - "babel-loader": "^9.0.0", - "css-loader": "^6.7.1", + "@babel/core": "^7.22.9", + "babel-loader": "^9.1.3", + "css-loader": "^6.8.1", "node-polyfill-webpack-plugin": "2.0.1", - "sass": "^1.55.0", - "sass-loader": "^13.1.0", - "style-loader": "^3.3.1", - "vue": "^2.7.13", - "vue-loader": "^15.10.0", - "vue-template-compiler": "^2.7.13", - "webpack": "^5.74.0", - "webpack-cli": "^5.0.1", - "webpack-dev-server": "^4.11.1" + "sass": "^1.64.2", + "sass-loader": "^13.3.2", + "style-loader": "^3.3.3", + "ts-loader": "^9.4.4", + "vue": "^2.7.14", + "vue-loader": "^15.10.1", + "vue-template-compiler": "^2.7.14", + "webpack": "^5.88.2", + "webpack-cli": "^5.1.4", + "webpack-dev-server": "^4.15.1" } }, "node_modules/@nicolo-ribaudo/chokidar-2": { @@ -23001,9 +23002,9 @@ "requires": {} }, "@nextcloud/webpack-vue-config": { - "version": "5.5.1", - "resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-5.5.1.tgz", - "integrity": "sha512-2Q3kPnsvkKeENG3rruTjAE1oz/9w0u5QMKO8oh9arL2TIO2aswkDKBtkmu6q7Po3tE+3B2f+ggHq1PNkhtwu6w==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-6.0.0.tgz", + "integrity": "sha512-CLI1D5eFn/NSy2dq7U8I3R2YnE9yvHA01c49ukZmKiOEkDVFHRSkyBMQDfX0G77hHvPiIQuJdJ3ozN1esZu9kg==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index cbf57c85b..215c9c486 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "@nextcloud/eslint-plugin": "^2.0.0", "@nextcloud/password-confirmation": "^4.1.0", "@nextcloud/stylelint-config": "^2.1.2", - "@nextcloud/webpack-vue-config": "^5.1.0", + "@nextcloud/webpack-vue-config": "^6.0.0", "@types/jest": "^29.5.11", "@types/lodash": "^4.14.202", "@types/webpack-env": "^1.18.4", -- cgit v1.2.3