From 595a440bf1de8fabf9e256a7ae98faa60735a7ba Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Sep 2021 06:09:03 +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-ANSIREGEX-1583908 --- 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" },