From ec19ed0fa4983f760e09bc07e51ca03232e49b2c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Aug 2022 15:50:28 +0000 Subject: [PATCH] Update dependency react-instantsearch-dom to ^6.31.1 --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index eb390e4ad..0834bc92f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "react": "17.0.2", "react-dom": "17.0.2", "react-hook-form": "^7.34.0", - "react-instantsearch-dom": "^6.31.0", + "react-instantsearch-dom": "^6.31.1", "styled-components": "^5.3.5", "uuid": "^8.3.2" }, @@ -4681,9 +4681,9 @@ } }, "node_modules/react-instantsearch-core": { - "version": "6.31.0", - "resolved": "https://registry.npmjs.org/react-instantsearch-core/-/react-instantsearch-core-6.31.0.tgz", - "integrity": "sha512-iHDdcVi9mh104u+HesmylsdKWvBrhV/IA+Augx4QOe4PYHVZ04Us46WEuu9XKmA0HObjPzU/6JRRVOL2KKrQXQ==", + "version": "6.31.1", + "resolved": "https://registry.npmjs.org/react-instantsearch-core/-/react-instantsearch-core-6.31.1.tgz", + "integrity": "sha512-8bYVxPoyIsyh/+2+tSXawV8I7mzM3YxlVosXYS3RKuJarqYCxOHBEtWn9tiY40EoeZ0gFIyG4j7tVnhmRDXbwQ==", "dependencies": { "@babel/runtime": "^7.1.2", "algoliasearch-helper": "^3.10.0", @@ -4696,16 +4696,16 @@ } }, "node_modules/react-instantsearch-dom": { - "version": "6.31.0", - "resolved": "https://registry.npmjs.org/react-instantsearch-dom/-/react-instantsearch-dom-6.31.0.tgz", - "integrity": "sha512-HMjKVHDYSlAir4A76nmEkD6e1bxC2mX3JRd0s3TMVj+VHHdRHJkMxXkegCs23Qguk8tJeZo60RvZcAz9jbuEcg==", + "version": "6.31.1", + "resolved": "https://registry.npmjs.org/react-instantsearch-dom/-/react-instantsearch-dom-6.31.1.tgz", + "integrity": "sha512-wM85e83K3gaCoaESZOOZee9Tb+DTDH+cIcPN1Kj0kJRCu0byTk4/zs8HDqcgTVgZA/rrVrg1pVeZOEkKYenVKg==", "dependencies": { "@babel/runtime": "^7.1.2", "algoliasearch-helper": "^3.10.0", "classnames": "^2.2.5", "prop-types": "^15.6.2", "react-fast-compare": "^3.0.0", - "react-instantsearch-core": "6.31.0" + "react-instantsearch-core": "6.31.1" }, "peerDependencies": { "algoliasearch": ">= 3.1 < 5", @@ -8632,9 +8632,9 @@ "requires": {} }, "react-instantsearch-core": { - "version": "6.31.0", - "resolved": "https://registry.npmjs.org/react-instantsearch-core/-/react-instantsearch-core-6.31.0.tgz", - "integrity": "sha512-iHDdcVi9mh104u+HesmylsdKWvBrhV/IA+Augx4QOe4PYHVZ04Us46WEuu9XKmA0HObjPzU/6JRRVOL2KKrQXQ==", + "version": "6.31.1", + "resolved": "https://registry.npmjs.org/react-instantsearch-core/-/react-instantsearch-core-6.31.1.tgz", + "integrity": "sha512-8bYVxPoyIsyh/+2+tSXawV8I7mzM3YxlVosXYS3RKuJarqYCxOHBEtWn9tiY40EoeZ0gFIyG4j7tVnhmRDXbwQ==", "requires": { "@babel/runtime": "^7.1.2", "algoliasearch-helper": "^3.10.0", @@ -8643,16 +8643,16 @@ } }, "react-instantsearch-dom": { - "version": "6.31.0", - "resolved": "https://registry.npmjs.org/react-instantsearch-dom/-/react-instantsearch-dom-6.31.0.tgz", - "integrity": "sha512-HMjKVHDYSlAir4A76nmEkD6e1bxC2mX3JRd0s3TMVj+VHHdRHJkMxXkegCs23Qguk8tJeZo60RvZcAz9jbuEcg==", + "version": "6.31.1", + "resolved": "https://registry.npmjs.org/react-instantsearch-dom/-/react-instantsearch-dom-6.31.1.tgz", + "integrity": "sha512-wM85e83K3gaCoaESZOOZee9Tb+DTDH+cIcPN1Kj0kJRCu0byTk4/zs8HDqcgTVgZA/rrVrg1pVeZOEkKYenVKg==", "requires": { "@babel/runtime": "^7.1.2", "algoliasearch-helper": "^3.10.0", "classnames": "^2.2.5", "prop-types": "^15.6.2", "react-fast-compare": "^3.0.0", - "react-instantsearch-core": "6.31.0" + "react-instantsearch-core": "6.31.1" } }, "react-is": { diff --git a/package.json b/package.json index a2f8dacf0..4c0e64dc5 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "react": "17.0.2", "react-dom": "17.0.2", "react-hook-form": "^7.34.0", - "react-instantsearch-dom": "^6.31.0", + "react-instantsearch-dom": "^6.31.1", "styled-components": "^5.3.5", "uuid": "^8.3.2" },