From fb343cf59d128e52a5623b6e5629e6f5a801b28b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 26 May 2021 03:41:38 +0000 Subject: [PATCH] fix: examples/using-asciidoc/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NORMALIZEURL-1296539 --- examples/using-asciidoc/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-asciidoc/package.json b/examples/using-asciidoc/package.json index dfb1dd7ef4edb..6b357fc27f7bc 100644 --- a/examples/using-asciidoc/package.json +++ b/examples/using-asciidoc/package.json @@ -6,7 +6,7 @@ "author": "Kyle Mathews ", "dependencies": { "asciidoctor.js": "^1.5.9", - "gatsby": "^2.24.63", + "gatsby": "^3.0.0", "gatsby-core-utils": "^1.3.20", "gatsby-plugin-offline": "^2.2.10", "gatsby-plugin-typography": "^2.5.11",