From ddf7680eb4871da54d5b13a8c6c95355bd8372e2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Apr 2023 09:45:58 +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-YAML-5458867 --- 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 96c13c82277d1..0fb382ee028f4 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.3.25", + "gatsby": "^4.25.2", "gatsby-plugin-cxs": "^2.0.8", "gatsby-plugin-google-analytics": "^2.0.18", "gatsby-plugin-offline": "^2.0.25",