diff --git a/FSL-Backend-Common/package.json b/FSL-Backend-Common/package.json index 7fc67d8..2c9d550 100644 --- a/FSL-Backend-Common/package.json +++ b/FSL-Backend-Common/package.json @@ -40,14 +40,14 @@ "@google-cloud/scheduler": "^3.0.4", "@google-cloud/spanner": "^5.16.3", "@google-cloud/trace-agent": "^5.1.6", - "axios": "^0.26.1", + "axios": "^1.7.2", "dotenv": "^16.0.1", - "mysql2": "^1.6.5", + "mysql2": "^3.10.0", "node-cron": "^3.0.2", "qs": "^6.10.3", "redis": "^4.4.0", "request": "^2.88.2", - "sequelize": "^5.8.11", + "sequelize": "^6.37.3", "sequelize-cli": "^5.5.0", "uuid": "^8.3.2", "winston": "^3.2.1" diff --git a/FSL-MS-Resource-Management/package.json b/FSL-MS-Resource-Management/package.json index c482ca8..0c563ed 100644 --- a/FSL-MS-Resource-Management/package.json +++ b/FSL-MS-Resource-Management/package.json @@ -38,7 +38,7 @@ "private": true, "dependencies": { "@google-cloud/pubsub": "^3.1.1", - "axios": "^0.27.2", + "axios": "^1.7.2", "body-parser": "^1.19.0", "cors": "^2.8.5", "dotenv": "^16.0.0", diff --git a/FSL-MS-Simulator/package.json b/FSL-MS-Simulator/package.json index e784a54..a132001 100644 --- a/FSL-MS-Simulator/package.json +++ b/FSL-MS-Simulator/package.json @@ -16,7 +16,7 @@ "author": "", "license": "ISC", "dependencies": { - "axios": "^0.27.2", + "axios": "^1.7.2", "body-parser": "^1.19.0", "cors": "^2.8.5", "dotenv": "^16.0.0", diff --git a/FSL-MS-Update-Leaderboard/package.json b/FSL-MS-Update-Leaderboard/package.json index 7db658f..3e5a8f7 100644 --- a/FSL-MS-Update-Leaderboard/package.json +++ b/FSL-MS-Update-Leaderboard/package.json @@ -16,7 +16,7 @@ "license": "ISC", "dependencies": { "@google-cloud/pubsub": "^2.19.0", - "axios": "^0.27.2", + "axios": "^1.7.2", "body-parser": "^1.19.0", "cors": "^2.8.5", "dotenv": "^16.0.0",