diff --git a/package-lock.json b/package-lock.json index 554ea0b..e555cc6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11961,27 +11961,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" @@ -16627,6 +16627,22 @@ "node": "^20.17.0 || >=22.9.0" } }, + "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", @@ -16847,7 +16863,7 @@ "eslint-plugin-ava": "^15.1.0", "eslint-plugin-jsdoc": "^63.3.3", "esmock": "^2.7.6", - "execa": "^9.6.1", + "execa": "^10.0.1", "get-port": "^7.2.0", "globals": "^17.9.0", "nyc": "^18.0.0", diff --git a/packages/middleware-code-coverage/package.json b/packages/middleware-code-coverage/package.json index 149616f..7741515 100644 --- a/packages/middleware-code-coverage/package.json +++ b/packages/middleware-code-coverage/package.json @@ -51,7 +51,7 @@ "eslint-plugin-ava": "^15.1.0", "eslint-plugin-jsdoc": "^63.3.3", "esmock": "^2.7.6", - "execa": "^9.6.1", + "execa": "^10.0.1", "get-port": "^7.2.0", "globals": "^17.9.0", "nyc": "^18.0.0",