From 1684ce130e67fb179a5db7dca6f48c0a01feee13 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 Jan 2022 11:42:34 +0000 Subject: [PATCH] fix: examples/using-preact/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 --- examples/using-preact/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/using-preact/package.json b/examples/using-preact/package.json index 691ff0782336..1d813690c332 100644 --- a/examples/using-preact/package.json +++ b/examples/using-preact/package.json @@ -7,7 +7,7 @@ }, "devDependencies": {}, "dependencies": { - "next": "^10.0.0", + "next": "^11.1.4", "next-plugin-preact": "^3.0.3", "preact": "^10.5.5", "preact-render-to-string": "^5.1.11",