From 87b77990ca2a3ab80007692c3e49923b099a8a67 Mon Sep 17 00:00:00 2001 From: snyk-test Date: Tue, 3 Sep 2019 07:59:44 +0000 Subject: [PATCH] chore: upgrade react-redux from 7.1.0 to 7.1.1 Snyk have raised this PR to upgrade react-redux from 7.1.0 to 7.1.1. See this package in NPM: https://www.npmjs.com/package/react-redux See this project in Snyk: https://app.snyk.io/org/xmartinezpujol/project/8c6e1986-91c1-4899-8aac-f50aa2ef9376?utm_source=github&utm_medium=upgrade-pr --- package-lock.json | 25 ++++++++++++++++++++----- package.json | 2 +- 2 files changed, 21 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0b38c66..6b79dbc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17323,16 +17323,31 @@ } }, "react-redux": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-7.1.0.tgz", - "integrity": "sha512-hyu/PoFK3vZgdLTg9ozbt7WF3GgX5+Yn3pZm5/96/o4UueXA+zj08aiSC9Mfj2WtD1bvpIb3C5yvskzZySzzaw==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/react-redux/-/react-redux-7.1.1.tgz", + "integrity": "sha512-QsW0vcmVVdNQzEkrgzh2W3Ksvr8cqpAv5FhEk7tNEft+5pp7rXxAudTz3VOPawRkLIepItpkEIyLcN/VVXzjTg==", "requires": { - "@babel/runtime": "^7.4.5", + "@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" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.5.5", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.5.5.tgz", + "integrity": "sha512-28QvEGyQyNkB0/m2B4FU7IEZGK2NUrcMtT6BZEFALTguLk+AUT6ofsHtPk5QyjAdUkpMJ+/Em+quwz4HOt30AQ==", + "requires": { + "regenerator-runtime": "^0.13.2" + } + }, + "react-is": { + "version": "16.9.0", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.9.0.tgz", + "integrity": "sha512-tJBzzzIgnnRfEm046qRcURvwQnZVXmuCbscxUO5RWrGTXpon2d4c8mI0D8WE6ydVIm29JiLB6+RslkIvym9Rjw==" + } } }, "react-resize-detector": { diff --git a/package.json b/package.json index 438f63b..9950dac 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "react-dom": "^16.9.0", "react-dropzone": "^10.1.7", "react-markdown": "^4.1.0", - "react-redux": "^7.0.3", + "react-redux": "^7.1.1", "react-router": "^5.0.0", "react-router-dom": "^5.0.0", "react-syntax-highlighter": "^11.0.2",