Skip to content

Commit

Permalink
fix(deps): update dependency jsonwebtoken to v9 (#2933)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency jsonwebtoken to v9

* chore(dependencies): updated changesets for modified dependencies

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and github-actions[bot] authored Jul 24, 2023
1 parent 1c89cfd commit cb47a72
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 12 deletions.
6 changes: 6 additions & 0 deletions .changeset/@graphql-yoga_plugin-jwt-2933-dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@graphql-yoga/plugin-jwt': patch
---
dependencies updates:
- Updated dependency [`jsonwebtoken@^9.0.0`
↗︎](https://www.npmjs.com/package/jsonwebtoken/v/9.0.0) (from `^8.5.1`, in `dependencies`)
4 changes: 2 additions & 2 deletions packages/plugins/jwt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@
"graphql-yoga": "^4.0.3"
},
"dependencies": {
"jsonwebtoken": "^8.5.1",
"jsonwebtoken": "^9.0.0",
"jwks-rsa": "^3.0.0",
"tslib": "^2.4.0"
},
"devDependencies": {
"@types/jsonwebtoken": "^8.5.8",
"@types/jsonwebtoken": "^9.0.0",
"graphql": "^16.5.0",
"graphql-scalars": "^1.22.2"
},
Expand Down
22 changes: 12 additions & 10 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 cb47a72

Please sign in to comment.