From 036f5e02c74b1891d4c9c3b945070c3ffac87493 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 May 2021 04:31:52 +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-POSTCSS-1090595 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640 --- 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 a605ff0978eeb..85cdd93c905cb 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.24.63", + "gatsby": "^3.0.0", "react": "^16.4.0", "react-dom": "^16.4.0", "react-redux": "5.1.2",