From 727c5f48c47e6d6c04e467d4fad0be246bf60921 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 23 Jul 2022 03:06:30 +0000 Subject: [PATCH] fix: templates/typescript/src/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FILETYPE-2958042 --- templates/typescript/src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/typescript/src/package.json b/templates/typescript/src/package.json index 382dfdb..da37f3b 100644 --- a/templates/typescript/src/package.json +++ b/templates/typescript/src/package.json @@ -15,7 +15,7 @@ "gatsby-plugin-offline": "^3.1.4", "gatsby-plugin-react-helmet": "^3.1.22", "gatsby-plugin-sass": "^2.1.29", - "gatsby-plugin-sharp": "^2.4.5", + "gatsby-plugin-sharp": "^3.13.0", "gatsby-plugin-sitemap": "^2.3.4", "gatsby-plugin-typescript": "^2.1.27", "gatsby-source-filesystem": "^2.1.48",