From b6798d45a52271493b5a5fb692c02268133d0f8a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 09:27:57 +0000 Subject: [PATCH] fix(deps): update dependency react-instantsearch to v7.13.1 --- package-lock.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5f2c904..2e72927 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5108,9 +5108,9 @@ } }, "node_modules/algoliasearch-helper": { - "version": "3.22.4", - "resolved": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-3.22.4.tgz", - "integrity": "sha512-fvBCywguW9f+939S6awvRMstqMF1XXcd2qs1r1aGqL/PJ1go/DqN06tWmDVmhCDqBJanm++imletrQWf0G2S1g==", + "version": "3.22.5", + "resolved": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-3.22.5.tgz", + "integrity": "sha512-lWvhdnc+aKOKx8jyA3bsdEgHzm/sglC4cYdMG4xSQyRiPLJVJtH/IVYZG3Hp6PkTEhQqhyVYkeP9z2IlcHJsWw==", "license": "MIT", "dependencies": { "@algolia/events": "^4.0.1" @@ -10075,9 +10075,9 @@ } }, "node_modules/instantsearch.js": { - "version": "4.74.0", - "resolved": "https://registry.npmjs.org/instantsearch.js/-/instantsearch.js-4.74.0.tgz", - "integrity": "sha512-IbKAvnQ03cxb1Ni1OpLv6Yuu1W7Cu1zGru77rvgzYyPsurknpjQHdBicszSZlKaK/zND7D5vhSNZoliiz9nuEQ==", + "version": "4.74.1", + "resolved": "https://registry.npmjs.org/instantsearch.js/-/instantsearch.js-4.74.1.tgz", + "integrity": "sha512-PUHvuwzkA6SA52SFCYw5ubVU4ydw+/JGsDnlYXQSRKWXfpy4R99f3R4NmVR/69v0yIprIE8sq03dWeILjaAZ7Q==", "license": "MIT", "dependencies": { "@algolia/events": "^4.0.1", @@ -10085,7 +10085,7 @@ "@types/google.maps": "^3.55.12", "@types/hogan.js": "^3.0.0", "@types/qs": "^6.5.3", - "algoliasearch-helper": "3.22.4", + "algoliasearch-helper": "3.22.5", "hogan.js": "^3.0.2", "htm": "^3.0.0", "instantsearch-ui-components": "0.9.0", @@ -14389,15 +14389,15 @@ } }, "node_modules/react-instantsearch": { - "version": "7.13.0", - "resolved": "https://registry.npmjs.org/react-instantsearch/-/react-instantsearch-7.13.0.tgz", - "integrity": "sha512-12auG0AI4oS8yuu2IfA61JjmTNk+pd9KkKvCJukMI+3t6U16sHUJsPMj9/zAHrDm+Zgdgr9ZsszIKtr9/VQ/CQ==", + "version": "7.13.1", + "resolved": "https://registry.npmjs.org/react-instantsearch/-/react-instantsearch-7.13.1.tgz", + "integrity": "sha512-8zKFRvfPQyirPrge0KiLNy6PVS+LcVfKrG+Fv5DUH+UeMbM6KAU86Cvwt93BOaH6IWrCYCRxgUPn41fzLZcVnw==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.1.2", "instantsearch-ui-components": "0.9.0", - "instantsearch.js": "4.74.0", - "react-instantsearch-core": "7.13.0" + "instantsearch.js": "4.74.1", + "react-instantsearch-core": "7.13.1" }, "peerDependencies": { "algoliasearch": ">= 3.1 < 6", @@ -14406,14 +14406,14 @@ } }, "node_modules/react-instantsearch-core": { - "version": "7.13.0", - "resolved": "https://registry.npmjs.org/react-instantsearch-core/-/react-instantsearch-core-7.13.0.tgz", - "integrity": "sha512-2LMhGJISWnbC1bbewqKQ1MimF1iGwtd0ezqGeWSNy1Ld6Eh1Dj2r1FAn0Wow30rC91oWkPj6/rLUKz9ibzabrA==", + "version": "7.13.1", + "resolved": "https://registry.npmjs.org/react-instantsearch-core/-/react-instantsearch-core-7.13.1.tgz", + "integrity": "sha512-8le3g7s+drcThaSdGzlVQE5y+C0xeAI59amV4hUOdaLPmXtxCrbaV1LgdkoSQkvKkGxD/zopgnxut+GwRuDvuA==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.1.2", - "algoliasearch-helper": "3.22.4", - "instantsearch.js": "4.74.0", + "algoliasearch-helper": "3.22.5", + "instantsearch.js": "4.74.1", "use-sync-external-store": "^1.0.0" }, "peerDependencies": {