From 265c0e55b1f2ec2a7ddd5f58e16d4447deb41bcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 00:20:30 +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.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.5...v14.2.15) --- 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..9edebb6 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.15", "react": "^18", "react-dom": "^18" },