chore(deps): update dependency execa to ^9.6.0

This commit is contained in:
renovate[bot] 2025-05-26 22:47:20 +00:00 committed by GitHub
parent 30d87034e4
commit 43151bc46b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 12 deletions

23
package-lock.json generated
View File

@ -41,7 +41,7 @@
"ajv": "^8.17.1",
"c8": "^10.1.3",
"eslint": "^9.27.0",
"execa": "^9.5.3",
"execa": "^9.6.0",
"hereby": "^1.11.0",
"husky": "^9.1.7",
"installed-check": "^9.3.0",
@ -2411,24 +2411,24 @@
"integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA=="
},
"node_modules/execa": {
"version": "9.5.3",
"resolved": "https://registry.npmjs.org/execa/-/execa-9.5.3.tgz",
"integrity": "sha512-QFNnTvU3UjgWFy8Ef9iDHvIdcgZ344ebkwYx4/KLbR+CKQA4xBaHzv+iRpp86QfMHP8faFQLh8iOc57215y4Rg==",
"version": "9.6.0",
"resolved": "https://registry.npmjs.org/execa/-/execa-9.6.0.tgz",
"integrity": "sha512-jpWzZ1ZhwUmeWRhS7Qv3mhpOhLfwI+uAX4e5fOcXqwMR7EcJ0pj2kV1CVzHVMX/LphnKWD3LObjZCoJ71lKpHw==",
"dev": true,
"license": "MIT",
"dependencies": {
"@sindresorhus/merge-streams": "^4.0.0",
"cross-spawn": "^7.0.3",
"cross-spawn": "^7.0.6",
"figures": "^6.1.0",
"get-stream": "^9.0.0",
"human-signals": "^8.0.0",
"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.0.0",
"pretty-ms": "^9.2.0",
"signal-exit": "^4.1.0",
"strip-final-newline": "^4.0.0",
"yoctocolors": "^2.0.0"
"yoctocolors": "^2.1.1"
},
"engines": {
"node": "^18.19.0 || >=20.5.0"
@ -6203,10 +6203,11 @@
}
},
"node_modules/yoctocolors": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/yoctocolors/-/yoctocolors-2.0.0.tgz",
"integrity": "sha512-esbDnt0Z1zI1KgvOZU90hJbL6BkoUbrP9yy7ArNZ6TmxBxydMJTYMf9FZjmwwcA8ZgEQzriQ3hwZ0NYXhlFo8Q==",
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/yoctocolors/-/yoctocolors-2.1.1.tgz",
"integrity": "sha512-GQHQqAopRhwU8Kt1DDM8NjibDXHC8eoh1erhGAJPEyveY9qqVeXvVikNKrDz69sHowPMorbPUrH/mx8c50eiBQ==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=18"
},

View File

@ -19,7 +19,7 @@
"ajv": "^8.17.1",
"c8": "^10.1.3",
"eslint": "^9.27.0",
"execa": "^9.5.3",
"execa": "^9.6.0",
"hereby": "^1.11.0",
"husky": "^9.1.7",
"installed-check": "^9.3.0",