aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-02-03 02:04:45 +0000
committerGitHub <noreply@github.com>2022-02-03 02:04:45 +0000
commitb0e3488196375f37c0a43a7bc3cff881fc42c353 (patch)
tree958019f1f9890b037cd5eb26a0de212deb684200
parent38ae2883839f4738e69d80b84c1fbd714d19b165 (diff)
Bump redux from 4.1.0 to 4.1.2
Bumps [redux](https://github.com/reduxjs/redux) from 4.1.0 to 4.1.2. - [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.1.0...v4.1.2) --- updated-dependencies: - dependency-name: redux dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package.json2
-rw-r--r--yarn.lock8
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index 31b5cc9..3281840 100644
--- a/package.json
+++ b/package.json
@@ -57,7 +57,7 @@
"react-dom": "17.0.2",
"react-redux": "^7.2.6",
"react-test-renderer": "17.0.2",
- "redux": "^4.0.5",
+ "redux": "^4.1.2",
"redux-promise": "^0.6.0",
"reflect-metadata": "^0.1.13",
"request-promise-native": "^1.0.8",
diff --git a/yarn.lock b/yarn.lock
index 7573ab6..5d127c5 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -4780,10 +4780,10 @@ redux@^3.6.0:
loose-envify "^1.1.0"
symbol-observable "^1.0.3"
-redux@^4.0.0, redux@^4.0.5:
- version "4.1.0"
- resolved "https://registry.npmjs.org/redux/-/redux-4.1.0.tgz"
- integrity sha512-uI2dQN43zqLWCt6B/BMGRMY6db7TTY4qeHHfGeKb3EOhmOKjU3KdWvNLJyqaHRksv/ErdNH7cFZWg9jXtewy4g==
+redux@^4.0.0, redux@^4.1.2:
+ version "4.1.2"
+ resolved "https://registry.yarnpkg.com/redux/-/redux-4.1.2.tgz#140f35426d99bb4729af760afcf79eaaac407104"
+ integrity sha512-SH8PglcebESbd/shgf6mii6EIoRM0zrQyjcuQ+ojmfxjTtE0z9Y8pa62iA/OJ58qjP6j27uyW4kUF4jl/jd6sw==
dependencies:
"@babel/runtime" "^7.9.2"