From 1c84aaa19758dd0cd8dd4f3cf549a41a35178100 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 20 Feb 2022 21:30:09 +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-NEXT-2405694 --- 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 741525101609e4..ee4e007c392aa6 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": "12.1.0", "next-translate": "1.0.0", "react": "17.0.1", "react-dom": "17.0.1"