From 624082398e1c9246880a6c49522186ec33b52eda Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Jan 2023 08:56:06 +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 4f0ea67..0218a45 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "author": "Contentstack", "version": "1.0.2", "dependencies": { - "gatsby": "4.13.1", + "gatsby": "5.4.0", "gatsby-plugin-manifest": "4.13.0", "gatsby-plugin-offline": "5.13.0", "gatsby-plugin-react-helmet": "5.13.0",