From de11d9adadddfcdb076fb4ef42c8e0923d2f739f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Apr 2024 23:23:45 +0000 Subject: [PATCH] fix: starters/default/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PHIN-6598077 --- starters/default/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/starters/default/package.json b/starters/default/package.json index 3cd947b516456..3478deea1e7d6 100644 --- a/starters/default/package.json +++ b/starters/default/package.json @@ -10,9 +10,9 @@ "gatsby-plugin-manifest": "^2.3.5", "gatsby-plugin-offline": "^3.1.4", "gatsby-plugin-react-helmet": "^3.2.4", - "gatsby-plugin-sharp": "^2.5.6", + "gatsby-plugin-sharp": "^3.15.0", "gatsby-source-filesystem": "^2.2.4", - "gatsby-transformer-sharp": "^2.4.6", + "gatsby-transformer-sharp": "^3.15.0", "prop-types": "^15.7.2", "react": "^16.12.0", "react-dom": "^16.12.0",