diff --git a/client/package-lock.json b/client/package-lock.json index 519509e..cd403b5 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -42,7 +42,7 @@ "eslint-plugin-vue": "^9.3.0", "happy-dom": "^8.2.6", "sass": "^1.57.1", - "vite": "^4.0.5", + "vite": "^4.5.9", "vitest": "^0.28.4" } }, @@ -6127,7 +6127,9 @@ } }, "node_modules/vite": { - "version": "4.4.11", + "version": "4.5.9", + "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.9.tgz", + "integrity": "sha512-qK9W4xjgD3gXbC0NmdNFFnVFLMWSNiR3swj957yutwzzN16xF/E7nmtAyp1rT9hviDroQANjE4HK3H4WqWdFtw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/client/package.json b/client/package.json index 8196d7c..222fbe8 100644 --- a/client/package.json +++ b/client/package.json @@ -46,7 +46,7 @@ "eslint-plugin-vue": "^9.3.0", "happy-dom": "^8.2.6", "sass": "^1.57.1", - "vite": "^4.0.5", + "vite": "^4.5.9", "vitest": "^0.28.4" } }