Skip to content

Commit 6223eb9

Browse files
chore(deps): bump jsonwebtoken from 8.4.0 to 9.0.0
Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 8.4.0 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.4.0...v9.0.0) --- updated-dependencies: - dependency-name: jsonwebtoken dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c312e23 commit 6223eb9

File tree

2 files changed

+46
-67
lines changed

2 files changed

+46
-67
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"license": "MIT",
4444
"dependencies": {
4545
"@types/jsonwebtoken": "^8.3.0",
46-
"jsonwebtoken": "^8.4.0",
46+
"jsonwebtoken": "^9.0.0",
4747
"openapi3-ts": "^1.2.0",
4848
"stix": "^4.3.2",
4949
"stix-gates": "^3.0.7"

yarn.lock

Lines changed: 45 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -555,10 +555,10 @@ [email protected]:
555555
dom-serializer "0"
556556
domelementtype "1"
557557

558-
559-
version "1.0.10"
560-
resolved "https://registry.yarnpkg.com/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.10.tgz#1c595000f04a8897dfb85000892a0f4c33af86c3"
561-
integrity sha1-HFlQAPBKiJffuFAAiSoPTDOvhsM=
558+
559+
version "1.0.11"
560+
resolved "https://registry.yarnpkg.com/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz#ae0f0fa2d85045ef14a817daa3ce9acd0489e5bf"
561+
integrity sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==
562562
dependencies:
563563
safe-buffer "^5.0.1"
564564

@@ -760,36 +760,31 @@ js-yaml@^3.7.0:
760760
argparse "^1.0.7"
761761
esprima "^4.0.0"
762762

763-
jsonwebtoken@^8.4.0:
764-
version "8.4.0"
765-
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-8.4.0.tgz#8757f7b4cb7440d86d5e2f3becefa70536c8e46a"
766-
integrity sha512-coyXjRTCy0pw5WYBpMvWOMN+Kjaik2MwTUIq9cna/W7NpO9E+iYbumZONAz3hcr+tXFJECoQVrtmIoC3Oz0gvg==
767-
dependencies:
768-
jws "^3.1.5"
769-
lodash.includes "^4.3.0"
770-
lodash.isboolean "^3.0.3"
771-
lodash.isinteger "^4.0.4"
772-
lodash.isnumber "^3.0.3"
773-
lodash.isplainobject "^4.0.6"
774-
lodash.isstring "^4.0.1"
775-
lodash.once "^4.0.0"
763+
jsonwebtoken@^9.0.0:
764+
version "9.0.0"
765+
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz#d0faf9ba1cc3a56255fe49c0961a67e520c1926d"
766+
integrity sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==
767+
dependencies:
768+
jws "^3.2.2"
769+
lodash "^4.17.21"
776770
ms "^2.1.1"
771+
semver "^7.3.8"
777772

778-
jwa@^1.2.0:
779-
version "1.2.0"
780-
resolved "https://registry.yarnpkg.com/jwa/-/jwa-1.2.0.tgz#606da70c1c6d425cad329c77c99f2df2a981489a"
781-
integrity sha512-Grku9ZST5NNQ3hqNUodSkDfEBqAmGA1R8yiyPHOnLzEKI0GaCQC/XhFmsheXYuXzFQJdILbh+lYBiliqG5R/Vg==
773+
jwa@^1.4.1:
774+
version "1.4.1"
775+
resolved "https://registry.yarnpkg.com/jwa/-/jwa-1.4.1.tgz#743c32985cb9e98655530d53641b66c8645b039a"
776+
integrity sha512-qiLX/xhEEFKUAJ6FiBMbes3w9ATzyk5W7Hvzpa/SLYdxNtng+gcurvrI7TbACjIXlsJyr05/S1oUhZrc63evQA==
782777
dependencies:
783778
buffer-equal-constant-time "1.0.1"
784-
ecdsa-sig-formatter "1.0.10"
779+
ecdsa-sig-formatter "1.0.11"
785780
safe-buffer "^5.0.1"
786781

787-
jws@^3.1.5:
788-
version "3.2.1"
789-
resolved "https://registry.yarnpkg.com/jws/-/jws-3.2.1.tgz#d79d4216a62c9afa0a3d5e8b5356d75abdeb2be5"
790-
integrity sha512-bGA2omSrFUkd72dhh05bIAN832znP4wOU3lfuXtRBuGTbsmNmDXMQg28f0Vsxaxgk4myF5YkKQpz6qeRpMgX9g==
782+
jws@^3.2.2:
783+
version "3.2.2"
784+
resolved "https://registry.yarnpkg.com/jws/-/jws-3.2.2.tgz#001099f3639468c9414000e99995fa52fb478304"
785+
integrity sha512-YHlZCB6lMTllWDtSPHz/ZXTsi8S00usEV6v1tjq8tOUZzw7DpSDWVXjXDre6ed1w/pd495ODpHZYSdkRTsa0HA==
791786
dependencies:
792-
jwa "^1.2.0"
787+
jwa "^1.4.1"
793788
safe-buffer "^5.0.1"
794789

795790
keygrip@~1.0.3:
@@ -877,50 +872,15 @@ [email protected]:
877872
dependencies:
878873
colornames "^1.1.1"
879874

880-
lodash.includes@^4.3.0:
881-
version "4.3.0"
882-
resolved "https://registry.yarnpkg.com/lodash.includes/-/lodash.includes-4.3.0.tgz#60bb98a87cb923c68ca1e51325483314849f553f"
883-
integrity sha1-YLuYqHy5I8aMoeUTJUgzFISfVT8=
884-
885-
lodash.isboolean@^3.0.3:
886-
version "3.0.3"
887-
resolved "https://registry.yarnpkg.com/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz#6c2e171db2a257cd96802fd43b01b20d5f5870f6"
888-
integrity sha1-bC4XHbKiV82WgC/UOwGyDV9YcPY=
889-
890-
lodash.isinteger@^4.0.4:
891-
version "4.0.4"
892-
resolved "https://registry.yarnpkg.com/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz#619c0af3d03f8b04c31f5882840b77b11cd68343"
893-
integrity sha1-YZwK89A/iwTDH1iChAt3sRzWg0M=
894-
895-
lodash.isnumber@^3.0.3:
896-
version "3.0.3"
897-
resolved "https://registry.yarnpkg.com/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz#3ce76810c5928d03352301ac287317f11c0b1ffc"
898-
integrity sha1-POdoEMWSjQM1IwGsKHMX8RwLH/w=
899-
900-
lodash.isplainobject@^4.0.6:
901-
version "4.0.6"
902-
resolved "https://registry.yarnpkg.com/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz#7c526a52d89b45c45cc690b88163be0497f550cb"
903-
integrity sha1-fFJqUtibRcRcxpC4gWO+BJf1UMs=
904-
905-
lodash.isstring@^4.0.1:
906-
version "4.0.1"
907-
resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451"
908-
integrity sha1-1SfftUVuynzJu5XV2ur4i6VKVFE=
909-
910-
lodash.once@^4.0.0:
911-
version "4.1.1"
912-
resolved "https://registry.yarnpkg.com/lodash.once/-/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac"
913-
integrity sha1-DdOXEhPHxW34gJd9UEyI+0cal6w=
914-
915875
lodash.padend@^4.6.1:
916876
version "4.6.1"
917877
resolved "https://registry.yarnpkg.com/lodash.padend/-/lodash.padend-4.6.1.tgz#53ccba047d06e158d311f45da625f4e49e6f166e"
918878
integrity sha1-U8y6BH0G4VjTEfRdpiX05J5vFm4=
919879

920-
lodash@^4.17.10:
921-
version "4.17.11"
922-
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d"
923-
integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==
880+
lodash@^4.17.10, lodash@^4.17.21:
881+
version "4.17.21"
882+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
883+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
924884

925885
logform@^2.1.0:
926886
version "2.1.0"
@@ -933,6 +893,13 @@ logform@^2.1.0:
933893
ms "^2.1.1"
934894
triple-beam "^1.2.0"
935895

896+
lru-cache@^6.0.0:
897+
version "6.0.0"
898+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
899+
integrity sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==
900+
dependencies:
901+
yallist "^4.0.0"
902+
936903
937904
version "0.3.0"
938905
resolved "https://registry.yarnpkg.com/media-typer/-/media-typer-0.3.0.tgz#8710d7af0aa626f8fffa1ce00168545263255748"
@@ -1166,6 +1133,13 @@ semver@^5.3.0:
11661133
resolved "https://registry.yarnpkg.com/semver/-/semver-5.6.0.tgz#7e74256fbaa49c75aa7c7a205cc22799cac80004"
11671134
integrity sha512-RS9R6R35NYgQn++fkDWaOmqGoj4Ek9gGs+DPxNUZKuwE183xjJroKvyo1IzVFeXvUrvmALy6FWD5xrdJT25gMg==
11681135

1136+
semver@^7.3.8:
1137+
version "7.3.8"
1138+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
1139+
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
1140+
dependencies:
1141+
lru-cache "^6.0.0"
1142+
11691143
11701144
version "1.1.0"
11711145
resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.1.0.tgz#d0bd85536887b6fe7c0d818cb962d9d91c54e656"
@@ -1438,6 +1412,11 @@ wrappy@1:
14381412
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
14391413
integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=
14401414

1415+
yallist@^4.0.0:
1416+
version "4.0.0"
1417+
resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
1418+
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
1419+
14411420
yargs-parser@^10.1.0:
14421421
version "10.1.0"
14431422
resolved "https://registry.yarnpkg.com/yargs-parser/-/yargs-parser-10.1.0.tgz#7202265b89f7e9e9f2e5765e0fe735a905edbaa8"

0 commit comments

Comments
 (0)