Skip to content

Commit

Permalink
🔧 Upgrade expressjs
Browse files Browse the repository at this point in the history
  • Loading branch information
AJR07 committed Oct 11, 2024
1 parent 24bd3de commit febd37d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified interapp-backend/bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions interapp-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@types/bun": "^1.0.8",
"@types/cookie-parser": "^1.4.6",
"@types/cors": "^2.8.16",
"@types/express": "^4.17.21",
"@types/express": "^5.0.0",
"@types/express-rate-limit": "^6.0.0",
"@types/multer": "^1.4.11",
"@types/node-cron": "^3.0.11",
Expand All @@ -43,7 +43,7 @@
"dependencies": {
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"express": "^4.19.2",
"express": "^5.0.0",
"express-async-errors": "^3.1.1",
"express-rate-limit": "^7.1.4",
"jose": "^5.1.1",
Expand Down

0 comments on commit febd37d

Please sign in to comment.