diff --git a/client/package-lock.json b/client/package-lock.json index 2d333b2..c6146fb 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -12139,16 +12139,16 @@ } }, "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.1.3", + "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-7.1.3.tgz", + "integrity": "sha512-uI1wca+ECG9RoVkWQFF4jDMqmaw0/qnvaSvOoL/GA4dNxf6LoV8sUAcNDvE5NWKs4hFpn0t6wswNQnY3f7HT3w==", "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 fb10277..8de370a 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.1.3", "react-router-dom": "5.0.0", "react-scripts": "3.0.1", "reactstrap": "^8.0.1",