From a0d543841dfead047a58803a1ef0ad30dcc44022 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 08:01:05 +0000 Subject: [PATCH] Bump commander from 2.20.3 to 13.1.0 Bumps [commander](https://github.com/tj/commander.js) from 2.20.3 to 13.1.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/v2.20.3...v13.1.0) --- updated-dependencies: - dependency-name: commander 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 d5e39947b1..fdb1073db6 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "aws-sdk": "2.905.0", "azure-storage": "^2.1.0", "bucketclient": "scality/bucketclient#7.4.11", - "commander": "^2.9.0", + "commander": "^13.1.0", "cron-parser": "^2.11.0", "diskusage": "1.1.3", "google-auto-auth": "^0.9.1", diff --git a/yarn.lock b/yarn.lock index 70d57d4bf3..55febd221a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -795,10 +795,10 @@ commander@2.3.0: resolved "https://registry.yarnpkg.com/commander/-/commander-2.3.0.tgz#fd430e889832ec353b9acd1de217c11cb3eef873" integrity sha1-/UMOiJgy7DU7ms0d4hfBHLPu+HM= -commander@^2.9.0: - version "2.20.3" - resolved "https://registry.yarnpkg.com/commander/-/commander-2.20.3.tgz#fd485e84c03eb4881c20722ba48035e8531aeb33" - integrity sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ== +commander@^13.1.0: + version "13.1.0" + resolved "https://registry.yarnpkg.com/commander/-/commander-13.1.0.tgz#776167db68c78f38dcce1f9b8d7b8b9a488abf46" + integrity sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw== component-bind@1.0.0: version "1.0.0"