Skip to content

Commit

Permalink
fix(deps): update dependency commander to v12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 10, 2024
1 parent 00efac0 commit a934fc9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
"@types/yarnpkg__lockfile": "^1.1.6",
"@yarnpkg/lockfile": "^1.1.0",
"chalk": "^5.3.0",
"commander": "^11.0.0",
"commander": "^12.0.0",
"fast-glob": "^3.3.1",
"fs-extra": "^11.1.1",
"js-yaml": "^4.1.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1942,10 +1942,10 @@ columnify@^1.6.0:
strip-ansi "^6.0.1"
wcwidth "^1.0.0"

commander@^11.0.0:
version "11.1.0"
resolved "https://registry.yarnpkg.com/commander/-/commander-11.1.0.tgz#62fdce76006a68e5c1ab3314dc92e800eb83d906"
integrity sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==
commander@^12.0.0:
version "12.0.0"
resolved "https://registry.yarnpkg.com/commander/-/commander-12.0.0.tgz#b929db6df8546080adfd004ab215ed48cf6f2592"
integrity sha512-MwVNWlYjDTtOjX5PiD7o5pK0UrFU/OYgcJfjjK4RaHZETNtjJqrZa9Y9ds88+A+f+d5lv+561eZ+yCKoS3gbAA==

commander@^2.11.0:
version "2.20.3"
Expand Down

0 comments on commit a934fc9

Please sign in to comment.