From d3ac07175d49d936f6819c0430b9db0f3701bb65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 20:31:11 +0000 Subject: [PATCH] chore(deps): bump the npm_and_yarn group across 2 directories with 3 updates Bumps the npm_and_yarn group with 2 updates in the /apps/web/frontend directory: [next](https://github.com/vercel/next.js) and [next-intl](https://github.com/amannn/next-intl). Bumps the npm_and_yarn group with 1 update in the /docs directory: [mermaid](https://github.com/mermaid-js/mermaid). Updates `next` from 16.0.7 to 16.2.6 - [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/v16.0.7...v16.2.6) Updates `next-intl` from 4.5.8 to 4.9.2 - [Release notes](https://github.com/amannn/next-intl/releases) - [Changelog](https://github.com/amannn/next-intl/blob/main/CHANGELOG.md) - [Commits](https://github.com/amannn/next-intl/compare/v4.5.8...v4.9.2) Updates `mermaid` from 11.12.2 to 11.15.0 - [Release notes](https://github.com/mermaid-js/mermaid/releases) - [Commits](https://github.com/mermaid-js/mermaid/compare/mermaid@11.12.2...mermaid@11.15.0) --- updated-dependencies: - dependency-name: next dependency-version: 16.2.6 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: next-intl dependency-version: 4.9.2 dependency-type: direct:production dependency-group: npm_and_yarn - dependency-name: mermaid dependency-version: 11.15.0 dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- apps/web/frontend/package.json | 4 ++-- docs/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/web/frontend/package.json b/apps/web/frontend/package.json index aa33e5d1..2ce2c5c5 100644 --- a/apps/web/frontend/package.json +++ b/apps/web/frontend/package.json @@ -36,8 +36,8 @@ "fuse.js": "7.1.0", "lucide-react": "0.513.0", "motion": "12.23.26", - "next": "16.0.7", - "next-intl": "4.5.8", + "next": "16.2.6", + "next-intl": "4.9.2", "next-themes": "0.4.6", "nuqs": "2.8.5", "react": "19.1.0", diff --git a/docs/package.json b/docs/package.json index a4eba637..e1e96b94 100644 --- a/docs/package.json +++ b/docs/package.json @@ -14,7 +14,7 @@ }, "devDependencies": { "@types/node": "25.0.9", - "mermaid": "11.12.2", + "mermaid": "11.15.0", "vitepress": "1.6.4", "vitepress-plugin-mermaid": "2.0.17" }