diff --git a/code/frontend/package-lock.json b/code/frontend/package-lock.json index 7318b03c9..08f2ef5f6 100644 --- a/code/frontend/package-lock.json +++ b/code/frontend/package-lock.json @@ -36,7 +36,7 @@ "@vitejs/plugin-react": "^4.3.1", "prettier": "^3.3.3", "typescript": "^5.5.4", - "vite": "^5.4.2", + "vite": "^5.4.3", "vitest": "^2.0.5" } }, @@ -4396,13 +4396,13 @@ "integrity": "sha512-dqId9J8K/vGi5Zr7oo212BGii5m3q5Hxlkwy3WpYuKPklmBEvsbMYYyLxAQpSffdLl/gdW0XUpKWFvYmyoWCoQ==" }, "node_modules/vite": { - "version": "5.4.2", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.2.tgz", - "integrity": "sha512-dDrQTRHp5C1fTFzcSaMxjk6vdpKvT+2/mIdE07Gw2ykehT49O0z/VHS3zZ8iV/Gh8BJJKHWOe5RjaNrW5xf/GA==", + "version": "5.4.3", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.3.tgz", + "integrity": "sha512-IH+nl64eq9lJjFqU+/yrRnrHPVTlgy42/+IzbOdaFDVlyLgI/wDlf+FCobXLX1cT0X5+7LMyH1mIy2xJdLfo8Q==", "dev": true, "dependencies": { "esbuild": "^0.21.3", - "postcss": "^8.4.41", + "postcss": "^8.4.43", "rollup": "^4.20.0" }, "bin": { diff --git a/code/frontend/package.json b/code/frontend/package.json index df821d713..3807e7e81 100644 --- a/code/frontend/package.json +++ b/code/frontend/package.json @@ -38,7 +38,7 @@ "@vitejs/plugin-react": "^4.3.1", "prettier": "^3.3.3", "typescript": "^5.5.4", - "vite": "^5.4.2", + "vite": "^5.4.3", "vitest": "^2.0.5" } }