Skip to content

Commit

Permalink
Bump jsonwebtoken from 8.5.1 to 9.0.0
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 21, 2023
1 parent 52b0ca7 commit 274d33d
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/accounts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"express": "4.17.1",
"ismobilejs": "^1.1.1",
"js-yaml": "^3.14.1",
"jsonwebtoken": "^8.5.1",
"jsonwebtoken": "^9.0.0",
"lodash": "^4.17.21",
"mem": "^5.1.1",
"mongodb": "^3.7.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"cookies": "^0.8.0",
"express": "^4.16.4",
"ismobilejs": "^1.1.1",
"jsonwebtoken": "^8.5.1",
"jsonwebtoken": "^9.0.0",
"sha256": "^0.2.0",
"underscore": "^1.9.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/objectql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"graphql": "^15.8.0",
"graphql-parse-resolve-info": "^4.12.3",
"jsen": "^0.6.6",
"jsonwebtoken": "8.5.1",
"jsonwebtoken": "9.0.0",
"lodash": "^4.17.21",
"mingo": "^6.0.5",
"moleculer": "^0.14.25",
Expand Down
2 changes: 1 addition & 1 deletion services/service-identity-jwt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@steedos/accounts": "2.4.0-beta.29",
"express": "4.18.1",
"jsonwebtoken": "8.5.1",
"jsonwebtoken": "9.0.0",
"passport": "^0.6.0",
"passport-jwt": "^4.0.0"
},
Expand Down
10 changes: 10 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13071,6 +13071,16 @@ [email protected], jsonwebtoken@^8.2.0, jsonwebtoken@^8.5.1:
ms "^2.1.1"
semver "^5.6.0"

[email protected], jsonwebtoken@^9.0.0:
version "9.0.0"
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz#d0faf9ba1cc3a56255fe49c0961a67e520c1926d"
integrity sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==
dependencies:
jws "^3.2.2"
lodash "^4.17.21"
ms "^2.1.1"
semver "^7.3.8"

jsprim@^1.2.2:
version "1.4.2"
resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.2.tgz#712c65533a15c878ba59e9ed5f0e26d5b77c5feb"
Expand Down

0 comments on commit 274d33d

Please sign in to comment.