You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2023/01/17 17:28:36 UTC

[superset] branch master updated: build(deps-dev): bump @types/jsonwebtoken from 8.5.9 to 9.0.1 in /superset-websocket (#22752)

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 b1239f276c build(deps-dev): bump @types/jsonwebtoken from 8.5.9 to 9.0.1 in /superset-websocket (#22752)
b1239f276c is described below

commit b1239f276cfea8327f998ed509d7ba2ba0d8a2d4
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Jan 17 10:28:22 2023 -0700

    build(deps-dev): bump @types/jsonwebtoken from 8.5.9 to 9.0.1 in /superset-websocket (#22752)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@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 e613ff8408..5a92e0b6a5 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": "^8.5.9",
+        "@types/jsonwebtoken": "^9.0.1",
         "@types/node": "^18.11.13",
         "@types/uuid": "^9.0.0",
         "@types/ws": "^8.5.4",
@@ -1276,9 +1276,9 @@
       "dev": true
     },
     "node_modules/@types/jsonwebtoken": {
-      "version": "8.5.9",
-      "resolved": "https://registry.npmjs.org/@types/jsonwebtoken/-/jsonwebtoken-8.5.9.tgz",
-      "integrity": "sha512-272FMnFGzAVMGtu9tkr29hRL6bZj4Zs1KZNeHLnKqAvp06tAIcarTMwOh8/8bz4FmKRcMxZhZNeUAQsNLoiPhg==",
+      "version": "9.0.1",
+      "resolved": "https://registry.npmjs.org/@types/jsonwebtoken/-/jsonwebtoken-9.0.1.tgz",
+      "integrity": "sha512-c5ltxazpWabia/4UzhIoaDcIza4KViOQhdbjRlfcIGVnsE3c3brkz9Z+F/EeJIECOQP7W7US2hNE930cWWkPiw==",
       "dev": true,
       "dependencies": {
         "@types/node": "*"
@@ -6915,9 +6915,9 @@
       "dev": true
     },
     "@types/jsonwebtoken": {
-      "version": "8.5.9",
-      "resolved": "https://registry.npmjs.org/@types/jsonwebtoken/-/jsonwebtoken-8.5.9.tgz",
-      "integrity": "sha512-272FMnFGzAVMGtu9tkr29hRL6bZj4Zs1KZNeHLnKqAvp06tAIcarTMwOh8/8bz4FmKRcMxZhZNeUAQsNLoiPhg==",
+      "version": "9.0.1",
+      "resolved": "https://registry.npmjs.org/@types/jsonwebtoken/-/jsonwebtoken-9.0.1.tgz",
+      "integrity": "sha512-c5ltxazpWabia/4UzhIoaDcIza4KViOQhdbjRlfcIGVnsE3c3brkz9Z+F/EeJIECOQP7W7US2hNE930cWWkPiw==",
       "dev": true,
       "requires": {
         "@types/node": "*"
diff --git a/superset-websocket/package.json b/superset-websocket/package.json
index 50a7abaebc..daf572f41a 100644
--- a/superset-websocket/package.json
+++ b/superset-websocket/package.json
@@ -27,7 +27,7 @@
     "@types/cookie": "^0.5.1",
     "@types/ioredis": "^4.27.8",
     "@types/jest": "^27.0.2",
-    "@types/jsonwebtoken": "^8.5.9",
+    "@types/jsonwebtoken": "^9.0.1",
     "@types/node": "^18.11.13",
     "@types/uuid": "^9.0.0",
     "@types/ws": "^8.5.4",