From 2dfca758005f7edf5f53b1f2223fe336dbf6b8a6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 Jun 2022 20:06:36 +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-ANSIREGEX-1583908 --- 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..9664af0b2b030 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": "^3.13.0", "gatsby-plugin-styled-components": "^2.0.2", "gatsby-plugin-typography": "^1.7.9", "gatsby-source-wordpress": "^2.0.0",