Skip to content

Commit bd22353

Browse files
deps: bump isexe from 3.1.5 to 4.0.0 (#168)
Bumps [isexe](https://github.com/isaacs/isexe) from 3.1.5 to 4.0.0. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/isaacs/isexe/commit/2e7df7dabc4f68e88cf6b32b9029225ba52c6b0c"><code>2e7df7d</code></a> 4.0.0</li> <li><a href="https://github.com/isaacs/isexe/commit/13465853d6559753cf77560b831534f88a0c0e03"><code>1346585</code></a> engines node &gt;= 20</li> <li>See full diff in <a href="https://github.com/isaacs/isexe/compare/v3.1.5...v4.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=isexe&package-manager=npm_and_yarn&previous-version=3.1.5&new-version=4.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 46b25d7 commit bd22353

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"license": "ISC",
1515
"dependencies": {
16-
"isexe": "^3.1.1"
16+
"isexe": "^4.0.0"
1717
},
1818
"devDependencies": {
1919
"@npmcli/eslint-config": "^6.0.0",

0 commit comments

Comments
 (0)