From 9a74b5fa4da772ee41ad1535d057ae136960b99d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 11:34:16 +0530 Subject: [PATCH] fix(deps): update dependency react-instantsearch-dom to v6.11.1 (#42416) Co-authored-by: Renovate Bot --- client/package-lock.json | 14 +++++++------- client/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index bd24041b31..a5a0b22248 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -15223,9 +15223,9 @@ } }, "react-instantsearch-core": { - "version": "6.11.0", - "resolved": "https://registry.npmjs.org/react-instantsearch-core/-/react-instantsearch-core-6.11.0.tgz", - "integrity": "sha512-RE5pPuSL5e3+wgMl+QLY+MgyqgNXBrfppqk3podOXTdWpQ5VdaXVrpeWVcmFJlRRKPLJI6RGqCiHVRTaGt1HVw==", + "version": "6.11.1", + "resolved": "https://registry.npmjs.org/react-instantsearch-core/-/react-instantsearch-core-6.11.1.tgz", + "integrity": "sha512-JopaIDrTLz6KYZ2ehcoF3hBk4VplUhxjbOv9CD+nfmCmXjjcZT6kt31RHv4Pe1fuSh6RBdbuA9EMPDpjqWxFWQ==", "requires": { "@babel/runtime": "^7.1.2", "algoliasearch-helper": "^3.4.3", @@ -15234,16 +15234,16 @@ } }, "react-instantsearch-dom": { - "version": "6.11.0", - "resolved": "https://registry.npmjs.org/react-instantsearch-dom/-/react-instantsearch-dom-6.11.0.tgz", - "integrity": "sha512-OXbP3OuT52HAoCbQiPxPAL9q/Lm5pm+eRx8TMKB2kcf6fQzc+L7RMy7fveuMENcmBks+vdD2+G7DGM8oVv9etg==", + "version": "6.11.1", + "resolved": "https://registry.npmjs.org/react-instantsearch-dom/-/react-instantsearch-dom-6.11.1.tgz", + "integrity": "sha512-wQRH4UJcvUKHr5wx6tyLhJO3MTgSRppZywofETRbPTM9ZPm5NSIvrBhw9Eu3WFFuAUhy+wJD8aEtd5YhjkuXLQ==", "requires": { "@babel/runtime": "^7.1.2", "algoliasearch-helper": "^3.4.3", "classnames": "^2.2.5", "prop-types": "^15.6.2", "react-fast-compare": "^3.0.0", - "react-instantsearch-core": "^6.11.0" + "react-instantsearch-core": "^6.11.1" } }, "react-is": { diff --git a/client/package.json b/client/package.json index 1843c55800..2c051ec5a0 100644 --- a/client/package.json +++ b/client/package.json @@ -101,7 +101,7 @@ "react-helmet": "6.1.0", "react-hotkeys": "2.0.0", "react-i18next": "11.10.0", - "react-instantsearch-dom": "6.11.0", + "react-instantsearch-dom": "6.11.1", "react-lazy-load": "3.1.13", "react-monaco-editor": "0.43.0", "react-redux": "5.1.2",