From c600963648f811aa9fddc25fa16e669ec79c9c06 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 21:45:34 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies to v7.14.0 --- package-lock.json | 66 +++++++++++++++++++++++------------------------ package.json | 4 +-- 2 files changed, 35 insertions(+), 35 deletions(-) diff --git a/package-lock.json b/package-lock.json index ed564f1db1..5e9d61fbad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,8 +29,8 @@ "react": "18.3.1", "react-autosuggest": "10.1.0", "react-dom": "18.3.1", - "react-instantsearch": "7.13.10", - "react-instantsearch-router-nextjs": "7.13.10", + "react-instantsearch": "7.14.0", + "react-instantsearch-router-nextjs": "7.14.0", "redis": "4.7.0", "reflect-metadata": "0.2.2", "sharp": "0.33.5" @@ -8834,9 +8834,9 @@ } }, "node_modules/algoliasearch-helper": { - "version": "3.22.6", - "resolved": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-3.22.6.tgz", - "integrity": "sha512-F2gSb43QHyvZmvH/2hxIjbk/uFdO2MguQYTFP7J+RowMW1csjIODMobEnpLI8nbLQuzZnGZdIxl5Bpy1k9+CFQ==", + "version": "3.23.0", + "resolved": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-3.23.0.tgz", + "integrity": "sha512-8CK4Gb/ju4OesAYcS+mjBpNiVA7ILWpg7D2vhBZohh0YkG8QT1KZ9LG+8+EntQBUGoKtPy06OFhiwP4f5zzAQg==", "license": "MIT", "dependencies": { "@algolia/events": "^4.0.1" @@ -14643,18 +14643,18 @@ } }, "node_modules/instantsearch-ui-components": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/instantsearch-ui-components/-/instantsearch-ui-components-0.9.0.tgz", - "integrity": "sha512-ugQ+XdPx3i3Sxu+woRo6tPE0Fz/kWd4KblTUfZD1TZZBsm/8qFvcbg5dVBDvXX9v7ntoyugXCzC/XCZMzrSkig==", + "version": "0.10.0", + "resolved": "https://registry.npmjs.org/instantsearch-ui-components/-/instantsearch-ui-components-0.10.0.tgz", + "integrity": "sha512-6ecGULfGR1sXxkMeGqqGccPKkyQAYTJ9qqmOCYoDzoFk8Qct7k1/ZZqt0ZmVxi2AIxsJt6yXVPPf3VhkIdus6w==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.1.2" } }, "node_modules/instantsearch.js": { - "version": "4.75.7", - "resolved": "https://registry.npmjs.org/instantsearch.js/-/instantsearch.js-4.75.7.tgz", - "integrity": "sha512-xniCraV4SM017LA5iaw8ntvWurq7WC09Kpn/hfsIhoP52woqdiXTaKvo/8Z6oOb2BGSLBkcOU/RY1ntASsrUxA==", + "version": "4.76.0", + "resolved": "https://registry.npmjs.org/instantsearch.js/-/instantsearch.js-4.76.0.tgz", + "integrity": "sha512-uKJ1TYDb7nnm2KOj2mzyG53ByhVk8nCUUmzauNnvwVglR9PMpk/ZksJ97uNtmEeDxjh+ZEO+K6FUnCmLrG61mg==", "license": "MIT", "dependencies": { "@algolia/events": "^4.0.1", @@ -14662,10 +14662,10 @@ "@types/google.maps": "^3.55.12", "@types/hogan.js": "^3.0.0", "@types/qs": "^6.5.3", - "algoliasearch-helper": "3.22.6", + "algoliasearch-helper": "3.23.0", "hogan.js": "^3.0.2", "htm": "^3.0.0", - "instantsearch-ui-components": "0.9.0", + "instantsearch-ui-components": "0.10.0", "preact": "^10.10.0", "qs": "^6.5.1 < 6.10", "search-insights": "^2.17.2" @@ -19687,49 +19687,49 @@ } }, "node_modules/react-instantsearch": { - "version": "7.13.10", - "resolved": "https://registry.npmjs.org/react-instantsearch/-/react-instantsearch-7.13.10.tgz", - "integrity": "sha512-AcgDUvBGP4UH3XveNt+vFWdqpjrq0ujYjw/blaE0zEIsHPDu7ottr5I24RLSCzjLsOc1sIPh69yW/HNKppG/XA==", + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/react-instantsearch/-/react-instantsearch-7.14.0.tgz", + "integrity": "sha512-BmSftwim4WaGteoS/BrgwPQZ2Bzor9u9jdO7rhIW+K+/xBpXqM726dU6U2GxAoPcLBKUQCltI8zPM5GNYYXpKQ==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.1.2", - "instantsearch-ui-components": "0.9.0", - "instantsearch.js": "4.75.7", - "react-instantsearch-core": "7.13.10" + "instantsearch-ui-components": "0.10.0", + "instantsearch.js": "4.76.0", + "react-instantsearch-core": "7.14.0" }, "peerDependencies": { "algoliasearch": ">= 3.1 < 6", - "react": ">= 16.8.0 < 19", - "react-dom": ">= 16.8.0 < 19" + "react": ">= 16.8.0 < 20", + "react-dom": ">= 16.8.0 < 20" } }, "node_modules/react-instantsearch-core": { - "version": "7.13.10", - "resolved": "https://registry.npmjs.org/react-instantsearch-core/-/react-instantsearch-core-7.13.10.tgz", - "integrity": "sha512-4vHYtuyDfW4fgUsR9V/QdkiO3HTMhrQR6zvI3jDJjpnQZTFFyRghnXaljpLp4ZF63Ry5n3JxQ1AGpspSZyNfJA==", + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/react-instantsearch-core/-/react-instantsearch-core-7.14.0.tgz", + "integrity": "sha512-4Rq+OFoXlQ7caotS4DIBX4oAnYyjSKxL42Ws4xHNmudX2/3VC7kMbcSCb95eclF5zX7/p6S1hhQWIbh/9PbZ7w==", "license": "MIT", "dependencies": { "@babel/runtime": "^7.1.2", - "algoliasearch-helper": "3.22.6", - "instantsearch.js": "4.75.7", + "algoliasearch-helper": "3.23.0", + "instantsearch.js": "4.76.0", "use-sync-external-store": "^1.0.0" }, "peerDependencies": { "algoliasearch": ">= 3.1 < 6", - "react": ">= 16.8.0 < 19" + "react": ">= 16.8.0 < 20" } }, "node_modules/react-instantsearch-router-nextjs": { - "version": "7.13.10", - "resolved": "https://registry.npmjs.org/react-instantsearch-router-nextjs/-/react-instantsearch-router-nextjs-7.13.10.tgz", - "integrity": "sha512-b9hINEBxTsyZj7pY2WEk5nx46DBQtNZIS/6MCTMMAFe5RTb74p+Uo8ZugfcrQmrWo2ncrUVGifk54k2FtbMUjA==", + "version": "7.14.0", + "resolved": "https://registry.npmjs.org/react-instantsearch-router-nextjs/-/react-instantsearch-router-nextjs-7.14.0.tgz", + "integrity": "sha512-LIryb/fwD5MJ+BEFuv4IiuLGb2RCeDxixlRLxsCIntFa/OM32WE+L3D5mg0j1bXiSxrMEHOH/M4FUtEfjRpDxg==", "license": "MIT", "dependencies": { - "instantsearch.js": "4.75.7", - "react-instantsearch-core": "7.13.10" + "instantsearch.js": "4.76.0", + "react-instantsearch-core": "7.14.0" }, "peerDependencies": { - "next": ">= 9 && < 15" + "next": ">= 9 && < 16" } }, "node_modules/react-is": { diff --git a/package.json b/package.json index 6c1ba1f37e..c6bec3e002 100644 --- a/package.json +++ b/package.json @@ -46,8 +46,8 @@ "react": "18.3.1", "react-autosuggest": "10.1.0", "react-dom": "18.3.1", - "react-instantsearch": "7.13.10", - "react-instantsearch-router-nextjs": "7.13.10", + "react-instantsearch": "7.14.0", + "react-instantsearch-router-nextjs": "7.14.0", "redis": "4.7.0", "reflect-metadata": "0.2.2", "sharp": "0.33.5"