Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
petruki authored Mar 21, 2024
1 parent 9fd6e40 commit f5c60db
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 @@ -27,10 +27,10 @@
],
"license": "MIT",
"dependencies": {
"axios": "^1.6.7",
"axios": "^1.6.8",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"express": "^4.18.3",
"express": "^4.19.1",
"express-basic-auth": "^1.2.1",
"express-rate-limit": "^7.2.0",
"express-validator": "^7.0.1",
Expand All @@ -41,18 +41,18 @@
"jsonwebtoken": "^9.0.2",
"moment": "^2.30.1",
"mongodb": "^6.5.0",
"mongoose": "^8.2.1",
"mongoose": "^8.2.2",
"pino": "^8.19.0",
"pino-pretty": "^10.3.1",
"pino-pretty": "^11.0.0",
"swagger-ui-express": "^5.0.0",
"switcher-client": "^3.2.1",
"validator": "^13.11.0"
},
"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/cli": "^7.24.1",
"@babel/core": "^7.24.3",
"@babel/node": "^7.23.9",
"@babel/preset-env": "^7.24.0",
"@babel/preset-env": "^7.24.3",
"@babel/register": "^7.23.7",
"babel-jest": "^29.7.0",
"babel-polyfill": "^6.26.0",
Expand Down

0 comments on commit f5c60db

Please sign in to comment.