Skip to content

Commit b8b45fd

Browse files
fix(deps): update dependency execa to v9
1 parent a8705bd commit b8b45fd

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"dependencies": {
3030
"@softwareventures/array": "7.0.0",
3131
"@softwareventures/nullable": "3.2.0",
32-
"execa": "5.1.1",
32+
"execa": "9.3.0",
3333
"find-up": "5.0.0",
3434
"glob": "10.3.10",
3535
"ignore": "5.3.1",

yarn.lock

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1718,7 +1718,7 @@ __metadata:
17181718
eslint-plugin-jsdoc: "npm:48.2.7"
17191719
eslint-plugin-prefer-arrow: "npm:1.2.3"
17201720
eslint-plugin-sonarjs: "npm:0.25.1"
1721-
execa: "npm:5.1.1"
1721+
execa: "npm:9.3.0"
17221722
find-up: "npm:5.0.0"
17231723
glob: "npm:10.3.10"
17241724
husky: "npm:9.0.11"
@@ -3870,6 +3870,26 @@ __metadata:
38703870
languageName: node
38713871
linkType: hard
38723872

3873+
"execa@npm:9.3.0, execa@npm:^9.0.0":
3874+
version: 9.3.0
3875+
resolution: "execa@npm:9.3.0"
3876+
dependencies:
3877+
"@sindresorhus/merge-streams": "npm:^4.0.0"
3878+
cross-spawn: "npm:^7.0.3"
3879+
figures: "npm:^6.1.0"
3880+
get-stream: "npm:^9.0.0"
3881+
human-signals: "npm:^7.0.0"
3882+
is-plain-obj: "npm:^4.1.0"
3883+
is-stream: "npm:^4.0.1"
3884+
npm-run-path: "npm:^5.2.0"
3885+
pretty-ms: "npm:^9.0.0"
3886+
signal-exit: "npm:^4.1.0"
3887+
strip-final-newline: "npm:^4.0.0"
3888+
yoctocolors: "npm:^2.0.0"
3889+
checksum: 10c0/99ae08e7fb9172d25c453c2a9c414b54c7689e72f68263f6da7bc94c7011720dc8129cc64c2e3be44fb0c6ae8e37a08d346a61dbcfe9f1e79ad24364da2c48ce
3890+
languageName: node
3891+
linkType: hard
3892+
38733893
"execa@npm:^8.0.0, execa@npm:^8.0.1":
38743894
version: 8.0.1
38753895
resolution: "execa@npm:8.0.1"
@@ -3887,26 +3907,6 @@ __metadata:
38873907
languageName: node
38883908
linkType: hard
38893909

3890-
"execa@npm:^9.0.0":
3891-
version: 9.1.0
3892-
resolution: "execa@npm:9.1.0"
3893-
dependencies:
3894-
"@sindresorhus/merge-streams": "npm:^4.0.0"
3895-
cross-spawn: "npm:^7.0.3"
3896-
figures: "npm:^6.1.0"
3897-
get-stream: "npm:^9.0.0"
3898-
human-signals: "npm:^7.0.0"
3899-
is-plain-obj: "npm:^4.1.0"
3900-
is-stream: "npm:^4.0.1"
3901-
npm-run-path: "npm:^5.2.0"
3902-
pretty-ms: "npm:^9.0.0"
3903-
signal-exit: "npm:^4.1.0"
3904-
strip-final-newline: "npm:^4.0.0"
3905-
yoctocolors: "npm:^2.0.0"
3906-
checksum: 10c0/9a4810b93d098eb0bed48793b61c3aa3e5804867c2c5808cd2a597a6e71738151a74dc792909085ce1d38e89f4b0e078d93ffd165aaca2d9a6728f3616f8e5c0
3907-
languageName: node
3908-
linkType: hard
3909-
39103910
"exit@npm:^0.1.2":
39113911
version: 0.1.2
39123912
resolution: "exit@npm:0.1.2"

0 commit comments

Comments
 (0)