Update dependency @types/jsonwebtoken to v8.5.9

This commit is contained in:
renovate[bot] 2022-08-24 14:09:21 +00:00 committed by Daniel Lockyer
parent d9f0db6a22
commit fce4b26601
3 changed files with 6 additions and 6 deletions

View File

@ -16,7 +16,7 @@
"lib"
],
"devDependencies": {
"@types/jsonwebtoken": "8.5.8",
"@types/jsonwebtoken": "8.5.9",
"@types/nodemailer": "6.4.5",
"c8": "7.12.0",
"mocha": "10.0.0",

View File

@ -38,7 +38,7 @@
"@tryghost/members-payments": "0.0.0",
"@tryghost/nql": "0.9.2",
"@tryghost/tpl": "0.1.18",
"@types/jsonwebtoken": "8.5.8",
"@types/jsonwebtoken": "8.5.9",
"body-parser": "1.20.0",
"bson-objectid": "2.0.3",
"express": "4.18.1",

View File

@ -3900,10 +3900,10 @@
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==
"@types/jsonwebtoken@8.5.8", "@types/jsonwebtoken@^8.5.8":
version "8.5.8"
resolved "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-8.5.8.tgz#01b39711eb844777b7af1d1f2b4cf22fda1c0c44"
integrity sha512-zm6xBQpFDIDM6o9r6HSgDeIcLy82TKWctCXEPbJJcXb5AKmi5BNNdLXneixK4lplX3PqIVcwLBCGE/kAGnlD4A==
"@types/jsonwebtoken@8.5.9", "@types/jsonwebtoken@^8.5.8":
version "8.5.9"
resolved "https://registry.yarnpkg.com/@types/jsonwebtoken/-/jsonwebtoken-8.5.9.tgz#2c064ecb0b3128d837d2764aa0b117b0ff6e4586"
integrity sha512-272FMnFGzAVMGtu9tkr29hRL6bZj4Zs1KZNeHLnKqAvp06tAIcarTMwOh8/8bz4FmKRcMxZhZNeUAQsNLoiPhg==
dependencies:
"@types/node" "*"