diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 1fdb641dd..91fc5fc7d 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -65,7 +65,7 @@ "storybook": "^9.1.5", "tailwindcss": "^3.4.18", "typescript": "^5.9.3", - "vite": "7.1.9", + "vite": "7.1.11", "vite-plugin-compression": "^0.5.1", "vite-plugin-graphql-codegen": "^3.7.0", "vite-plugin-manifest-sri": "^0.2.0", @@ -13273,9 +13273,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==", + "version": "7.1.11", + "resolved": "https://registry.npmjs.org/vite/-/vite-7.1.11.tgz", + "integrity": "sha512-uzcxnSDVjAopEUjljkWh8EIrg6tlzrjFUfMcR1EVsRDGwf/ccef0qQPRyOrROwhrTDaApueq+ja+KLPlzR/zdg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index 5277e2264..9cb18b9fc 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -75,7 +75,7 @@ "storybook": "^9.1.5", "tailwindcss": "^3.4.18", "typescript": "^5.9.3", - "vite": "7.1.9", + "vite": "7.1.11", "vite-plugin-compression": "^0.5.1", "vite-plugin-graphql-codegen": "^3.7.0", "vite-plugin-manifest-sri": "^0.2.0",