From 3eec965a7c759284f72151251336c8d6cdf29802 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 20 Jun 2024 21:50:39 +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-SOCKETIO-7278048 --- 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 61b7c3e624ee5..e44063205fd4c 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.6-preview.1", - "gatsby": "^2.0.0", + "gatsby": "^5.12.0", "gatsby-plugin-offline": "^2.0.5", "gatsby-plugin-typography": "^2.2.0", "gatsby-source-filesystem": "^2.0.1",