Skip to content

Commit 707bb26

Browse files
Bump jsonwebtoken in /09_Authentication_Strategies_and_Options/app/auth
Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 8.5.1 to 9.0.0. - [Release notes](https://github.com/auth0/node-jsonwebtoken/releases) - [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md) - [Commits](auth0/node-jsonwebtoken@v8.5.1...v9.0.0) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4f3a385 commit 707bb26

File tree

2 files changed

+36
-51
lines changed

2 files changed

+36
-51
lines changed

09_Authentication_Strategies_and_Options/app/auth/package-lock.json

+35-50
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

09_Authentication_Strategies_and_Options/app/auth/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"express": "^4.17.1",
1919
"express-async-errors": "^3.1.1",
2020
"express-validator": "^6.4.1",
21-
"jsonwebtoken": "^8.5.1",
21+
"jsonwebtoken": "^9.0.0",
2222
"mongoose": "^5.9.12",
2323
"typescript": "^3.8.3"
2424
},

0 commit comments

Comments
 (0)