Skip to content

Commit f920619

Browse files
Bump jsonwebtoken from 8.5.1 to 9.0.0
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] <support@github.com>
1 parent afaa04a commit f920619

2 files changed

Lines changed: 16 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
"dependencies": {
2323
"axios": "^0.21.1",
24-
"jsonwebtoken": "^8.5.1",
24+
"jsonwebtoken": "^9.0.0",
2525
"jwks-rsa": "^1.12.1"
2626
},
2727
"scripts": {

yarn.lock

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2233,6 +2233,16 @@ jsonwebtoken@^8.5.1:
22332233
ms "^2.1.1"
22342234
semver "^5.6.0"
22352235

2236+
jsonwebtoken@^9.0.0:
2237+
version "9.0.0"
2238+
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz#d0faf9ba1cc3a56255fe49c0961a67e520c1926d"
2239+
integrity sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==
2240+
dependencies:
2241+
jws "^3.2.2"
2242+
lodash "^4.17.21"
2243+
ms "^2.1.1"
2244+
semver "^7.3.8"
2245+
22362246
jwa@^1.4.1:
22372247
version "1.4.1"
22382248
resolved "https://registry.yarnpkg.com/jwa/-/jwa-1.4.1.tgz#743c32985cb9e98655530d53641b66c8645b039a"
@@ -2346,7 +2356,7 @@ lodash.sortby@^4.7.0:
23462356
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
23472357
integrity sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=
23482358

2349-
lodash@^4.17.13, lodash@^4.17.19, lodash@^4.7.0:
2359+
lodash@^4.17.13, lodash@^4.17.19, lodash@^4.17.21, lodash@^4.7.0:
23502360
version "4.17.21"
23512361
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
23522362
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
@@ -2704,10 +2714,10 @@ saxes@^5.0.1:
27042714
dependencies:
27052715
xmlchars "^2.2.0"
27062716

2707-
semver@7.x, semver@^7.3.2:
2708-
version "7.3.4"
2709-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.4.tgz#27aaa7d2e4ca76452f98d3add093a72c943edc97"
2710-
integrity sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==
2717+
semver@7.x, semver@^7.3.2, semver@^7.3.8:
2718+
version "7.3.8"
2719+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
2720+
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
27112721
dependencies:
27122722
lru-cache "^6.0.0"
27132723

0 commit comments

Comments
 (0)