Skip to content

Commit

Permalink
chore(deps): bump jsonwebtoken and @types/jsonwebtoken
Browse files Browse the repository at this point in the history
Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) and [@types/jsonwebtoken](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jsonwebtoken). These dependencies needed to be updated together.

Updates `jsonwebtoken` from 9.0.0 to 9.0.2
- [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md)
- [Commits](auth0/node-jsonwebtoken@v9.0.0...v9.0.2)

Updates `@types/jsonwebtoken` from 9.0.2 to 9.0.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jsonwebtoken)

---
updated-dependencies:
- dependency-name: jsonwebtoken
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: "@types/jsonwebtoken"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent 78cc9b1 commit 69b7176
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 14 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"devDependencies": {
"@types/body-parser": "^1.19.2",
"@types/express": "^4.17.17",
"@types/jsonwebtoken": "^9.0.2",
"@types/jsonwebtoken": "^9.0.5",
"@types/ms": "^0.7.31",
"@types/node": "^20.2.5",
"@types/supertest": "^2.0.12",
Expand All @@ -86,7 +86,7 @@
"vitest": "^0.31.4"
},
"dependencies": {
"jsonwebtoken": "^9.0.0",
"jsonwebtoken": "^9.0.2",
"ms": "^2.1.3",
"uri-js": "^4.4.1"
},
Expand Down
66 changes: 54 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 69b7176

Please sign in to comment.