From 9153af3bab8ce127dbead578535c23f38bfe31e8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Sep 2021 01:06:52 +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-NEXT-1577139 --- 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 06b78177e603..c76ea731099c 100644 --- a/examples/with-semantic-ui/package.json +++ b/examples/with-semantic-ui/package.json @@ -7,7 +7,7 @@ "start": "next start" }, "dependencies": { - "next": "^10.2.1", + "next": "^11.1.1", "react": "^16.7.0", "react-dom": "^16.7.0", "semantic-ui-css": "^2.4.1",