From af2f51e65cf85bb577dbabe70d61f60267bb11a2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Jan 2026 13:21:31 +0000 Subject: [PATCH] fix: client/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DIFF-14917201 - https://snyk.io/vuln/SNYK-JS-LODASH-15053838 - https://snyk.io/vuln/SNYK-JS-LODASHES-15053836 --- client/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/client/package.json b/client/package.json index 7a837f8cd6e5df..0ad1a743c70312 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": "4.22.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", @@ -80,8 +80,8 @@ "gatsby-transformer-remark": "5.25.1", "i18next": "22.5.1", "instantsearch.js": "4.75.3", - "lodash": "4.17.21", - "lodash-es": "4.17.21", + "lodash": "4.17.23", + "lodash-es": "4.17.23", "micromark": "4.0.0", "monaco-editor": "0.33.0", "nanoid": "3.3.7",