From 7962f5ca97cd43d9eb369fab075c2437fbda196c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 01:52:43 +0000 Subject: [PATCH] chore(deps): bump commander from 14.0.3 to 15.0.0 Bumps [commander](https://github.com/tj/commander.js) from 14.0.3 to 15.0.0. - [Release notes](https://github.com/tj/commander.js/releases) - [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md) - [Commits](https://github.com/tj/commander.js/compare/v14.0.3...v15.0.0) --- updated-dependencies: - dependency-name: commander dependency-version: 15.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ee437d0..86a45bf 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "dependencies": { "@mermaid-js/layout-elk": "^0.2.0", "@resvg/resvg-js": "^2.6.2", - "commander": "^14.0.2", + "commander": "^15.0.0", "isomorphic-mermaid": "^0.1.1", "mdast-util-from-markdown": "^2.0.2", "mdast-util-frontmatter": "^2.0.1",