From 0607879e18d514f6dfad21a7d0946b1ba79ddf02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jul 2023 17:41:55 +0000 Subject: [PATCH] build(deps): bump instantsearch.js from 4.56.7 to 4.56.8 Bumps [instantsearch.js](https://github.com/algolia/instantsearch.js) from 4.56.7 to 4.56.8. - [Release notes](https://github.com/algolia/instantsearch.js/releases) - [Commits](https://github.com/algolia/instantsearch.js/compare/instantsearch.js@4.56.7...instantsearch.js@4.56.8) --- updated-dependencies: - dependency-name: instantsearch.js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 35 +++++++++++++++++++++++------------ package.json | 2 +- 2 files changed, 24 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 334f4100..04624817 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "algoliasearch": "^4.18.0", "dayjs": "^1.11.9", "flowbite": "^1.7.0", - "instantsearch.js": "^4.56.7", + "instantsearch.js": "^4.56.8", "intro.js": "6.0.0", "nprogress": "^0.2.0", "resize-detector": "^0.3.0", @@ -3645,9 +3645,9 @@ } }, "node_modules/algoliasearch-helper": { - "version": "3.13.5", - "resolved": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-3.13.5.tgz", - "integrity": "sha512-UsiDw8/RN3S/46EEJ6s5fX/vCNPlMNPQrB0TL/105Umyc+UdgbErCTaSf46pcVDIctAFN+9HF7txEg1eMHUvww==", + "version": "3.14.0", + "resolved": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-3.14.0.tgz", + "integrity": "sha512-gXDXzsSS0YANn5dHr71CUXOo84cN4azhHKUbg71vAWnH+1JBiR4jf7to3t3JHXknXkbV0F7f055vUSBKrltHLQ==", "dependencies": { "@algolia/events": "^4.0.1" }, @@ -7785,9 +7785,9 @@ } }, "node_modules/instantsearch.js": { - "version": "4.56.7", - "resolved": "https://registry.npmjs.org/instantsearch.js/-/instantsearch.js-4.56.7.tgz", - "integrity": "sha512-3zDC7qmRKz3w6UEsO95maeuJ6rVL7AyTJIDZ3ET9nYYGUuSk5zJozrBR9ag/aazLW2oXyLrrdwhF0qlmuCRDVA==", + "version": "4.56.8", + "resolved": "https://registry.npmjs.org/instantsearch.js/-/instantsearch.js-4.56.8.tgz", + "integrity": "sha512-40DJ5l70ZzVzWPK3qrHTKlJLaHGq1PRZpzfL6281P2mz8G19WOHQHKAP4Zh6a4lOZaRtJQUiPjQwqCHSurXZ5g==", "dependencies": { "@algolia/events": "^4.0.1", "@algolia/ui-components-highlight-vdom": "^1.2.1", @@ -7796,7 +7796,7 @@ "@types/google.maps": "^3.45.3", "@types/hogan.js": "^3.0.0", "@types/qs": "^6.5.3", - "algoliasearch-helper": "3.13.5", + "algoliasearch-helper": "3.14.0", "hogan.js": "^3.0.2", "htm": "^3.0.0", "preact": "^10.10.0", @@ -12552,10 +12552,21 @@ } } }, + "node_modules/vue-instantsearch/node_modules/algoliasearch-helper": { + "version": "3.13.5", + "resolved": "https://registry.npmjs.org/algoliasearch-helper/-/algoliasearch-helper-3.13.5.tgz", + "integrity": "sha512-UsiDw8/RN3S/46EEJ6s5fX/vCNPlMNPQrB0TL/105Umyc+UdgbErCTaSf46pcVDIctAFN+9HF7txEg1eMHUvww==", + "dependencies": { + "@algolia/events": "^4.0.1" + }, + "peerDependencies": { + "algoliasearch": ">= 3.1 < 6" + } + }, "node_modules/vue-instantsearch/node_modules/instantsearch.js": { - "version": "4.56.5", - "resolved": "https://registry.npmjs.org/instantsearch.js/-/instantsearch.js-4.56.5.tgz", - "integrity": "sha512-H4f9/tpadWy5KQ5ZbA9RYzsuQrNVZZv2rTqT5nDxftjgfPzeuCEg61l9tukZIlxmbx8HGRKPt5wqpZKdmkkSdg==", + "version": "4.56.7", + "resolved": "https://registry.npmjs.org/instantsearch.js/-/instantsearch.js-4.56.7.tgz", + "integrity": "sha512-3zDC7qmRKz3w6UEsO95maeuJ6rVL7AyTJIDZ3ET9nYYGUuSk5zJozrBR9ag/aazLW2oXyLrrdwhF0qlmuCRDVA==", "dependencies": { "@algolia/events": "^4.0.1", "@algolia/ui-components-highlight-vdom": "^1.2.1", @@ -12564,7 +12575,7 @@ "@types/google.maps": "^3.45.3", "@types/hogan.js": "^3.0.0", "@types/qs": "^6.5.3", - "algoliasearch-helper": "^3.13.2", + "algoliasearch-helper": "3.13.5", "hogan.js": "^3.0.2", "htm": "^3.0.0", "preact": "^10.10.0", diff --git a/package.json b/package.json index b28822b4..2a942bee 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "algoliasearch": "^4.18.0", "dayjs": "^1.11.9", "flowbite": "^1.7.0", - "instantsearch.js": "^4.56.7", + "instantsearch.js": "^4.56.8", "intro.js": "6.0.0", "nprogress": "^0.2.0", "resize-detector": "^0.3.0",