Skip to content

Commit e49449f

Browse files
authoredMar 19, 2025
fix: update dependency tinyexec to v1 (#4332)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ba98ca8 commit e49449f

File tree

8 files changed

+13
-8
lines changed

8 files changed

+13
-8
lines changed
 

‎@alias/commitlint/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"devDependencies": {
4343
"@commitlint/test": "^19.8.0",
4444
"@commitlint/utils": "^19.8.0",
45-
"tinyexec": "^0.3.0"
45+
"tinyexec": "^1.0.0"
4646
},
4747
"gitHead": "e82f05a737626bb69979d14564f5ff601997f679"
4848
}

‎@commitlint/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@commitlint/load": "^19.8.0",
5454
"@commitlint/read": "^19.8.0",
5555
"@commitlint/types": "^19.8.0",
56-
"tinyexec": "^0.3.0",
56+
"tinyexec": "^1.0.0",
5757
"yargs": "^17.0.0"
5858
},
5959
"gitHead": "e82f05a737626bb69979d14564f5ff601997f679"

‎@commitlint/prompt-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"dependencies": {
4141
"@commitlint/prompt": "^19.8.0",
4242
"inquirer": "^9.2.15",
43-
"tinyexec": "^0.3.0"
43+
"tinyexec": "^1.0.0"
4444
},
4545
"gitHead": "e82f05a737626bb69979d14564f5ff601997f679"
4646
}

‎@commitlint/read/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@commitlint/types": "^19.8.0",
4747
"git-raw-commits": "^4.0.0",
4848
"minimist": "^1.2.8",
49-
"tinyexec": "^0.3.0"
49+
"tinyexec": "^1.0.0"
5050
},
5151
"gitHead": "e82f05a737626bb69979d14564f5ff601997f679"
5252
}

‎@commitlint/travis-cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"dependencies": {
4646
"@commitlint/cli": "^19.8.0",
47-
"tinyexec": "^0.3.0"
47+
"tinyexec": "^1.0.0"
4848
},
4949
"gitHead": "e82f05a737626bb69979d14564f5ff601997f679"
5050
}

‎@packages/test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"fs-extra": "^11.0.0",
3838
"pkg-dir": "^8.0.0",
3939
"resolve-pkg": "^2.0.0",
40-
"tinyexec": "^0.3.0",
40+
"tinyexec": "^1.0.0",
4141
"tmp": "^0.2.1"
4242
},
4343
"gitHead": "71f0194f33943954a8dac1c458be47e5049717cd"

‎@packages/utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"read-pkg": "^9.0.1",
4848
"require-from-string": "^2.0.2",
4949
"tar-fs": "^3.0.5",
50-
"tinyexec": "^0.3.0",
50+
"tinyexec": "^1.0.0",
5151
"tmp": "^0.2.1",
5252
"yargs": "^17.0.0"
5353
},

‎yarn.lock

+6-1
Original file line numberDiff line numberDiff line change
@@ -8021,11 +8021,16 @@ tinybench@^2.9.0:
80218021
resolved "https://registry.npmjs.org/tinybench/-/tinybench-2.9.0.tgz#103c9f8ba6d7237a47ab6dd1dcff77251863426b"
80228022
integrity sha512-0+DUvqWMValLmha6lr4kD8iAMK1HzV0/aKnCtWb9v9641TnP/MFb7Pc2bxoxQjTXAErryXVgUOfv2YqNllqGeg==
80238023

8024-
tinyexec@^0.3.0, tinyexec@^0.3.2:
8024+
tinyexec@^0.3.2:
80258025
version "0.3.2"
80268026
resolved "https://registry.npmjs.org/tinyexec/-/tinyexec-0.3.2.tgz#941794e657a85e496577995c6eef66f53f42b3d2"
80278027
integrity sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==
80288028

8029+
tinyexec@^1.0.0:
8030+
version "1.0.0"
8031+
resolved "https://registry.npmjs.org/tinyexec/-/tinyexec-1.0.0.tgz#04421c6e5074c38c93e5bea1c55ef1ab526ed0f9"
8032+
integrity sha512-djtKaAR3lnRo0uMT/IKYwj3s4E86IE/SdwCE3XXIJcozbDFKsfgAmi8IBIpIDmTd0Y6YKyfqo3vQ33OloPJPaQ==
8033+
80298034
tinypool@^1.0.2:
80308035
version "1.0.2"
80318036
resolved "https://registry.npmjs.org/tinypool/-/tinypool-1.0.2.tgz#706193cc532f4c100f66aa00b01c42173d9051b2"

0 commit comments

Comments
 (0)