From 524528e70b1cc1fd75a8f582605e05451fe6ab10 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2019 06:08:13 +0000 Subject: [PATCH] build(deps): bump react-redux from 7.1.1 to 7.1.3 Bumps [react-redux](https://github.com/reduxjs/react-redux) from 7.1.1 to 7.1.3. - [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.1.1...v7.1.3) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index dfc195c..cef5e9e 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "node-sass": "^4.12.0", "react": "^16.10.2", "react-dom": "^16.10.1", - "react-redux": "^7.1.1", + "react-redux": "^7.1.3", "react-router-dom": "^5.1.2", "react-router-redux": "^4.0.8", "react-scripts": "3.1.2", diff --git a/yarn.lock b/yarn.lock index 5c86b11..606dcca 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7968,9 +7968,9 @@ react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.1, react-is@^16.8.4, react-is version "16.9.0" resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.9.0.tgz#21ca9561399aad0ff1a7701c01683e8ca981edcb" -react-redux@^7.1.1: - version "7.1.1" - resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-7.1.1.tgz#ce6eee1b734a7a76e0788b3309bf78ff6b34fa0a" +react-redux@^7.1.3: + version "7.1.3" + resolved "https://registry.yarnpkg.com/react-redux/-/react-redux-7.1.3.tgz#717a3d7bbe3a1b2d535c94885ce04cdc5a33fc79" dependencies: "@babel/runtime" "^7.5.5" hoist-non-react-statics "^3.3.0"