From e6f727992bf69cd26f8499400f6a4b2e697813e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 05:25:42 +0000 Subject: [PATCH] chore(deps): bump next Bumps the npm_and_yarn group with 1 update in the /dr-github-web directory: [next](https://github.com/vercel/next.js). Updates `next` from 14.2.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/v14.2.5...v14.2.10) --- updated-dependencies: - dependency-name: next dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- dr-github-web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dr-github-web/package.json b/dr-github-web/package.json index 052f37c..4a21761 100644 --- a/dr-github-web/package.json +++ b/dr-github-web/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "cookies-next": "^4.2.1", - "next": "14.2.5", + "next": "14.2.10", "react": "^18", "react-dom": "^18" },