From 9e66f512ca72db245304de8698b29f56da836d64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 02:05:52 +0000 Subject: [PATCH] chore(deps-dev): bump @nextcloud/webpack-vue-config from 6.3.0 to 7.0.2 Bumps [@nextcloud/webpack-vue-config](https://github.com/nextcloud-libraries/webpack-vue-config) from 6.3.0 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/v6.3.0...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-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 ++++++++--------- package.json | 2 +- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index e8c118f7..c705e3c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@nextcloud/browserslist-config": "^3.0.1", "@nextcloud/eslint-config": "^8.4.1", "@nextcloud/stylelint-config": "^2.4.0", - "@nextcloud/webpack-vue-config": "^6.3.0" + "@nextcloud/webpack-vue-config": "^7.0.2" }, "engines": { "node": "^24.0.0", @@ -2432,15 +2432,14 @@ } }, "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": "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", "engines": { - "node": "^20.0.0", - "npm": "^9.0.0 || ^10.0.0" + "node": "^20.0.0 || ^22.0.0 || ^24.0.0" }, "peerDependencies": { "@babel/core": "^7.22.9", @@ -15002,9 +15001,9 @@ } }, "@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": "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 712b2a5f..4f9784c5 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@nextcloud/browserslist-config": "^3.0.1", "@nextcloud/eslint-config": "^8.4.1", "@nextcloud/stylelint-config": "^2.4.0", - "@nextcloud/webpack-vue-config": "^6.3.0" + "@nextcloud/webpack-vue-config": "^7.0.2" }, "version": "4.9.0" }