From c14bdcce502e3d743e4a05885950e0f55f598c2c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 17 May 2023 00:10:37 +0000 Subject: [PATCH] fix: starters/hello-world/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ENGINEIO-5496331 --- starters/hello-world/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starters/hello-world/package.json b/starters/hello-world/package.json index 7dd5257db6209..135f24283bf3c 100644 --- a/starters/hello-world/package.json +++ b/starters/hello-world/package.json @@ -13,7 +13,7 @@ "test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1" }, "dependencies": { - "gatsby": "^5.9.0", + "gatsby": "^5.10.0", "react": "^18.2.0", "react-dom": "^18.2.0" },