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 2024/02/02 19:31:13 UTC

(superset) branch master updated: build(deps): bump react-intersection-observer from 9.4.1 to 9.6.0 in /superset-frontend (#26996)

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 32ce002296 build(deps): bump react-intersection-observer from 9.4.1 to 9.6.0 in /superset-frontend (#26996)
32ce002296 is described below

commit 32ce002296b878432736642c89a812e4f64d9ef6
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Feb 2 12:31:06 2024 -0700

    build(deps): bump react-intersection-observer from 9.4.1 to 9.6.0 in /superset-frontend (#26996)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 superset-frontend/package-lock.json | 22 ++++++++++++++--------
 superset-frontend/package.json      |  2 +-
 2 files changed, 15 insertions(+), 9 deletions(-)

diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json
index 94014ec629..98b94c6d83 100644
--- a/superset-frontend/package-lock.json
+++ b/superset-frontend/package-lock.json
@@ -104,7 +104,7 @@
         "react-dom": "^16.13.0",
         "react-draggable": "^4.4.6",
         "react-hot-loader": "^4.13.1",
-        "react-intersection-observer": "^9.4.1",
+        "react-intersection-observer": "^9.6.0",
         "react-js-cron": "^1.2.0",
         "react-json-tree": "^0.17.0",
         "react-jsonschema-form": "^1.8.1",
@@ -56389,11 +56389,17 @@
       }
     },
     "node_modules/react-intersection-observer": {
-      "version": "9.4.1",
-      "resolved": "https://registry.npmjs.org/react-intersection-observer/-/react-intersection-observer-9.4.1.tgz",
-      "integrity": "sha512-IXpIsPe6BleFOEHKzKh5UjwRUaz/JYS0lT/HPsupWEQou2hDqjhLMStc5zyE3eQVT4Fk3FufM8Fw33qW1uyeiw==",
+      "version": "9.6.0",
+      "resolved": "https://registry.npmjs.org/react-intersection-observer/-/react-intersection-observer-9.6.0.tgz",
+      "integrity": "sha512-ZJCi6aOY4kIulpUhWRNIFTyMUKOmSA25iw8sKH07fhlqWTaWD5CWvWarqH4N31EyjCFKsgetvr/amRpnuEWzRg==",
       "peerDependencies": {
-        "react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
+        "react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
+        "react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
+      },
+      "peerDependenciesMeta": {
+        "react-dom": {
+          "optional": true
+        }
       }
     },
     "node_modules/react-is": {
@@ -115151,9 +115157,9 @@
       }
     },
     "react-intersection-observer": {
-      "version": "9.4.1",
-      "resolved": "https://registry.npmjs.org/react-intersection-observer/-/react-intersection-observer-9.4.1.tgz",
-      "integrity": "sha512-IXpIsPe6BleFOEHKzKh5UjwRUaz/JYS0lT/HPsupWEQou2hDqjhLMStc5zyE3eQVT4Fk3FufM8Fw33qW1uyeiw==",
+      "version": "9.6.0",
+      "resolved": "https://registry.npmjs.org/react-intersection-observer/-/react-intersection-observer-9.6.0.tgz",
+      "integrity": "sha512-ZJCi6aOY4kIulpUhWRNIFTyMUKOmSA25iw8sKH07fhlqWTaWD5CWvWarqH4N31EyjCFKsgetvr/amRpnuEWzRg==",
       "requires": {}
     },
     "react-is": {
diff --git a/superset-frontend/package.json b/superset-frontend/package.json
index 2028590244..c0a235ffba 100644
--- a/superset-frontend/package.json
+++ b/superset-frontend/package.json
@@ -172,7 +172,7 @@
     "react-dom": "^16.13.0",
     "react-draggable": "^4.4.6",
     "react-hot-loader": "^4.13.1",
-    "react-intersection-observer": "^9.4.1",
+    "react-intersection-observer": "^9.6.0",
     "react-js-cron": "^1.2.0",
     "react-json-tree": "^0.17.0",
     "react-jsonschema-form": "^1.8.1",