From 09aad304e4d7bdb1957e2fc7638a902b3a00dbf3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 28 Aug 2023 21:39:10 +0000 Subject: [PATCH] fix: upgrade next from 13.4.7 to 13.4.13 Snyk has created this PR to upgrade next from 13.4.7 to 13.4.13. See this package in npm: https://www.npmjs.com/package/next See this project in Snyk: https://app.snyk.io/org/nexuscompute/project/aa4e1925-2537-4f49-821f-04acd1184049?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..1059ed2cfb2ab 100644 --- a/examples/with-next-translate/package.json +++ b/examples/with-next-translate/package.json @@ -6,7 +6,7 @@ "start": "next start" }, "dependencies": { - "next": "13.4.7", + "next": "13.4.13", "next-translate": "2.4.0", "react": "18.2.0", "react-dom": "18.2.0"