From afc49e36c0a2837fab843e5a5582cbde34d40171 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 10 Nov 2024 00:36:00 +0000 Subject: [PATCH] fix: starters/gatsby-starter-minimal/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - 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/gatsby-starter-minimal/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starters/gatsby-starter-minimal/package.json b/starters/gatsby-starter-minimal/package.json index 81becd2921fb4..2eecdbae3657a 100644 --- a/starters/gatsby-starter-minimal/package.json +++ b/starters/gatsby-starter-minimal/package.json @@ -16,7 +16,7 @@ }, "license": "0BSD", "dependencies": { - "gatsby": "^3.6.2", + "gatsby": "^5.14.0", "react": "^17.0.1", "react-dom": "^17.0.1" }