From b04f470928825c0ecca0967dd89a3a71bf69277c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Mar 2021 22:11:30 +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-SSRI-1085630 --- 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 14a28fae73ba..82234b0bf607 100644 --- a/examples/using-preact/package.json +++ b/examples/using-preact/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@prefresh/next": "^0.3.0", - "next": "^9.4.0", + "next": "^10.0.6", "preact": "^10.4.4", "preact-render-to-string": "^5.1.9", "react": "github:preact-compat/react#1.0.0",