From 637e96719c0753552784f792f538f06293829bd1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 09:15:21 +0000 Subject: [PATCH] fix(deps): update dependency gatsby to v4 [security] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6531405e..9bab692d 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "dotenv": "^7.0.0", "email-prop-type": "^1.1.5", "font-awesome": "^4.7.0", - "gatsby": "^3.14.6", + "gatsby": "^4.0.0", "gatsby-plugin-alias-imports": "^1.0.5", "gatsby-plugin-env-variables": "^2.1.0", "gatsby-plugin-google-fonts": "^1.0.1",