Skip to content

Commit 79411c6

Browse files
committed
Downgrade isexe to the same version execa 5.1.1 is using
1 parent c8ce7f1 commit 79411c6

3 files changed

Lines changed: 7 additions & 23 deletions

File tree

package-lock.json

Lines changed: 5 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"devDependencies": {
5050
"ava": "~6.2.0",
5151
"c8": "^10.1.3",
52-
"isexe": "^3.1.1",
52+
"isexe": "^2.0.0",
5353
"nock": "^14.0.6",
5454
"path-exists": "^5.0.0",
5555
"tempy": "^3.1.0",

test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import fs, {promises as fsP} from 'node:fs';
22
import path from 'node:path';
33
import process from 'node:process';
44
import {fileURLToPath} from 'node:url';
5-
import {isexe} from 'isexe';
5+
import isexe from 'isexe';
66
import nock from 'nock';
77
import {pathExists} from 'path-exists';
88
import {temporaryDirectory} from 'tempy';

0 commit comments

Comments
 (0)