Skip to content

Commit 461459a

Browse files
chore(deps): update devdependency @types/jsonwebtoken to v9
1 parent a9ee323 commit 461459a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@types/cookie-parser": "^1.4.2",
6363
"@types/express-jwt": "^6.0.4",
6464
"@types/jest": "^27.4.1",
65-
"@types/jsonwebtoken": "^8.5.8",
65+
"@types/jsonwebtoken": "^9.0.2",
6666
"@types/lodash.get": "^4.4.6",
6767
"@types/node": "^16.11.26",
6868
"@types/puppeteer": "^5.4.5",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2142,10 +2142,10 @@
21422142
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
21432143
integrity sha1-7ihweulOEdK4J7y+UnC86n8+ce4=
21442144

2145-
"@types/jsonwebtoken@^8.5.8":
2146-
version "8.5.8"
2147-
resolved "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-8.5.8.tgz#01b39711eb844777b7af1d1f2b4cf22fda1c0c44"
2148-
integrity sha512-zm6xBQpFDIDM6o9r6HSgDeIcLy82TKWctCXEPbJJcXb5AKmi5BNNdLXneixK4lplX3PqIVcwLBCGE/kAGnlD4A==
2145+
"@types/jsonwebtoken@^9.0.2":
2146+
version "9.0.2"
2147+
resolved "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-9.0.2.tgz#9eeb56c76dd555039be2a3972218de5bd3b8d83e"
2148+
integrity sha512-drE6uz7QBKq1fYqqoFKTDRdFCPHd5TCub75BM+D+cMx7NU9hUz7SESLfC2fSCXVFMO5Yj8sOWHuGqPgjc+fz0Q==
21492149
dependencies:
21502150
"@types/node" "*"
21512151

0 commit comments

Comments
 (0)