From 58f43a2a70b8c674e5c9f0b404c9cc0e7f3a61b5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 Jan 2022 12:20:38 +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 65a9e3ab44f2..a5f5a9b13b41 100644 --- a/examples/using-preact/package.json +++ b/examples/using-preact/package.json @@ -9,7 +9,7 @@ "devDependencies": {}, "dependencies": { "@prefresh/next": "^1.3.0", - "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",