From a38dae2bac162b3ee4e78b7ff68f486636330eb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 04:32:34 +0000 Subject: [PATCH] chore(deps): bump commander from 12.1.0 to 15.0.0 in /matcher Bumps [commander](https://github.com/tj/commander.js) from 12.1.0 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/v12.1.0...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] --- matcher/package-lock.json | 10 +++++----- matcher/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/matcher/package-lock.json b/matcher/package-lock.json index 81acf0a..1d6b9af 100644 --- a/matcher/package-lock.json +++ b/matcher/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "axios": "^1.7.7", "casper-js-sdk": "5.0.0-rc6", - "commander": "^12.1.0", + "commander": "^15.0.0", "ipaddr.js": "^2.2.0", "re2": "^1.21.0", "ws": "^8.18.0" @@ -1848,12 +1848,12 @@ } }, "node_modules/commander": { - "version": "12.1.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-12.1.0.tgz", - "integrity": "sha512-Vw8qHK3bZM9y/P10u3Vib8o/DdkvA2OtPtZvD871QKjy74Wj1WSKFILMPRPSdUSx5RFK1arlJzEtA4PkFgnbuA==", + "version": "15.0.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-15.0.0.tgz", + "integrity": "sha512-z67u4ZhzCL/Tydu1lJARtEZYWbWaN7oYLHbsuzocr6y4N6WZAagG3RQ4FW61V1/0+jImpj293XfrcYnd1qxtPg==", "license": "MIT", "engines": { - "node": ">=18" + "node": ">=22.12.0" } }, "node_modules/concat-map": { diff --git a/matcher/package.json b/matcher/package.json index 434312f..25c3a23 100644 --- a/matcher/package.json +++ b/matcher/package.json @@ -20,7 +20,7 @@ "dependencies": { "axios": "^1.7.7", "casper-js-sdk": "5.0.0-rc6", - "commander": "^12.1.0", + "commander": "^15.0.0", "ipaddr.js": "^2.2.0", "re2": "^1.21.0", "ws": "^8.18.0"