From ecfe3bf355d08a2b2fa6649174f7fec9693334b5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 12 Nov 2024 21:23:41 +0000 Subject: [PATCH] fix: examples/using-multiple-providers/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-SOURCEMAPSUPPORT-6112477 - 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-multiple-providers/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-multiple-providers/package.json b/examples/using-multiple-providers/package.json index 95be48bf18a66..2614d26824089 100644 --- a/examples/using-multiple-providers/package.json +++ b/examples/using-multiple-providers/package.json @@ -7,7 +7,7 @@ "dependencies": { "apollo-boost": "^0.1.13", "babel-plugin-styled-components": "^1.5.1", - "gatsby": "^2.0.0", + "gatsby": "^5.14.0", "gatsby-plugin-jss": "^2.0.2", "gatsby-plugin-styled-components": "^3.0.0", "isomorphic-fetch": "^2.2.1",