diff --git a/ui/package-lock.json b/ui/package-lock.json index 1676a90c2..d0833a454 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -77,7 +77,7 @@ "ts-jest": "29.4.9", "typescript": "5.9.3", "typescript-eslint": "8.58.0", - "vite": "8.0.3" + "vite": "8.0.5" } }, "node_modules/@adobe/css-tools": { @@ -12988,9 +12988,9 @@ } }, "node_modules/vite": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/vite/-/vite-8.0.3.tgz", - "integrity": "sha512-B9ifbFudT1TFhfltfaIPgjo9Z3mDynBTJSUYxTjOQruf/zHH+ezCQKcoqO+h7a9Pw9Nm/OtlXAiGT1axBgwqrQ==", + "version": "8.0.5", + "resolved": "https://registry.npmjs.org/vite/-/vite-8.0.5.tgz", + "integrity": "sha512-nmu43Qvq9UopTRfMx2jOYW5l16pb3iDC1JH6yMuPkpVbzK0k+L7dfsEDH4jRgYFmsg0sTAqkojoZgzLMlwHsCQ==", "dev": true, "license": "MIT", "dependencies": { @@ -13015,7 +13015,7 @@ "peerDependencies": { "@types/node": "^20.19.0 || >=22.12.0", "@vitejs/devtools": "^0.1.0", - "esbuild": "^0.27.0", + "esbuild": "^0.27.0 || ^0.28.0", "jiti": ">=1.21.0", "less": "^4.0.0", "sass": "^1.70.0", diff --git a/ui/package.json b/ui/package.json index 9c476fa0d..c27287452 100644 --- a/ui/package.json +++ b/ui/package.json @@ -73,7 +73,7 @@ "ts-jest": "29.4.9", "typescript": "5.9.3", "typescript-eslint": "8.58.0", - "vite": "8.0.3" + "vite": "8.0.5" }, "scripts": { "start": "vite",