diff --git a/package-lock.json b/package-lock.json index e219ad71dd..aba814dd52 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32436,7 +32436,7 @@ "semver": "7.8.2", "title-case": "4.3.2", "valibot": "1.4.1", - "which": "6.0.1", + "which": "7.0.0", "yaml": "2.9.0" }, "bin": { @@ -32513,7 +32513,9 @@ } }, "packages/create-plugin/node_modules/which": { - "version": "6.0.1", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/which/-/which-7.0.0.tgz", + "integrity": "sha512-RancgH2dmbLdHl6LRhEqvklWMgl/Hdnun0Y90KhBOLkMefg8Qa7/Zel8Sm+8HEcP6DEjzsWzpkuBQEZok58isA==", "license": "ISC", "dependencies": { "isexe": "^4.0.0" @@ -32522,7 +32524,7 @@ "node-which": "bin/which.js" }, "engines": { - "node": "^20.17.0 || >=22.9.0" + "node": "^22.22.2 || ^24.15.0 || >=26.0.0" } }, "packages/eslint-plugin-plugins": { diff --git a/packages/create-plugin/package.json b/packages/create-plugin/package.json index 5542a420ba..d6eee0cf42 100644 --- a/packages/create-plugin/package.json +++ b/packages/create-plugin/package.json @@ -39,7 +39,7 @@ "semver": "7.8.2", "title-case": "4.3.2", "valibot": "1.4.1", - "which": "6.0.1", + "which": "7.0.0", "yaml": "2.9.0" }, "devDependencies": {