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

This commit is contained in:
renovate[bot] 2023-09-25 06:49:24 +00:00 committed by GitHub
parent a206696365
commit 8da8e89d3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -73,7 +73,7 @@
"@types/lodash": "4.14.199",
"@types/node": "20.6.5",
"@types/passport-http-bearer": "1.0.38",
"@types/passport-jwt": "3.0.9",
"@types/passport-jwt": "3.0.10",
"@types/supertest": "2.0.12",
"@typescript-eslint/eslint-plugin": "6.7.2",
"@typescript-eslint/parser": "6.7.2",
@ -3477,9 +3477,9 @@
}
},
"node_modules/@types/passport-jwt": {
"version": "3.0.9",
"resolved": "https://registry.npmjs.org/@types/passport-jwt/-/passport-jwt-3.0.9.tgz",
"integrity": "sha512-5XJt+79emfgpuBvBQusUPylFIVtW1QVAAkTRwCbRJAmxUjmLtIqUU6V1ovpnHPu6Qut3mR5Juc+s7kd06roNTg==",
"version": "3.0.10",
"resolved": "https://registry.npmjs.org/@types/passport-jwt/-/passport-jwt-3.0.10.tgz",
"integrity": "sha512-D2A911g2uiFsq/XXFBxQjcBcK4c6zPF2gAx9blEfz2AOXx5UUwsd8ZcMTcPe8z9dhW8LQBYLjv+vug2dvnRevA==",
"dev": true,
"dependencies": {
"@types/express": "*",
@ -15526,9 +15526,9 @@
}
},
"@types/passport-jwt": {
"version": "3.0.9",
"resolved": "https://registry.npmjs.org/@types/passport-jwt/-/passport-jwt-3.0.9.tgz",
"integrity": "sha512-5XJt+79emfgpuBvBQusUPylFIVtW1QVAAkTRwCbRJAmxUjmLtIqUU6V1ovpnHPu6Qut3mR5Juc+s7kd06roNTg==",
"version": "3.0.10",
"resolved": "https://registry.npmjs.org/@types/passport-jwt/-/passport-jwt-3.0.10.tgz",
"integrity": "sha512-D2A911g2uiFsq/XXFBxQjcBcK4c6zPF2gAx9blEfz2AOXx5UUwsd8ZcMTcPe8z9dhW8LQBYLjv+vug2dvnRevA==",
"dev": true,
"requires": {
"@types/express": "*",

View file

@ -90,7 +90,7 @@
"@types/lodash": "4.14.199",
"@types/node": "20.6.5",
"@types/passport-http-bearer": "1.0.38",
"@types/passport-jwt": "3.0.9",
"@types/passport-jwt": "3.0.10",
"@types/supertest": "2.0.12",
"@typescript-eslint/eslint-plugin": "6.7.2",
"@typescript-eslint/parser": "6.7.2",