diff --git a/package-lock.json b/package-lock.json index 99a1e46..e4b31e7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "eslint": "^8.34.0", "eslint-plugin-vue": "^9.9.0", "prettier": "^2.8.4", - "vite": "^4.1.4", + "vite": "^4.5.5", "vite-plugin-electron": "^0.11.1", "vite-plugin-electron-renderer": "^0.13.14" } @@ -4969,9 +4969,9 @@ } }, "node_modules/vite": { - "version": "4.5.3", - "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.3.tgz", - "integrity": "sha512-kQL23kMeX92v3ph7IauVkXkikdDRsYMGTVl5KY2E9OY4ONLvkHf04MDTbnfo6NKxZiDLWzVpP5oTa8hQD8U3dg==", + "version": "4.5.5", + "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.5.tgz", + "integrity": "sha512-ifW3Lb2sMdX+WU91s3R0FyQlAyLxOzCSCP37ujw0+r5POeHPwe6udWVIElKQq8gk3t7b8rkmvqC6IHBpCff4GQ==", "dev": true, "dependencies": { "esbuild": "^0.18.10", diff --git a/package.json b/package.json index 58b1bbf..2b0a1ab 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "eslint": "^8.34.0", "eslint-plugin-vue": "^9.9.0", "prettier": "^2.8.4", - "vite": "^4.1.4", + "vite": "^4.5.5", "vite-plugin-electron": "^0.11.1", "vite-plugin-electron-renderer": "^0.13.14" }