From 209c2684d23d367ca50caf8c3752b795afe191cb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 17 Jul 2021 01:15:09 +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-GATSBYSOURCEWORDPRESS-1319669 --- 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..a0ef28fbb4bfc 100644 --- a/examples/using-wordpress/package.json +++ b/examples/using-wordpress/package.json @@ -13,7 +13,7 @@ "gatsby-plugin-sharp": "^1.6.7", "gatsby-plugin-styled-components": "^2.0.2", "gatsby-plugin-typography": "^1.7.9", - "gatsby-source-wordpress": "^2.0.0", + "gatsby-source-wordpress": "^4.0.8", "gatsby-transformer-sharp": "^1.6.5", "lodash": "^4.16.4", "react-helmet": "^5.2.0",