diff --git a/frontend/package-lock.json b/frontend/package-lock.json index e23d03f4..4aba063a 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -29,7 +29,7 @@ "stylelint": "^16.10.0", "stylelint-config-recommended-vue": "^1.5.0", "stylelint-config-standard": "^36.0.1", - "vite": "^5.4.9", + "vite": "^5.4.10", "vite-plugin-vuetify": "^2.0.4", "vitest": "^2.1.1" } @@ -8231,9 +8231,9 @@ } }, "node_modules/vite": { - "version": "5.4.9", - "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.9.tgz", - "integrity": "sha512-20OVpJHh0PAM0oSOELa5GaZNWeDjcAvQjGXy2Uyr+Tp+/D2/Hdz6NLgpJLsarPTA2QJ6v8mX2P1ZfbsSKvdMkg==", + "version": "5.4.10", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.10.tgz", + "integrity": "sha512-1hvaPshuPUtxeQ0hsVH3Mud0ZanOLwVTneA1EgbAM5LhaZEqyPWGRQ7BtaMvUrTDeEaC8pxtj6a6jku3x4z6SQ==", "devOptional": true, "dependencies": { "esbuild": "^0.21.3", diff --git a/frontend/package.json b/frontend/package.json index 81a3fbda..6d221524 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -34,7 +34,7 @@ "stylelint": "^16.10.0", "stylelint-config-recommended-vue": "^1.5.0", "stylelint-config-standard": "^36.0.1", - "vite": "^5.4.9", + "vite": "^5.4.10", "vite-plugin-vuetify": "^2.0.4", "vitest": "^2.1.1" },