From 94c72557ca862f580d6ff60e2a767ea337b1d951 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 9 Nov 2024 05:53:05 +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-CROSSSPAWN-8303230 - https://snyk.io/vuln/SNYK-JS-AXIOS-1579269 - https://snyk.io/vuln/SNYK-JS-WEBPACKDEVMIDDLEWARE-6476555 - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459 - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857 --- examples/using-wordpress/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/using-wordpress/package.json b/examples/using-wordpress/package.json index bfd32a8e52169..3944b112b4117 100644 --- a/examples/using-wordpress/package.json +++ b/examples/using-wordpress/package.json @@ -5,15 +5,15 @@ "version": "1.0.0-beta.6", "author": "Sebastien Fichot ", "dependencies": { - "gatsby": "^1.9.45", + "gatsby": "^5.14.0", "gatsby-image": "^1.0.4", "gatsby-link": "^1.6.21", "gatsby-plugin-glamor": "^1.6.7", "gatsby-plugin-react-helmet": "^2.0.1", - "gatsby-plugin-sharp": "^1.6.7", + "gatsby-plugin-sharp": "^2.6.18", "gatsby-plugin-styled-components": "^2.0.2", "gatsby-plugin-typography": "^1.7.9", - "gatsby-source-wordpress": "^2.0.0", + "gatsby-source-wordpress": "^7.14.0", "gatsby-transformer-sharp": "^1.6.5", "lodash": "^4.16.4", "react-helmet": "^5.2.0",