From 41e1b1c5f31ee0936c9de4ca23f3acf6b0f36e37 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Nov 2023 22:06:57 +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-ANSIHTML-1296849 - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 - https://snyk.io/vuln/SNYK-JS-OBJECTPATH-1569453 - https://snyk.io/vuln/SNYK-JS-OBJECTPATH-1585658 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-TRIM-1017038 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 - https://snyk.io/vuln/SNYK-JS-WS-1296835 --- 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..36dbe55c7ed62 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.0.0", "react": "^17.0.1", "react-dom": "^17.0.1" }