From 5572455d9024d165fa491360aca840e6b0553c06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 02:14:22 +0000 Subject: [PATCH] build(deps-dev): bump @nextcloud/webpack-vue-config from 6.3.0 to 6.3.2 Bumps [@nextcloud/webpack-vue-config](https://github.com/nextcloud-libraries/webpack-vue-config) from 6.3.0 to 6.3.2. - [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.0...v6.3.2) --- updated-dependencies: - dependency-name: "@nextcloud/webpack-vue-config" dependency-version: 6.3.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 ++++----- package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 27cd3dddb39..1b3b954b994 100644 --- a/package-lock.json +++ b/package-lock.json @@ -99,7 +99,7 @@ "@nextcloud/eslint-config": "^8.4.2", "@nextcloud/stylelint-config": "^3.1.0", "@nextcloud/typings": "^1.9.1", - "@nextcloud/webpack-vue-config": "^6.3.0", + "@nextcloud/webpack-vue-config": "^6.3.2", "@pinia/testing": "^0.1.7", "@testing-library/cypress": "^10.1.0", "@testing-library/jest-dom": "^6.6.4", @@ -4333,12 +4333,11 @@ } }, "node_modules/@nextcloud/webpack-vue-config": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-6.3.0.tgz", - "integrity": "sha512-Reciadvarap6j3d0arMH34zNiXx6d7B5QXDiosV6ZwDu63mR1lSm4ZUdLr6lv4gfmrADmQ5iP7PQMr99MBeTvw==", + "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==", "dev": true, "hasInstallScript": true, - "license": "AGPL-3.0-or-later", "engines": { "node": "^20.0.0", "npm": "^9.0.0 || ^10.0.0" diff --git a/package.json b/package.json index f5ea6ee780b..f13e96c4664 100644 --- a/package.json +++ b/package.json @@ -130,7 +130,7 @@ "@nextcloud/eslint-config": "^8.4.2", "@nextcloud/stylelint-config": "^3.1.0", "@nextcloud/typings": "^1.9.1", - "@nextcloud/webpack-vue-config": "^6.3.0", + "@nextcloud/webpack-vue-config": "^6.3.2", "@pinia/testing": "^0.1.7", "@testing-library/cypress": "^10.1.0", "@testing-library/jest-dom": "^6.6.4",