From fca3c44fe2b75e0fc1f3e6b444ba28c19b7a1be9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 26 Nov 2023 18:53:58 +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-ANSIHTML-1296849 - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459 - https://snyk.io/vuln/SNYK-JS-EVENTSOURCE-2823375 - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 - https://snyk.io/vuln/SNYK-JS-POSTCSS-5926692 - https://snyk.io/vuln/SNYK-JS-TRIM-1017038 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 - https://snyk.io/vuln/SNYK-JS-WS-1296835 --- 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 2d64e8568a42c..907355adf4f98 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": "^4.22.0", "gatsby-core-utils": "^1.0.28", "gatsby-plugin-manifest": "^2.0.2", "gatsby-source-hacker-news": "^2.0.5",