From 59c86fd4fc64125edc4e3888d7c812d938fc69ac Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Sep 2021 05:00:22 +0000 Subject: [PATCH] fix: examples/with-userbase/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-OBJECTPATH-1017036 - https://snyk.io/vuln/SNYK-JS-OBJECTPATH-1569453 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1090595 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640 --- examples/with-userbase/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-userbase/package.json b/examples/with-userbase/package.json index 8d83f2cbc035..96a8ad769293 100644 --- a/examples/with-userbase/package.json +++ b/examples/with-userbase/package.json @@ -7,7 +7,7 @@ "start": "next start" }, "dependencies": { - "next": "^9.2.0", + "next": "^10.0.6", "react": "^16.12.0", "react-dom": "^16.12.0", "userbase-js": "^1.3.0"