You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by mi...@apache.org on 2023/12/04 17:09:35 UTC

(superset) 08/16: fix: bump node-fetch to 2.6.7 (#26091)

This is an automated email from the ASF dual-hosted git repository.

michaelsmolina pushed a commit to branch 3.0
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 00db4dfb06a17fb3a0bf895d85cd9ce35042a911
Author: Daniel Vaz Gaspar <da...@gmail.com>
AuthorDate: Mon Nov 27 09:23:52 2023 +0000

    fix: bump node-fetch to 2.6.7 (#26091)
    
    (cherry picked from commit 4fc2758e6a542382ee8e36bcc70dd57942038566)
---
 superset-frontend/package-lock.json | 2 +-
 superset-frontend/package.json      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json
index 9c1788e5b1..bf88514e63 100644
--- a/superset-frontend/package-lock.json
+++ b/superset-frontend/package-lock.json
@@ -257,7 +257,7 @@
         "less-loader": "^10.2.0",
         "mini-css-extract-plugin": "^2.3.0",
         "mock-socket": "^9.0.3",
-        "node-fetch": "^2.6.1",
+        "node-fetch": "^2.6.7",
         "prettier": "^2.4.1",
         "prettier-plugin-packagejson": "^2.2.15",
         "process": "^0.11.10",
diff --git a/superset-frontend/package.json b/superset-frontend/package.json
index 1e6d28b467..21f1df9877 100644
--- a/superset-frontend/package.json
+++ b/superset-frontend/package.json
@@ -322,7 +322,7 @@
     "less-loader": "^10.2.0",
     "mini-css-extract-plugin": "^2.3.0",
     "mock-socket": "^9.0.3",
-    "node-fetch": "^2.6.1",
+    "node-fetch": "^2.6.7",
     "prettier": "^2.4.1",
     "prettier-plugin-packagejson": "^2.2.15",
     "process": "^0.11.10",