Skip to content

Commit 508d2f3

Browse files
Merge pull request #14060 from ezintz/fix-express-vulnerabilities
build(express): upgrade to express 4.2.1
2 parents 7cf4708 + 160c3b3 commit 508d2f3

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

package-lock.json

Lines changed: 9 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"class-validator": "0.14.1",
6464
"cli-color": "2.0.4",
6565
"cors": "2.8.5",
66-
"express": "4.21.0",
66+
"express": "4.21.1",
6767
"fast-json-stringify": "6.0.0",
6868
"fast-safe-stringify": "2.1.1",
6969
"graphql-subscriptions": "2.0.0",

packages/platform-express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"dependencies": {
2121
"body-parser": "1.20.3",
2222
"cors": "2.8.5",
23-
"express": "4.21.0",
23+
"express": "4.21.1",
2424
"multer": "1.4.4-lts.1",
2525
"tslib": "2.7.0"
2626
},

0 commit comments

Comments
 (0)