From f587af69475f3683ac1e672f94c6e51db4e09a56 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 23 Mar 2024 05:05:46 +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-WEBPACKDEVMIDDLEWARE-6476555 --- 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 3bcb29aef1e96..ebbbda355db7b 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.0.0", + "gatsby": "^3.13.0", "gatsby-plugin-manifest": "^2.0.2", "gatsby-source-hacker-news": "^2.0.5", "lodash": "^4.17.10",