From e99a79a4373ae9cd407292aded18bc8e991fb63b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 07:06:10 +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 6dcbac95..1fcb63a9 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",