From b56f4e59f047e4695eb4fbc05556d6587b210fcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 14:44:17 +0000 Subject: [PATCH] chore(deps): bump isexe from 3.1.5 to 4.0.0 Bumps [isexe](https://github.com/isaacs/isexe) from 3.1.5 to 4.0.0. - [Commits](https://github.com/isaacs/isexe/compare/v3.1.5...v4.0.0) --- updated-dependencies: - dependency-name: isexe dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 240a4ab..0f3d8ec 100644 --- a/package.json +++ b/package.json @@ -183,7 +183,7 @@ "is-unicode-supported": "^2.0.0", "is-weakref": "^1.0.2", "isarray": "^2.0.5", - "isexe": "^3.1.1", + "isexe": "^4.0.0", "issue-parser": "^7.0.0", "java-properties": "^1.0.2", "js-tokens": "^10.0.0",