Skip to content

Commit

Permalink
build(deps): update dependency execa to v7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 27, 2023
1 parent 7cbb53d commit eb7ddad
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"clipanion": "3.2.1",
"convert": "4.13.1",
"decompress": "4.2.1",
"execa": "7.1.1",
"execa": "7.2.0",
"got": "12.6.1",
"path-exists": "5.0.0",
"update-notifier": "6.0.2"
Expand Down
27 changes: 22 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3215,9 +3215,9 @@ __metadata:
languageName: node
linkType: hard

"execa@npm:7.1.1, execa@npm:^7.0.0":
version: 7.1.1
resolution: "execa@npm:7.1.1"
"execa@npm:7.2.0":
version: 7.2.0
resolution: "execa@npm:7.2.0"
dependencies:
cross-spawn: ^7.0.3
get-stream: ^6.0.1
Expand All @@ -3228,7 +3228,7 @@ __metadata:
onetime: ^6.0.0
signal-exit: ^3.0.7
strip-final-newline: ^3.0.0
checksum: 21fa46fc69314ace4068cf820142bdde5b643a5d89831c2c9349479c1555bff137a291b8e749e7efca36535e4e0a8c772c11008ca2e84d2cbd6ca141a3c8f937
checksum: 14fd17ba0ca8c87b277584d93b1d9fc24f2a65e5152b31d5eb159a3b814854283eaae5f51efa9525e304447e2f757c691877f7adff8fde5746aae67eb1edd1cc
languageName: node
linkType: hard

Expand All @@ -3249,6 +3249,23 @@ __metadata:
languageName: node
linkType: hard

"execa@npm:^7.0.0":
version: 7.1.1
resolution: "execa@npm:7.1.1"
dependencies:
cross-spawn: ^7.0.3
get-stream: ^6.0.1
human-signals: ^4.3.0
is-stream: ^3.0.0
merge-stream: ^2.0.0
npm-run-path: ^5.1.0
onetime: ^6.0.0
signal-exit: ^3.0.7
strip-final-newline: ^3.0.0
checksum: 21fa46fc69314ace4068cf820142bdde5b643a5d89831c2c9349479c1555bff137a291b8e749e7efca36535e4e0a8c772c11008ca2e84d2cbd6ca141a3c8f937
languageName: node
linkType: hard

"fast-deep-equal@npm:^3.1.1, fast-deep-equal@npm:^3.1.3":
version: 3.1.3
resolution: "fast-deep-equal@npm:3.1.3"
Expand Down Expand Up @@ -4010,7 +4027,7 @@ __metadata:
clipanion: 3.2.1
convert: 4.13.1
decompress: 4.2.1
execa: 7.1.1
execa: 7.2.0
got: 12.6.1
path-exists: 5.0.0
prettier: 2.8.7
Expand Down

0 comments on commit eb7ddad

Please sign in to comment.