Skip to content

Commit 5ab15cd

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] <[email protected]>
1 parent 6b6b64d commit 5ab15cd

File tree

2 files changed

+16
-6
lines changed

2 files changed

+16
-6
lines changed

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
@@ -2235,6 +2235,16 @@ jsonwebtoken@^8.5.1:
22352235
ms "^2.1.1"
22362236
semver "^5.6.0"
22372237

2238+
jsonwebtoken@^9.0.0:
2239+
version "9.0.0"
2240+
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz#d0faf9ba1cc3a56255fe49c0961a67e520c1926d"
2241+
integrity sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==
2242+
dependencies:
2243+
jws "^3.2.2"
2244+
lodash "^4.17.21"
2245+
ms "^2.1.1"
2246+
semver "^7.3.8"
2247+
22382248
jwa@^1.4.1:
22392249
version "1.4.1"
22402250
resolved "https://registry.yarnpkg.com/jwa/-/jwa-1.4.1.tgz#743c32985cb9e98655530d53641b66c8645b039a"
@@ -2348,7 +2358,7 @@ lodash.sortby@^4.7.0:
23482358
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
23492359
integrity sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=
23502360

2351-
lodash@^4.17.13, lodash@^4.17.19, lodash@^4.7.0:
2361+
lodash@^4.17.13, lodash@^4.17.19, lodash@^4.17.21, lodash@^4.7.0:
23522362
version "4.17.21"
23532363
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
23542364
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
@@ -2711,10 +2721,10 @@ saxes@^5.0.1:
27112721
dependencies:
27122722
xmlchars "^2.2.0"
27132723

2714-
[email protected], semver@^7.3.2:
2715-
version "7.3.4"
2716-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.4.tgz#27aaa7d2e4ca76452f98d3add093a72c943edc97"
2717-
integrity sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==
2724+
[email protected], semver@^7.3.2, semver@^7.3.8:
2725+
version "7.3.8"
2726+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
2727+
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
27182728
dependencies:
27192729
lru-cache "^6.0.0"
27202730

0 commit comments

Comments
 (0)