diff --git a/package-lock.json b/package-lock.json index 6b7270a8..4b603f37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@types/jquery": "^3.5.27", "@typescript-eslint/eslint-plugin": "^5.61.0", "@typescript-eslint/parser": "^5.62.0", - "@vitejs/plugin-vue": "^2.3.4", + "@vitejs/plugin-vue": "^4.5.0", "@vue/compiler-sfc": "^3.3.8", "@vue/eslint-config-standard": "^7.0.0", "@vue/eslint-config-typescript": "^10.0.0", @@ -614,15 +614,15 @@ "dev": true }, "node_modules/@vitejs/plugin-vue": { - "version": "2.3.4", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-2.3.4.tgz", - "integrity": "sha512-IfFNbtkbIm36O9KB8QodlwwYvTEsJb4Lll4c2IwB3VHc2gie2mSPtSzL0eYay7X2jd/2WX02FjSGTWR6OPr/zg==", + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-4.5.0.tgz", + "integrity": "sha512-a2WSpP8X8HTEww/U00bU4mX1QpLINNuz/2KMNpLsdu3BzOpak3AGI1CJYBTXcc4SPhaD0eNRUp7IyQK405L5dQ==", "dev": true, "engines": { - "node": ">=12.0.0" + "node": "^14.18.0 || >=16.0.0" }, "peerDependencies": { - "vite": "^2.5.10", + "vite": "^4.0.0 || ^5.0.0", "vue": "^3.2.25" } }, @@ -5522,9 +5522,9 @@ "dev": true }, "@vitejs/plugin-vue": { - "version": "2.3.4", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-2.3.4.tgz", - "integrity": "sha512-IfFNbtkbIm36O9KB8QodlwwYvTEsJb4Lll4c2IwB3VHc2gie2mSPtSzL0eYay7X2jd/2WX02FjSGTWR6OPr/zg==", + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-4.5.0.tgz", + "integrity": "sha512-a2WSpP8X8HTEww/U00bU4mX1QpLINNuz/2KMNpLsdu3BzOpak3AGI1CJYBTXcc4SPhaD0eNRUp7IyQK405L5dQ==", "dev": true, "requires": {} }, diff --git a/package.json b/package.json index e812a497..7ea9f506 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@types/jquery": "^3.5.27", "@typescript-eslint/eslint-plugin": "^5.61.0", "@typescript-eslint/parser": "^5.62.0", - "@vitejs/plugin-vue": "^2.3.4", + "@vitejs/plugin-vue": "^4.5.0", "@vue/compiler-sfc": "^3.3.8", "@vue/eslint-config-standard": "^7.0.0", "@vue/eslint-config-typescript": "^10.0.0",