From 1bb46d2235df3ff8ceee8766b40d2d927502519d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 May 2021 22:05:14 +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-BROWSERSLIST-1090194 --- 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 14a28fae73bae..73850f0f236c7 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.2.1", "preact": "^10.4.4", "preact-render-to-string": "^5.1.9", "react": "github:preact-compat/react#1.0.0",