From b3fe5a5bb6b4c5539a53b3372c40b775f62073f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Oct 2025 01:01:18 +0000 Subject: [PATCH] Chore(deps-dev): Bump @nextcloud/vite-config from 2.5.1 to 2.5.2 Bumps [@nextcloud/vite-config](https://github.com/nextcloud/nextcloud-vite-config) from 2.5.1 to 2.5.2. - [Release notes](https://github.com/nextcloud/nextcloud-vite-config/releases) - [Changelog](https://github.com/nextcloud-libraries/nextcloud-vite-config/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-vite-config/compare/v2.5.1...v2.5.2) --- updated-dependencies: - dependency-name: "@nextcloud/vite-config" dependency-version: 2.5.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 ++++++++---------- package.json | 2 +- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7f804c23..ccccba5e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "@nextcloud/browserslist-config": "^3.0.1", "@nextcloud/eslint-config": "^8.4.2", "@nextcloud/stylelint-config": "^3.1.0", - "@nextcloud/vite-config": "^2.3.5", + "@nextcloud/vite-config": "^2.5.2", "vite-plugin-eslint": "^1.8.1", "vite-plugin-stylelint": "^6.0.0" }, @@ -3170,11 +3170,10 @@ } }, "node_modules/@nextcloud/vite-config": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/@nextcloud/vite-config/-/vite-config-2.5.1.tgz", - "integrity": "sha512-qQ5sGkxua6NH0fi73WozrOZYzKbh0l00SYAXBHC0tI1CL1GcAJKdBNI6hALWkWrHU1snv92yaa0QpclgFQx6pg==", + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/@nextcloud/vite-config/-/vite-config-2.5.2.tgz", + "integrity": "sha512-RoYMsMNyryZ2LTyFWODuVLmVwII8J99KUCFdvnPVosXELZq8oxxWmwGdYPyCavKMZrZ6JRZ2tUvnJ8MCKk78Uw==", "dev": true, - "license": "AGPL-3.0-or-later", "dependencies": { "@rollup/plugin-replace": "^6.0.2", "@vitejs/plugin-vue": "^6.0.1", @@ -3195,7 +3194,7 @@ "peerDependencies": { "browserslist": ">=4.0", "sass": ">=1.60", - "vite": "^7.1.7" + "vite": "^7.1.10" } }, "node_modules/@nextcloud/vue": { @@ -14193,10 +14192,9 @@ } }, "node_modules/vite": { - "version": "7.1.9", - "resolved": "https://registry.npmjs.org/vite/-/vite-7.1.9.tgz", - "integrity": "sha512-4nVGliEpxmhCL8DslSAUdxlB6+SMrhB0a1v5ijlh1xB1nEPuy1mxaHxysVucLHuWryAxLWg6a5ei+U4TLn/rFg==", - "license": "MIT", + "version": "7.1.12", + "resolved": "https://registry.npmjs.org/vite/-/vite-7.1.12.tgz", + "integrity": "sha512-ZWyE8YXEXqJrrSLvYgrRP7p62OziLW7xI5HYGWFzOvupfAlrLvURSzv/FyGyy0eidogEM3ujU+kUG1zuHgb6Ug==", "peer": true, "dependencies": { "esbuild": "^0.25.0", diff --git a/package.json b/package.json index 727e12cf..75dc2a45 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@nextcloud/browserslist-config": "^3.0.1", "@nextcloud/eslint-config": "^8.4.2", "@nextcloud/stylelint-config": "^3.1.0", - "@nextcloud/vite-config": "^2.3.5", + "@nextcloud/vite-config": "^2.5.2", "vite-plugin-eslint": "^1.8.1", "vite-plugin-stylelint": "^6.0.0" }