From dc0f09586f17ddb843a1588f839749bb953594fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Apr 2022 14:20:38 -0600 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@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"