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 2022/04/26 20:20:46 UTC

[superset] branch master updated: chore(deps): bump react-split from 2.0.9 to 2.0.14 in /superset-frontend (#19845)

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 dc0f09586f chore(deps): bump react-split from 2.0.9 to 2.0.14 in /superset-frontend (#19845)
dc0f09586f is described below

commit dc0f09586f17ddb843a1588f839749bb953594fc
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Apr 26 14:20:38 2022 -0600

    chore(deps): bump react-split from 2.0.9 to 2.0.14 in /superset-frontend (#19845)
    
    Bumps [react-split](https://github.com/nathancahill/split) from 2.0.9 to 2.0.14.
    - [Release notes](https://github.com/nathancahill/split/releases)
    - [Changelog](https://github.com/nathancahill/split/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/nathancahill/split/commits)
    
    ---
    updated-dependencies:
    - dependency-name: react-split
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 superset-frontend/package-lock.json | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json
index 027edf8a41..e377be7cb7 100644
--- a/superset-frontend/package-lock.json
+++ b/superset-frontend/package-lock.json
@@ -49993,15 +49993,15 @@
       }
     },
     "node_modules/react-split": {
-      "version": "2.0.9",
-      "resolved": "https://registry.npmjs.org/react-split/-/react-split-2.0.9.tgz",
-      "integrity": "sha512-IxKtxxmcbNUmWMSd5vlNnlE0jwbgQS1HyQYxt7h8qFgPskSkUTNzMbO838xapmmNf9D+u9B/bdtFnVjt+JC2JA==",
+      "version": "2.0.14",
+      "resolved": "https://registry.npmjs.org/react-split/-/react-split-2.0.14.tgz",
+      "integrity": "sha512-bKWydgMgaKTg/2JGQnaJPg51T6dmumTWZppFgEbbY0Fbme0F5TuatAScCLaqommbGQQf/ZT1zaejuPDriscISA==",
       "dependencies": {
         "prop-types": "^15.5.7",
         "split.js": "^1.6.0"
       },
       "peerDependencies": {
-        "react": ">=15.4.2 || >= 16.0.0"
+        "react": "*"
       }
     },
     "node_modules/react-split-pane": {
@@ -99900,9 +99900,9 @@
       }
     },
     "react-split": {
-      "version": "2.0.9",
-      "resolved": "https://registry.npmjs.org/react-split/-/react-split-2.0.9.tgz",
-      "integrity": "sha512-IxKtxxmcbNUmWMSd5vlNnlE0jwbgQS1HyQYxt7h8qFgPskSkUTNzMbO838xapmmNf9D+u9B/bdtFnVjt+JC2JA==",
+      "version": "2.0.14",
+      "resolved": "https://registry.npmjs.org/react-split/-/react-split-2.0.14.tgz",
+      "integrity": "sha512-bKWydgMgaKTg/2JGQnaJPg51T6dmumTWZppFgEbbY0Fbme0F5TuatAScCLaqommbGQQf/ZT1zaejuPDriscISA==",
       "requires": {
         "prop-types": "^15.5.7",
         "split.js": "^1.6.0"