From 707a4c4adbba08e3a6e7d7d3d9f265ceb19d90aa Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 30 Jan 2021 05:04:58 +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-YARGSPARSER-560381 - https://snyk.io/vuln/npm:mem:20180117 --- 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",