From ff3cad0b555a40fdf7928ad96d0922b73c4c8101 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Mar 2022 16:35:38 +0000 Subject: [PATCH] fix: examples/using-redux/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIHTML-1296849 --- examples/using-redux/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-redux/package.json b/examples/using-redux/package.json index 56fbe4000cc98..046f828236d24 100644 --- a/examples/using-redux/package.json +++ b/examples/using-redux/package.json @@ -5,7 +5,7 @@ "version": "1.0.0", "author": "Scotty Eckenthal ", "dependencies": { - "gatsby": "^2.0.0", + "gatsby": "^3.5.0", "react": "^16.4.0", "react-dom": "^16.4.0", "react-redux": "5.0.5",