From a5eb30aa3f56b76524b59018fdce25e4ea70cbd2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 19 Jun 2022 17:30:36 +0000 Subject: [PATCH] fix: examples/hn/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GOT-2932019 --- examples/hn/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/hn/package.json b/examples/hn/package.json index fd9cf44471751..e295635651f03 100644 --- a/examples/hn/package.json +++ b/examples/hn/package.json @@ -6,7 +6,7 @@ "author": "Kyle Mathews ", "dependencies": { "flat": "^2.0.1", - "gatsby": "^2.24.63", + "gatsby": "^3.14.0", "gatsby-core-utils": "^1.3.20", "gatsby-plugin-manifest": "^2.4.30", "gatsby-source-hacker-news": "^2.4.11",