From bf02c328a8cc4ec6381ff0c791fc4ae53abf7000 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 9 Jun 2023 00:01:48 +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 - https://snyk.io/vuln/SNYK-JS-GATSBYPLUGINSHARP-5671648 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4f0ea67..e759e26 100644 --- a/package.json +++ b/package.json @@ -4,11 +4,11 @@ "author": "Contentstack", "version": "1.0.2", "dependencies": { - "gatsby": "4.13.1", + "gatsby": "5.0.0", "gatsby-plugin-manifest": "4.13.0", "gatsby-plugin-offline": "5.13.0", "gatsby-plugin-react-helmet": "5.13.0", - "gatsby-plugin-sharp": "4.13.0", + "gatsby-plugin-sharp": "5.10.0", "gatsby-plugin-image": "^2.10.1", "gatsby-source-contentstack": "^4.0.0", "gatsby-source-filesystem": "4.13.0",