From dc1a35c41f1acfaceeee6fa81f5652c0fd3f2e9b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 14 Dec 2023 15:59:18 +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-6124857 --- client/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/package.json b/client/package.json index d46cd36e9460e9..9e27022d5ab913 100644 --- a/client/package.json +++ b/client/package.json @@ -75,8 +75,8 @@ "date-fns": "2.30.0", "enzyme": "3.11.0", "final-form": "4.20.10", - "gatsby": "3.15.0", - "gatsby-cli": "3.15.0", + "gatsby": "4.0.0", + "gatsby-cli": "4.5.0", "gatsby-link": "3.15.0", "gatsby-plugin-advanced-sitemap": "2.1.0", "gatsby-plugin-create-client-paths": "3.15.0",