Skip to content

Commit b8d876b

Browse files
dependabot[bot]ewanharris
authored andcommittedJan 9, 2023
Bump jsonwebtoken and express-jwt in /examples/express-demo
Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) to 9.0.0 and updates ancestor dependency [express-jwt](https://github.com/auth0/express-jwt). These dependencies need to be updated together. Updates `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) Updates `express-jwt` from 7.7.7 to 8.2.0 - [Release notes](https://github.com/auth0/express-jwt/releases) - [Changelog](https://github.com/auth0/express-jwt/blob/master/CHANGELOG.md) - [Commits](auth0/express-jwt@v7.7.7...v8.2.0) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-type: indirect - dependency-name: express-jwt dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b4bb02b commit b8d876b

File tree

2 files changed

+97
-119
lines changed

2 files changed

+97
-119
lines changed
 

‎examples/express-demo/package-lock.json

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

‎examples/express-demo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"dependencies": {
1919
"debug": "^2.6.9",
2020
"express": "^4.17.0",
21-
"express-jwt": "^7.0.0"
21+
"express-jwt": "^8.3.0"
2222
}
2323
}

0 commit comments

Comments
 (0)
Please sign in to comment.