From d7cdccba79ff4fb03675d9ec40cc933ee8bdaa95 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Apr 2024 17:03:21 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PHIN-6598077 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b07e440..f4287be 100644 --- a/package.json +++ b/package.json @@ -13,11 +13,11 @@ "gatsby-plugin-netlify": "^2.11.0", "gatsby-plugin-react-helmet": "^3.0.0", "gatsby-plugin-remote-images": "^2.2.0", - "gatsby-plugin-sharp": "^2.14.3", + "gatsby-plugin-sharp": "^3.15.0", "gatsby-plugin-typography": "^2.12.0", "gatsby-source-filesystem": "^2.11.1", "gatsby-transformer-inline-svg": "^0.0.8", - "gatsby-transformer-sharp": "^2.3.16", + "gatsby-transformer-sharp": "^3.15.0", "gatsby-transformer-yaml": "^2.11.0", "numeral": "^2.0.6", "react": "^16.5.1",