Skip to content

Commit 1be88e0

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 832e217 commit 1be88e0

2 files changed

Lines changed: 9 additions & 50 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"graphql-upload": "^11.0.0",
6464
"graphql-ws": "^2.0.0",
6565
"husky": "^1.3.1",
66-
"jsonwebtoken": "^8.5.1",
66+
"jsonwebtoken": "^9.0.0",
6767
"lru-cache": "^6.0.0",
6868
"map-obj": "^4.1.0",
6969
"node-fetch": "^2.6.0",

yarn.lock

Lines changed: 8 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -3418,21 +3418,15 @@ json5@^2.1.2:
34183418
dependencies:
34193419
minimist "^1.2.5"
34203420

3421-
jsonwebtoken@^8.5.1:
3422-
version "8.5.1"
3423-
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-8.5.1.tgz#00e71e0b8df54c2121a1f26137df2280673bcc0d"
3424-
integrity sha512-XjwVfRS6jTMsqYs0EsuJ4LGxXV14zQybNd4L2r0UvbVnSF9Af8x7p5MzbJ90Ioz/9TI41/hTCvznF/loiSzn8w==
3421+
jsonwebtoken@^9.0.0:
3422+
version "9.0.0"
3423+
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz#d0faf9ba1cc3a56255fe49c0961a67e520c1926d"
3424+
integrity sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==
34253425
dependencies:
34263426
jws "^3.2.2"
3427-
lodash.includes "^4.3.0"
3428-
lodash.isboolean "^3.0.3"
3429-
lodash.isinteger "^4.0.4"
3430-
lodash.isnumber "^3.0.3"
3431-
lodash.isplainobject "^4.0.6"
3432-
lodash.isstring "^4.0.1"
3433-
lodash.once "^4.0.0"
3427+
lodash "^4.17.21"
34343428
ms "^2.1.1"
3435-
semver "^5.6.0"
3429+
semver "^7.3.8"
34363430

34373431
"jsx-ast-utils@^2.4.1 || ^3.0.0", jsx-ast-utils@^3.1.0:
34383432
version "3.2.0"
@@ -3542,47 +3536,12 @@ locate-path@^5.0.0:
35423536
dependencies:
35433537
p-locate "^4.1.0"
35443538

3545-
lodash.includes@^4.3.0:
3546-
version "4.3.0"
3547-
resolved "https://registry.yarnpkg.com/lodash.includes/-/lodash.includes-4.3.0.tgz#60bb98a87cb923c68ca1e51325483314849f553f"
3548-
integrity sha1-YLuYqHy5I8aMoeUTJUgzFISfVT8=
3549-
3550-
lodash.isboolean@^3.0.3:
3551-
version "3.0.3"
3552-
resolved "https://registry.yarnpkg.com/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz#6c2e171db2a257cd96802fd43b01b20d5f5870f6"
3553-
integrity sha1-bC4XHbKiV82WgC/UOwGyDV9YcPY=
3554-
3555-
lodash.isinteger@^4.0.4:
3556-
version "4.0.4"
3557-
resolved "https://registry.yarnpkg.com/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz#619c0af3d03f8b04c31f5882840b77b11cd68343"
3558-
integrity sha1-YZwK89A/iwTDH1iChAt3sRzWg0M=
3559-
3560-
lodash.isnumber@^3.0.3:
3561-
version "3.0.3"
3562-
resolved "https://registry.yarnpkg.com/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz#3ce76810c5928d03352301ac287317f11c0b1ffc"
3563-
integrity sha1-POdoEMWSjQM1IwGsKHMX8RwLH/w=
3564-
3565-
lodash.isplainobject@^4.0.6:
3566-
version "4.0.6"
3567-
resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb"
3568-
integrity sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs=
3569-
3570-
lodash.isstring@^4.0.1:
3571-
version "4.0.1"
3572-
resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451"
3573-
integrity sha1-1SfftUVuynzJu5XV2ur4i6VKVFE=
3574-
3575-
lodash.once@^4.0.0:
3576-
version "4.1.1"
3577-
resolved "https://registry.yarnpkg.com/lodash.once/-/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac"
3578-
integrity sha1-DdOXEhPHxW34gJd9UEyI+0cal6w=
3579-
35803539
lodash.sortby@^4.7.0:
35813540
version "4.7.0"
35823541
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
35833542
integrity sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=
35843543

3585-
lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20:
3544+
lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.20, lodash@^4.17.21:
35863545
version "4.17.21"
35873546
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
35883547
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
@@ -4567,7 +4526,7 @@ semver-truncate@^2.0.0:
45674526
dependencies:
45684527
semver "^6.0.0"
45694528

4570-
"semver@2 || 3 || 4 || 5", semver@^5.4.1, semver@^5.5.0, semver@^5.6.0, semver@^5.7.1:
4529+
"semver@2 || 3 || 4 || 5", semver@^5.4.1, semver@^5.5.0, semver@^5.7.1:
45714530
version "5.7.1"
45724531
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
45734532
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==

0 commit comments

Comments
 (0)