From 1123a07a65c5dbaf605d4d743f2404f05aaf0a0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Apr 2022 04:44:37 +0000 Subject: [PATCH] Bump react-instantsearch-dom from 6.23.3 to 6.23.4 Bumps [react-instantsearch-dom](https://github.com/algolia/react-instantsearch) from 6.23.3 to 6.23.4. - [Release notes](https://github.com/algolia/react-instantsearch/releases) - [Changelog](https://github.com/algolia/react-instantsearch/blob/master/CHANGELOG.md) - [Commits](https://github.com/algolia/react-instantsearch/compare/v6.23.3...v6.23.4) --- updated-dependencies: - dependency-name: react-instantsearch-dom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- yarn.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/yarn.lock b/yarn.lock index b99ccc5012b..b81e2657c0b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -22212,10 +22212,10 @@ react-input-autosize@^3.0.0: dependencies: prop-types "^15.5.8" -react-instantsearch-core@6.23.3: - version "6.23.3" - resolved "https://registry.yarnpkg.com/react-instantsearch-core/-/react-instantsearch-core-6.23.3.tgz#d1a7f5ec0dd615557720699e0d2374718b1ae9a1" - integrity sha512-Y8MdBlx1v2mF2omQdUlP6hQAbUse9vu65aRMuSWz4YU/KKzO3XGRenuOWeyL7QrgWVnYJ8n/Ed73O6bXasae7A== +react-instantsearch-core@6.23.4: + version "6.23.4" + resolved "https://registry.yarnpkg.com/react-instantsearch-core/-/react-instantsearch-core-6.23.4.tgz#10ddd1278fa9b46104c692f5c367e12cd70148c7" + integrity sha512-wT2WACQW1LIt62kv9rBni4W9DPtFJUU7MLG7h6hXOg0n1MblGbKCZAjJ6WEFQsMWbqL3PK0EcV+Bm5gmxilPxg== dependencies: "@babel/runtime" "^7.1.2" algoliasearch-helper "^3.8.0" @@ -22223,16 +22223,16 @@ react-instantsearch-core@6.23.3: react-fast-compare "^3.0.0" react-instantsearch-dom@^6.18.0: - version "6.23.3" - resolved "https://registry.yarnpkg.com/react-instantsearch-dom/-/react-instantsearch-dom-6.23.3.tgz#afd575e8ebea5becbd484df359a589d4be0ea99a" - integrity sha512-SrO34OzUMMXul4FXLrj/+NlH6OdDIgfJmDFtrmnuDPqs/fRgE5RG24d79PM+6WjufONo2GfkDaE/OJ1fBhVdkQ== + version "6.23.4" + resolved "https://registry.yarnpkg.com/react-instantsearch-dom/-/react-instantsearch-dom-6.23.4.tgz#af820f6415474d69f0aeff2b7e018c5226d6383a" + integrity sha512-sy/XTNiM2UlJZGbjH7ZvsI+pgEFIxIGQXGEdwniaiD1x/oHNfB7/XVJd62fUnrIPiz5YcADxg/tZQ5vvkU3izA== dependencies: "@babel/runtime" "^7.1.2" algoliasearch-helper "^3.8.0" classnames "^2.2.5" prop-types "^15.6.2" react-fast-compare "^3.0.0" - react-instantsearch-core "6.23.3" + react-instantsearch-core "6.23.4" react-intl@4.5.0: version "4.5.0"