diff --git a/package-lock.json b/package-lock.json index 942207b..bed5bfd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "@types/node": "^20.1.4", "@vitejs/plugin-basic-ssl": "^1.0.1", "@vitejs/plugin-legacy": "^4.1.0", - "@vitejs/plugin-vue": "^4.0.0", + "@vitejs/plugin-vue": "^5.1.2", "@vue/compiler-sfc": "^3.2.47", "@vue/eslint-config-prettier": "^7.0.0", "@vue/eslint-config-typescript": "^11.0.0", @@ -4514,15 +4514,15 @@ } }, "node_modules/@vitejs/plugin-vue": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-4.1.0.tgz", - "integrity": "sha512-++9JOAFdcXI3lyer9UKUV4rfoQ3T1RN8yDqoCLar86s0xQct5yblxAE+yWgRnU5/0FOlVCpTZpYSBV/bGWrSrQ==", + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-5.1.2.tgz", + "integrity": "sha512-nY9IwH12qeiJqumTCLJLE7IiNx7HZ39cbHaysEUd+Myvbz9KAqd2yq+U01Kab1R/H1BmiyM2ShTYlNH32Fzo3A==", "dev": true, "engines": { - "node": "^14.18.0 || >=16.0.0" + "node": "^18.0.0 || >=20.0.0" }, "peerDependencies": { - "vite": "^4.0.0", + "vite": "^5.0.0", "vue": "^3.2.25" } }, diff --git a/package.json b/package.json index 38aa9b3..b7bc2d2 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@types/node": "^20.1.4", "@vitejs/plugin-basic-ssl": "^1.0.1", "@vitejs/plugin-legacy": "^4.1.0", - "@vitejs/plugin-vue": "^4.0.0", + "@vitejs/plugin-vue": "^5.1.2", "@vue/compiler-sfc": "^3.2.47", "@vue/eslint-config-prettier": "^7.0.0", "@vue/eslint-config-typescript": "^11.0.0",