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] <support@github.com>
pull/40121/head
dependabot[bot] 2020-10-14 17:13:10 +00:00
parent 5f956e9a16
commit 81f0d828ee
2 changed files with 4 additions and 4 deletions

View File

@ -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",

View File

@ -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",