Skip to content

Commit

Permalink
Merge pull request #258 from hiteshchoudhary/security/alert-91-and-99
Browse files Browse the repository at this point in the history
fix: resolve security deps alerts of 91 & 99
  • Loading branch information
wajeshubham authored Oct 26, 2024
2 parents 3cb1724 + 9488deb commit d0388a6
Show file tree
Hide file tree
Showing 2 changed files with 123 additions and 142 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@
"dependencies": {
"@faker-js/faker": "^8.0.2",
"bcrypt": "^5.1.0",
"cookie-parser": "^1.4.6",
"cookie-parser": "^1.4.7",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "4.20.0",
"express": "4.21.1",
"express-compression": "^1.0.2",
"express-rate-limit": "^6.7.0",
"express-session": "^1.17.3",
"express-session": "^1.18.1",
"express-validator": "^7.0.1",
"jsonwebtoken": "^9.0.0",
"mailgen": "^2.0.27",
Expand All @@ -53,7 +53,7 @@
"passport-google-oauth20": "^2.0.0",
"razorpay": "^2.8.6",
"request-ip": "^3.3.0",
"socket.io": "^4.7.1",
"socket.io": "^4.8.0",
"swagger-ui-express": "^4.6.3",
"winston": "^3.11.0",
"yaml": "^2.3.1"
Expand Down
Loading

0 comments on commit d0388a6

Please sign in to comment.