From 94eabcf7a554c7c63b735ee9f7c41aed040916ba Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 May 2023 14:55:10 +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-ENGINEIO-5496331 --- 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 dcf255f922107..5ed3839c31688 100644 --- a/starters/gatsby-starter-minimal/package.json +++ b/starters/gatsby-starter-minimal/package.json @@ -16,7 +16,7 @@ }, "license": "0BSD", "dependencies": { - "gatsby": "^5.9.0", + "gatsby": "^5.10.0", "react": "^18.2.0", "react-dom": "^18.2.0" }