From 8cf4ef6ce26f129ee51c1f8fb95a416cb6ad56b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 20:01:55 +0000 Subject: [PATCH] chore(deps): bump next from 10.0.5 to 14.2.10 in /examples/javascript Bumps [next](https://github.com/vercel/next.js) from 10.0.5 to 14.2.10. - [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.5...v14.2.10) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/javascript/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/javascript/package.json b/examples/javascript/package.json index 675fd3d2..c48ebd58 100644 --- a/examples/javascript/package.json +++ b/examples/javascript/package.json @@ -8,7 +8,7 @@ "start": "next start" }, "dependencies": { - "next": "10.0.5", + "next": "14.2.10", "nookies": "workspace:*", "react": "17.0.1", "react-dom": "17.0.1"