From 6a0573240f1d939d385c715f66bdae8b35956b6e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Jun 2023 02:51:45 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4f0ea67..5509ba0 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "author": "Contentstack", "version": "1.0.2", "dependencies": { - "gatsby": "4.13.1", + "gatsby": "5.0.0", "gatsby-plugin-manifest": "4.13.0", "gatsby-plugin-offline": "5.13.0", "gatsby-plugin-react-helmet": "5.13.0",