From d051eebc54d6d5373d16f66ebcfad27eb84cfdd4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Aug 2022 21:47:01 +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-GOT-2932019 - https://snyk.io/vuln/SNYK-JS-PARSEPATH-2936439 --- examples/using-wordpress-with-acf/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/using-wordpress-with-acf/package.json b/examples/using-wordpress-with-acf/package.json index 344388e54415d..cfc53ca9410bd 100644 --- a/examples/using-wordpress-with-acf/package.json +++ b/examples/using-wordpress-with-acf/package.json @@ -5,13 +5,13 @@ "version": "1.0.0-beta.6", "author": "Sebastien Fichot ", "dependencies": { - "gatsby": "^2.0.0", + "gatsby": "^4.0.0", "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.0.0", "gatsby-plugin-typography": "^2.2.0", - "gatsby-source-wordpress": "^3.0.0", + "gatsby-source-wordpress": "^6.0.0", "gatsby-transformer-sharp": "^2.1.1", "glamor": "^2.20.40", "lodash": "^4.17.14",