Merge pull request #791 from shocknet/dependabot/npm_and_yarn/types/jsonwebtoken-9.0.9

Bump @types/jsonwebtoken from 9.0.6 to 9.0.9
This commit is contained in:
Justin (shocknet) 2025-05-07 12:25:05 -04:00 committed by GitHub
commit 7b1f5dc64d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6729 additions and 6720 deletions

17
package-lock.json generated
View file

@ -56,7 +56,7 @@
"@types/chai-string": "^1.4.5",
"@types/cors": "^2.8.17",
"@types/eccrypto": "^1.1.6",
"@types/jsonwebtoken": "^9.0.6",
"@types/jsonwebtoken": "^9.0.9",
"@types/lodash": "^4.14.182",
"@types/node": "^16.11.10",
"@types/node-fetch": "^2.6.3",
@ -745,11 +745,13 @@
}
},
"node_modules/@types/jsonwebtoken": {
"version": "9.0.6",
"resolved": "https://registry.npmjs.org/@types/jsonwebtoken/-/jsonwebtoken-9.0.6.tgz",
"integrity": "sha512-/5hndP5dCjloafCXns6SZyESp3Ldq7YjH3zwzwczYnjxIT0Fqzk5ROSYVGfFyczIue7IUEj8hkvLbPoLQ18vQw==",
"version": "9.0.9",
"resolved": "https://registry.npmjs.org/@types/jsonwebtoken/-/jsonwebtoken-9.0.9.tgz",
"integrity": "sha512-uoe+GxEuHbvy12OUQct2X9JenKM3qAscquYymuQN4fMWG9DBQtykrQEFcAbVACF7qaLw9BePSodUL0kquqBJpQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/ms": "*",
"@types/node": "*"
}
},
@ -769,6 +771,13 @@
"resolved": "https://registry.npmjs.org/@types/mime/-/mime-3.0.1.tgz",
"integrity": "sha512-Y4XFY5VJAuw0FgAqPNd6NNoV44jbq9Bz2L7Rh/J6jLTiHBSBJa9fxqQIvkIld4GsoDOcCbvzOUAbLPsSKKg+uA=="
},
"node_modules/@types/ms": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz",
"integrity": "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA==",
"dev": true,
"license": "MIT"
},
"node_modules/@types/node": {
"version": "16.18.3",
"resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.3.tgz",

View file

@ -73,7 +73,7 @@
"@types/chai-string": "^1.4.5",
"@types/cors": "^2.8.17",
"@types/eccrypto": "^1.1.6",
"@types/jsonwebtoken": "^9.0.6",
"@types/jsonwebtoken": "^9.0.9",
"@types/lodash": "^4.14.182",
"@types/node": "^16.11.10",
"@types/node-fetch": "^2.6.3",