From e4bb7c3b7b60c4db7c627c5c4d00a84902eb5088 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 Mar 2025 08:18:50 +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-9403194 --- client/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/package.json b/client/package.json index 2c6ae391f35eea..d90157bb6fa688 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.5.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",