From b6807b708d4cb793d394f7dbb89f9b8494e8679e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Jul 2024 04:45:34 +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-ASYNC-7414156 --- 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..741591e786323 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": "^3.13.0", "gatsby-image": "^2.2.23", "gatsby-plugin-catch-links": "^2.1.12", "gatsby-plugin-google-analytics": "^2.1.19",