From 0731f02c0125844c7fca58c0b070f3bfb229094f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 17:48:53 +0000 Subject: [PATCH] Bump next from 10.0.3 to 15.5.18 in /examples/with-next-translate Bumps [next](https://github.com/vercel/next.js) from 10.0.3 to 15.5.18. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v10.0.3...v15.5.18) --- updated-dependencies: - dependency-name: next dependency-version: 15.5.18 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 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 7408112f8241..665865304e19 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": "15.5.18", "next-translate": "1.0.0", "react": "^17.0.2", "react-dom": "^17.0.2"