From b4ce65b76d32e6ed7dc922e9a2514fb550ac1e5d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 7 Nov 2024 17:44:56 +0000 Subject: [PATCH] fix: starters/example-react-intl/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-WEBPACKDEVMIDDLEWARE-6476555 - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459 - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857 --- starters/example-react-intl/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starters/example-react-intl/package.json b/starters/example-react-intl/package.json index 732b2436..96ece752 100644 --- a/starters/example-react-intl/package.json +++ b/starters/example-react-intl/package.json @@ -14,7 +14,7 @@ "dependencies": { "@mdx-js/mdx": "^1.6.14", "@mdx-js/react": "^1.6.14", - "gatsby": "^2.24.10", + "gatsby": "^5.14.0", "gatsby-plugin-mdx": "^1.2.28", "gatsby-source-filesystem": "^2.3.22", "gatsby-theme-i18n": "^1.0.4",