diff --git a/package-lock.json b/package-lock.json index fc65f3f..54e6e2b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@rushstack/eslint-patch": "^1.2.0", "@types/jsdom": "^21.1.0", "@types/node": "^22.5.2", - "@vitejs/plugin-vue": "^4.0.0", + "@vitejs/plugin-vue": "^5.2.4", "@vue/compiler-sfc": "^3.1.0", "@vue/eslint-config-prettier": "^7.1.0", "@vue/eslint-config-typescript": "^13.0.0", @@ -1504,15 +1504,16 @@ "dev": true }, "node_modules/@vitejs/plugin-vue": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-4.2.1.tgz", - "integrity": "sha512-ZTZjzo7bmxTRTkb8GSTwkPOYDIP7pwuyV+RV53c9PYUouwcbkIZIvWvNWlX2b1dYZqtOv7D6iUAnJLVNGcLrSw==", + "version": "5.2.4", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-5.2.4.tgz", + "integrity": "sha512-7Yx/SXSOcQq5HiiV3orevHUFn+pmMB4cgbEkDYgnkUWb0WfeQ/wa2yFv6D5ICiCQOVpjA7vYDXrC7AGO8yjDHA==", "dev": true, + "license": "MIT", "engines": { - "node": "^14.18.0 || >=16.0.0" + "node": "^18.0.0 || >=20.0.0" }, "peerDependencies": { - "vite": "^4.0.0", + "vite": "^5.0.0 || ^6.0.0", "vue": "^3.2.25" } }, @@ -10826,9 +10827,9 @@ "dev": true }, "@vitejs/plugin-vue": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-4.2.1.tgz", - "integrity": "sha512-ZTZjzo7bmxTRTkb8GSTwkPOYDIP7pwuyV+RV53c9PYUouwcbkIZIvWvNWlX2b1dYZqtOv7D6iUAnJLVNGcLrSw==", + "version": "5.2.4", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-5.2.4.tgz", + "integrity": "sha512-7Yx/SXSOcQq5HiiV3orevHUFn+pmMB4cgbEkDYgnkUWb0WfeQ/wa2yFv6D5ICiCQOVpjA7vYDXrC7AGO8yjDHA==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index f69bf9f..e1e7e03 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@rushstack/eslint-patch": "^1.2.0", "@types/jsdom": "^21.1.0", "@types/node": "^22.5.2", - "@vitejs/plugin-vue": "^4.0.0", + "@vitejs/plugin-vue": "^5.2.4", "@vue/eslint-config-prettier": "^7.1.0", "@vue/eslint-config-typescript": "^13.0.0", "@vue/compiler-sfc": "^3.1.0",