From 1c28c9003a1d6b10765912b3079e2eefcfb1267a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 29 Sep 2023 09:54:31 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 525cf44e..2563fbd4 100644 --- a/package.json +++ b/package.json @@ -11,18 +11,18 @@ "gatsby-link": "^2.0.7", "gatsby-plugin-canonical-urls": "^2.0.8", "gatsby-plugin-google-analytics": "^2.0.8", - "gatsby-plugin-manifest": "^2.0.2", + "gatsby-plugin-manifest": "^5.10.0", "gatsby-plugin-offline": "^2.0.5", "gatsby-plugin-react-helmet": "^3.0.0", "gatsby-plugin-sass": "^2.0.1", - "gatsby-plugin-sharp": "^2.0.15", + "gatsby-plugin-sharp": "^5.10.0", "gatsby-plugin-sitemap": "^2.0.3", "gatsby-plugin-yandex-metrika": "^1.0.5", "gatsby-remark-copy-linked-files": "^2.0.7", "gatsby-remark-images": "^3.0.1", "gatsby-source-filesystem": "^2.0.11", "gatsby-transformer-remark": "^2.1.15", - "gatsby-transformer-sharp": "^2.1.9", + "gatsby-transformer-sharp": "^5.10.0", "lodash": "^4.17.4", "node-sass": "^4.9.3", "prop-types": "^15.6.1",