From 23c8871e7840b786a9b1b2c9b9b18a4b610ff944 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 8 May 2020 10:27:21 +0000 Subject: [PATCH] build(deps): bump react-immutable-proptypes from 2.1.0 to 2.2.0 in /UI Bumps [react-immutable-proptypes](https://github.com/HurricaneJames/react-immutable-proptypes) from 2.1.0 to 2.2.0. - [Release notes](https://github.com/HurricaneJames/react-immutable-proptypes/releases) - [Changelog](https://github.com/HurricaneJames/react-immutable-proptypes/blob/master/CHANGELOG.md) - [Commits](https://github.com/HurricaneJames/react-immutable-proptypes/commits) Signed-off-by: dependabot-preview[bot] --- UI/package-lock.json | 9 ++++++--- UI/package.json | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/UI/package-lock.json b/UI/package-lock.json index 20a1427..f5cb538 100644 --- a/UI/package-lock.json +++ b/UI/package-lock.json @@ -12697,9 +12697,12 @@ } }, "react-immutable-proptypes": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/react-immutable-proptypes/-/react-immutable-proptypes-2.1.0.tgz", - "integrity": "sha1-Aj1vObsVyXwHHp5g0A0TbqxfoLQ=" + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/react-immutable-proptypes/-/react-immutable-proptypes-2.2.0.tgz", + "integrity": "sha512-Vf4gBsePlwdGvSZoLSBfd4HAP93HDauMY4fDjXhreg/vg6F3Fj/MXDNyTbltPC/xZKmZc+cjLu3598DdYK6sgQ==", + "requires": { + "invariant": "^2.2.2" + } }, "react-is": { "version": "16.12.0", diff --git a/UI/package.json b/UI/package.json index 37c659e..ff1cf03 100644 --- a/UI/package.json +++ b/UI/package.json @@ -14,7 +14,7 @@ "react-dnd-html5-backend": "^7.0.0", "react-dom": "^16.13.1", "react-icons": "^3.10.0", - "react-immutable-proptypes": "^2.1.0", + "react-immutable-proptypes": "^2.2.0", "react-redux": "^7.2.0", "react-router": "^5.1.2", "react-router-dom": "^5.1.2",