From 1ceb59a4595d706721f97138693ac67e739a7134 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2020 12:53:20 +0000 Subject: [PATCH] Bump react-redux from 7.2.0 to 7.2.1 Bumps [react-redux](https://github.com/reduxjs/react-redux) from 7.2.0 to 7.2.1. - [Release notes](https://github.com/reduxjs/react-redux/releases) - [Changelog](https://github.com/reduxjs/react-redux/blob/master/CHANGELOG.md) - [Commits](https://github.com/reduxjs/react-redux/compare/v7.2.0...v7.2.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 32d92a39..52909748 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "react-ace": "^9.0.0", "react-dom": "^16.13.1", "react-dropzone": "^11.0.1", - "react-redux": "^7.2.0", + "react-redux": "^7.2.1", "react-scripts": "3.4.1", "react-splitter-layout": "^4.0.0", "redux": "^4.0.5", diff --git a/yarn.lock b/yarn.lock index 9bdc1c6e..0915ad88 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9564,10 +9564,10 @@ react-popper@^1.3.7: typed-styles "^0.0.7" warning "^4.0.2" -react-redux@^7.2.0: - version "7.2.0" - resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-7.2.0.tgz#f970f62192b3981642fec46fd0db18a074fe879d" - integrity sha512-EvCAZYGfOLqwV7gh849xy9/pt55rJXPwmYvI4lilPM5rUT/1NxuuN59ipdBksRVSvz0KInbPnp4IfoXJXCqiDA== +react-redux@^7.2.1: + version "7.2.1" + resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-7.2.1.tgz#8dedf784901014db2feca1ab633864dee68ad985" + integrity sha512-T+VfD/bvgGTUA74iW9d2i5THrDQWbweXP0AVNI8tNd1Rk5ch1rnMiJkDD67ejw7YBKM4+REvcvqRuWJb7BLuEg== dependencies: "@babel/runtime" "^7.5.5" hoist-non-react-statics "^3.3.0"