From a199c10458c8b8a575e0ef4bfa5111a3caae7296 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 May 2021 03:09:44 +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-POSTCSS-1090595 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640 --- 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 0ab5a120fa870..de272db97ea84 100644 --- a/examples/using-cxs/package.json +++ b/examples/using-cxs/package.json @@ -6,7 +6,7 @@ "author": "Chen-Tai Hou ", "dependencies": { "cxs": "^6.2.0", - "gatsby": "^2.24.63", + "gatsby": "^3.0.0", "gatsby-plugin-cxs": "^2.3.11", "gatsby-plugin-google-analytics": "^2.3.14", "gatsby-plugin-offline": "^2.2.10",