From 22a263761f255855a60ba406b7699c468d7936ca Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 29 Sep 2023 05:01:35 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SHARP-5922108 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 4f0ea67..2fd5f40 100644 --- a/package.json +++ b/package.json @@ -4,15 +4,15 @@ "author": "Contentstack", "version": "1.0.2", "dependencies": { - "gatsby": "4.13.1", - "gatsby-plugin-manifest": "4.13.0", + "gatsby": "5.0.0", + "gatsby-plugin-manifest": "5.10.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", - "gatsby-transformer-sharp": "4.13.0", + "gatsby-transformer-sharp": "5.10.0", "react": "^17.0.1", "react-dom": "^17.0.1", "react-helmet": "^6.1.0",