Skip to content

Commit 3c68a04

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 9082588 commit 3c68a04

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
@@ -67,7 +67,7 @@
6767
"graphql-upload": "^11.0.0",
6868
"graphql-ws": "^2.0.0",
6969
"husky": "^1.3.1",
70-
"jsonwebtoken": "^8.5.1",
70+
"jsonwebtoken": "^9.0.0",
7171
"lru-cache": "^6.0.0",
7272
"map-obj": "^4.1.0",
7373
"node-fetch": "^2.6.0",

yarn.lock

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4786,6 +4786,16 @@ jsonwebtoken@^8.5.1:
47864786
ms "^2.1.1"
47874787
semver "^5.6.0"
47884788

4789+
jsonwebtoken@^9.0.0:
4790+
version "9.0.0"
4791+
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz#d0faf9ba1cc3a56255fe49c0961a67e520c1926d"
4792+
integrity sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==
4793+
dependencies:
4794+
jws "^3.2.2"
4795+
lodash "^4.17.21"
4796+
ms "^2.1.1"
4797+
semver "^7.3.8"
4798+
47894799
"jsx-ast-utils@^2.4.1 || ^3.0.0", jsx-ast-utils@^3.1.0:
47904800
version "3.2.0"
47914801
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-3.2.0.tgz#41108d2cec408c3453c1bbe8a4aae9e1e2bd8f82"
@@ -4997,7 +5007,7 @@ lodash.sortby@^4.7.0:
49975007
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
49985008
integrity sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=
49995009

5000-
lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20:
5010+
lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21:
50015011
version "4.17.21"
50025012
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
50035013
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
@@ -6398,10 +6408,10 @@ semver@^6.0.0, semver@^6.1.0, semver@^6.2.0, semver@^6.3.0:
63986408
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
63996409
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
64006410

6401-
semver@^7.2.1, semver@^7.3.2:
6402-
version "7.3.4"
6403-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.4.tgz#27aaa7d2e4ca76452f98d3add093a72c943edc97"
6404-
integrity sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==
6411+
semver@^7.2.1, semver@^7.3.2, semver@^7.3.8:
6412+
version "7.3.8"
6413+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
6414+
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
64056415
dependencies:
64066416
lru-cache "^6.0.0"
64076417

0 commit comments

Comments
 (0)