From ff097d5ec9947b58c276ae43d2436ac35e1a1c82 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 13 Sep 2022 09:48:44 +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-NTHCHECK-1586032 --- 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 f1346953f18d3..4392109ac35a7 100644 --- a/examples/using-wordpress/package.json +++ b/examples/using-wordpress/package.json @@ -9,7 +9,7 @@ "gatsby-image": "^2.0.5", "gatsby-plugin-glamor": "^2.0.5", "gatsby-plugin-react-helmet": "^3.0.0", - "gatsby-plugin-sharp": "^2.0.5", + "gatsby-plugin-sharp": "^4.23.0", "gatsby-plugin-typography": "^2.2.0", "gatsby-source-wordpress": "^3.0.0", "gatsby-transformer-sharp": "^2.1.1",