From 4dd070a6adefc15e06b855c21190e981116e70c7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 Sep 2021 17:03:39 +0000 Subject: [PATCH] fix: examples/with-static-export/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AJV-584908 --- examples/with-static-export/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-static-export/package.json b/examples/with-static-export/package.json index 4077bfc050c9d..9dcba180f74ed 100644 --- a/examples/with-static-export/package.json +++ b/examples/with-static-export/package.json @@ -4,7 +4,7 @@ "next": "latest", "react": "^17.0.2", "react-dom": "^17.0.2", - "serve": "11.2.0" + "serve": "12.0.0" }, "scripts": { "dev": "next",