From 59ce8f7668b8ef4e77b949c9050c714344316e34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 09:22:24 +0000 Subject: [PATCH] build(deps-dev): bump commander from 9.5.0 to 10.0.0 Bumps [commander](https://github.com/tj/commander.js) from 9.5.0 to 10.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/v9.5.0...v10.0.0) --- updated-dependencies: - dependency-name: commander dependency-type: direct:development 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 92aa34d..478d160 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@babel/eslint-parser": "^7.18.9", "@commitlint/cli": "^17.0.3", "@commitlint/config-conventional": "^17.0.3", - "commander": "^9.4.0", + "commander": "^10.0.0", "eslint": "^8.22.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.2.1",