From fcfc8b05db7850ed411eb594ddbcf376c2a23da4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 15:08:39 +0000 Subject: [PATCH] Bump commander from 10.0.1 to 15.0.0 Bumps [commander](https://github.com/tj/commander.js) from 10.0.1 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/v10.0.1...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 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4e4b577..bb0e4a8 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "dependencies": { "axios": "^1.3.4", "base64-js": "^1.5.1", - "commander": "^10.0.1", + "commander": "^15.0.0", "dotenv": "^16.1.4", "esbuild": "^0.21.4", "pako": "^2.1.0", diff --git a/yarn.lock b/yarn.lock index 5241302..c56df67 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1248,10 +1248,10 @@ combined-stream@^1.0.8: dependencies: delayed-stream "~1.0.0" -commander@^10.0.1: - version "10.0.1" - resolved "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz" - integrity sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug== +commander@^15.0.0: + version "15.0.0" + resolved "https://registry.yarnpkg.com/commander/-/commander-15.0.0.tgz#96f3961f12adac1799ef3fbd8bc61d40572d1b11" + integrity sha512-z67u4ZhzCL/Tydu1lJARtEZYWbWaN7oYLHbsuzocr6y4N6WZAagG3RQ4FW61V1/0+jImpj293XfrcYnd1qxtPg== concat-map@0.0.1: version "0.0.1"