Skip to content

Commit

Permalink
chore(deps): update for express vulnerability (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Apr 22, 2024
1 parent efe2c9d commit 3e12c51
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 78 deletions.
85 changes: 9 additions & 76 deletions backend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@nestjs/common": "^10.0.0",
"@nestjs/config": "^3.0.0",
"@nestjs/core": "^10.0.0",
"@nestjs/platform-express": "^10.0.0",
"@nestjs/platform-express": "^10.3.8",
"@nestjs/schedule": "^4.0.1",
"@nestjs/schematics": "^10.0.0",
"@nestjs/swagger": "^7.0.3",
Expand All @@ -50,7 +50,7 @@
"winston": "^3.11.0"
},
"devDependencies": {
"@types/express": "^4.17.15",
"@types/express": "^4.17.21",
"@types/jest": "^29.0.0",
"@types/node": "^20.0.0",
"@types/papaparse": "^5.3.14",
Expand Down

0 comments on commit 3e12c51

Please sign in to comment.