chore(deps): update dependency @types/passport-jwt to v3.0.11

This commit is contained in:
renovate[bot] 2023-10-18 22:17:35 +00:00 committed by GitHub
parent 2fe32137ea
commit 465190be77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -73,7 +73,7 @@
"@types/lodash": "4.14.200",
"@types/node": "20.8.7",
"@types/passport-http-bearer": "1.0.39",
"@types/passport-jwt": "3.0.10",
"@types/passport-jwt": "3.0.11",
"@types/supertest": "2.0.14",
"@typescript-eslint/eslint-plugin": "6.8.0",
"@typescript-eslint/parser": "6.8.0",
@ -3400,9 +3400,9 @@
}
},
"node_modules/@types/passport-jwt": {
"version": "3.0.10",
"resolved": "https://registry.npmjs.org/@types/passport-jwt/-/passport-jwt-3.0.10.tgz",
"integrity": "sha512-D2A911g2uiFsq/XXFBxQjcBcK4c6zPF2gAx9blEfz2AOXx5UUwsd8ZcMTcPe8z9dhW8LQBYLjv+vug2dvnRevA==",
"version": "3.0.11",
"resolved": "https://registry.npmjs.org/@types/passport-jwt/-/passport-jwt-3.0.11.tgz",
"integrity": "sha512-HwQNi4cajueebj41EjH5rtnLAdxQfusICFU18JEnvV3uYCJzKoT1D3MCwQ+nn8HeGjy6QuTxnm/I2WxuraqeDw==",
"dev": true,
"dependencies": {
"@types/express": "*",