From d0cdfe8e1bbc990fc1ecdb5d2086fef207820402 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 01:13:16 +0000 Subject: [PATCH] build(deps): bump next Bumps the npm_and_yarn group with 1 update in the /projects/prompt-to-nft/ui directory: [next](https://github.com/vercel/next.js). Updates `next` from 14.1.1 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/v14.1.1...v14.2.10) --- updated-dependencies: - dependency-name: next dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- projects/prompt-to-nft/ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/prompt-to-nft/ui/package.json b/projects/prompt-to-nft/ui/package.json index 8e6c944..9922202 100644 --- a/projects/prompt-to-nft/ui/package.json +++ b/projects/prompt-to-nft/ui/package.json @@ -11,7 +11,7 @@ "dependencies": { "@rainbow-me/rainbowkit": "^2.0.0", "@tanstack/react-query": "^5.22.2", - "next": "14.1.1", + "next": "14.2.10", "prettier": "^3.2.5", "react": "^18", "react-dom": "^18",