Skip to content

Commit 84d6232

Browse files
fix(deps): update dependency execa to v9
1 parent eddc5b7 commit 84d6232

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
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.1.0",
3333
"find-up": "5.0.0",
3434
"glob": "10.3.10",
3535
"ignore": "5.3.1",

yarn.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1719,7 +1719,7 @@ __metadata:
17191719
eslint-plugin-jsdoc: "npm:48.2.5"
17201720
eslint-plugin-prefer-arrow: "npm:1.2.3"
17211721
eslint-plugin-sonarjs: "npm:0.25.1"
1722-
execa: "npm:5.1.1"
1722+
execa: "npm:9.1.0"
17231723
find-up: "npm:5.0.0"
17241724
glob: "npm:10.3.10"
17251725
husky: "npm:9.0.11"
@@ -3879,24 +3879,7 @@ __metadata:
38793879
languageName: node
38803880
linkType: hard
38813881

3882-
"execa@npm:^8.0.0, execa@npm:^8.0.1":
3883-
version: 8.0.1
3884-
resolution: "execa@npm:8.0.1"
3885-
dependencies:
3886-
cross-spawn: "npm:^7.0.3"
3887-
get-stream: "npm:^8.0.1"
3888-
human-signals: "npm:^5.0.0"
3889-
is-stream: "npm:^3.0.0"
3890-
merge-stream: "npm:^2.0.0"
3891-
npm-run-path: "npm:^5.1.0"
3892-
onetime: "npm:^6.0.0"
3893-
signal-exit: "npm:^4.1.0"
3894-
strip-final-newline: "npm:^3.0.0"
3895-
checksum: 10c0/2c52d8775f5bf103ce8eec9c7ab3059909ba350a5164744e9947ed14a53f51687c040a250bda833f906d1283aa8803975b84e6c8f7a7c42f99dc8ef80250d1af
3896-
languageName: node
3897-
linkType: hard
3898-
3899-
"execa@npm:^9.0.0":
3882+
"execa@npm:9.1.0, execa@npm:^9.0.0":
39003883
version: 9.1.0
39013884
resolution: "execa@npm:9.1.0"
39023885
dependencies:
@@ -3916,6 +3899,23 @@ __metadata:
39163899
languageName: node
39173900
linkType: hard
39183901

3902+
"execa@npm:^8.0.0, execa@npm:^8.0.1":
3903+
version: 8.0.1
3904+
resolution: "execa@npm:8.0.1"
3905+
dependencies:
3906+
cross-spawn: "npm:^7.0.3"
3907+
get-stream: "npm:^8.0.1"
3908+
human-signals: "npm:^5.0.0"
3909+
is-stream: "npm:^3.0.0"
3910+
merge-stream: "npm:^2.0.0"
3911+
npm-run-path: "npm:^5.1.0"
3912+
onetime: "npm:^6.0.0"
3913+
signal-exit: "npm:^4.1.0"
3914+
strip-final-newline: "npm:^3.0.0"
3915+
checksum: 10c0/2c52d8775f5bf103ce8eec9c7ab3059909ba350a5164744e9947ed14a53f51687c040a250bda833f906d1283aa8803975b84e6c8f7a7c42f99dc8ef80250d1af
3916+
languageName: node
3917+
linkType: hard
3918+
39193919
"exit@npm:^0.1.2":
39203920
version: 0.1.2
39213921
resolution: "exit@npm:0.1.2"

0 commit comments

Comments
 (0)