Skip to content

Commit 15f272b

Browse files
committed
package.json: Restrict commander to <13.0.0 until we're ready to upgrade
- The latest version fails our test suite. Upgrading will require adjusting the code.
1 parent 156e4b0 commit 15f272b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"homepage": "https://github.com/ethereum/solc-js#readme",
4848
"dependencies": {
4949
"command-exists": ">=1.1.0",
50-
"commander": ">=8.0.0",
50+
"commander": ">=8.0.0 <13.0.0",
5151
"follow-redirects": ">=1.0.0",
5252
"js-sha3": ">=0.8.0",
5353
"memorystream": ">=0.3.0",

0 commit comments

Comments
 (0)