diff --git a/package-lock.json b/package-lock.json index f26e553a80bbcae..83affe26d7636dc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -78,7 +78,7 @@ "react": "19.0.0", "react-dom": "19.0.0", "react-icons": "5.5.0", - "react-instantsearch": "7.15.7", + "react-instantsearch": "7.15.8", "react-markdown": "10.1.0", "react-select": "5.10.1", "redirects-in-workers": "0.0.7", @@ -6098,9 +6098,9 @@ "peer": true }, "node_modules/@types/qs": { - "version": "6.9.18", - "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.18.tgz", - "integrity": "sha512-kK7dgTYDyGqS+e2Q4aK9X3D7q234CIZ1Bv0q/7Z5IwRDoADNU81xXJK/YVyLbLTZCoIwUoDoffFeF+p/eIklAA==", + "version": "6.14.0", + "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.14.0.tgz", + "integrity": "sha512-eOunJqu0K1923aExK6y8p6fsihYEn/BYuQ4g0CxAAgFc4b/ZLN4CrsRZ55srTdqoiLzU2B2evC+apEIxprEzkQ==", "dev": true, "license": "MIT" }, @@ -17152,16 +17152,16 @@ } }, "node_modules/react-instantsearch": { - "version": "7.15.7", - "resolved": "https://registry.npmjs.org/react-instantsearch/-/react-instantsearch-7.15.7.tgz", - "integrity": "sha512-UX81UyyuCe0uoAes9M8f7NKv1CkAdRWw1QgR+DucGWqnVeE9srntPprtNbMBGzcXUuV4wur8AP6iRYXn5tm+Vg==", + "version": "7.15.8", + "resolved": "https://registry.npmjs.org/react-instantsearch/-/react-instantsearch-7.15.8.tgz", + "integrity": "sha512-mQUQ32e60dLp/Cumw02OAmcEZox1QeaVrjf/YonEywtYQdJR/tUIuctP3g6yJcWxsRg5gmAWprGrpYMY0OQZFQ==", "dev": true, "license": "MIT", "dependencies": { "@babel/runtime": "^7.1.2", "instantsearch-ui-components": "0.11.1", "instantsearch.js": "4.78.3", - "react-instantsearch-core": "7.15.7" + "react-instantsearch-core": "7.15.8" }, "peerDependencies": { "algoliasearch": ">= 3.1 < 6", @@ -17170,9 +17170,9 @@ } }, "node_modules/react-instantsearch-core": { - "version": "7.15.7", - "resolved": "https://registry.npmjs.org/react-instantsearch-core/-/react-instantsearch-core-7.15.7.tgz", - "integrity": "sha512-9FOHY66VMD0FnxF1dT9g5eEPmGybeKwVAa/T2JX1AqLJCQMHysjEl6qH4+/F8M82KdCqzBof4mpFosPiAVuruA==", + "version": "7.15.8", + "resolved": "https://registry.npmjs.org/react-instantsearch-core/-/react-instantsearch-core-7.15.8.tgz", + "integrity": "sha512-A9AV5iurHw4QwRIraWMcBXJvFUm+lsKg8nPmvB+JVnM4nY9eJqthPiM9SOuTe1xIPvj3Gnn/nMBVxj0RB6h1IA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 1809ed8f8d699f2..481ebe9d2810777 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "react": "19.0.0", "react-dom": "19.0.0", "react-icons": "5.5.0", - "react-instantsearch": "7.15.7", + "react-instantsearch": "7.15.8", "react-markdown": "10.1.0", "react-select": "5.10.1", "redirects-in-workers": "0.0.7",