diff --git a/internal/e2e-tests/package.json b/internal/e2e-tests/package.json index c4b50dd5a37..23472ac5e74 100644 --- a/internal/e2e-tests/package.json +++ b/internal/e2e-tests/package.json @@ -14,6 +14,6 @@ }, "devDependencies": { "adm-zip": "^0.6.0", - "execa": "^9.6.1" + "execa": "^10.0.1" } } diff --git a/package-lock.json b/package-lock.json index fa8468b5db2..dbbbdb97182 100644 --- a/package-lock.json +++ b/package-lock.json @@ -86,7 +86,7 @@ "license": "Apache-2.0", "devDependencies": { "adm-zip": "^0.6.0", - "execa": "^9.6.1" + "execa": "^10.0.1" }, "engines": { "node": "^22.22.2 || ^24.15.0 || >=26.0.0", @@ -9515,27 +9515,27 @@ } }, "node_modules/execa": { - "version": "9.6.1", - "resolved": "https://registry.npmjs.org/execa/-/execa-9.6.1.tgz", - "integrity": "sha512-9Be3ZoN4LmYR90tUoVu2te2BsbzHfhJyfEiAVfz7N5/zv+jduIfLrV2xdQXOHbaD6KgpGdO9PRPM1Y4Q9QkPkA==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/execa/-/execa-10.0.1.tgz", + "integrity": "sha512-ge98qjkRK4IB7tL7Ju/6qmm5LHoH1eEMt5FNZrz3f4UIYhF28lggX20z3FaX1sgc67msLEn0N0BscOs29iuwyw==", "dev": true, "license": "MIT", "dependencies": { "@sindresorhus/merge-streams": "^4.0.0", - "cross-spawn": "^7.0.6", "figures": "^6.1.0", - "get-stream": "^9.0.0", + "get-stream": "^9.0.1", "human-signals": "^8.0.1", "is-plain-obj": "^4.1.0", "is-stream": "^4.0.1", "npm-run-path": "^6.0.0", - "pretty-ms": "^9.2.0", + "pretty-ms": "^9.3.0", "signal-exit": "^4.1.0", "strip-final-newline": "^4.0.0", - "yoctocolors": "^2.1.1" + "which-command": "^0.1.0", + "yoctocolors": "^2.1.2" }, "engines": { - "node": "^18.19.0 || >=20.5.0" + "node": ">=22" }, "funding": { "url": "https://github.com/sindresorhus/execa?sponsor=1" @@ -18584,6 +18584,22 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/which-command": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/which-command/-/which-command-0.1.0.tgz", + "integrity": "sha512-XZyoF5/5hZtXitIwzrU4NKK+Wtbb9aB9CezUEw2Q0wlYK8NUYQxC1rRXgNueYLtBAJwXIb+/tFVk4dozciNJMA==", + "dev": true, + "license": "MIT", + "bin": { + "which-command": "cli.js" + }, + "engines": { + "node": ">=22" + }, + "funding": { + "url": "https://github.com/sindresorhus/which-command?sponsor=1" + } + }, "node_modules/which-module": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.1.tgz", @@ -19091,7 +19107,7 @@ "cross-env": "^10.1.0", "eslint": "^10.7.0", "esmock": "^2.7.6", - "execa": "^9.6.1", + "execa": "^10.0.1", "nyc": "^18.0.0", "rimraf": "^6.1.3", "sinon": "^21.1.2", diff --git a/packages/cli/package.json b/packages/cli/package.json index 6190ea8bf72..a57afcaf0e9 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -73,7 +73,7 @@ "cross-env": "^10.1.0", "eslint": "^10.7.0", "esmock": "^2.7.6", - "execa": "^9.6.1", + "execa": "^10.0.1", "nyc": "^18.0.0", "rimraf": "^6.1.3", "sinon": "^21.1.2",