From 935bc532ac832264a93ed061377041952bf6261e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 Jan 2022 11:42:42 +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-NODEFETCH-2342118 - https://snyk.io/vuln/SNYK-JS-SIMPLEGET-2361683 --- 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 65c01d62886e..ce0f86b8cd5c 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.4", "next-translate": "1.0.0", "react": "^17.0.2", "react-dom": "^17.0.2"