From 32d6cf22475032bf657994e8a0ef5fa4d8d23d68 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 9 Jun 2023 00:29:38 +0000 Subject: [PATCH] fix: package.json & package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GATSBY-5671647 - https://snyk.io/vuln/SNYK-JS-GATSBYCLI-5671903 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1e1cde5..34fe173 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "bootstrap": "^4.3.1", "clsx": "^1.0.4", "dotenv": "^8.2.0", - "gatsby": "^2.27.0", + "gatsby": "^5.0.0", "gatsby-plugin-material-ui": "^2.1.6", "gatsby-plugin-nprogress": "^2.1.2", "gatsby-plugin-offline": "^2.2.5",