This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new 6aed5887e5 build(deps-dev): bump @types/jsonwebtoken from 9.0.2 to
9.0.3 in /superset-websocket (#25325)
6aed5887e5 is described below
commit 6aed5887e5188bbb4267d30629eef4bffb0fd341
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 29 23:13:53 2023 -0600
build(deps-dev): bump @types/jsonwebtoken from 9.0.2 to 9.0.3 in
/superset-websocket (#25325)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
superset-websocket/package-lock.json | 14 +++++++-------
superset-websocket/package.json | 2 +-
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/superset-websocket/package-lock.json
b/superset-websocket/package-lock.json
index 59addd5fe4..0c07558fa0 100644
--- a/superset-websocket/package-lock.json
+++ b/superset-websocket/package-lock.json
@@ -21,7 +21,7 @@
"@types/cookie": "^0.5.1",
"@types/ioredis": "^4.27.8",
"@types/jest": "^27.0.2",
- "@types/jsonwebtoken": "^9.0.2",
+ "@types/jsonwebtoken": "^9.0.3",
"@types/node": "^20.6.0",
"@types/uuid": "^9.0.4",
"@types/ws": "^8.5.5",
@@ -1318,9 +1318,9 @@
"dev": true
},
"node_modules/@types/jsonwebtoken": {
- "version": "9.0.2",
- "resolved":
"https://registry.npmjs.org/@types/jsonwebtoken/-/jsonwebtoken-9.0.2.tgz",
- "integrity":
"sha512-drE6uz7QBKq1fYqqoFKTDRdFCPHd5TCub75BM+D+cMx7NU9hUz7SESLfC2fSCXVFMO5Yj8sOWHuGqPgjc+fz0Q==",
+ "version": "9.0.3",
+ "resolved":
"https://registry.npmjs.org/@types/jsonwebtoken/-/jsonwebtoken-9.0.3.tgz",
+ "integrity":
"sha512-b0jGiOgHtZ2jqdPgPnP6WLCXZk1T8p06A/vPGzUvxpFGgKMbjXJDjC5m52ErqBnIuWZFgGoIJyRdeG5AyreJjA==",
"dev": true,
"dependencies": {
"@types/node": "*"
@@ -7065,9 +7065,9 @@
"dev": true
},
"@types/jsonwebtoken": {
- "version": "9.0.2",
- "resolved":
"https://registry.npmjs.org/@types/jsonwebtoken/-/jsonwebtoken-9.0.2.tgz",
- "integrity":
"sha512-drE6uz7QBKq1fYqqoFKTDRdFCPHd5TCub75BM+D+cMx7NU9hUz7SESLfC2fSCXVFMO5Yj8sOWHuGqPgjc+fz0Q==",
+ "version": "9.0.3",
+ "resolved":
"https://registry.npmjs.org/@types/jsonwebtoken/-/jsonwebtoken-9.0.3.tgz",
+ "integrity":
"sha512-b0jGiOgHtZ2jqdPgPnP6WLCXZk1T8p06A/vPGzUvxpFGgKMbjXJDjC5m52ErqBnIuWZFgGoIJyRdeG5AyreJjA==",
"dev": true,
"requires": {
"@types/node": "*"
diff --git a/superset-websocket/package.json b/superset-websocket/package.json
index 53569a02df..af2be402b9 100644
--- a/superset-websocket/package.json
+++ b/superset-websocket/package.json
@@ -28,7 +28,7 @@
"@types/cookie": "^0.5.1",
"@types/ioredis": "^4.27.8",
"@types/jest": "^27.0.2",
- "@types/jsonwebtoken": "^9.0.2",
+ "@types/jsonwebtoken": "^9.0.3",
"@types/node": "^20.6.0",
"@types/uuid": "^9.0.4",
"@types/ws": "^8.5.5",