From 288d75537e3f5cc1ac801e0755d123e60453b2b9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Sep 2021 06:06:42 +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 8bdae15fbd4d8..3e264931cf482 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.4", "react": "16.3.0", "react-dom": "16.3.0", "react-redux": "5.0.7",