From bd7c56000f40a1469fb74cadc9bff776660df006 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2020 17:51:23 +0000 Subject: [PATCH] Bump react-split-pane from 0.1.89 to 0.1.91 Bumps [react-split-pane](https://github.com/tomkp/react-split-pane) from 0.1.89 to 0.1.91. - [Release notes](https://github.com/tomkp/react-split-pane/releases) - [Changelog](https://github.com/tomkp/react-split-pane/blob/master/CHANGELOG.md) - [Commits](https://github.com/tomkp/react-split-pane/compare/v0.1.89...v0.1.91) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index c6f088ac..d22df87c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15041,13 +15041,13 @@ } }, "react-split-pane": { - "version": "0.1.89", - "resolved": "https://registry.npmjs.org/react-split-pane/-/react-split-pane-0.1.89.tgz", - "integrity": "sha512-bGEiOevi6nBE1evEJOsZjd5A7plLboFAU4+HGASWWVm94XUg7QdsuPInGOB+5Ym4RtY3TZCpmUvLe6qQmrZUOg==", + "version": "0.1.91", + "resolved": "https://registry.npmjs.org/react-split-pane/-/react-split-pane-0.1.91.tgz", + "integrity": "sha512-8U56HOKQGFlvXXT1PaHbijjYy2W8g0iQaHC99Q2aV4yYfvUURcRGyfPKN3scGkbYN2pvy3qyoEwHyewUmR1VbQ==", "requires": { - "prop-types": "^15.5.10", + "prop-types": "^15.7.2", "react-lifecycles-compat": "^3.0.4", - "react-style-proptype": "^3.0.0" + "react-style-proptype": "^3.2.2" } }, "react-style-proptype": { diff --git a/package.json b/package.json index f24c8f46..7fc3f5f8 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "react-router-dom": "^5.1.2", "react-scripts": "3.4.0", "react-spinners": "^0.8.0", - "react-split-pane": "^0.1.89", + "react-split-pane": "^0.1.91", "reactstrap": "^8.4.1", "redux": "^4.0.5" },