Skip to content

Commit

Permalink
fix(deps): bump execa from 8.0.1 to 9.5.2
Browse files Browse the repository at this point in the history
Bumps [execa](https://github.com/sindresorhus/execa) from 8.0.1 to 9.5.2.
- [Release notes](https://github.com/sindresorhus/execa/releases)
- [Commits](sindresorhus/execa@v8.0.1...v9.5.2)

---
updated-dependencies:
- dependency-name: execa
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent ef8470a commit badae48
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@semantic-release/error": "^4.0.0",
"aggregate-error": "^5.0.0",
"cosmiconfig": "^9.0.0",
"execa": "^8.0.1",
"execa": "^9.5.2",
"fs-extra": "^11.1.0",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
Expand Down
48 changes: 46 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2937,7 +2937,7 @@ __metadata:
languageName: node
linkType: hard

"execa@npm:^8.0.0, execa@npm:^8.0.1, execa@npm:~8.0.1":
"execa@npm:^8.0.0, execa@npm:~8.0.1":
version: 8.0.1
resolution: "execa@npm:8.0.1"
dependencies:
Expand Down Expand Up @@ -2974,6 +2974,26 @@ __metadata:
languageName: node
linkType: hard

"execa@npm:^9.5.2":
version: 9.5.2
resolution: "execa@npm:9.5.2"
dependencies:
"@sindresorhus/merge-streams": "npm:^4.0.0"
cross-spawn: "npm:^7.0.3"
figures: "npm:^6.1.0"
get-stream: "npm:^9.0.0"
human-signals: "npm:^8.0.0"
is-plain-obj: "npm:^4.1.0"
is-stream: "npm:^4.0.1"
npm-run-path: "npm:^6.0.0"
pretty-ms: "npm:^9.0.0"
signal-exit: "npm:^4.1.0"
strip-final-newline: "npm:^4.0.0"
yoctocolors: "npm:^2.0.0"
checksum: 652fa492e7e1052becba12275aafd1c3d249967a4400f798877aa6c21fafcd8182ee3ce09a54f0379785635f32a4adeef77b2edb83d7e8a55b06819ed102ff2a
languageName: node
linkType: hard

"exponential-backoff@npm:^3.1.1":
version: 3.1.1
resolution: "exponential-backoff@npm:3.1.1"
Expand Down Expand Up @@ -3729,6 +3749,13 @@ __metadata:
languageName: node
linkType: hard

"human-signals@npm:^8.0.0":
version: 8.0.0
resolution: "human-signals@npm:8.0.0"
checksum: 89acdc7081ac2a065e41cca7351c4b0fe2382e213b7372f90df6a554e340f31b49388a307adc1d6f4c60b2b4fe81eeff0bc1f44be6f5d844311cd92ccc7831c6
languageName: node
linkType: hard

"humanize-ms@npm:^1.2.1":
version: 1.2.1
resolution: "humanize-ms@npm:1.2.1"
Expand Down Expand Up @@ -5688,6 +5715,16 @@ __metadata:
languageName: node
linkType: hard

"npm-run-path@npm:^6.0.0":
version: 6.0.0
resolution: "npm-run-path@npm:6.0.0"
dependencies:
path-key: "npm:^4.0.0"
unicorn-magic: "npm:^0.3.0"
checksum: 1a1b50aba6e6af7fd34a860ba2e252e245c4a59b316571a990356417c0cdf0414cabf735f7f52d9c330899cb56f0ab804a8e21fb12a66d53d7843e39ada4a3b6
languageName: node
linkType: hard

"npm-user-validate@npm:^2.0.0":
version: 2.0.0
resolution: "npm-user-validate@npm:2.0.0"
Expand Down Expand Up @@ -6865,7 +6902,7 @@ __metadata:
cosmiconfig: "npm:^9.0.0"
dockerode: "npm:4.0.2"
doctoc: "npm:2.2.1"
execa: "npm:^8.0.1"
execa: "npm:^9.5.2"
fs-extra: "npm:^11.1.0"
get-stream: "npm:7.0.1"
got: "npm:12.6.0"
Expand Down Expand Up @@ -7900,6 +7937,13 @@ __metadata:
languageName: node
linkType: hard

"unicorn-magic@npm:^0.3.0":
version: 0.3.0
resolution: "unicorn-magic@npm:0.3.0"
checksum: bdd7d7c522f9456f32a0b77af23f8854f9a7db846088c3868ec213f9550683ab6a2bdf3803577eacbafddb4e06900974385841ccb75338d17346ccef45f9cb01
languageName: node
linkType: hard

"unified@npm:^9.2.2":
version: 9.2.2
resolution: "unified@npm:9.2.2"
Expand Down

0 comments on commit badae48

Please sign in to comment.