Skip to content

Commit f3ef2ab

Browse files
committed
fix: upgrade jsonwebtoken from 9.0.0 to 9.0.2
Snyk has created this PR to upgrade jsonwebtoken from 9.0.0 to 9.0.2. See this package in npm: jsonwebtoken See this project in Snyk: https://app.snyk.io/org/zntb/project/2c972f2d-ffbb-4d35-87a2-666e99ca0acc?utm_source=github&utm_medium=referral&page=upgrade-pr
1 parent 41146b5 commit f3ef2ab

File tree

2 files changed

+53
-11
lines changed

2 files changed

+53
-11
lines changed

backend/package-lock.json

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

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"bcryptjs": "^2.4.3",
1414
"body-parser": "^1.20.0",
1515
"express": "^4.19.2",
16-
"jsonwebtoken": "^9.0.0",
16+
"jsonwebtoken": "^9.0.2",
1717
"uuid": "^9.0.0"
1818
}
1919
}

0 commit comments

Comments
 (0)