From 912b8b2f86d56cfbacc883f33633b5143e3a82da Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 8 Jun 2023 23:38:45 +0000 Subject: [PATCH] fix: examples/using-hjson/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GATSBY-5671647 - https://snyk.io/vuln/SNYK-JS-GATSBYCLI-5671903 --- examples/using-hjson/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-hjson/package.json b/examples/using-hjson/package.json index 9716d9e190b5f..91f52ad7632bd 100644 --- a/examples/using-hjson/package.json +++ b/examples/using-hjson/package.json @@ -5,7 +5,7 @@ "author": "Remi Barraquand ", "dependencies": { "core-js": "^2.6.11", - "gatsby": "^2.24.63", + "gatsby": "^5.0.0", "gatsby-source-filesystem": "^2.3.30", "gatsby-transformer-hjson": "^2.4.11", "react": "^16.3.2",