From 3e457fba98e038472932aec700390e6e252bd0dd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 06:56:11 +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 ecc96c3..049cc1b 100644 --- a/package.json +++ b/package.json @@ -21,10 +21,10 @@ "gatsby-plugin-offline": "^3.2.21", "gatsby-plugin-react-helmet": "^3.3.10", "gatsby-plugin-sass": "^2.3.12", - "gatsby-plugin-sharp": "^2.6.24", + "gatsby-plugin-sharp": "^3.15.0", "gatsby-plugin-smoothscroll": "^1.2.0", "gatsby-plugin-use-dark-mode": "^1.1.2", - "gatsby-transformer-sharp": "^2.5.12", + "gatsby-transformer-sharp": "^3.15.0", "marked": "^2.0.0", "prop-types": "^15.7.2", "react": "^16.13.1",