Skip to content

Commit 3e730ae

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 f30c309 commit 3e730ae

File tree

2 files changed

+35
-6
lines changed

2 files changed

+35
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"dotenv": "^8.0.0",
1616
"envalid": "^5.0.0",
1717
"express": "^4.17.1",
18-
"jsonwebtoken": "^8.5.1",
18+
"jsonwebtoken": "^9.0.0",
1919
"mongoose": "^5.6.9",
2020
"morgan": "^1.9.1",
2121
"passport": "^0.4.0",

yarn.lock

Lines changed: 34 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ isexe@^2.0.0:
643643
resolved "https://registry.yarnpkg.com/isexe/-/isexe-2.0.0.tgz#e8fbf374dc556ff8947a10dcb0572d633f2cfa10"
644644
integrity sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=
645645

646-
jsonwebtoken@^8.2.0, jsonwebtoken@^8.5.1:
646+
jsonwebtoken@^8.2.0:
647647
version "8.5.1"
648648
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz#00e71e0b8df54c2121a1f26137df2280673bcc0d"
649649
integrity sha512-XjwVfRS6jTMsqYs0EsuJ4LGxXV14zQybNd4L2r0UvbVnSF9Af8x7p5MzbJ90Ioz/9TI41/hTCvznF/loiSzn8w==
@@ -659,6 +659,16 @@ jsonwebtoken@^8.2.0, jsonwebtoken@^8.5.1:
659659
ms "^2.1.1"
660660
semver "^5.6.0"
661661

662+
jsonwebtoken@^9.0.0:
663+
version "9.0.0"
664+
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz#d0faf9ba1cc3a56255fe49c0961a67e520c1926d"
665+
integrity sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==
666+
dependencies:
667+
jws "^3.2.2"
668+
lodash "^4.17.21"
669+
ms "^2.1.1"
670+
semver "^7.3.8"
671+
662672
jwa@^1.4.1:
663673
version "1.4.1"
664674
resolved "https://registry.yarnpkg.com/jwa/-/jwa-1.4.1.tgz#743c32985cb9e98655530d53641b66c8645b039a"
@@ -727,10 +737,10 @@ lodash.once@^4.0.0:
727737
resolved "https://registry.yarnpkg.com/lodash.once/-/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac"
728738
integrity sha1-DdOXEhPHxW34gJd9UEyI+0cal6w=
729739

730-
lodash@^4.17.11:
731-
version "4.17.15"
732-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
733-
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
740+
lodash@^4.17.11, lodash@^4.17.21:
741+
version "4.17.21"
742+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
743+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
734744

735745
loud-rejection@^1.0.0:
736746
version "1.6.0"
@@ -747,6 +757,13 @@ lru-cache@^5.1.1:
747757
dependencies:
748758
yallist "^3.0.2"
749759

760+
lru-cache@^6.0.0:
761+
version "6.0.0"
762+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
763+
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
764+
dependencies:
765+
yallist "^4.0.0"
766+
750767
make-error@^1.1.1:
751768
version "1.3.5"
752769
resolved "https://registry.yarnpkg.com/make-error/-/make-error-1.3.5.tgz#efe4e81f6db28cadd605c70f29c831b58ef776c8"
@@ -1184,6 +1201,13 @@ saslprep@^1.0.0:
11841201
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.0.tgz#790a7cf6fea5459bac96110b29b60412dc8ff96b"
11851202
integrity sha512-Ya52jSX2u7QKghxeoFGpLwCtGlt7j0oY9DYb5apt9nPlJ42ID+ulTXESnt/qAQcoSERyZ5sl3LDIOw0nAn/5DA==
11861203

1204+
semver@^7.3.8:
1205+
version "7.3.8"
1206+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
1207+
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
1208+
dependencies:
1209+
lru-cache "^6.0.0"
1210+
11871211
send@0.17.1:
11881212
version "0.17.1"
11891213
resolved "https://registry.yarnpkg.com/send/-/send-0.17.1.tgz#c1d8b059f7900f7466dd4938bdc44e11ddb376c8"
@@ -1437,6 +1461,11 @@ yallist@^3.0.2:
14371461
resolved "https://registry.yarnpkg.com/yallist/-/yallist-3.0.3.tgz#b4b049e314be545e3ce802236d6cd22cd91c3de9"
14381462
integrity sha512-S+Zk8DEWE6oKpV+vI3qWkaK+jSbIK86pCwe2IF/xwIpQ8jEuxpw9NyaGjmp9+BoJv5FV2piqCDcoCtStppiq2A==
14391463

1464+
yallist@^4.0.0:
1465+
version "4.0.0"
1466+
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
1467+
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
1468+
14401469
yn@^3.0.0:
14411470
version "3.1.1"
14421471
resolved "https://registry.yarnpkg.com/yn/-/yn-3.1.1.tgz#1e87401a09d767c1d5eab26a6e4c185182d2eb50"

0 commit comments

Comments
 (0)