Skip to content

Commit

Permalink
upgrade commander to ~11
Browse files Browse the repository at this point in the history
  • Loading branch information
pirxpilot committed Oct 22, 2023
1 parent b990ccc commit f34e6ce
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 @@ -62,7 +62,7 @@
"@pirxpilot/jshint": "^3.0.1",
"@pirxpilot/replay": "^2.2.1",
"clean-css-cli": "^5.1.0",
"commander": "~2",
"commander": "~11.1.0",
"postcss": "~8",
"postcss-cachify": "^4.0.0",
"postcss-cli-simple": "~4.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -387,10 +387,10 @@ commander@7.x:
resolved "https://registry.yarnpkg.com/commander/-/commander-7.2.0.tgz#a36cb57d0b501ce108e4d20559a150a391d97ab7"
integrity sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==

commander@~2:
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@~11.1.0:
version "11.1.0"
resolved "https://registry.yarnpkg.com/commander/-/commander-11.1.0.tgz#62fdce76006a68e5c1ab3314dc92e800eb83d906"
integrity sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==

component-emitter@^1.1.1, component-emitter@^1.2.0, component-emitter@^1.3.0:
version "1.3.0"
Expand Down

0 comments on commit f34e6ce

Please sign in to comment.