From 15dfd33e7362ed066110890d0d5b1bbb3d6ec1f2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 31 Oct 2022 00:44:41 +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-SOCKETIOPARSER-3091012 --- 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..f0ccbc399ebb0 100644 --- a/examples/using-wordpress/package.json +++ b/examples/using-wordpress/package.json @@ -5,7 +5,7 @@ "version": "1.0.0-beta.6", "author": "Sebastien Fichot ", "dependencies": { - "gatsby": "^1.9.45", + "gatsby": "^2.32.8", "gatsby-image": "^1.0.4", "gatsby-link": "^1.6.21", "gatsby-plugin-glamor": "^1.6.7",