Skip to content

Commit 5d16d9a

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 69328e5 commit 5d16d9a

File tree

2 files changed

+37
-25
lines changed

2 files changed

+37
-25
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"history": "^4.10.1",
3737
"hoist-non-react-statics": "^3.3.1",
3838
"idx": "^2.5.6",
39-
"jsonwebtoken": "^8.5.1",
39+
"jsonwebtoken": "^9.0.0",
4040
"jwt-passport": "^0.0.5",
4141
"knex": "^0.20.7",
4242
"load-script": "^1.0.0",

yarn.lock

Lines changed: 36 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -7511,6 +7511,16 @@ jsonwebtoken@^8.2.0, jsonwebtoken@^8.5.1:
75117511
ms "^2.1.1"
75127512
semver "^5.6.0"
75137513

7514+
jsonwebtoken@^9.0.0:
7515+
version "9.0.0"
7516+
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz#d0faf9ba1cc3a56255fe49c0961a67e520c1926d"
7517+
integrity sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==
7518+
dependencies:
7519+
jws "^3.2.2"
7520+
lodash "^4.17.21"
7521+
ms "^2.1.1"
7522+
semver "^7.3.8"
7523+
75147524
jsprim@^1.2.2:
75157525
version "1.4.1"
75167526
resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.1.tgz#313e66bc1e5cc06e438bc1b7499c2e5c56acb6a2"
@@ -7597,15 +7607,6 @@ jsx-ast-utils@^2.0.1:
75977607
dependencies:
75987608
array-includes "^3.0.3"
75997609

7600-
jwa@^1.2.0:
7601-
version "1.4.0"
7602-
resolved "https://registry.yarnpkg.com/jwa/-/jwa-1.4.0.tgz#8f61dc799acf0309f2d4b22a91ce73d6d2bb206c"
7603-
integrity sha512-mt6IHaq0ZZWDBspg0Pheu3r9sVNMEZn+GJe1zcdYyhFcDSclp3J8xEdO4PjZolZ2i8xlaVU1LetHM0nJejYsEw==
7604-
dependencies:
7605-
buffer-equal-constant-time "1.0.1"
7606-
ecdsa-sig-formatter "1.0.11"
7607-
safe-buffer "^5.0.1"
7608-
76097610
jwa@^1.4.1:
76107611
version "1.4.1"
76117612
resolved "https://registry.yarnpkg.com/jwa/-/jwa-1.4.1.tgz#743c32985cb9e98655530d53641b66c8645b039a"
@@ -7615,15 +7616,7 @@ jwa@^1.4.1:
76157616
ecdsa-sig-formatter "1.0.11"
76167617
safe-buffer "^5.0.1"
76177618

7618-
jws@^3.1.4, jws@^3.1.5:
7619-
version "3.2.1"
7620-
resolved "https://registry.yarnpkg.com/jws/-/jws-3.2.1.tgz#d79d4216a62c9afa0a3d5e8b5356d75abdeb2be5"
7621-
integrity sha512-bGA2omSrFUkd72dhh05bIAN832znP4wOU3lfuXtRBuGTbsmNmDXMQg28f0Vsxaxgk4myF5YkKQpz6qeRpMgX9g==
7622-
dependencies:
7623-
jwa "^1.2.0"
7624-
safe-buffer "^5.0.1"
7625-
7626-
jws@^3.2.2:
7619+
jws@^3.1.4, jws@^3.1.5, jws@^3.2.2:
76277620
version "3.2.2"
76287621
resolved "https://registry.yarnpkg.com/jws/-/jws-3.2.2.tgz#001099f3639468c9414000e99995fa52fb478304"
76297622
integrity sha512-YHlZCB6lMTllWDtSPHz/ZXTsi8S00usEV6v1tjq8tOUZzw7DpSDWVXjXDre6ed1w/pd495ODpHZYSdkRTsa0HA==
@@ -8005,10 +7998,10 @@ lodash.uniq@^4.5.0:
80057998
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
80067999
integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=
80078000

8008-
"lodash@>=3.5 <5", lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.4, lodash@^4.17.5:
8009-
version "4.17.15"
8010-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
8011-
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
8001+
"lodash@>=3.5 <5", lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.21, lodash@^4.17.4, lodash@^4.17.5:
8002+
version "4.17.21"
8003+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
8004+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
80128005

80138006
log-symbols@^1.0.2:
80148007
version "1.0.2"
@@ -8070,6 +8063,13 @@ lru-cache@^5.0.0, lru-cache@^5.1.1:
80708063
dependencies:
80718064
yallist "^3.0.2"
80728065

8066+
lru-cache@^6.0.0:
8067+
version "6.0.0"
8068+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
8069+
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
8070+
dependencies:
8071+
yallist "^4.0.0"
8072+
80738073
make-dir@^2.0.0, make-dir@^2.1.0:
80748074
version "2.1.0"
80758075
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-2.1.0.tgz#5f0310e18b8be898cc07009295a30ae41e91e6f5"
@@ -8444,12 +8444,12 @@ [email protected]:
84448444
resolved "https://registry.yarnpkg.com/ms/-/ms-2.0.0.tgz#5608aeadfc00be6c2901df5f9861788de0d597c8"
84458445
integrity sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=
84468446

8447-
[email protected], ms@^2.0.0:
8447+
84488448
version "2.1.1"
84498449
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a"
84508450
integrity sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==
84518451

8452-
ms@^2.1.1:
8452+
ms@^2.0.0, ms@^2.1.1:
84538453
version "2.1.2"
84548454
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
84558455
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
@@ -11309,6 +11309,13 @@ semver@^6.0.0, semver@^6.2.0:
1130911309
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
1131011310
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
1131111311

11312+
semver@^7.3.8:
11313+
version "7.3.8"
11314+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
11315+
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
11316+
dependencies:
11317+
lru-cache "^6.0.0"
11318+
1131211319
1131311320
version "0.16.2"
1131411321
resolved "https://registry.yarnpkg.com/send/-/send-0.16.2.tgz#6ecca1e0f8c156d141597559848df64730a6bbc1"
@@ -13197,6 +13204,11 @@ yallist@^3.0.0, yallist@^3.0.2:
1319713204
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.0.3.tgz#b4b049e314be545e3ce802236d6cd22cd91c3de9"
1319813205
integrity sha512-S+Zk8DEWE6oKpV+vI3qWkaK+jSbIK86pCwe2IF/xwIpQ8jEuxpw9NyaGjmp9+BoJv5FV2piqCDcoCtStppiq2A==
1319913206

13207+
yallist@^4.0.0:
13208+
version "4.0.0"
13209+
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
13210+
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
13211+
1320013212
yaml@^1.7.2:
1320113213
version "1.7.2"
1320213214
resolved "https://registry.yarnpkg.com/yaml/-/yaml-1.7.2.tgz#f26aabf738590ab61efaca502358e48dc9f348b2"

0 commit comments

Comments
 (0)