From 9c4c535d636bf8d710135df9fe15a4a49b10e359 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 17 Sep 2021 09:44:38 +0000 Subject: [PATCH] fix: examples/with-semantic-ui/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-OBJECTPATH-1585658 --- examples/with-semantic-ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-semantic-ui/package.json b/examples/with-semantic-ui/package.json index 1abbe80498a6..1599912c4c0d 100644 --- a/examples/with-semantic-ui/package.json +++ b/examples/with-semantic-ui/package.json @@ -7,7 +7,7 @@ "start": "next start" }, "dependencies": { - "next": "^9.1.8-canary.11", + "next": "^10.0.0", "react": "^16.7.0", "react-dom": "^16.7.0", "semantic-ui-css": "^2.4.1",