From 75657e6776011ff64d0440ce1e6eb4e7f5272d85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 04:25:46 +0000 Subject: [PATCH] chore(deps): bump next Bumps the npm_and_yarn group with 1 update in the /packages/web directory: [next](https://github.com/vercel/next.js). Updates `next` from 14.2.4 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.2.4...v14.2.10) --- updated-dependencies: - dependency-name: next dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- packages/web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/package.json b/packages/web/package.json index 39338c4..65eca3a 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -22,7 +22,7 @@ "@tailwindcss/typography": "^0.5.13", "dotenv": "^16.4.5", "graphql": "^16.9.0", - "next": "14.2.4", + "next": "14.2.10", "react": "^18", "react-dom": "^18", "react-redux": "^9.1.2",