From fbf1a6bc96e5aaf63ce76dc4c33858ddd0e1bab6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 May 2022 07:06:03 +0000 Subject: [PATCH] Bump commander from 6.2.1 to 9.3.0 Bumps [commander](https://github.com/tj/commander.js) from 6.2.1 to 9.3.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/v6.2.1...v9.3.0) --- updated-dependencies: - dependency-name: commander dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 75711f1..8c96aab 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "chai": "^4.1.2", - "commander": "^6.1.0", + "commander": "^9.3.0", "mocha": "^8.1.3", "moment": "^2.13.0", "semver": "^7.3.2",