From 3fd8fd47a04678b17b2edb535fd53edd79003609 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 4 Aug 2021 07:12:51 +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-1017036 - 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 1abbe80498a6..653ec91219d2 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.6", "react": "^16.7.0", "react-dom": "^16.7.0", "semantic-ui-css": "^2.4.1",