From eeb689957ba874aec2004e19206bea4e2b9fcecb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 26 Jan 2022 21:42:32 +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-SIMPLEGET-2361683 --- examples/using-wordpress-with-acf/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/using-wordpress-with-acf/package.json b/examples/using-wordpress-with-acf/package.json index dd092b86c90a3..472b5130d1724 100644 --- a/examples/using-wordpress-with-acf/package.json +++ b/examples/using-wordpress-with-acf/package.json @@ -10,10 +10,10 @@ "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.13.0", "gatsby-plugin-typography": "^2.5.11", "gatsby-source-wordpress": "^3.3.34", - "gatsby-transformer-sharp": "^2.5.15", + "gatsby-transformer-sharp": "^3.13.0", "glamor": "^2.20.40", "lodash": "^4.17.20", "react": "^16.3.2",