From 41e7c42d7e31bf3219d0909d56cb2e3cbbbf9f4d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 3 Apr 2020 00:31:07 +0000 Subject: [PATCH] fix: examples/using-wordpress/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DECOMPRESS-557358 --- examples/using-wordpress/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-wordpress/package.json b/examples/using-wordpress/package.json index bfd32a8e52169..6c1bd528c65ea 100644 --- a/examples/using-wordpress/package.json +++ b/examples/using-wordpress/package.json @@ -10,7 +10,7 @@ "gatsby-link": "^1.6.21", "gatsby-plugin-glamor": "^1.6.7", "gatsby-plugin-react-helmet": "^2.0.1", - "gatsby-plugin-sharp": "^1.6.7", + "gatsby-plugin-sharp": "^2.0.16", "gatsby-plugin-styled-components": "^2.0.2", "gatsby-plugin-typography": "^1.7.9", "gatsby-source-wordpress": "^2.0.0",