From 7274f456ee11710509323787ab7c7d7343a26ef8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 Jan 2022 08:30:22 +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 38707af41ba8..7fbf12d267d2 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",