From 75f1b21c235b0e873c45be821c2640442be10056 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Nov 2020 09:36:40 +0000 Subject: [PATCH] chore(deps): bump react-responsive from 6.1.2 to 8.1.1 in /client Bumps [react-responsive](https://github.com/contra/react-responsive) from 6.1.2 to 8.1.1. - [Release notes](https://github.com/contra/react-responsive/releases) - [Changelog](https://github.com/contra/react-responsive/blob/master/CHANGELOG.md) - [Commits](https://github.com/contra/react-responsive/commits) Signed-off-by: dependabot[bot] --- client/package-lock.json | 20 +++++++++++++------- client/package.json | 2 +- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index c9b6bfbe1e648f..0d6a95e4f051e2 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -14509,9 +14509,9 @@ "integrity": "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==" }, "hyphenate-style-name": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/hyphenate-style-name/-/hyphenate-style-name-1.0.3.tgz", - "integrity": "sha512-EcuixamT82oplpoJ2XU4pDtKGWQ7b00CD9f1ug9IaQ3p1bkHMiKCZ9ut9QDI6qsa6cpUuB+A/I+zLtdNK4n2DQ==" + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/hyphenate-style-name/-/hyphenate-style-name-1.0.4.tgz", + "integrity": "sha512-ygGZLjmXfPHj+ZWh6LwbC37l43MhfztxetbFCoYTM2VjkIUpeHgSNn7QIyVFj7YQ1Wl9Cbw5sholVJPzWvC2MQ==" }, "iconv-lite": { "version": "0.4.24", @@ -22057,13 +22057,14 @@ "integrity": "sha512-X8jZHc7nCMjaCqoU+V2I0cOhNW+QMBwSUkeXnTi8IPe6zaRWfn60ZzvFDZqWPfmSJfjub7dDW1SP0jaHWLu/hg==" }, "react-responsive": { - "version": "6.1.2", - "resolved": "https://registry.npmjs.org/react-responsive/-/react-responsive-6.1.2.tgz", - "integrity": "sha512-AXentVC/kN3KED9zhzJv2pu4vZ0i6cSHdTtbCScVV1MT6F5KXaG2qs5D7WLmhdaOvmiMX8UfmS4ZSO+WPwDt4g==", + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/react-responsive/-/react-responsive-8.1.1.tgz", + "integrity": "sha512-kvgOGU4m64ALsDiNKgImW6xtbdx/aSuw8sTCHC8RsBlkXsDA/gMoZkYboZuk4V9DhX6bCFh4gBH2UqlYVPLvcA==", "requires": { "hyphenate-style-name": "^1.0.0", "matchmediaquery": "^0.3.0", - "prop-types": "^15.6.1" + "prop-types": "^15.6.1", + "shallow-equal": "^1.1.0" } }, "react-side-effect": { @@ -23520,6 +23521,11 @@ "resolved": "https://registry.npmjs.org/shallow-compare/-/shallow-compare-1.2.2.tgz", "integrity": "sha512-LUMFi+RppPlrHzbqmFnINTrazo0lPNwhcgzuAXVVcfy/mqPDrQmHAyz5bvV0gDAuRFrk804V0HpQ6u9sZ0tBeg==" }, + "shallow-equal": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/shallow-equal/-/shallow-equal-1.2.1.tgz", + "integrity": "sha512-S4vJDjHHMBaiZuT9NPb616CSmLf618jawtv3sufLl6ivK8WocjAo58cXwbRV1cgqxH0Qbv+iUt6m05eqEa2IRA==" + }, "shallowequal": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/shallowequal/-/shallowequal-1.1.0.tgz", diff --git a/client/package.json b/client/package.json index c521f5db3307cc..291976a0827e85 100644 --- a/client/package.json +++ b/client/package.json @@ -58,7 +58,7 @@ "react-monaco-editor": "^0.36.0", "react-redux": "^5.0.7", "react-reflex": "^3.1.0", - "react-responsive": "^6.1.1", + "react-responsive": "^8.1.1", "react-spinkit": "^3.0.0", "react-stripe-elements": "^2.0.3", "react-tooltip": "^4.2.11",