diff --git a/Backend/gateway/package.json b/Backend/gateway/package.json index 3eaaca2..fce7806 100644 --- a/Backend/gateway/package.json +++ b/Backend/gateway/package.json @@ -13,7 +13,7 @@ "dotenv": "^17.2.3", "express": "^5.1.0", "express-rate-limit": "^8.2.1", - "http-proxy-middleware": "^3.0.5" + "http-proxy-middleware": "^4.0.0" }, "devDependencies": { "nodemon": "^3.1.10" diff --git a/WebSocket/package.json b/WebSocket/package.json index a2408f2..ec2b99e 100644 --- a/WebSocket/package.json +++ b/WebSocket/package.json @@ -37,7 +37,7 @@ "dotenv": "^17.0.0", "joi": "^18.0.0", "jsonwebtoken": "^9.0.2", - "uuid": "^13.0.0", + "uuid": "^14.0.0", "winston": "^3.17.0", "winston-daily-rotate-file": "^5.0.0", "ws": "^8.18.2"