build(deps-dev): bump @types/jsonwebtoken from 9.0.3 to 9.0.4 in /superset-websocket (#25688)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
a27a809f07
commit
8b32b2abd3
|
|
@ -21,7 +21,7 @@
|
|||
"@types/cookie": "^0.5.1",
|
||||
"@types/ioredis": "^4.27.8",
|
||||
"@types/jest": "^27.0.2",
|
||||
"@types/jsonwebtoken": "^9.0.3",
|
||||
"@types/jsonwebtoken": "^9.0.4",
|
||||
"@types/node": "^20.8.6",
|
||||
"@types/uuid": "^9.0.4",
|
||||
"@types/ws": "^8.5.7",
|
||||
|
|
@ -1413,9 +1413,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"node_modules/@types/jsonwebtoken": {
|
||||
"version": "9.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@types/jsonwebtoken/-/jsonwebtoken-9.0.3.tgz",
|
||||
"integrity": "sha512-b0jGiOgHtZ2jqdPgPnP6WLCXZk1T8p06A/vPGzUvxpFGgKMbjXJDjC5m52ErqBnIuWZFgGoIJyRdeG5AyreJjA==",
|
||||
"version": "9.0.4",
|
||||
"resolved": "https://registry.npmjs.org/@types/jsonwebtoken/-/jsonwebtoken-9.0.4.tgz",
|
||||
"integrity": "sha512-8UYapdmR0QlxgvJmyE8lP7guxD0UGVMfknsdtCFZh4ovShdBl3iOI4zdvqBHrB/IS+xUj3PSx73Qkey1fhWz+g==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@types/node": "*"
|
||||
|
|
@ -7256,9 +7256,9 @@
|
|||
"dev": true
|
||||
},
|
||||
"@types/jsonwebtoken": {
|
||||
"version": "9.0.3",
|
||||
"resolved": "https://registry.npmjs.org/@types/jsonwebtoken/-/jsonwebtoken-9.0.3.tgz",
|
||||
"integrity": "sha512-b0jGiOgHtZ2jqdPgPnP6WLCXZk1T8p06A/vPGzUvxpFGgKMbjXJDjC5m52ErqBnIuWZFgGoIJyRdeG5AyreJjA==",
|
||||
"version": "9.0.4",
|
||||
"resolved": "https://registry.npmjs.org/@types/jsonwebtoken/-/jsonwebtoken-9.0.4.tgz",
|
||||
"integrity": "sha512-8UYapdmR0QlxgvJmyE8lP7guxD0UGVMfknsdtCFZh4ovShdBl3iOI4zdvqBHrB/IS+xUj3PSx73Qkey1fhWz+g==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@types/node": "*"
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
"@types/cookie": "^0.5.1",
|
||||
"@types/ioredis": "^4.27.8",
|
||||
"@types/jest": "^27.0.2",
|
||||
"@types/jsonwebtoken": "^9.0.3",
|
||||
"@types/jsonwebtoken": "^9.0.4",
|
||||
"@types/node": "^20.8.6",
|
||||
"@types/uuid": "^9.0.4",
|
||||
"@types/ws": "^8.5.7",
|
||||
|
|
|
|||
Loading…
Reference in New Issue