summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-05-06 10:43:59 +0800
committerGitHub <[email protected]>2021-05-06 10:43:59 +0800
commit887da10d9bb0449e2977986e6a0f8844358a2abf (patch)
tree89a663f0bc6200139f89a8637dbef280eef78333
parente638b4c00134cd232ce893a70976b1764e22c22d (diff)
downloadbazarr-887da10d9bb0449e2977986e6a0f8844358a2abf.tar.gz
bazarr-887da10d9bb0449e2977986e6a0f8844358a2abf.zip
no log: Bump react-redux from 7.2.3 to 7.2.4 in /frontend (#1396)
Bumps [react-redux](https://github.com/reduxjs/react-redux) from 7.2.3 to 7.2.4. - [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.2.3...v7.2.4) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--frontend/package-lock.json17
-rw-r--r--frontend/package.json2
2 files changed, 9 insertions, 10 deletions
diff --git a/frontend/package-lock.json b/frontend/package-lock.json
index c19dc6eee..effc57e2a 100644
--- a/frontend/package-lock.json
+++ b/frontend/package-lock.json
@@ -37,7 +37,7 @@
"react-bootstrap": "^1.0.0",
"react-dom": "^16.0.0",
"react-helmet": "^6.1.0",
- "react-redux": "^7.0.0",
+ "react-redux": "^7.2.4",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.0",
"react-select": "^4.0.0",
@@ -16063,9 +16063,9 @@
}
},
"node_modules/react-redux": {
- "version": "7.2.3",
- "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-7.2.3.tgz",
- "integrity": "sha512-ZhAmQ1lrK+Pyi0ZXNMUZuYxYAZd59wFuVDGUt536kSGdD0ya9Q7BfsE95E3TsFLE3kOSFp5m6G5qbatE+Ic1+w==",
+ "version": "7.2.4",
+ "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-7.2.4.tgz",
+ "integrity": "sha512-hOQ5eOSkEJEXdpIKbnRyl04LhaWabkDPV+Ix97wqQX3T3d2NQ8DUblNXXtNMavc7DpswyQM6xfaN4HQDKNY2JA==",
"dependencies": {
"@babel/runtime": "^7.12.1",
"@types/react-redux": "^7.1.16",
@@ -16075,8 +16075,7 @@
"react-is": "^16.13.1"
},
"peerDependencies": {
- "react": "^16.8.3 || ^17",
- "redux": "^2.0.0 || ^3.0.0 || ^4.0.0-0"
+ "react": "^16.8.3 || ^17"
},
"peerDependenciesMeta": {
"react-dom": {
@@ -34669,9 +34668,9 @@
}
},
"react-redux": {
- "version": "7.2.3",
- "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-7.2.3.tgz",
- "integrity": "sha512-ZhAmQ1lrK+Pyi0ZXNMUZuYxYAZd59wFuVDGUt536kSGdD0ya9Q7BfsE95E3TsFLE3kOSFp5m6G5qbatE+Ic1+w==",
+ "version": "7.2.4",
+ "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-7.2.4.tgz",
+ "integrity": "sha512-hOQ5eOSkEJEXdpIKbnRyl04LhaWabkDPV+Ix97wqQX3T3d2NQ8DUblNXXtNMavc7DpswyQM6xfaN4HQDKNY2JA==",
"requires": {
"@babel/runtime": "^7.12.1",
"@types/react-redux": "^7.1.16",
diff --git a/frontend/package.json b/frontend/package.json
index 405f05c80..6a806de05 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -42,7 +42,7 @@
"react-bootstrap": "^1.0.0",
"react-dom": "^16.0.0",
"react-helmet": "^6.1.0",
- "react-redux": "^7.0.0",
+ "react-redux": "^7.2.4",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.0",
"react-select": "^4.0.0",