From 49972b3a561d15ffca757cfb87f94c765ad1e67a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 25 May 2024 04:14:25 +0000 Subject: [PATCH] fix: guides/real-time-dashboard/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- guides/real-time-dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/real-time-dashboard/package.json b/guides/real-time-dashboard/package.json index f85363a77c0a9..c98667aeb5caa 100644 --- a/guides/real-time-dashboard/package.json +++ b/guides/real-time-dashboard/package.json @@ -4,7 +4,7 @@ "version": "0.0.1", "author": "Statsbot, Inc.", "dependencies": { - "gatsby": "^2.15.28", + "gatsby": "^2.24.66", "gatsby-image": "^2.2.23", "gatsby-plugin-catch-links": "^2.1.12", "gatsby-plugin-google-analytics": "^2.1.19",