diff --git a/frontend/package-lock.json b/frontend/package-lock.json index ef6e9f9c3..5df9a7841 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.12", + "vite": "7.2.2", "vite-plugin-compression": "^0.5.1", "vite-plugin-graphql-codegen": "^3.7.0", "vite-plugin-manifest-sri": "^0.2.0", @@ -13219,9 +13219,9 @@ } }, "node_modules/vite": { - "version": "7.1.12", - "resolved": "https://registry.npmjs.org/vite/-/vite-7.1.12.tgz", - "integrity": "sha512-ZWyE8YXEXqJrrSLvYgrRP7p62OziLW7xI5HYGWFzOvupfAlrLvURSzv/FyGyy0eidogEM3ujU+kUG1zuHgb6Ug==", + "version": "7.2.2", + "resolved": "https://registry.npmjs.org/vite/-/vite-7.2.2.tgz", + "integrity": "sha512-BxAKBWmIbrDgrokdGZH1IgkIk/5mMHDreLDmCJ0qpyJaAteP8NvMhkwr/ZCQNqNH97bw/dANTE9PDzqwJghfMQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index 38d5faa1f..e1e4c97c9 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.12", + "vite": "7.2.2", "vite-plugin-compression": "^0.5.1", "vite-plugin-graphql-codegen": "^3.7.0", "vite-plugin-manifest-sri": "^0.2.0",