Skip to content

Commit

Permalink
Bump jsonwebtoken and @types/jsonwebtoken (#633)
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 8.5.1 to 9.0.2
- [Changelog](https://github.com/auth0/node-jsonwebtoken/blob/master/CHANGELOG.md)
- [Commits](auth0/node-jsonwebtoken@v8.5.1...v9.0.2)

Updates `@types/jsonwebtoken` from 8.5.8 to 9.0.6
- [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-major
- dependency-name: "@types/jsonwebtoken"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent 97417d3 commit 24c0d3b
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 57 deletions.
69 changes: 19 additions & 50 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/authx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"@types/auth-header": "^1.0.1",
"@types/graphql-api-koa": "^2.0.2",
"@types/graphql-relay": "^0.6.0",
"@types/jsonwebtoken": "^8.5.1",
"@types/jsonwebtoken": "^9.0.6",
"@types/koa": "2.13.1",
"@types/koa-router": "^7.4.2",
"@types/koa-send": "^4.1.2",
Expand All @@ -23,7 +23,7 @@
"graphql-api-koa": "^6.0.0",
"graphql-playground-middleware-koa": "^1.6.21",
"graphql-relay": "^0.6.0",
"jsonwebtoken": "^8.5.0",
"jsonwebtoken": "^9.0.2",
"koa": "^2.13.1",
"koa-body": "^4.2.0",
"koa-router": "^10.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/http-proxy-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"bugs": "https://github.com/the-control-group/authx/issues",
"dependencies": {
"@types/http-proxy": "^1.17.5",
"@types/jsonwebtoken": "^8.5.1",
"@types/jsonwebtoken": "^9.0.6",
"@types/node-fetch": "^2.5.10",
"abort-controller": "^3.0.0",
"http-proxy": "^1.18.1",
"jsonwebtoken": "^8.5.1",
"jsonwebtoken": "^9.0.2",
"node-fetch": "^2.5.0"
},
"description": "",
Expand Down
2 changes: 1 addition & 1 deletion packages/http-proxy-resource/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"@authx/scopes": "^3.1.0-alpha.52",
"@types/http-proxy": "^1.17.5",
"@types/jsonwebtoken": "^8.5.1",
"@types/jsonwebtoken": "^9.0.6",
"@types/node-fetch": "^2.5.10",
"abort-controller": "^3.0.0",
"http-proxy": "^1.18.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/http-proxy-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"@authx/scopes": "^3.1.0-alpha.52",
"@types/cookies": "^0.7.6",
"@types/http-proxy": "^1.17.5",
"@types/jsonwebtoken": "^8.5.1",
"@types/jsonwebtoken": "^9.0.6",
"@types/node-fetch": "^2.5.10",
"abort-controller": "^3.0.0",
"cookies": "^0.8.0",
"http-proxy": "^1.18.1",
"jsonwebtoken": "^8.5.1",
"jsonwebtoken": "^9.0.2",
"node-fetch": "^2.5.0"
},
"description": "",
Expand Down

0 comments on commit 24c0d3b

Please sign in to comment.