From 797ba145703f51c45b6218b55b11b699f1b9a95d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Apr 2020 05:03:34 +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-NEXT-561584 --- 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 8bdae15fbd4d..13f3fc1fae62 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": "9.3.2", "react": "16.3.0", "react-dom": "16.3.0", "react-redux": "5.0.7",