diff --git a/frontend/package.json b/frontend/package.json index cc21783..1468266 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -31,6 +31,6 @@ "globals": "^15.9.0", "typescript": "^5.5.3", "typescript-eslint": "^8.0.1", - "vite": "^5.4.19" + "vite": "^8.0.10" } } diff --git a/package.json b/package.json index 7fa1d18..1a7cd95 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "mongoose": "8.9.5", "morgan": "^1.9.1", "uid": "^2.0.1", - "uuid": "^9.0.0", + "uuid": "^14.0.0", "winston": "^3.2.1", "winston-daily-rotate-file": "^4.2.1" },