From 9007c8d2cba1fa70405ecb2e9e0e896a9389a0f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 10:36:28 +0000 Subject: [PATCH] chore(deps): bump react-responsive from 6.1.2 to 9.0.2 in /client Bumps [react-responsive](https://github.com/contra/react-responsive) from 6.1.2 to 9.0.2. - [Release notes](https://github.com/contra/react-responsive/releases) - [Changelog](https://github.com/yocontra/react-responsive/blob/master/CHANGELOG.md) - [Commits](https://github.com/contra/react-responsive/commits/v9.0.2) --- updated-dependencies: - dependency-name: react-responsive dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- client/package-lock.json | 22 ++++++++++++++-------- client/package.json | 2 +- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index b046fc6f4c21a6..917a28587d8d02 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -8772,7 +8772,7 @@ "css-mediaquery": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/css-mediaquery/-/css-mediaquery-0.1.2.tgz", - "integrity": "sha1-aiw3NEkoYYYxxUvTPO3TAdoYvqA=" + "integrity": "sha512-COtn4EROW5dBGlE/4PiKnh6rZpAPxDeFLaEEwt4i10jpDMFt2EhQGS79QmmrO+iKCHv0PU/HrOWEhijFd1x99Q==" }, "css-select": { "version": "1.2.0", @@ -16376,9 +16376,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", @@ -22092,13 +22092,14 @@ } }, "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": "9.0.2", + "resolved": "https://registry.npmjs.org/react-responsive/-/react-responsive-9.0.2.tgz", + "integrity": "sha512-+4CCab7z8G8glgJoRjAwocsgsv6VA2w7JPxFWHRc7kvz8mec1/K5LutNC2MG28Mn8mu6+bu04XZxHv5gyfT7xQ==", "requires": { "hyphenate-style-name": "^1.0.0", "matchmediaquery": "^0.3.0", - "prop-types": "^15.6.1" + "prop-types": "^15.6.1", + "shallow-equal": "^1.2.1" } }, "react-side-effect": { @@ -23770,6 +23771,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 f072edc026a133..060728c33a0751 100644 --- a/client/package.json +++ b/client/package.json @@ -61,7 +61,7 @@ "react-monaco-editor": "^0.36.0", "react-redux": "^5.0.7", "react-reflex": "^3.1.0", - "react-responsive": "^6.1.1", + "react-responsive": "^9.0.2", "react-spinkit": "^3.0.0", "react-stripe-elements": "^2.0.3", "react-tooltip": "^4.2.10",