Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade the packages, libraries to the latest. #2050

Merged
merged 18 commits into from
Jun 20, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat:upgrade the packages to the latest
  • Loading branch information
Abhay5855 committed Jun 20, 2024
commit 3f377a4418f3450c1ef65c9acce2dfe28ff3c95c
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,28 +16,28 @@
"tdd:watch": "sh scripts/tests/tdd.sh"
},
"dependencies": {
"axios": "^1.6.7",
"cloudinary": "^2.0.3",
"config": "3.3.7",
"cookie-parser": "~1.4.6",
"axios": "^1.7.2",
"cloudinary": "^2.2.0",
"config": "^3.3.11",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"datauri": "^4.1.0",
"debug": "~4.3.4",
"debug": "^4.3.5",
"express": "~4.18.3",
"express-boom": "^3.0.0",
"firebase-admin": "^11.11.1",
"firebase-admin": "^12.1.1",
"helmet": "^7.1.0",
"http-errors": "~2.0.0",
"joi": "^17.12.2",
"jsdoc": "^4.0.2",
"http-errors": "^2.0.0",
"joi": "^17.13.3",
"jsdoc": "^4.0.3",
"jsonwebtoken": "^8.5.1",
"morgan": "~1.10.0",
"multer": "^1.4.2",
"newrelic": "^11.12.0",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"newrelic": "^11.19.0",
"passport": "^0.7.0",
"passport-github2": "^0.1.12",
"rate-limiter-flexible": "^5.0.0",
"winston": "^3.12.0"
"rate-limiter-flexible": "^5.0.3",
"winston": "3.12.0"
},
"devDependencies": {
"@types/chai": "^4.3.12",
Expand Down Expand Up @@ -83,4 +83,4 @@
"node": "20.11.1",
"yarn": "1.22.21"
}
}
}
Loading
Loading