From 74e2e644a590f4254317311e0c85afd2f77b683f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 12:05:39 +0000 Subject: [PATCH] Bump commander from 14.0.1 to 14.0.2 in /typescript Bumps [commander](https://github.com/tj/commander.js) from 14.0.1 to 14.0.2. - [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.1...v14.0.2) --- updated-dependencies: - dependency-name: commander dependency-version: 14.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- typescript/package-lock.json | 8 ++++---- typescript/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/typescript/package-lock.json b/typescript/package-lock.json index 6800d32..b04ea78 100644 --- a/typescript/package-lock.json +++ b/typescript/package-lock.json @@ -14,7 +14,7 @@ "@typescript-eslint/parser": "8.44.0", "@typescript-eslint/typescript-estree": "8.44.0", "cli-progress": "3.12.0", - "commander": "14.0.1", + "commander": "14.0.2", "eslint": "9.36.0", "json5": "2.2.3", "minimatch": "10.0.3", @@ -2697,9 +2697,9 @@ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" }, "node_modules/commander": { - "version": "14.0.1", - "resolved": "https://registry.npmjs.org/commander/-/commander-14.0.1.tgz", - "integrity": "sha512-2JkV3gUZUVrbNA+1sjBOYLsMZ5cEEl8GTFP2a4AVz5hvasAMCQ1D2l2le/cX+pV4N6ZU17zjUahLpIXRrnWL8A==", + "version": "14.0.2", + "resolved": "https://registry.npmjs.org/commander/-/commander-14.0.2.tgz", + "integrity": "sha512-TywoWNNRbhoD0BXs1P3ZEScW8W5iKrnbithIl0YH+uCmBd0QpPOA8yc82DS3BIE5Ma6FnBVUsJ7wVUDz4dvOWQ==", "license": "MIT", "engines": { "node": ">=20" diff --git a/typescript/package.json b/typescript/package.json index 0ef4341..52a5950 100644 --- a/typescript/package.json +++ b/typescript/package.json @@ -16,7 +16,7 @@ "@typescript-eslint/parser": "8.44.0", "@typescript-eslint/typescript-estree": "8.44.0", "cli-progress": "3.12.0", - "commander": "14.0.1", + "commander": "14.0.2", "eslint": "9.36.0", "json5": "2.2.3", "minimatch": "10.0.3",