From b56ea119d78eb6381437f35d6d633902289d10bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 16:01:02 +0000 Subject: [PATCH] fix(deps): update dependency react-instantsearch to v7.12.3 --- package-lock.json | 39 ++++++++++++++++++++++----------------- 1 file changed, 22 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index b8cfee2..35f55cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10373,17 +10373,19 @@ } }, "node_modules/instantsearch-ui-components": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/instantsearch-ui-components/-/instantsearch-ui-components-0.7.0.tgz", - "integrity": "sha512-4dHmCFbKWap5iSR2VmF5pSBECGQbAa8sPMoazMihYY2/0ahVzdHrOOtT8/hferG1A/xTT8nzfU7PIg+8lomNsA==", + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/instantsearch-ui-components/-/instantsearch-ui-components-0.8.0.tgz", + "integrity": "sha512-EzV7cR5+18sjmR6DMdv8yL9WuS2hUxrkqbByiLmHnJFbB4TZ4Q7oZDAn43bOItWZ2TxMK3GoxNbB/ZhWjsptPg==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.1.2" } }, "node_modules/instantsearch.js": { - "version": "4.73.2", - "resolved": "https://registry.npmjs.org/instantsearch.js/-/instantsearch.js-4.73.2.tgz", - "integrity": "sha512-96S6wKh7TVXbmnliESPphPHrcpQ6BiJvVqgnS6lZmHI72sLKgadIwuBXCo1cIFIU5LaCH77ydCUCo2BO5HmX9w==", + "version": "4.73.3", + "resolved": "https://registry.npmjs.org/instantsearch.js/-/instantsearch.js-4.73.3.tgz", + "integrity": "sha512-lhI3XyZITdd0Nu4iUCEW5ZfbDmW9/BeNdH6cFfluxjWYAO2TX94x9JJ1lEnfoWnKT25qvqHUCooQIpwkftKqEg==", + "license": "MIT", "dependencies": { "@algolia/events": "^4.0.1", "@types/dom-speech-recognition": "^0.0.1", @@ -10393,7 +10395,7 @@ "algoliasearch-helper": "3.22.3", "hogan.js": "^3.0.2", "htm": "^3.0.0", - "instantsearch-ui-components": "0.7.0", + "instantsearch-ui-components": "0.8.0", "preact": "^10.10.0", "qs": "^6.5.1 < 6.10", "search-insights": "^2.15.0" @@ -10406,6 +10408,7 @@ "version": "6.9.7", "resolved": "https://registry.npmjs.org/qs/-/qs-6.9.7.tgz", "integrity": "sha512-IhMFgUmuNpyRfxA90umL7ByLlgRXu6tIfKPpF5TmcfRLlLCckfP/g3IQmju6jjpu+Hh8rA+2p6A27ZSPOOHdKw==", + "license": "BSD-3-Clause", "engines": { "node": ">=0.6" }, @@ -14743,14 +14746,15 @@ } }, "node_modules/react-instantsearch": { - "version": "7.12.2", - "resolved": "https://registry.npmjs.org/react-instantsearch/-/react-instantsearch-7.12.2.tgz", - "integrity": "sha512-wgwVGcTuiW2WQjM7KRNzx2GzvWxglvKD3eQ4K0EusULtHopI8i59Lx6RWqB4CfvQGegwsD/VPEs2r2LvCTo5yw==", + "version": "7.12.3", + "resolved": "https://registry.npmjs.org/react-instantsearch/-/react-instantsearch-7.12.3.tgz", + "integrity": "sha512-X+hxYCfqCLAXyM11IC6egC4gvSM7nc2yt8bxbZDfHXPYcD0lHiaIF4i9rQq0MkeEC3jGnrAR/tEEObaM0VKI/g==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.1.2", - "instantsearch-ui-components": "0.7.0", - "instantsearch.js": "4.73.2", - "react-instantsearch-core": "7.12.2" + "instantsearch-ui-components": "0.8.0", + "instantsearch.js": "4.73.3", + "react-instantsearch-core": "7.12.3" }, "peerDependencies": { "algoliasearch": ">= 3.1 < 6", @@ -14759,13 +14763,14 @@ } }, "node_modules/react-instantsearch-core": { - "version": "7.12.2", - "resolved": "https://registry.npmjs.org/react-instantsearch-core/-/react-instantsearch-core-7.12.2.tgz", - "integrity": "sha512-5RCXyhfp3w57iSZPHFuYmY4h6LfykD8sHjQfrs7pFHLaZxkeLwsyDauDZfEVP+rdRVI0JA+MTAQ01SuN47Z5xw==", + "version": "7.12.3", + "resolved": "https://registry.npmjs.org/react-instantsearch-core/-/react-instantsearch-core-7.12.3.tgz", + "integrity": "sha512-AxwvX8zbnnsE//vL9RWXIsJXwwYs2DdRue0wjXq2iTa6ziwsbKUyonYOyzdf6R1JDoPkl6QX80EXrlxsyTnzxA==", + "license": "MIT", "dependencies": { "@babel/runtime": "^7.1.2", "algoliasearch-helper": "3.22.3", - "instantsearch.js": "4.73.2", + "instantsearch.js": "4.73.3", "use-sync-external-store": "^1.0.0" }, "peerDependencies": {