From 81f0d828eea4c13858e6d8ffd53756bb55a05e1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Oct 2020 17:13:10 +0000 Subject: [PATCH] chore(deps): bump reselect from 3.0.1 to 4.0.0 in /client Bumps [reselect](https://github.com/reduxjs/reselect) from 3.0.1 to 4.0.0. - [Release notes](https://github.com/reduxjs/reselect/releases) - [Changelog](https://github.com/reduxjs/reselect/blob/master/CHANGELOG.md) - [Commits](https://github.com/reduxjs/reselect/compare/v3.0.1...v4.0.0) Signed-off-by: dependabot[bot] --- client/package-lock.json | 6 +++--- client/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index f6f42865d42..71f399a0991 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -25045,9 +25045,9 @@ "integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=" }, "reselect": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/reselect/-/reselect-3.0.1.tgz", - "integrity": "sha1-79qpjqdFEyTQkrKyFjpqHXqaIUc=" + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/reselect/-/reselect-4.0.0.tgz", + "integrity": "sha512-qUgANli03jjAyGlnbYVAV5vvnOmJnODyABz51RdBN7M4WaVu8mecZWgyQNkG8Yqe3KRGRt0l4K4B3XVEULC4CA==" }, "resize-observer-polyfill": { "version": "1.5.1", diff --git a/client/package.json b/client/package.json index ff12ff24016..c26040ff5c1 100644 --- a/client/package.json +++ b/client/package.json @@ -72,7 +72,7 @@ "redux-devtools-extension": "^2.13.8", "redux-observable": "^1.2.0", "redux-saga": "^1.1.1", - "reselect": "^3.0.1", + "reselect": "^4.0.0", "rxjs": "^6.6.3", "sanitize-html": "^2.1.0", "sass.js": "^0.11.0",