From 6acf75939cc942c4736947f07bcce436371de19c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 06:58:16 +0000 Subject: [PATCH] build(deps): bump next Bumps the npm_and_yarn group with 1 update in the /.docs directory: [next](https://github.com/vercel/next.js). Updates `next` from 15.5.9 to 15.5.18 - [Release notes](https://github.com/vercel/next.js/releases) - [Commits](https://github.com/vercel/next.js/compare/v15.5.9...v15.5.18) --- updated-dependencies: - dependency-name: next dependency-version: 15.5.18 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- .docs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.docs/package.json b/.docs/package.json index f30603a9..239ae188 100644 --- a/.docs/package.json +++ b/.docs/package.json @@ -1,7 +1,7 @@ { "dependencies": { "gray-matter": "^4.0.3", - "next": "15.5.9", + "next": "15.5.18", "react": "^19.0.0", "react-dom": "^19.0.0", "react-markdown": "^9.0.1",