From 7275fe8c2942a370465a5f7c8edace6ff646e534 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 18:41:44 +0000 Subject: [PATCH] chore(deps): bump next from 14.2.10 to 14.2.15 in /examples/taco/nextjs Bumps [next](https://github.com/vercel/next.js) from 14.2.10 to 14.2.15. - [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/v14.2.10...v14.2.15) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/taco/nextjs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/taco/nextjs/package.json b/examples/taco/nextjs/package.json index 97215ce6..915901d5 100644 --- a/examples/taco/nextjs/package.json +++ b/examples/taco/nextjs/package.json @@ -20,7 +20,7 @@ "eslint": "8.57.0", "eslint-config-next": "14.0.4", "ethers": "^5.7.2", - "next": "14.2.10", + "next": "14.2.15", "react": "18.3.1", "react-dom": "18.3.1", "typescript": "5.2.2"