diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 38d9395..fdcd40d 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -45,7 +45,7 @@ "tailwindcss": "3.3.6", "tailwindcss-animate": "1.0.7", "typescript": "5.3.3", - "vite": "5.0.6", + "vite": "5.0.7", "vitest": "1.0.2" } }, @@ -10057,9 +10057,9 @@ } }, "node_modules/vite": { - "version": "5.0.6", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.0.6.tgz", - "integrity": "sha512-MD3joyAEBtV7QZPl2JVVUai6zHms3YOmLR+BpMzLlX2Yzjfcc4gTgNi09d/Rua3F4EtC8zdwPU8eQYyib4vVMQ==", + "version": "5.0.7", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.0.7.tgz", + "integrity": "sha512-B4T4rJCDPihrQo2B+h1MbeGL/k/GMAHzhQ8S0LjQ142s6/+l3hHTT095ORvsshj4QCkoWu3Xtmob5mazvakaOw==", "dependencies": { "esbuild": "^0.19.3", "postcss": "^8.4.32", diff --git a/frontend/package.json b/frontend/package.json index 6d773a8..800fd50 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -44,7 +44,7 @@ "tailwindcss": "3.3.6", "tailwindcss-animate": "1.0.7", "typescript": "5.3.3", - "vite": "5.0.6", + "vite": "5.0.7", "vitest": "1.0.2" }, "scripts": {