From 9037a047e601aa6823dea9ed62741ad82295f22e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 10:40:08 +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 f09537c8..1209a774 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",