Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
petruki authored Jun 10, 2024
1 parent 49a9c98 commit 7953f24
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"cors": "^2.8.5",
"express": "^4.19.2",
"express-basic-auth": "^1.2.1",
"express-rate-limit": "^7.2.0",
"express-rate-limit": "^7.3.1",
"express-validator": "^7.1.0",
"graphql": "^16.8.1",
"graphql-http": "^1.22.1",
Expand All @@ -50,20 +50,20 @@
"jsonwebtoken": "^9.0.2",
"moment": "^2.30.1",
"mongodb": "^6.7.0",
"mongoose": "^8.4.0",
"mongoose": "^8.4.1",
"pino": "^9.1.0",
"pino-pretty": "^11.1.0",
"swagger-ui-express": "^5.0.0",
"switcher-client": "^4.1.0",
"pino-pretty": "^11.2.0",
"swagger-ui-express": "^5.0.1",
"switcher-client": "^4.1.1",
"validator": "^13.12.0"
},
"devDependencies": {
"env-cmd": "^10.1.0",
"eslint": "^9.3.0",
"eslint": "^9.4.0",
"jest": "^29.7.0",
"jest-sonar-reporter": "^2.0.0",
"node-notifier": "^10.0.1",
"nodemon": "^3.1.2",
"nodemon": "^3.1.3",
"sinon": "^18.0.0",
"supertest": "^7.0.0"
},
Expand Down

0 comments on commit 7953f24

Please sign in to comment.