Skip to content

Commit 1ffc97c

Browse files
committed
fix: upgrade express from 4.17.3 to 4.21.2
Snyk has created this PR to upgrade express from 4.17.3 to 4.21.2. See this package in npm: express See this project in Snyk: https://app.snyk.io/org/sammytezzy/project/dfc1d49a-a45b-4f00-8863-6ba001f6bc14?utm_source=github&utm_medium=referral&page=upgrade-pr
1 parent 0731c0d commit 1ffc97c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/passport-example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Example with Passport (http://www.passportjs.org/)",
55
"dependencies": {
66
"body-parser": "~1.19.0",
7-
"express": "~4.17.1",
7+
"express": "~4.21.2",
88
"express-session": "~1.17.1",
99
"passport": "~0.4.1",
1010
"passport-local": "~1.0.0",

0 commit comments

Comments
 (0)