diff --git a/package-lock.json b/package-lock.json index cebdd77f617..63c00b7c1e4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -59,7 +59,7 @@ "next": "14.2.35", "pino": "^9.14.0", "preact": "^10.29.0", - "react-instantsearch": "^7.27.0", + "react-instantsearch": "^7.28.0", "rehype-autolink-headings": "^7.1.0", "rehype-slug": "^6.0.0", "rehype-wrap-all": "^1.1.0", @@ -23559,9 +23559,9 @@ "license": "MIT" }, "node_modules/instantsearch-ui-components": { - "version": "0.21.0", - "resolved": "https://registry.npmjs.org/instantsearch-ui-components/-/instantsearch-ui-components-0.21.0.tgz", - "integrity": "sha512-m9bacFV7qp/HZGSih+KFDUm/rfK8/Qk2VvzQZ3NOfPWxDQoBfgRFc//b7y70tkoLQAEdDy3AlzMDiBDcsqgl1w==", + "version": "0.22.0", + "resolved": "https://registry.npmjs.org/instantsearch-ui-components/-/instantsearch-ui-components-0.22.0.tgz", + "integrity": "sha512-28V7ZmGuPpYB/XWQdxXdgpUErSMj87gK9VoTwyLaZcNCL1Qxr/rJmbJpkTluYFMAYT/tIAehYAoL+1lNT2BRnw==", "license": "MIT", "dependencies": { "@swc/helpers": "0.5.18", @@ -23580,9 +23580,9 @@ } }, "node_modules/instantsearch.js": { - "version": "4.91.0", - "resolved": "https://registry.npmjs.org/instantsearch.js/-/instantsearch.js-4.91.0.tgz", - "integrity": "sha512-kCR5TQozjyoTb71h1RG2sTJOaeY4KFeV/fJ5ksZjX5AhzQnTVE30hoSg9++kyfHoXrV2Bd6/Yp3belIw6MRwJw==", + "version": "4.92.0", + "resolved": "https://registry.npmjs.org/instantsearch.js/-/instantsearch.js-4.92.0.tgz", + "integrity": "sha512-mkbP3uPwk4NuW66vXRGFSRzOpWoztvIquQ1sh/gCa4BoiYQ27XFtj/5529nPLIdPAWYJyN0I6B+fs+wOmRPjOA==", "license": "MIT", "dependencies": { "@algolia/events": "^4.0.1", @@ -23594,7 +23594,7 @@ "algoliasearch-helper": "3.28.0", "hogan.js": "^3.0.2", "htm": "^3.0.0", - "instantsearch-ui-components": "0.21.0", + "instantsearch-ui-components": "0.22.0", "preact": "^10.10.0", "qs": "^6.5.1", "react": ">= 0.14.0", @@ -32721,15 +32721,15 @@ } }, "node_modules/react-instantsearch": { - "version": "7.27.0", - "resolved": "https://registry.npmjs.org/react-instantsearch/-/react-instantsearch-7.27.0.tgz", - "integrity": "sha512-j8UbK7c5Khd5hwNA5xcQdQqYPQbYb8i7n42UunQZxRoNTsLj1a8T8k4IcyVqwAjDxqNVnXJKL5qzb05ARRvcbQ==", + "version": "7.28.0", + "resolved": "https://registry.npmjs.org/react-instantsearch/-/react-instantsearch-7.28.0.tgz", + "integrity": "sha512-jszv8vwSwngNrSvoWPnPlLDBa0Fsm55Mr7jUk5kJjpNHEj9JtlrX0IODvV9D+sF7GLwyv4aqx67PM3Ir/2zuRw==", "license": "MIT", "dependencies": { "@swc/helpers": "0.5.18", - "instantsearch-ui-components": "0.21.0", - "instantsearch.js": "4.91.0", - "react-instantsearch-core": "7.27.0" + "instantsearch-ui-components": "0.22.0", + "instantsearch.js": "4.92.0", + "react-instantsearch-core": "7.28.0" }, "peerDependencies": { "algoliasearch": ">= 3.1 < 6", @@ -32738,14 +32738,14 @@ } }, "node_modules/react-instantsearch-core": { - "version": "7.27.0", - "resolved": "https://registry.npmjs.org/react-instantsearch-core/-/react-instantsearch-core-7.27.0.tgz", - "integrity": "sha512-z2lkd2BNeKDF3OIRAPcJ4jiXIHAB2mY0paAcyRE/qQvDvKGTpkXe4/3GhMpnxv6vO+WontDlGaDrZBKVy/Ie4g==", + "version": "7.28.0", + "resolved": "https://registry.npmjs.org/react-instantsearch-core/-/react-instantsearch-core-7.28.0.tgz", + "integrity": "sha512-oOCh8ARtqRBcjFVes6UunDVu1FZVde67q5fklewxDP1pQ1w2l+YneeomoSNUw7Ua/uEqETUQGi5Oiipk2CE1hA==", "license": "MIT", "dependencies": { "@swc/helpers": "0.5.18", "algoliasearch-helper": "3.28.0", - "instantsearch.js": "4.91.0", + "instantsearch.js": "4.92.0", "use-sync-external-store": "^1.0.0", "zod": "^3.25.76 || ^4", "zod-to-json-schema": "3.24.6" diff --git a/package.json b/package.json index f816834d9ac..552338e2bee 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "next": "14.2.35", "pino": "^9.14.0", "preact": "^10.29.0", - "react-instantsearch": "^7.27.0", + "react-instantsearch": "^7.28.0", "rehype-autolink-headings": "^7.1.0", "rehype-slug": "^6.0.0", "rehype-wrap-all": "^1.1.0",