Skip to content

Commit 46bdbb9

Browse files
committed
fix: project/c2-microservices-v1/udacity-c2-restapi-user/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EXPRESS-14157151
1 parent a7f4f03 commit 46bdbb9

File tree

1 file changed

+1
-1
lines changed
  • project/c2-microservices-v1/udacity-c2-restapi-user

1 file changed

+1
-1
lines changed

project/c2-microservices-v1/udacity-c2-restapi-user/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"bcrypt": "^4.0.1",
2424
"body-parser": "^1.19.0",
2525
"email-validator": "^2.0.4",
26-
"express": "^4.17.1",
26+
"express": "^4.22.0",
2727
"jsonwebtoken": "^8.5.1",
2828
"pg": "^7.11.0",
2929
"reflect-metadata": "^0.1.13",

0 commit comments

Comments
 (0)