diff --git a/package-lock.json b/package-lock.json index 437a11d8e..a57636017 100644 --- a/package-lock.json +++ b/package-lock.json @@ -74,7 +74,7 @@ "@typescript-eslint/eslint-plugin": "^5.59.2", "@typescript-eslint/parser": "^5.59.2", "@vitejs/plugin-vue2": "^2.2.0", - "@volar-plugins/vetur": "latest", + "@volar-plugins/vetur": "*", "@vue/eslint-config-standard": "^4.0.0", "@vue/eslint-config-typescript": "^9.1.0", "@vue/test-utils": "^1.3.5", @@ -87,7 +87,7 @@ "sass": "~1.32.13", "sinon": "^14.0.2", "typescript": "^4.5.5", - "vite": "4.5.2", + "vite": "4.5.3", "vite-plugin-environment": "^1.1.3", "vitest": "0.33.0", "vue-class-component": "7.2.6", @@ -7692,9 +7692,9 @@ "dev": true }, "node_modules/vite": { - "version": "4.5.2", - "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.2.tgz", - "integrity": "sha512-tBCZBNSBbHQkaGyhGCDUGqeo2ph8Fstyp6FMSvTtsXeZSPpSMGlviAOav2hxVTqFcx8Hj/twtWKsMJXNY0xI8w==", + "version": "4.5.3", + "resolved": "https://registry.npmjs.org/vite/-/vite-4.5.3.tgz", + "integrity": "sha512-kQL23kMeX92v3ph7IauVkXkikdDRsYMGTVl5KY2E9OY4ONLvkHf04MDTbnfo6NKxZiDLWzVpP5oTa8hQD8U3dg==", "dev": true, "dependencies": { "esbuild": "^0.18.10", diff --git a/package.json b/package.json index 1ffc23e34..7ed3790c1 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "sass": "~1.32.13", "sinon": "^14.0.2", "typescript": "^4.5.5", - "vite": "4.5.2", + "vite": "4.5.3", "vite-plugin-environment": "^1.1.3", "vitest": "0.33.0", "vue-class-component": "7.2.6",