From 5591abe7adc57e984e833d39d0f503bbed3e7108 Mon Sep 17 00:00:00 2001 From: Mayank Date: Wed, 20 Sep 2023 13:52:40 +0530 Subject: [PATCH] chore(examples): upgrade next-translate dependencies (#55637) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Snyk has created this PR to upgrade next from 13.4.7 to 13.4.19. See this package in npm: https://www.npmjs.com/package/next See this project in Snyk: https://app.snyk.io/org/mayank1513/project/e72076fc-8d2c-4d92-ac05-133865d727f0?utm_source=github&utm_medium=referral&page=upgrade-pr --------- Co-authored-by: snyk-bot Co-authored-by: Balázs Orbán --- examples/with-next-translate/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/with-next-translate/package.json b/examples/with-next-translate/package.json index 3b3a103e6a2a..1d2e2b5d6bdc 100644 --- a/examples/with-next-translate/package.json +++ b/examples/with-next-translate/package.json @@ -6,12 +6,12 @@ "start": "next start" }, "dependencies": { - "next": "13.4.7", - "next-translate": "2.4.0", + "next": "latest", + "next-translate": "2.5.3", "react": "18.2.0", "react-dom": "18.2.0" }, "devDependencies": { - "next-translate-plugin": "2.4.0" + "next-translate-plugin": "2.5.3" } }