From 2751211bc53f6c019c14cf582e29d8a3d3e1e03a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 29 Jan 2021 21:53:22 +0000 Subject: [PATCH] fix: examples/with-zones/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-zones/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-zones/package.json b/examples/with-zones/package.json index a24bbcea0807..8d37a9779930 100644 --- a/examples/with-zones/package.json +++ b/examples/with-zones/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "micro-proxy": "^1.0.0", - "next": "5.0.0-universal-alpha.15", + "next": "10.0.6", "react": "16.2.0", "react-dom": "16.2.0" },