diff --git a/internal/http/frontend/package-lock.json b/internal/http/frontend/package-lock.json index b9166e508..d83bb7701 100644 --- a/internal/http/frontend/package-lock.json +++ b/internal/http/frontend/package-lock.json @@ -21,7 +21,7 @@ "devDependencies": { "@rushstack/eslint-patch": "^1.10.4", "@unhead/vue": "^1.11.6", - "@vitejs/plugin-vue": "^5.1.3", + "@vitejs/plugin-vue": "^5.1.4", "@vitest/ui": "^2.1.1", "@vue/eslint-config-prettier": "^9.0.0", "axios": "^1.7.7", @@ -1116,9 +1116,9 @@ } }, "node_modules/@vitejs/plugin-vue": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-5.1.3.tgz", - "integrity": "sha512-3xbWsKEKXYlmX82aOHufFQVnkbMC/v8fLpWwh6hWOUrK5fbbtBh9Q/WWse27BFgSy2/e2c0fz5Scgya9h2GLhw==", + "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, "license": "MIT", "engines": { diff --git a/internal/http/frontend/package.json b/internal/http/frontend/package.json index f3df7136a..f7d8aa176 100644 --- a/internal/http/frontend/package.json +++ b/internal/http/frontend/package.json @@ -33,7 +33,7 @@ "devDependencies": { "@rushstack/eslint-patch": "^1.10.4", "@unhead/vue": "^1.11.6", - "@vitejs/plugin-vue": "^5.1.3", + "@vitejs/plugin-vue": "^5.1.4", "@vitest/ui": "^2.1.1", "@vue/eslint-config-prettier": "^9.0.0", "axios": "^1.7.7",