From 646e8e3e817cd1a06ca87f195b6b512922fd1659 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Sep 2021 10:21:35 +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-ANSIREGEX-1583908 --- 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..2df511b95f14 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": "10.0.6", "react": "16.3.0", "react-dom": "16.3.0", "react-redux": "5.0.7",