From 67936c641a5a804592887212e1d6379969fc2dbf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 May 2022 16:28:54 +0000 Subject: [PATCH] fix: package.json & package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SHARP-2848109 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index abfbf41..300f131 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "homepage": "https://github.com/nwehner/gatsbyScssTypeScriptExample#readme", "dependencies": { "gatsby": "^3.2.1", - "gatsby-plugin-manifest": "^3.0.0", + "gatsby-plugin-manifest": "^4.8.0", "gatsby-plugin-react-helmet": "^4.0.0", "gatsby-plugin-react-helmet-canonical-urls": "^1.4.0", "gatsby-plugin-sitemap": "^4.0.0",