diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json index 8468775..3c9c7e9 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -18,8 +18,8 @@ "vue-router": "^4.1.6" }, "devDependencies": { - "@rushstack/eslint-patch": "^1.1.4", - "@vitejs/plugin-vue": "^4.0.0", + "@rushstack/eslint-patch": "^1.5.1", + "@vitejs/plugin-vue": "^4.5.2", "@vue/eslint-config-prettier": "^7.1.0", "@vue/eslint-config-typescript": "^12.0.0", "@vue/tsconfig": "^0.4.0", @@ -785,15 +785,15 @@ } }, "node_modules/@vitejs/plugin-vue": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-4.0.0.tgz", - "integrity": "sha512-e0X4jErIxAB5oLtDqbHvHpJe/uWNkdpYV83AOG2xo2tEVSzCzewgJMtREZM30wXnM5ls90hxiOtAuVU6H5JgbA==", + "version": "4.5.2", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-4.5.2.tgz", + "integrity": "sha512-UGR3DlzLi/SaVBPX0cnSyE37vqxU3O6chn8l0HJNzQzDia6/Au2A4xKv+iIJW8w2daf80G7TYHhi1pAUjdZ0bQ==", "dev": true, "engines": { "node": "^14.18.0 || >=16.0.0" }, "peerDependencies": { - "vite": "^4.0.0", + "vite": "^4.0.0 || ^5.0.0", "vue": "^3.2.25" } }, diff --git a/dashboard/package.json b/dashboard/package.json index d365318..e840a11 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -22,7 +22,7 @@ }, "devDependencies": { "@rushstack/eslint-patch": "^1.5.1", - "@vitejs/plugin-vue": "^4.0.0", + "@vitejs/plugin-vue": "^4.5.2", "@vue/eslint-config-prettier": "^7.1.0", "@vue/eslint-config-typescript": "^12.0.0", "@vue/tsconfig": "^0.4.0",