From 966526004b8630fb702f6b1f44d828d86d94280b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Feb 2026 15:37:11 +0000 Subject: [PATCH] fix: client/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-15252993 - https://snyk.io/vuln/SNYK-JS-QS-15268416 --- client/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/client/package.json b/client/package.json index 7a837f8cd6e5df..9f31899534598e 100644 --- a/client/package.json +++ b/client/package.json @@ -68,8 +68,8 @@ "crypto-browserify": "3.12.0", "date-fns": "2.30.0", "final-form": "4.20.10", - "gatsby": "3.15.0", - "gatsby-cli": "3.15.0", + "gatsby": "5.14.0", + "gatsby-cli": "4.5.0", "gatsby-plugin-create-client-paths": "3.15.0", "gatsby-plugin-manifest": "3.15.0", "gatsby-plugin-pnpm": "^1.2.10", @@ -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",