From b0843a2135a705212524154bcb74968f61059850 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 20:49:01 +0000 Subject: [PATCH] [Docs Site] Bump instantsearch.js from 4.75.6 to 4.75.7 Bumps [instantsearch.js](https://github.com/algolia/instantsearch) from 4.75.6 to 4.75.7. - [Release notes](https://github.com/algolia/instantsearch/releases) - [Commits](https://github.com/algolia/instantsearch/compare/instantsearch.js@4.75.6...instantsearch.js@4.75.7) --- updated-dependencies: - dependency-name: instantsearch.js dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 66b5adc57a418e6..8123c4959a62bbe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -46,7 +46,7 @@ "hastscript": "^9.0.0", "he": "^1.2.0", "instantsearch.css": "^8.5.1", - "instantsearch.js": "^4.75.6", + "instantsearch.js": "^4.75.7", "jsonc-parser": "^3.3.1", "lz-string": "^1.5.0", "marked": "^15.0.6", @@ -11099,9 +11099,9 @@ "license": "MIT" }, "node_modules/instantsearch.js": { - "version": "4.75.6", - "resolved": "https://registry.npmjs.org/instantsearch.js/-/instantsearch.js-4.75.6.tgz", - "integrity": "sha512-rQyF3VHmxdwR+9VFhwrBtKgAWjPIpN8QdjSOq72HHJOx4wZhLfBhJhOhSDhjl5GP1a1+Ly2/CI62K8ZDVeAEHw==", + "version": "4.75.7", + "resolved": "https://registry.npmjs.org/instantsearch.js/-/instantsearch.js-4.75.7.tgz", + "integrity": "sha512-xniCraV4SM017LA5iaw8ntvWurq7WC09Kpn/hfsIhoP52woqdiXTaKvo/8Z6oOb2BGSLBkcOU/RY1ntASsrUxA==", "dev": true, "dependencies": { "@algolia/events": "^4.0.1", diff --git a/package.json b/package.json index 90fce9222093a47..8ae30020b359512 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "hastscript": "^9.0.0", "he": "^1.2.0", "instantsearch.css": "^8.5.1", - "instantsearch.js": "^4.75.6", + "instantsearch.js": "^4.75.7", "jsonc-parser": "^3.3.1", "lz-string": "^1.5.0", "marked": "^15.0.6",