From 1b63f0763110006c27462eff5b4b97616ec11652 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 14 May 2022 03:49:51 +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-ANSIREGEX-1583908 --- 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 dd092b86c90a3..3bf37ca6e2473 100644 --- a/examples/using-wordpress-with-acf/package.json +++ b/examples/using-wordpress-with-acf/package.json @@ -5,15 +5,15 @@ "version": "1.0.0-beta.6", "author": "Sebastien Fichot ", "dependencies": { - "gatsby": "^2.24.63", + "gatsby": "^3.13.0", "gatsby-core-utils": "^1.3.20", "gatsby-image": "^2.4.19", "gatsby-plugin-glamor": "^2.3.11", "gatsby-plugin-react-helmet": "^3.3.11", - "gatsby-plugin-sharp": "^2.6.36", + "gatsby-plugin-sharp": "^3.3.0", "gatsby-plugin-typography": "^2.5.11", "gatsby-source-wordpress": "^3.3.34", - "gatsby-transformer-sharp": "^2.5.15", + "gatsby-transformer-sharp": "^3.3.0", "glamor": "^2.20.40", "lodash": "^4.17.20", "react": "^16.3.2",