diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 585efd326..ca838299f 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -71,7 +71,7 @@ "storybook-react-i18next": "^3.2.1", "tailwindcss": "^3.4.17", "typescript": "^5.7.3", - "vite": "6.0.11", + "vite": "6.1.0", "vite-plugin-compression": "^0.5.1", "vite-plugin-graphql-codegen": "^3.4.5", "vite-plugin-manifest-sri": "^0.2.0", @@ -15965,15 +15965,15 @@ } }, "node_modules/vite": { - "version": "6.0.11", - "resolved": "https://registry.npmjs.org/vite/-/vite-6.0.11.tgz", - "integrity": "sha512-4VL9mQPKoHy4+FE0NnRE/kbY51TOfaknxAjt3fJbGJxhIpBZiqVzlZDEesWWsuREXHwNdAoOFZ9MkPEVXczHwg==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/vite/-/vite-6.1.0.tgz", + "integrity": "sha512-RjjMipCKVoR4hVfPY6GQTgveinjNuyLw+qruksLDvA5ktI1150VmcMBKmQaEWJhg/j6Uaf6dNCNA0AfdzUb/hQ==", "dev": true, "license": "MIT", "dependencies": { "esbuild": "^0.24.2", - "postcss": "^8.4.49", - "rollup": "^4.23.0" + "postcss": "^8.5.1", + "rollup": "^4.30.1" }, "bin": { "vite": "bin/vite.js" diff --git a/frontend/package.json b/frontend/package.json index bd6928b7b..c9d143cd4 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -81,7 +81,7 @@ "storybook-react-i18next": "^3.2.1", "tailwindcss": "^3.4.17", "typescript": "^5.7.3", - "vite": "6.0.11", + "vite": "6.1.0", "vite-plugin-compression": "^0.5.1", "vite-plugin-graphql-codegen": "^3.4.5", "vite-plugin-manifest-sri": "^0.2.0",