From 0ea1cc721e5df961cc546da3dbc9ccd4314e4d05 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 9 Apr 2021 05:02:56 +0000 Subject: [PATCH] fix: examples/with-rematch/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SSRI-1085630 --- examples/with-rematch/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-rematch/package.json b/examples/with-rematch/package.json index 8bdae15fbd4d8..1fdea222ff1a9 100644 --- a/examples/with-rematch/package.json +++ b/examples/with-rematch/package.json @@ -9,7 +9,7 @@ "dependencies": { "@rematch/core": "0.6.0", "isomorphic-unfetch": "2.0.0", - "next": "5.1.0", + "next": "7.0.0", "react": "16.3.0", "react-dom": "16.3.0", "react-redux": "5.0.7",