diff --git a/frontend/todo-app-vue3/package-lock.json b/frontend/todo-app-vue3/package-lock.json index ed42157..a3fa320 100644 --- a/frontend/todo-app-vue3/package-lock.json +++ b/frontend/todo-app-vue3/package-lock.json @@ -38,7 +38,7 @@ "prettier": "^2.8.4", "ts-jest": "^29.1.0", "typescript": "~4.8.4", - "vite": "^4.1.4", + "vite": "^4.2.3", "vue-jest": "^3.0.7", "vue-tsc": "^1.2.0" } @@ -9590,9 +9590,9 @@ } }, "node_modules/vite": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/vite/-/vite-4.2.1.tgz", - "integrity": "sha512-7MKhqdy0ISo4wnvwtqZkjke6XN4taqQ2TBaTccLIpOKv7Vp2h4Y+NpmWCnGDeSvvn45KxvWgGyb0MkHvY1vgbg==", + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/vite/-/vite-4.2.3.tgz", + "integrity": "sha512-kLU+m2q0Y434Y1kCy3TchefAdtFso0ILi0dLyFV8Us3InXTU11H/B5ZTqCKIQHzSKNxVG/yEx813EA9f1imQ9A==", "dev": true, "dependencies": { "esbuild": "^0.17.5", @@ -17294,9 +17294,9 @@ } }, "vite": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/vite/-/vite-4.2.1.tgz", - "integrity": "sha512-7MKhqdy0ISo4wnvwtqZkjke6XN4taqQ2TBaTccLIpOKv7Vp2h4Y+NpmWCnGDeSvvn45KxvWgGyb0MkHvY1vgbg==", + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/vite/-/vite-4.2.3.tgz", + "integrity": "sha512-kLU+m2q0Y434Y1kCy3TchefAdtFso0ILi0dLyFV8Us3InXTU11H/B5ZTqCKIQHzSKNxVG/yEx813EA9f1imQ9A==", "dev": true, "requires": { "esbuild": "^0.17.5", diff --git a/frontend/todo-app-vue3/package.json b/frontend/todo-app-vue3/package.json index a8edbf0..4ee65d4 100644 --- a/frontend/todo-app-vue3/package.json +++ b/frontend/todo-app-vue3/package.json @@ -43,7 +43,7 @@ "prettier": "^2.8.4", "ts-jest": "^29.1.0", "typescript": "~4.8.4", - "vite": "^4.1.4", + "vite": "^4.2.3", "vue-jest": "^3.0.7", "vue-tsc": "^1.2.0" }