Skip to content

Commit e00c47d

Browse files
committed
fix: exercises/udacity-c2-restapi/package.json & exercises/udacity-c2-restapi/package-lock.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEQUELIZE-2932027
1 parent a7f4f03 commit e00c47d

File tree

2 files changed

+90
-106
lines changed

2 files changed

+90
-106
lines changed

exercises/udacity-c2-restapi/package-lock.json

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

exercises/udacity-c2-restapi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"jsonwebtoken": "^8.5.1",
2828
"pg": "^7.11.0",
2929
"reflect-metadata": "^0.1.13",
30-
"sequelize": "^5.15.1",
30+
"sequelize": "^6.19.1",
3131
"sequelize-typescript": "^0.6.11"
3232
},
3333
"devDependencies": {

0 commit comments

Comments
 (0)