From 71e201890d9326779f9fdb5afdb67e185dfbbf6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 03:08:41 +0000 Subject: [PATCH] chore(deps-dev): Bump @nextcloud/webpack-vue-config from 6.3.2 to 7.0.0 Bumps [@nextcloud/webpack-vue-config](https://github.com/nextcloud-libraries/webpack-vue-config) from 6.3.2 to 7.0.0. - [Release notes](https://github.com/nextcloud-libraries/webpack-vue-config/releases) - [Changelog](https://github.com/nextcloud-libraries/webpack-vue-config/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud-libraries/webpack-vue-config/compare/v6.3.2...v7.0.0) --- updated-dependencies: - dependency-name: "@nextcloud/webpack-vue-config" dependency-version: 7.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d17dde70..73018351 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "@nextcloud/eslint-plugin": "^2.2.1", "@nextcloud/initial-state": "^3.0.0", "@nextcloud/stylelint-config": "^3.1.1", - "@nextcloud/webpack-vue-config": "^6.3.2", + "@nextcloud/webpack-vue-config": "^7.0.0", "@vue/test-utils": "^2.4.6", "acorn": "^8.15.0", "babel-core": "^7.0.0-bridge.0", @@ -3999,9 +3999,9 @@ } }, "node_modules/@nextcloud/webpack-vue-config": { - "version": "6.3.2", - "resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-6.3.2.tgz", - "integrity": "sha512-3ihWEW6kflGggVXNqL1gNrIx88GibJMIb1sC5CHjjZ/+2kkdOQ2HizoYKyMqPfcqji9UtwgdT+RlFVC4SViNJg==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-7.0.0.tgz", + "integrity": "sha512-a0Q6aPeFYtwG/3LPPDkz2xCDJT0YmQx0Cgr7ETx9QYjehMWb/UCWlteDhjHXv9UpprjYi1LKYg92Fe+uGR0g5Q==", "dev": true, "hasInstallScript": true, "engines": { diff --git a/package.json b/package.json index 7b8bc2c6..5cab862a 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@nextcloud/eslint-plugin": "^2.2.1", "@nextcloud/initial-state": "^3.0.0", "@nextcloud/stylelint-config": "^3.1.1", - "@nextcloud/webpack-vue-config": "^6.3.2", + "@nextcloud/webpack-vue-config": "^7.0.0", "@vue/test-utils": "^2.4.6", "acorn": "^8.15.0", "babel-core": "^7.0.0-bridge.0",