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 59f0057017 build(deps): update xss requirement from ^1.0.14 to ^1.0.15 
in /superset-frontend/plugins/plugin-chart-table (#27835)
59f0057017 is described below

commit 59f00570170d43ddd17e8015c6337a325c667e0a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 2 21:36:34 2024 -0600

    build(deps): update xss requirement from ^1.0.14 to ^1.0.15 in 
/superset-frontend/plugins/plugin-chart-table (#27835)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: GitHub-Actions[bot] 
<github-actions[bot]@users.noreply.github.com>
---
 superset-frontend/package-lock.json                | 28 ++++++++++++++++++++--
 .../plugins/plugin-chart-table/package.json        |  2 +-
 2 files changed, 27 insertions(+), 3 deletions(-)

diff --git a/superset-frontend/package-lock.json 
b/superset-frontend/package-lock.json
index 8f1290a56d..931a3fe9a6 100644
--- a/superset-frontend/package-lock.json
+++ b/superset-frontend/package-lock.json
@@ -70795,7 +70795,7 @@
         "memoize-one": "^5.1.1",
         "react-table": "^7.8.0",
         "regenerator-runtime": "^0.13.7",
-        "xss": "^1.0.14"
+        "xss": "^1.0.15"
       },
       "peerDependencies": {
         "@superset-ui/chart-controls": "*",
@@ -70825,6 +70825,21 @@
         "internmap": "^1.0.0"
       }
     },
+    "plugins/plugin-chart-table/node_modules/xss": {
+      "version": "1.0.15",
+      "resolved": "https://registry.npmjs.org/xss/-/xss-1.0.15.tgz";,
+      "integrity": 
"sha512-FVdlVVC67WOIPvfOwhoMETV72f6GbW7aOabBC3WxN/oUdoEMDyLz4OgRv5/gck2ZeNqEQu+Tb0kloovXOfpYVg==",
+      "dependencies": {
+        "commander": "^2.20.3",
+        "cssfilter": "0.0.10"
+      },
+      "bin": {
+        "xss": "bin/xss"
+      },
+      "engines": {
+        "node": ">= 0.10.0"
+      }
+    },
     "plugins/plugin-chart-word-cloud": {
       "name": "@superset-ui/plugin-chart-word-cloud",
       "version": "0.18.25",
@@ -88416,7 +88431,7 @@
         "memoize-one": "^5.1.1",
         "react-table": "^7.8.0",
         "regenerator-runtime": "^0.13.7",
-        "xss": "^1.0.14"
+        "xss": "^1.0.15"
       },
       "dependencies": {
         "classnames": {
@@ -88431,6 +88446,15 @@
           "requires": {
             "internmap": "^1.0.0"
           }
+        },
+        "xss": {
+          "version": "1.0.15",
+          "resolved": "https://registry.npmjs.org/xss/-/xss-1.0.15.tgz";,
+          "integrity": 
"sha512-FVdlVVC67WOIPvfOwhoMETV72f6GbW7aOabBC3WxN/oUdoEMDyLz4OgRv5/gck2ZeNqEQu+Tb0kloovXOfpYVg==",
+          "requires": {
+            "commander": "^2.20.3",
+            "cssfilter": "0.0.10"
+          }
         }
       }
     },
diff --git a/superset-frontend/plugins/plugin-chart-table/package.json 
b/superset-frontend/plugins/plugin-chart-table/package.json
index 6df1ceb33e..2036cc362f 100644
--- a/superset-frontend/plugins/plugin-chart-table/package.json
+++ b/superset-frontend/plugins/plugin-chart-table/package.json
@@ -34,7 +34,7 @@
     "memoize-one": "^5.1.1",
     "react-table": "^7.8.0",
     "regenerator-runtime": "^0.13.7",
-    "xss": "^1.0.14"
+    "xss": "^1.0.15"
   },
   "peerDependencies": {
     "@superset-ui/chart-controls": "*",

Reply via email to