You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ma...@apache.org on 2023/08/04 20:57:06 UTC

[superset] branch audit_fix updated: overrides for trim-newlines

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

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


The following commit(s) were added to refs/heads/audit_fix by this push:
     new 7309285ea5 overrides for trim-newlines
7309285ea5 is described below

commit 7309285ea5095f2edad25b19c26279379e5888bf
Author: Maxime Beauchemin <ma...@gmail.com>
AuthorDate: Fri Aug 4 13:56:47 2023 -0700

    overrides for trim-newlines
---
 superset-frontend/package-lock.json | 17 +----------------
 superset-frontend/package.json      |  3 ++-
 2 files changed, 3 insertions(+), 17 deletions(-)

diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json
index ef49e11489..186d7ca1c3 100644
--- a/superset-frontend/package-lock.json
+++ b/superset-frontend/package-lock.json
@@ -35930,15 +35930,6 @@
         "node": ">=0.10.0"
       }
     },
-    "node_modules/default-browser-id/node_modules/trim-newlines": {
-      "version": "1.0.0",
-      "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz",
-      "integrity": "sha512-Nm4cF79FhSTzrLKGDMi3I4utBtFv8qKy4sq1enftf2gMdpqI8oVQTAfySkTz5r49giVzDj88SVZXP4CeYQwjaw==",
-      "optional": true,
-      "engines": {
-        "node": ">=0.10.0"
-      }
-    },
     "node_modules/default-browser-id/node_modules/untildify": {
       "version": "2.1.0",
       "resolved": "https://registry.npmjs.org/untildify/-/untildify-2.1.0.tgz",
@@ -97359,7 +97350,7 @@
             "object-assign": "^4.0.1",
             "read-pkg-up": "^1.0.1",
             "redent": "^1.0.0",
-            "trim-newlines": "^1.0.0"
+            "trim-newlines": "^3.0.0"
           }
         },
         "parse-json": {
@@ -97446,12 +97437,6 @@
             "get-stdin": "^4.0.1"
           }
         },
-        "trim-newlines": {
-          "version": "1.0.0",
-          "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz",
-          "integrity": "sha512-Nm4cF79FhSTzrLKGDMi3I4utBtFv8qKy4sq1enftf2gMdpqI8oVQTAfySkTz5r49giVzDj88SVZXP4CeYQwjaw==",
-          "optional": true
-        },
         "untildify": {
           "version": "2.1.0",
           "resolved": "https://registry.npmjs.org/untildify/-/untildify-2.1.0.tgz",
diff --git a/superset-frontend/package.json b/superset-frontend/package.json
index 1a6b202e4b..34ee7be60c 100644
--- a/superset-frontend/package.json
+++ b/superset-frontend/package.json
@@ -355,7 +355,8 @@
     "d3-color": "^3.1.0",
     "yosay": {
       "ansi-regex": "^4.1.1"
-    }
+    },
+    "trim-newlines": "^3.0.0"
   },
   "readme": "ERROR: No README data found!",
   "scarfSettings": {