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" }