From 7afae3d93ba1ba7623a0984c7b8699504b0c986c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 02:07:59 +0000 Subject: [PATCH] Build(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 1af2de85d..11337152f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "@nextcloud/babel-config": "^1.0.0", "@nextcloud/browserslist-config": "^3.0.0", "@nextcloud/stylelint-config": "^3.0.1", - "@nextcloud/webpack-vue-config": "^6.0.0", + "@nextcloud/webpack-vue-config": "^7.0.0", "@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/parser": "^7.8", "@vue/cli-plugin-typescript": "~5.0.8", @@ -3505,9 +3505,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 b41567d20..748b29366 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@nextcloud/babel-config": "^1.0.0", "@nextcloud/browserslist-config": "^3.0.0", "@nextcloud/stylelint-config": "^3.0.1", - "@nextcloud/webpack-vue-config": "^6.0.0", + "@nextcloud/webpack-vue-config": "^7.0.0", "@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/parser": "^7.8", "@vue/cli-plugin-typescript": "~5.0.8",