From ddec6dbf47bcaaf848b771704a8b181fc76b69f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 14:07:14 +0000 Subject: [PATCH] Update dependency react-instantsearch-dom to ^6.38.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 c7fa1a04c..539ba87c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "react": "18.2.0", "react-dom": "18.2.0", "react-hook-form": "^7.39.3", - "react-instantsearch-dom": "^6.38.0", + "react-instantsearch-dom": "^6.38.1", "styled-components": "^5.3.6", "uuid": "^9.0.0" }, @@ -4727,9 +4727,9 @@ } }, "node_modules/react-instantsearch-core": { - "version": "6.38.0", - "resolved": "https://registry.npmjs.org/react-instantsearch-core/-/react-instantsearch-core-6.38.0.tgz", - "integrity": "sha512-Y5denvptL+qDOHY3LxipULNun8f3t2WeO9UdiWJd9FER1vn1VBrDdSyZ5b+idxqVWhSeVbncbf98zr7EW/kFvA==", + "version": "6.38.1", + "resolved": "https://registry.npmjs.org/react-instantsearch-core/-/react-instantsearch-core-6.38.1.tgz", + "integrity": "sha512-14gy/jsakJELVeMEO+QmsHcugIyaU1pRyyuQjuXuBvF+TMHiWUjfYw7de3Lc4oYcTYIeSllYIxLHxdUoxLWZaA==", "dependencies": { "@babel/runtime": "^7.1.2", "algoliasearch-helper": "^3.11.1", @@ -4742,16 +4742,16 @@ } }, "node_modules/react-instantsearch-dom": { - "version": "6.38.0", - "resolved": "https://registry.npmjs.org/react-instantsearch-dom/-/react-instantsearch-dom-6.38.0.tgz", - "integrity": "sha512-yE0y9U1GCPZ/Jqzbd2BHTdx83/DYIEbXqAt7a+a5TLi4qQgwjTpVrtAkqzhT8f1/TRhNqu0wYAT4HFixVsW8FA==", + "version": "6.38.1", + "resolved": "https://registry.npmjs.org/react-instantsearch-dom/-/react-instantsearch-dom-6.38.1.tgz", + "integrity": "sha512-Wyzm4JW8O79zwsaWqOBdKbg69O7OcUDiF+p+/LW7zdRZ3RK4mO/q5CZDcziwDbNKqC4OEuG+IpIZuCjcJQrFcQ==", "dependencies": { "@babel/runtime": "^7.1.2", "algoliasearch-helper": "^3.11.1", "classnames": "^2.2.5", "prop-types": "^15.6.2", "react-fast-compare": "^3.0.0", - "react-instantsearch-core": "6.38.0" + "react-instantsearch-core": "6.38.1" }, "peerDependencies": { "algoliasearch": ">= 3.1 < 5", @@ -8724,9 +8724,9 @@ "requires": {} }, "react-instantsearch-core": { - "version": "6.38.0", - "resolved": "https://registry.npmjs.org/react-instantsearch-core/-/react-instantsearch-core-6.38.0.tgz", - "integrity": "sha512-Y5denvptL+qDOHY3LxipULNun8f3t2WeO9UdiWJd9FER1vn1VBrDdSyZ5b+idxqVWhSeVbncbf98zr7EW/kFvA==", + "version": "6.38.1", + "resolved": "https://registry.npmjs.org/react-instantsearch-core/-/react-instantsearch-core-6.38.1.tgz", + "integrity": "sha512-14gy/jsakJELVeMEO+QmsHcugIyaU1pRyyuQjuXuBvF+TMHiWUjfYw7de3Lc4oYcTYIeSllYIxLHxdUoxLWZaA==", "requires": { "@babel/runtime": "^7.1.2", "algoliasearch-helper": "^3.11.1", @@ -8735,16 +8735,16 @@ } }, "react-instantsearch-dom": { - "version": "6.38.0", - "resolved": "https://registry.npmjs.org/react-instantsearch-dom/-/react-instantsearch-dom-6.38.0.tgz", - "integrity": "sha512-yE0y9U1GCPZ/Jqzbd2BHTdx83/DYIEbXqAt7a+a5TLi4qQgwjTpVrtAkqzhT8f1/TRhNqu0wYAT4HFixVsW8FA==", + "version": "6.38.1", + "resolved": "https://registry.npmjs.org/react-instantsearch-dom/-/react-instantsearch-dom-6.38.1.tgz", + "integrity": "sha512-Wyzm4JW8O79zwsaWqOBdKbg69O7OcUDiF+p+/LW7zdRZ3RK4mO/q5CZDcziwDbNKqC4OEuG+IpIZuCjcJQrFcQ==", "requires": { "@babel/runtime": "^7.1.2", "algoliasearch-helper": "^3.11.1", "classnames": "^2.2.5", "prop-types": "^15.6.2", "react-fast-compare": "^3.0.0", - "react-instantsearch-core": "6.38.0" + "react-instantsearch-core": "6.38.1" } }, "react-is": { diff --git a/package.json b/package.json index 54f08a3e4..876fc548f 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "react": "18.2.0", "react-dom": "18.2.0", "react-hook-form": "^7.39.3", - "react-instantsearch-dom": "^6.38.0", + "react-instantsearch-dom": "^6.38.1", "styled-components": "^5.3.6", "uuid": "^9.0.0" },