diff --git a/WIP/ui/frontend_akido_public/package-lock.json b/WIP/ui/frontend_akido_public/package-lock.json index 45bd021cd..76cc4b741 100644 --- a/WIP/ui/frontend_akido_public/package-lock.json +++ b/WIP/ui/frontend_akido_public/package-lock.json @@ -19,7 +19,7 @@ "eslint": "^8.54.0", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", - "vite": "^7.1.9" + "vite": "^7.1.11" } }, "node_modules/@babel/code-frame": { @@ -6172,9 +6172,9 @@ } }, "node_modules/vite": { - "version": "7.1.9", - "resolved": "https://registry.npmjs.org/vite/-/vite-7.1.9.tgz", - "integrity": "sha512-4nVGliEpxmhCL8DslSAUdxlB6+SMrhB0a1v5ijlh1xB1nEPuy1mxaHxysVucLHuWryAxLWg6a5ei+U4TLn/rFg==", + "version": "7.1.11", + "resolved": "https://registry.npmjs.org/vite/-/vite-7.1.11.tgz", + "integrity": "sha512-uzcxnSDVjAopEUjljkWh8EIrg6tlzrjFUfMcR1EVsRDGwf/ccef0qQPRyOrROwhrTDaApueq+ja+KLPlzR/zdg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/WIP/ui/frontend_akido_public/package.json b/WIP/ui/frontend_akido_public/package.json index a9497dbc9..9711ad1e5 100644 --- a/WIP/ui/frontend_akido_public/package.json +++ b/WIP/ui/frontend_akido_public/package.json @@ -21,6 +21,6 @@ "eslint": "^8.54.0", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", - "vite": "^7.1.9" + "vite": "^7.1.11" } }