From da1e66bd0e3dc7657fd56ffcb99bdbc04364c03b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 Sep 2021 17:03:50 +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-NEXT-1540422 - https://snyk.io/vuln/SNYK-JS-NEXT-1577139 --- 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..90b29f7b19a2 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.1", "next-plugin-preact": "^3.0.3", "preact": "^10.5.5", "preact-render-to-string": "^5.1.11",