From 629f34a909127a809c0db930b6b827a51467da5a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 19 Feb 2022 05:13:06 +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-2405694 --- 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..e3af9c22df1e 100644 --- a/examples/using-preact/package.json +++ b/examples/using-preact/package.json @@ -7,7 +7,7 @@ }, "devDependencies": {}, "dependencies": { - "next": "^10.0.0", + "next": "^12.1.0", "next-plugin-preact": "^3.0.3", "preact": "^10.5.5", "preact-render-to-string": "^5.1.11",