From 5f04be6eba7e6f994e0a3a3502131b1f50c9c96b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Jan 2023 22:11:33 +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-ENGINEIO-3136336 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1e1cde5..87ea6af 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.4.0", "gatsby-plugin-material-ui": "^2.1.6", "gatsby-plugin-nprogress": "^2.1.2", "gatsby-plugin-offline": "^2.2.5",