From f2b1f05aa13289c02ef4824b0383c4d606fc028c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 23 Sep 2024 22:04:45 +0000 Subject: [PATCH] fix: upgrade next-translate from 2.4.0 to 2.6.2 Snyk has created this PR to upgrade next-translate from 2.4.0 to 2.6.2. See this package in npm: next-translate See this project in Snyk: https://app.snyk.io/org/sammyfilly/project/ac6beae0-0ed8-437a-be13-2f43461c76c1?utm_source=github&utm_medium=referral&page=upgrade-pr --- 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 3b3a103e6a2a8..191f5d7f55cca 100644 --- a/examples/with-next-translate/package.json +++ b/examples/with-next-translate/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "next": "13.4.7", - "next-translate": "2.4.0", + "next-translate": "2.6.2", "react": "18.2.0", "react-dom": "18.2.0" },