Skip to content

Commit 2be0e20

Browse files
Update dependency @types/jsonwebtoken to v9.0.7
1 parent 4dd3242 commit 2be0e20

File tree

2 files changed

+33
-8
lines changed

2 files changed

+33
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@ava/typescript": "4.0.0",
3636
"@types/bent": "7.3.3",
3737
"@types/dotenv": "8.2.0",
38-
"@types/jsonwebtoken": "9.0.2",
38+
"@types/jsonwebtoken": "9.0.7",
3939
"@types/node": "18.16.18",
4040
"@types/ramda": "0.29.2",
4141
"@types/sinon": "10.0.15",

yarn.lock

Lines changed: 32 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1414,10 +1414,10 @@
14141414
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.9.tgz#97edc9037ea0c38585320b28964dde3b39e4660d"
14151415
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
14161416

1417-
"@types/jsonwebtoken@9.0.2":
1418-
version "9.0.2"
1419-
resolved "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-9.0.2.tgz#9eeb56c76dd555039be2a3972218de5bd3b8d83e"
1420-
integrity sha512-drE6uz7QBKq1fYqqoFKTDRdFCPHd5TCub75BM+D+cMx7NU9hUz7SESLfC2fSCXVFMO5Yj8sOWHuGqPgjc+fz0Q==
1417+
"@types/jsonwebtoken@9.0.7":
1418+
version "9.0.7"
1419+
resolved "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-9.0.7.tgz#e49b96c2b29356ed462e9708fc73b833014727d2"
1420+
integrity sha512-ugo316mmTYBl2g81zDFnZ7cfxlut3o+/EQdaP7J8QN2kY6lJ22hmQYCK5EHcJHbrW+dkCGSCPgbG8JtYj6qSrg==
14211421
dependencies:
14221422
"@types/node" "*"
14231423

@@ -8536,7 +8536,7 @@ strict-uri-encode@^1.0.0:
85368536
resolved "https://registry.yarnpkg.com/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz#279b225df1d582b1f54e65addd4352e18faa0713"
85378537
integrity sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM=
85388538

8539-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
8539+
"string-width-cjs@npm:string-width@^4.2.0":
85408540
version "4.2.3"
85418541
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
85428542
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -8554,6 +8554,15 @@ string-width@^1.0.1:
85548554
is-fullwidth-code-point "^1.0.0"
85558555
strip-ansi "^3.0.0"
85568556

8557+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
8558+
version "4.2.3"
8559+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
8560+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
8561+
dependencies:
8562+
emoji-regex "^8.0.0"
8563+
is-fullwidth-code-point "^3.0.0"
8564+
strip-ansi "^6.0.1"
8565+
85578566
string-width@^5.0.0:
85588567
version "5.1.0"
85598568
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.0.tgz#5ab00980cfb29f43e736b113a120a73a0fb569d3"
@@ -8616,7 +8625,7 @@ string_decoder@~1.1.1:
86168625
dependencies:
86178626
safe-buffer "~5.1.0"
86188627

8619-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
8628+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
86208629
version "6.0.1"
86218630
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
86228631
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -8630,6 +8639,13 @@ strip-ansi@^3.0.0, strip-ansi@^3.0.1:
86308639
dependencies:
86318640
ansi-regex "^2.0.0"
86328641

8642+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
8643+
version "6.0.1"
8644+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
8645+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
8646+
dependencies:
8647+
ansi-regex "^5.0.1"
8648+
86338649
strip-ansi@^7.0.1:
86348650
version "7.0.1"
86358651
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.0.1.tgz#61740a08ce36b61e50e65653f07060d000975fb2"
@@ -9848,7 +9864,7 @@ word-wrap@^1.2.3:
98489864
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c"
98499865
integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==
98509866

9851-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
9867+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
98529868
version "7.0.0"
98539869
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
98549870
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -9865,6 +9881,15 @@ wrap-ansi@^2.0.0:
98659881
string-width "^1.0.1"
98669882
strip-ansi "^3.0.1"
98679883

9884+
wrap-ansi@^7.0.0:
9885+
version "7.0.0"
9886+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
9887+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
9888+
dependencies:
9889+
ansi-styles "^4.0.0"
9890+
string-width "^4.1.0"
9891+
strip-ansi "^6.0.0"
9892+
98689893
wrap-ansi@^8.1.0:
98699894
version "8.1.0"
98709895
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"

0 commit comments

Comments
 (0)