From 0ea1d4ce53dc98f67c7566e26d58c6a4c4f6ac72 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 5 Feb 2020 02:25:45 +0000 Subject: [PATCH] fix: upgrade react-redux from 7.0.1 to 7.1.3 Snyk has created this PR to upgrade react-redux from 7.0.1 to 7.1.3. See this package in NPM: https://www.npmjs.com/package/react-redux See this project in Snyk: https://app.snyk.io/org/angelikadraczynska/project/0020227b-fdbc-4552-89c3-fc18c23ccbd3?utm_source=github&utm_medium=upgrade-pr --- client/package-lock.json | 10 +++++----- client/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) 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",