Skip to content

Commit

Permalink
Merge pull request #14060 from ezintz/fix-express-vulnerabilities
Browse files Browse the repository at this point in the history
build(express): upgrade to express 4.2.1
  • Loading branch information
kamilmysliwiec authored Oct 16, 2024
2 parents 7cf4708 + 160c3b3 commit 508d2f3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
15 changes: 9 additions & 6 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"class-validator": "0.14.1",
"cli-color": "2.0.4",
"cors": "2.8.5",
"express": "4.21.0",
"express": "4.21.1",
"fast-json-stringify": "6.0.0",
"fast-safe-stringify": "2.1.1",
"graphql-subscriptions": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/platform-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"body-parser": "1.20.3",
"cors": "2.8.5",
"express": "4.21.0",
"express": "4.21.1",
"multer": "1.4.4-lts.1",
"tslib": "2.7.0"
},
Expand Down

0 comments on commit 508d2f3

Please sign in to comment.