mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Update dependency @types/jsonwebtoken to v9.0.3
This commit is contained in:
parent
6f1480b80d
commit
a79717e9ba
3 changed files with 6 additions and 6 deletions
|
@ -18,7 +18,7 @@
|
|||
"lib"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@types/jsonwebtoken": "9.0.2",
|
||||
"@types/jsonwebtoken": "9.0.3",
|
||||
"@types/nodemailer": "6.4.10",
|
||||
"c8": "8.0.1",
|
||||
"mocha": "10.2.0",
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
"@tryghost/nql": "0.11.0",
|
||||
"@tryghost/tpl": "0.1.24",
|
||||
"@tryghost/validator": "0.2.4",
|
||||
"@types/jsonwebtoken": "9.0.2",
|
||||
"@types/jsonwebtoken": "9.0.3",
|
||||
"body-parser": "1.20.2",
|
||||
"bson-objectid": "2.0.4",
|
||||
"express": "4.18.2",
|
||||
|
|
|
@ -8534,10 +8534,10 @@
|
|||
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb"
|
||||
integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==
|
||||
|
||||
"@types/jsonwebtoken@9.0.2", "@types/jsonwebtoken@^9", "@types/jsonwebtoken@^9.0.0":
|
||||
version "9.0.2"
|
||||
resolved "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-9.0.2.tgz#9eeb56c76dd555039be2a3972218de5bd3b8d83e"
|
||||
integrity sha512-drE6uz7QBKq1fYqqoFKTDRdFCPHd5TCub75BM+D+cMx7NU9hUz7SESLfC2fSCXVFMO5Yj8sOWHuGqPgjc+fz0Q==
|
||||
"@types/jsonwebtoken@9.0.3", "@types/jsonwebtoken@^9", "@types/jsonwebtoken@^9.0.0":
|
||||
version "9.0.3"
|
||||
resolved "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-9.0.3.tgz#1f22283b8e1f933af9e195d720798b64b399d84c"
|
||||
integrity sha512-b0jGiOgHtZ2jqdPgPnP6WLCXZk1T8p06A/vPGzUvxpFGgKMbjXJDjC5m52ErqBnIuWZFgGoIJyRdeG5AyreJjA==
|
||||
dependencies:
|
||||
"@types/node" "*"
|
||||
|
||||
|
|
Loading…
Reference in a new issue