diff --git a/package-lock.json b/package-lock.json index 490a6abd..20f49af5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "algoliasearch": "^4.19.1", "dayjs": "^1.11.9", "flowbite": "^1.8.1", - "instantsearch.js": "^4.56.7", + "instantsearch.js": "^4.56.9", "intro.js": "6.0.0", "nprogress": "^0.2.0", "resize-detector": "^0.3.0", @@ -12552,6 +12552,40 @@ } } }, + "node_modules/vue-instantsearch/node_modules/instantsearch.js": { + "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", + "@algolia/ui-components-shared": "^1.2.1", + "@types/dom-speech-recognition": "^0.0.1", + "@types/google.maps": "^3.45.3", + "@types/hogan.js": "^3.0.0", + "@types/qs": "^6.5.3", + "algoliasearch-helper": "3.14.0", + "hogan.js": "^3.0.2", + "htm": "^3.0.0", + "preact": "^10.10.0", + "qs": "^6.5.1 < 6.10", + "search-insights": "^2.6.0" + }, + "peerDependencies": { + "algoliasearch": ">= 3.1 < 6" + } + }, + "node_modules/vue-instantsearch/node_modules/qs": { + "version": "6.9.7", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.9.7.tgz", + "integrity": "sha512-IhMFgUmuNpyRfxA90umL7ByLlgRXu6tIfKPpF5TmcfRLlLCckfP/g3IQmju6jjpu+Hh8rA+2p6A27ZSPOOHdKw==", + "engines": { + "node": ">=0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/vue-lazyload": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/vue-lazyload/-/vue-lazyload-3.0.0.tgz", diff --git a/package.json b/package.json index 3400354f..4b1ab63e 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "algoliasearch": "^4.19.1", "dayjs": "^1.11.9", "flowbite": "^1.8.1", - "instantsearch.js": "^4.56.7", + "instantsearch.js": "^4.56.9", "intro.js": "6.0.0", "nprogress": "^0.2.0", "resize-detector": "^0.3.0",