diff --git a/package-lock.json b/package-lock.json index 8ea2964..85f50c9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "vue": "^3.4.31" }, "devDependencies": { - "@vitejs/plugin-vue": "^5.0.5", + "@vitejs/plugin-vue": "^5.1.4", "typescript": "^5.5.3", "vite": "^5.3.3", "vue-tsc": "^2.0.26" @@ -634,9 +634,9 @@ } }, "node_modules/@vitejs/plugin-vue": { - "version": "5.0.5", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-5.0.5.tgz", - "integrity": "sha512-LOjm7XeIimLBZyzinBQ6OSm3UBCNVCpLkxGC0oWmm2YPzVZoxMsdvNVimLTBzpAnR9hl/yn1SHGuRfe6/Td9rQ==", + "version": "5.1.4", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-5.1.4.tgz", + "integrity": "sha512-N2XSI2n3sQqp5w7Y/AN/L2XDjBIRGqXko+eDp42sydYSBeJuSm5a1sLf8zakmo8u7tA8NmBgoDLA1HeOESjp9A==", "dev": true, "engines": { "node": "^18.0.0 || >=20.0.0" diff --git a/package.json b/package.json index 1f09ef0..7f7b9b2 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@idrinth-api-bench/assets": "https://github.com/idrinth-api-bench/assets" }, "devDependencies": { - "@vitejs/plugin-vue": "^5.0.5", + "@vitejs/plugin-vue": "^5.1.4", "typescript": "^5.5.3", "vite": "^5.3.3", "vue-tsc": "^2.0.26"