Skip to content

Commit 0bd801c

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 4d2ea10 commit 0bd801c

File tree

3 files changed

+104
-25
lines changed

3 files changed

+104
-25
lines changed

package-lock.json

Lines changed: 86 additions & 19 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
@@ -27,7 +27,7 @@
2727
"graphql-request": "^3.4.0",
2828
"hash-sum": "^2.0.0",
2929
"jimp": "^0.14.0",
30-
"jsonwebtoken": "^8.5.1",
30+
"jsonwebtoken": "^9.0.0",
3131
"libphonenumber-js": "^1.7.55",
3232
"lru-cache": "^6.0.0",
3333
"moment": "^2.25.3",

yarn.lock

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6190,6 +6190,16 @@ jsonwebtoken@^8.5.1:
61906190
ms "^2.1.1"
61916191
semver "^5.6.0"
61926192

6193+
jsonwebtoken@^9.0.0:
6194+
version "9.0.0"
6195+
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz#d0faf9ba1cc3a56255fe49c0961a67e520c1926d"
6196+
integrity sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==
6197+
dependencies:
6198+
jws "^3.2.2"
6199+
lodash "^4.17.21"
6200+
ms "^2.1.1"
6201+
semver "^7.3.8"
6202+
61936203
jsx-ast-utils@^2.4.1:
61946204
version "2.4.1"
61956205
resolved "https://registry.yarnpkg.com/jsx-ast-utils/-/jsx-ast-utils-2.4.1.tgz#1114a4c1209481db06c690c2b4f488cc665f657e"
@@ -6457,7 +6467,7 @@ lodash.sortby@^4.7.0:
64576467
resolved "https://registry.yarnpkg.com/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
64586468
integrity sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=
64596469

6460-
lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19:
6470+
lodash@^4.17.11, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.21:
64616471
version "4.17.21"
64626472
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
64636473
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
@@ -8573,10 +8583,12 @@ semver@^6.0.0, semver@^6.1.0, semver@^6.3.0:
85738583
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
85748584
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
85758585

8576-
semver@^7.2.1, semver@^7.3.2:
8577-
version "7.3.2"
8578-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938"
8579-
integrity sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==
8586+
semver@^7.2.1, semver@^7.3.2, semver@^7.3.8:
8587+
version "7.3.8"
8588+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
8589+
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
8590+
dependencies:
8591+
lru-cache "^6.0.0"
85808592

85818593
sentence-case@^1.1.1, sentence-case@^1.1.2:
85828594
version "1.1.3"

0 commit comments

Comments
 (0)