From 0c2a760e8e84992708fbb9806fa9d08b9e1f3eb8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 Sep 2021 14:32:53 +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-BROWSERSLIST-1090194 - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - https://snyk.io/vuln/SNYK-JS-NEXT-1540422 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-674311 - 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-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 71c24979c117..36e240201cc7 100644 --- a/examples/with-semantic-ui/package.json +++ b/examples/with-semantic-ui/package.json @@ -6,7 +6,7 @@ "start": "next start" }, "dependencies": { - "next": "^9.1.8-canary.11", + "next": "^11.1.0", "react": "^17.0.2", "react-dom": "^17.0.2", "semantic-ui-css": "^2.4.1",