From 566aaa2eefa46b4e585081b3c572786f0559cbf5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 23 Jan 2024 19:38:06 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4f0ea67..2724bbd 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "author": "Contentstack", "version": "1.0.2", "dependencies": { - "gatsby": "4.13.1", + "gatsby": "5.13.2", "gatsby-plugin-manifest": "4.13.0", "gatsby-plugin-offline": "5.13.0", "gatsby-plugin-react-helmet": "5.13.0",