From c3e56badfc98c04cd0b105811f40f5780a75da67 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Jan 2026 11:14:35 +0000 Subject: [PATCH] fix: client/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- client/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/package.json b/client/package.json index 7a837f8cd6e5df..416d1102f4c0b3 100644 --- a/client/package.json +++ b/client/package.json @@ -79,7 +79,7 @@ "gatsby-source-filesystem": "3.15.0", "gatsby-transformer-remark": "5.25.1", "i18next": "22.5.1", - "instantsearch.js": "4.75.3", + "instantsearch.js": "4.86.1", "lodash": "4.17.21", "lodash-es": "4.17.21", "micromark": "4.0.0", @@ -101,8 +101,8 @@ "react-helmet": "6.1.0", "react-hotkeys": "2.0.0", "react-i18next": "12.3.1", - "react-instantsearch": "7.13.6", - "react-instantsearch-core": "7.13.6", + "react-instantsearch": "7.22.1", + "react-instantsearch-core": "7.22.1", "react-monaco-editor": "0.48.0", "react-redux": "7.2.9", "react-reflex": "4.1.0",