From aa396a1b502f69c9ed79b0d23f30c74271107f0b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 16 Jul 2021 22:53:07 +0000 Subject: [PATCH] fix: examples/using-wordpress-with-acf/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GATSBYSOURCEWORDPRESS-1319669 --- examples/using-wordpress-with-acf/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-wordpress-with-acf/package.json b/examples/using-wordpress-with-acf/package.json index dd092b86c90a3..0af77afeb8fc8 100644 --- a/examples/using-wordpress-with-acf/package.json +++ b/examples/using-wordpress-with-acf/package.json @@ -12,7 +12,7 @@ "gatsby-plugin-react-helmet": "^3.3.11", "gatsby-plugin-sharp": "^2.6.36", "gatsby-plugin-typography": "^2.5.11", - "gatsby-source-wordpress": "^3.3.34", + "gatsby-source-wordpress": "^4.0.8", "gatsby-transformer-sharp": "^2.5.15", "glamor": "^2.20.40", "lodash": "^4.17.20",