From dad7aed28bef612f03c87d6869d3a6d367c092e3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 Sep 2021 17:08:02 +0000 Subject: [PATCH] fix: examples/with-next-translate/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-NEXT-1540422 - https://snyk.io/vuln/SNYK-JS-NEXT-1577139 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-674311 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1090595 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640 --- examples/with-next-translate/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-next-translate/package.json b/examples/with-next-translate/package.json index 7408112f8241..a14f4d8702f8 100644 --- a/examples/with-next-translate/package.json +++ b/examples/with-next-translate/package.json @@ -6,7 +6,7 @@ "start": "next start" }, "dependencies": { - "next": "10.0.3", + "next": "11.1.1", "next-translate": "1.0.0", "react": "^17.0.2", "react-dom": "^17.0.2"