From cb9ac8449e465bb9423ad5b098da3d5fdc7eb019 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 May 2024 18:09:05 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4f0ea67..176c2ab 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "author": "Contentstack", "version": "1.0.2", "dependencies": { - "gatsby": "4.13.1", + "gatsby": "5.9.0", "gatsby-plugin-manifest": "4.13.0", "gatsby-plugin-offline": "5.13.0", "gatsby-plugin-react-helmet": "5.13.0",