diff --git a/package.json b/package.json index 996a535..c63fcbf 100644 --- a/package.json +++ b/package.json @@ -27,12 +27,12 @@ ], "license": "MIT", "dependencies": { - "axios": "^1.5.1", + "axios": "^1.6.0", "bcryptjs": "^2.4.3", "cors": "^2.8.5", "express": "^4.18.2", "express-basic-auth": "^1.2.1", - "express-rate-limit": "^7.1.1", + "express-rate-limit": "^7.1.3", "express-validator": "^7.0.1", "graphql": "^16.8.1", "graphql-http": "^1.22.0", @@ -40,12 +40,12 @@ "helmet": "^7.0.0", "jsonwebtoken": "^9.0.2", "moment": "^2.29.4", - "mongodb": "^6.1.0", - "mongoose": "^7.6.2", - "pino": "^8.16.0", + "mongodb": "^6.2.0", + "mongoose": "^7.6.3", + "pino": "^8.16.1", "pino-pretty": "^10.2.3", "swagger-ui-express": "^5.0.0", - "switcher-client": "^3.1.9", + "switcher-client": "^3.2.0", "validator": "^13.11.0" }, "devDependencies": { @@ -57,12 +57,12 @@ "babel-jest": "^29.7.0", "babel-polyfill": "^6.26.0", "env-cmd": "^10.1.0", - "eslint": "^8.51.0", + "eslint": "^8.52.0", "jest": "^29.7.0", "jest-sonar-reporter": "^2.0.0", "node-notifier": "^10.0.1", "nodemon": "^3.0.1", - "sinon": "^16.1.0", + "sinon": "^17.0.0", "supertest": "^6.3.3" }, "repository": {