From a6adb1dd6bece38aaf01a632afc2046eb83adc3e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 22 Sep 2020 13:55:20 +0000 Subject: [PATCH] Bump redux from 4.0.1 to 4.0.5 Bumps [redux](https://github.com/reduxjs/redux) from 4.0.1 to 4.0.5. - [Release notes](https://github.com/reduxjs/redux/releases) - [Changelog](https://github.com/reduxjs/redux/blob/master/CHANGELOG.md) - [Commits](https://github.com/reduxjs/redux/compare/v4.0.1...v4.0.5) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index ce2b771ac..f26a1e7d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11836,9 +11836,9 @@ "integrity": "sha512-+CNMnI8QhgVMtAt54uQs3kUxC3Sybpa7Y63HR14uGLgI9/QR5ggHvpxwhGGe3wmx5V91YwqQIblN9k5lspAmGw==" }, "redux": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/redux/-/redux-4.0.1.tgz", - "integrity": "sha512-R7bAtSkk7nY6O/OYMVR9RiBI+XghjF9rlbl5806HJbQph0LJVHZrU5oaO4q70eUKiqMRqm4y07KLTlMZ2BlVmg==", + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/redux/-/redux-4.0.5.tgz", + "integrity": "sha512-VSz1uMAH24DM6MF72vcojpYPtrTUu3ByVWfPL1nPfVRb5mZVTve5GnNCUV53QM/BZ66xfWrm0CTWoM+Xlz8V1w==", "requires": { "loose-envify": "^1.4.0", "symbol-observable": "^1.2.0" diff --git a/package.json b/package.json index f9fbcc29a..fca028a55 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "react-redux-firebase": "^2.2.6", "react-router-dom": "^5.0.0", "react-scripts": "^3.0.1", - "redux": "^4.0.1", + "redux": "^4.0.5", "redux-firestore": "^0.8.0" }, "scripts": {