Skip to content

Commit d36b823

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 eef85ce commit d36b823

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"http-aws-es": "^6.0.0",
4646
"http-status-codes": "^1.3.0",
4747
"joi": "^14.0.0",
48-
"jsonwebtoken": "^8.3.0",
48+
"jsonwebtoken": "^9.0.0",
4949
"lodash": "^4.17.19",
5050
"moment": "^2.27.0",
5151
"request": "^2.88.2",

yarn.lock

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2387,6 +2387,16 @@ jsonwebtoken@^8.3.0, jsonwebtoken@^8.5.1:
23872387
ms "^2.1.1"
23882388
semver "^5.6.0"
23892389

2390+
jsonwebtoken@^9.0.0:
2391+
version "9.0.0"
2392+
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz#d0faf9ba1cc3a56255fe49c0961a67e520c1926d"
2393+
integrity sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==
2394+
dependencies:
2395+
jws "^3.2.2"
2396+
lodash "^4.17.21"
2397+
ms "^2.1.1"
2398+
semver "^7.3.8"
2399+
23902400
jsprim@^1.2.2:
23912401
version "1.4.2"
23922402
resolved "https://registry.yarnpkg.com/jsprim/-/jsprim-1.4.2.tgz#712c65533a15c878ba59e9ed5f0e26d5b77c5feb"
@@ -2559,7 +2569,7 @@ [email protected]:
25592569
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.15.tgz#b447f6670a0455bbfeedd11392eff330ea097548"
25602570
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
25612571

2562-
lodash@^4.17.10, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.3.0:
2572+
lodash@^4.17.10, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.21, lodash@^4.17.4, lodash@^4.17.5, lodash@^4.3.0:
25632573
version "4.17.21"
25642574
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
25652575
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
@@ -3525,7 +3535,7 @@ semver@^6.0.0:
35253535
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
35263536
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
35273537

3528-
semver@^7.3.2:
3538+
semver@^7.3.2, semver@^7.3.8:
35293539
version "7.3.8"
35303540
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
35313541
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
@@ -3880,8 +3890,9 @@ table@^4.0.3:
38803890
slice-ansi "1.0.0"
38813891
string-width "^2.1.1"
38823892

3883-
"tc-core-library-js@github:appirio-tech/tc-core-library-js#v2.6":
3893+
tc-core-library-js@appirio-tech/tc-core-library-js.git#v2.6:
38843894
version "2.4.0"
3895+
uid d16413db30b1eed21c0cf426e185bedb2329ddab
38853896
resolved "https://codeload.github.com/appirio-tech/tc-core-library-js/tar.gz/d16413db30b1eed21c0cf426e185bedb2329ddab"
38863897
dependencies:
38873898
auth0-js "^9.4.2"

0 commit comments

Comments
 (0)