From 3c0436cdc81ad96c8f6dabd45ca4f4b47d757db6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2025 02:09:44 +0000 Subject: [PATCH] chore(deps): bump next Bumps the npm_and_yarn group with 1 update in the /bridge-ui directory: [next](https://github.com/vercel/next.js). Updates `next` from 14.2.15 to 14.2.21 - [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.15...v14.2.21) --- updated-dependencies: - dependency-name: next dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- bridge-ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridge-ui/package.json b/bridge-ui/package.json index 06af155cc..920429c3c 100644 --- a/bridge-ui/package.json +++ b/bridge-ui/package.json @@ -32,7 +32,7 @@ "framer-motion": "11.11.4", "joi": "17.13.3", "loglevel": "1.9.2", - "next": "14.2.15", + "next": "14.2.21", "next-seo": "6.6.0", "pino-pretty": "11.2.2", "react": "18.3.1",