From ace627a8308529e288a84a7a4d826a0e0b74baac Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 Apr 2021 22:07:24 +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-POSTCSS-1090595 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640 --- 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 1abbe80498a69..43d8ad5f033f2 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.2.0", "react": "^16.7.0", "react-dom": "^16.7.0", "semantic-ui-css": "^2.4.1",