From 2294b570e3e9d5524e8c3c5ad3e5d655d9772cd5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 Nov 2021 00:24:19 +0000 Subject: [PATCH] fix: upgrade instantsearch.js from 4.8.2 to 4.33.0 Snyk has created this PR to upgrade instantsearch.js from 4.8.2 to 4.33.0. See this package in npm: https://www.npmjs.com/package/instantsearch.js See this project in Snyk: https://app.snyk.io/org/hafixo/project/a8882880-986f-4fb0-8fbc-48f3a8dfef5b?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8368be49c127..b41a2cdd0d8c 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "html-entities": "^1.2.1", "html-truncate": "^1.2.2", "imurmurhash": "^0.1.4", - "instantsearch.js": "^4.8.2", + "instantsearch.js": "^4.33.0", "is-url": "^1.2.4", "js-cookie": "^2.2.1", "js-yaml": "^3.14.0",