From 855ea67146c03062344dce9e7e5f2af206c109e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Sep 2025 14:10:14 +0000 Subject: [PATCH] Bump commander from 14.0.0 to 14.0.1 Bumps [commander](https://github.com/tj/commander.js) from 14.0.0 to 14.0.1. - [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.0...v14.0.1) --- updated-dependencies: - dependency-name: commander dependency-version: 14.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index cd8366a..189e516 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "@maphubs/tokml": "^0.6.1", "@types/jest": "^30.0.0", "@types/json-schema": "^7.0.15", - "commander": "^14.0.0", + "commander": "^14.0.1", "eslint": "^9.34.0", "eslint-config-prettier": "^10.1.8", "jest": "^30.1.3", diff --git a/yarn.lock b/yarn.lock index 06023ad..41d7b2b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1954,10 +1954,10 @@ color-name@~1.1.4: resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== -commander@^14.0.0: - version "14.0.0" - resolved "https://registry.yarnpkg.com/commander/-/commander-14.0.0.tgz#f244fc74a92343514e56229f16ef5c5e22ced5e9" - integrity sha512-2uM9rYjPvyq39NwLRqaiLtWHyDC1FvryJDa2ATTVims5YAS4PupsEQsDvP14FqhFr0P49CYDugi59xaxJlTXRA== +commander@^14.0.1: + version "14.0.1" + resolved "https://registry.yarnpkg.com/commander/-/commander-14.0.1.tgz#2f9225c19e6ebd0dc4404dd45821b2caa17ea09b" + integrity sha512-2JkV3gUZUVrbNA+1sjBOYLsMZ5cEEl8GTFP2a4AVz5hvasAMCQ1D2l2le/cX+pV4N6ZU17zjUahLpIXRrnWL8A== commander@^2.20.0: version "2.20.3"