From ee59440e9a459e1707fed9af3db90a6a8553ec96 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 13 Mar 2022 17:02:53 +0000 Subject: [PATCH] fix: examples/using-cxs/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIHTML-1296849 --- examples/using-cxs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-cxs/package.json b/examples/using-cxs/package.json index ddde9a97ec98c..0c584f83dce46 100644 --- a/examples/using-cxs/package.json +++ b/examples/using-cxs/package.json @@ -5,7 +5,7 @@ "version": "1.0.0", "author": "Chen-Tai Hou ", "dependencies": { - "gatsby": "^2.0.0", + "gatsby": "^3.5.0", "gatsby-plugin-cxs": "1.0.0", "gatsby-plugin-google-analytics": "^2.0.5", "gatsby-plugin-offline": "^2.0.5",