From d01cba18419e2a1b02cf5c95a2fa8175d7e7bdb1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 May 2021 18:43:14 +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-NORMALIZEURL-1296539 --- 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..8f7cc057ab4a5 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.0.0", "gatsby-plugin-cxs": "1.0.0", "gatsby-plugin-google-analytics": "^2.0.5", "gatsby-plugin-offline": "^2.0.5",