diff --git a/client/package-lock.json b/client/package-lock.json index ba8bb71..c265689 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -12139,16 +12139,15 @@ } }, "react-redux": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-7.0.1.tgz", - "integrity": "sha512-orSiI/QXtGiiJmf8lN/zVTx4hysFo/kGOsce28IUu/mu98AGemBwPTDzf64P4Vf/miRmevO8/w2RSw2awDd21w==", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-7.2.0.tgz", + "integrity": "sha512-EvCAZYGfOLqwV7gh849xy9/pt55rJXPwmYvI4lilPM5rUT/1NxuuN59ipdBksRVSvz0KInbPnp4IfoXJXCqiDA==", "requires": { - "@babel/runtime": "^7.4.3", + "@babel/runtime": "^7.5.5", "hoist-non-react-statics": "^3.3.0", - "invariant": "^2.2.4", "loose-envify": "^1.4.0", "prop-types": "^15.7.2", - "react-is": "^16.8.6" + "react-is": "^16.9.0" } }, "react-router": { diff --git a/client/package.json b/client/package.json index aaa09ad..351d108 100644 --- a/client/package.json +++ b/client/package.json @@ -8,7 +8,7 @@ "node-sass": "4.12.0", "react": "^16.8.6", "react-dom": "^16.8.6", - "react-redux": "7.0.1", + "react-redux": "7.2.0", "react-router-dom": "5.0.0", "react-scripts": "3.0.1", "reactstrap": "^8.0.1",