From fe5d85af28eefb2f0c3cb8f10dd43e41ff6c899e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Nov 2025 02:02:37 +0000 Subject: [PATCH] chore(deps-dev): Bump @nextcloud/webpack-vue-config from 7.0.1 to 7.0.2 Bumps [@nextcloud/webpack-vue-config](https://github.com/nextcloud-libraries/webpack-vue-config) from 7.0.1 to 7.0.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/v7.0.1...v7.0.2) --- updated-dependencies: - dependency-name: "@nextcloud/webpack-vue-config" dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index d1e2ac4ba..6f45a701e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "@nextcloud/cypress": "^1.0.0-beta.15", "@nextcloud/eslint-config": "^8.4.2", "@nextcloud/stylelint-config": "^3.1.1", - "@nextcloud/webpack-vue-config": "^7.0.1", + "@nextcloud/webpack-vue-config": "^7.0.2", "babel-loader-exclude-node-modules-except": "^1.2.1", "cypress": "^13.17.0", "cypress-split": "^1.24.25", @@ -3746,9 +3746,9 @@ } }, "node_modules/@nextcloud/webpack-vue-config": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-7.0.1.tgz", - "integrity": "sha512-06K/6C0OfKgkCZLQlceKpjm8lDBYSqwPwjmsvIRN51Og5ncxe81TZF+TTrguPQkuYLwv1qAgUYjCa8BuNycFzg==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-7.0.2.tgz", + "integrity": "sha512-7pzQptkQ4XEi9hyhLjdJLAyG4ZnnHuDNsOnMBc1RcRniMCTBp8xD5T1H3gCm4lKmB5/pEyuTK52/rj1w/xqmKw==", "dev": true, "hasInstallScript": true, "license": "AGPL-3.0-or-later", @@ -22982,9 +22982,9 @@ "requires": {} }, "@nextcloud/webpack-vue-config": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-7.0.1.tgz", - "integrity": "sha512-06K/6C0OfKgkCZLQlceKpjm8lDBYSqwPwjmsvIRN51Og5ncxe81TZF+TTrguPQkuYLwv1qAgUYjCa8BuNycFzg==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-7.0.2.tgz", + "integrity": "sha512-7pzQptkQ4XEi9hyhLjdJLAyG4ZnnHuDNsOnMBc1RcRniMCTBp8xD5T1H3gCm4lKmB5/pEyuTK52/rj1w/xqmKw==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index 8b433a017..36e9f5716 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@nextcloud/cypress": "^1.0.0-beta.15", "@nextcloud/eslint-config": "^8.4.2", "@nextcloud/stylelint-config": "^3.1.1", - "@nextcloud/webpack-vue-config": "^7.0.1", + "@nextcloud/webpack-vue-config": "^7.0.2", "babel-loader-exclude-node-modules-except": "^1.2.1", "cypress": "^13.17.0", "cypress-split": "^1.24.25",