Skip to content

Commit 4326c08

Browse files
committed
downgrade commander
1 parent 20010a9 commit 4326c08

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

bun.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"cgbi-to-png": "^1.0.7",
1010
"chalk": "4",
1111
"cli-arguments": "^0.2.1",
12-
"commander": "^13.1.0",
12+
"commander": "^10",
1313
"compare-versions": "^6.1.1",
1414
"filesize-parser": "^1.5.1",
1515
"form-data": "^4.0.2",
@@ -293,7 +293,7 @@
293293

294294
"combined-stream": ["combined-stream@1.0.8", "", { "dependencies": { "delayed-stream": "~1.0.0" } }, "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg=="],
295295

296-
"commander": ["commander@13.1.0", "", {}, "sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw=="],
296+
"commander": ["commander@10.0.1", "", {}, "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug=="],
297297

298298
"compare-versions": ["compare-versions@6.1.1", "", {}, "sha512-4hm4VPpIecmlg59CHXnRDnqGplJFrbLG4aFEl5vl6cK1u76ws3LLvX7ikFnTDl5vo39sjWD6AaDPYodJp/NNHg=="],
299299

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-update-cli",
3-
"version": "1.43.1",
3+
"version": "1.43.2",
44
"description": "command line tool for react-native-update (remote updates for react native)",
55
"main": "index.js",
66
"bin": {
@@ -41,7 +41,7 @@
4141
"cgbi-to-png": "^1.0.7",
4242
"chalk": "4",
4343
"cli-arguments": "^0.2.1",
44-
"commander": "^13.1.0",
44+
"commander": "^10",
4545
"compare-versions": "^6.1.1",
4646
"filesize-parser": "^1.5.1",
4747
"form-data": "^4.0.2",
@@ -63,7 +63,7 @@
6363
"yazl": "3.3.1"
6464
},
6565
"engines": {
66-
"node": ">= 10"
66+
"node": ">= 14"
6767
},
6868
"devDependencies": {
6969
"@biomejs/biome": "^1.9.4",

0 commit comments

Comments
 (0)