Skip to content

Commit e41ba8c

Browse files
Bump jsonwebtoken from 8.5.1 to 9.0.0 (#63)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 82bc9ca commit e41ba8c

File tree

3 files changed

+66
-105
lines changed

3 files changed

+66
-105
lines changed

package-lock.json

Lines changed: 36 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"dependencies": {
4343
"isomorphic-fetch": "^3.0.0",
44-
"jsonwebtoken": "^8.5.1"
44+
"jsonwebtoken": "^9.0.0"
4545
},
4646
"prettier": {
4747
"arrowParens": "avoid",

yarn.lock

Lines changed: 29 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -2343,21 +2343,15 @@ [email protected], json5@^2.1.2:
23432343
dependencies:
23442344
minimist "^1.2.5"
23452345

2346-
jsonwebtoken@^8.5.1:
2347-
version "8.5.1"
2348-
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz#00e71e0b8df54c2121a1f26137df2280673bcc0d"
2349-
integrity sha512-XjwVfRS6jTMsqYs0EsuJ4LGxXV14zQybNd4L2r0UvbVnSF9Af8x7p5MzbJ90Ioz/9TI41/hTCvznF/loiSzn8w==
2346+
jsonwebtoken@^9.0.0:
2347+
version "9.0.0"
2348+
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz#d0faf9ba1cc3a56255fe49c0961a67e520c1926d"
2349+
integrity sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==
23502350
dependencies:
23512351
jws "^3.2.2"
2352-
lodash.includes "^4.3.0"
2353-
lodash.isboolean "^3.0.3"
2354-
lodash.isinteger "^4.0.4"
2355-
lodash.isnumber "^3.0.3"
2356-
lodash.isplainobject "^4.0.6"
2357-
lodash.isstring "^4.0.1"
2358-
lodash.once "^4.0.0"
2352+
lodash "^4.17.21"
23592353
ms "^2.1.1"
2360-
semver "^5.6.0"
2354+
semver "^7.3.8"
23612355

23622356
jsprim@^1.2.2:
23632357
version "1.4.1"
@@ -2445,61 +2439,33 @@ locate-path@^5.0.0:
24452439
dependencies:
24462440
p-locate "^4.1.0"
24472441

2448-
lodash.includes@^4.3.0:
2449-
version "4.3.0"
2450-
resolved "https://registry.yarnpkg.com/lodash.includes/-/lodash.includes-4.3.0.tgz#60bb98a87cb923c68ca1e51325483314849f553f"
2451-
integrity sha1-YLuYqHy5I8aMoeUTJUgzFISfVT8=
2452-
2453-
lodash.isboolean@^3.0.3:
2454-
version "3.0.3"
2455-
resolved "https://registry.yarnpkg.com/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz#6c2e171db2a257cd96802fd43b01b20d5f5870f6"
2456-
integrity sha1-bC4XHbKiV82WgC/UOwGyDV9YcPY=
2457-
2458-
lodash.isinteger@^4.0.4:
2459-
version "4.0.4"
2460-
resolved "https://registry.yarnpkg.com/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz#619c0af3d03f8b04c31f5882840b77b11cd68343"
2461-
integrity sha1-YZwK89A/iwTDH1iChAt3sRzWg0M=
2462-
2463-
lodash.isnumber@^3.0.3:
2464-
version "3.0.3"
2465-
resolved "https://registry.yarnpkg.com/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz#3ce76810c5928d03352301ac287317f11c0b1ffc"
2466-
integrity sha1-POdoEMWSjQM1IwGsKHMX8RwLH/w=
2467-
2468-
lodash.isplainobject@^4.0.6:
2469-
version "4.0.6"
2470-
resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb"
2471-
integrity sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs=
2472-
2473-
lodash.isstring@^4.0.1:
2474-
version "4.0.1"
2475-
resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451"
2476-
integrity sha1-1SfftUVuynzJu5XV2ur4i6VKVFE=
2477-
24782442
24792443
version "4.1.2"
24802444
resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe"
24812445
integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=
24822446

2483-
lodash.once@^4.0.0:
2484-
version "4.1.1"
2485-
resolved "https://registry.yarnpkg.com/lodash.once/-/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac"
2486-
integrity sha1-DdOXEhPHxW34gJd9UEyI+0cal6w=
2487-
24882447
lodash.sortby@^4.7.0:
24892448
version "4.7.0"
24902449
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
24912450
integrity sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=
24922451

2493-
lodash@^4.17.19:
2494-
version "4.17.20"
2495-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
2496-
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==
2452+
lodash@^4.17.19, lodash@^4.17.21:
2453+
version "4.17.21"
2454+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
2455+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
24972456

24982457
log-driver@^1.2.7:
24992458
version "1.2.7"
25002459
resolved "https://registry.yarnpkg.com/log-driver/-/log-driver-1.2.7.tgz#63b95021f0702fedfa2c9bb0a24e7797d71871d8"
25012460
integrity sha512-U7KCmLdqsGHBLeWqYlFA0V0Sl6P08EE1ZrmA9cxjUE0WVqT9qnyVDPz1kzpFEP0jdJuFnasWIfSd7fsaNXkpbg==
25022461

2462+
lru-cache@^6.0.0:
2463+
version "6.0.0"
2464+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
2465+
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
2466+
dependencies:
2467+
yallist "^4.0.0"
2468+
25032469
make-dir@^3.0.0:
25042470
version "3.1.0"
25052471
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-3.1.0.tgz#415e967046b3a7f1d185277d84aa58203726a13f"
@@ -3105,15 +3071,17 @@ saxes@^5.0.0:
31053071
dependencies:
31063072
xmlchars "^2.2.0"
31073073

3108-
"semver@2 || 3 || 4 || 5", semver@^5.3.0, semver@^5.4.1, semver@^5.5.0, semver@^5.6.0:
3074+
"semver@2 || 3 || 4 || 5", semver@^5.3.0, semver@^5.4.1, semver@^5.5.0:
31093075
version "5.7.1"
31103076
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
31113077
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
31123078

3113-
[email protected], semver@^7.3.2:
3114-
version "7.3.2"
3115-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938"
3116-
integrity sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==
3079+
[email protected], semver@^7.3.2, semver@^7.3.8:
3080+
version "7.3.8"
3081+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
3082+
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
3083+
dependencies:
3084+
lru-cache "^6.0.0"
31173085

31183086
semver@^6.0.0, semver@^6.3.0:
31193087
version "6.3.0"
@@ -3784,6 +3752,11 @@ y18n@^4.0.0:
37843752
resolved "https://registry.yarnpkg.com/y18n/-/y18n-4.0.0.tgz#95ef94f85ecc81d007c264e190a120f0a3c8566b"
37853753
integrity sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==
37863754

3755+
yallist@^4.0.0:
3756+
version "4.0.0"
3757+
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
3758+
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
3759+
37873760
37883761
version "20.2.4"
37893762
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-20.2.4.tgz#b42890f14566796f85ae8e3a25290d205f154a54"

0 commit comments

Comments
 (0)