diff --git a/package-lock.json b/package-lock.json index 9150eff..2e6d725 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.5", "typescript": "^5.6.3", "vite": "^5.3.3", "vue-tsc": "^2.0.26" @@ -715,11 +715,10 @@ } }, "node_modules/@vitejs/plugin-vue": { - "version": "5.1.4", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-5.1.4.tgz", - "integrity": "sha512-N2XSI2n3sQqp5w7Y/AN/L2XDjBIRGqXko+eDp42sydYSBeJuSm5a1sLf8zakmo8u7tA8NmBgoDLA1HeOESjp9A==", + "version": "5.1.5", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-5.1.5.tgz", + "integrity": "sha512-dlnib73G05CDBAUR/YpuZcQQ47fpjihnnNouAAqN62z+oqSsWJ+kh52GRzIxpkgFG3q11eXK7Di7RMmoCwISZA==", "dev": true, - "license": "MIT", "engines": { "node": "^18.0.0 || >=20.0.0" }, diff --git a/package.json b/package.json index 103b186..a6e5ddb 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.5", "typescript": "^5.6.3", "vite": "^5.3.3", "vue-tsc": "^2.0.26"