From 8e31189ba0a90df30ebd11e999fe295e72467233 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Mar 2022 17:07:23 +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-NODEFORGE-2430337 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2430339 - https://snyk.io/vuln/SNYK-JS-NODEFORGE-2430341 --- 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 7d1182cc72ec6..4980b62e6c48a 100644 --- a/examples/using-hjson/package.json +++ b/examples/using-hjson/package.json @@ -5,7 +5,7 @@ "author": "Remi Barraquand ", "dependencies": { "core-js": "^2.5.5", - "gatsby": "^2.0.0", + "gatsby": "^3.13.0", "gatsby-source-filesystem": "^2.0.1", "gatsby-transformer-hjson": "^2.1.1", "react": "^16.3.2",