Skip to content

Commit 3e0b52c

Browse files
fix(deps): update dependency execa to v9
1 parent 176d3b6 commit 3e0b52c

File tree

2 files changed

+44
-27
lines changed

2 files changed

+44
-27
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.5.2",
3333
"glob": "10.4.5",
3434
"ignore": "5.3.2",
3535
"mri": "1.2.0",

yarn.lock

Lines changed: 43 additions & 26 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.5.2"
17221722
glob: "npm:10.4.5"
17231723
husky: "npm:9.0.11"
17241724
ignore: "npm:5.3.2"
@@ -3893,6 +3893,26 @@ __metadata:
38933893
languageName: node
38943894
linkType: hard
38953895

3896+
"execa@npm:9.5.2, execa@npm:^9.0.0":
3897+
version: 9.5.2
3898+
resolution: "execa@npm:9.5.2"
3899+
dependencies:
3900+
"@sindresorhus/merge-streams": "npm:^4.0.0"
3901+
cross-spawn: "npm:^7.0.3"
3902+
figures: "npm:^6.1.0"
3903+
get-stream: "npm:^9.0.0"
3904+
human-signals: "npm:^8.0.0"
3905+
is-plain-obj: "npm:^4.1.0"
3906+
is-stream: "npm:^4.0.1"
3907+
npm-run-path: "npm:^6.0.0"
3908+
pretty-ms: "npm:^9.0.0"
3909+
signal-exit: "npm:^4.1.0"
3910+
strip-final-newline: "npm:^4.0.0"
3911+
yoctocolors: "npm:^2.0.0"
3912+
checksum: 10c0/94782a6282e03253224406c29068d18f9095cc251a45d1f19ac3d8f2a9db2cbe32fb8ceb039db1451d8fce3531135a6c0c559f76d634f85416268fc4a6995365
3913+
languageName: node
3914+
linkType: hard
3915+
38963916
"execa@npm:^8.0.0, execa@npm:^8.0.1":
38973917
version: 8.0.1
38983918
resolution: "execa@npm:8.0.1"
@@ -3910,26 +3930,6 @@ __metadata:
39103930
languageName: node
39113931
linkType: hard
39123932

3913-
"execa@npm:^9.0.0":
3914-
version: 9.1.0
3915-
resolution: "execa@npm:9.1.0"
3916-
dependencies:
3917-
"@sindresorhus/merge-streams": "npm:^4.0.0"
3918-
cross-spawn: "npm:^7.0.3"
3919-
figures: "npm:^6.1.0"
3920-
get-stream: "npm:^9.0.0"
3921-
human-signals: "npm:^7.0.0"
3922-
is-plain-obj: "npm:^4.1.0"
3923-
is-stream: "npm:^4.0.1"
3924-
npm-run-path: "npm:^5.2.0"
3925-
pretty-ms: "npm:^9.0.0"
3926-
signal-exit: "npm:^4.1.0"
3927-
strip-final-newline: "npm:^4.0.0"
3928-
yoctocolors: "npm:^2.0.0"
3929-
checksum: 10c0/9a4810b93d098eb0bed48793b61c3aa3e5804867c2c5808cd2a597a6e71738151a74dc792909085ce1d38e89f4b0e078d93ffd165aaca2d9a6728f3616f8e5c0
3930-
languageName: node
3931-
linkType: hard
3932-
39333933
"exit@npm:^0.1.2":
39343934
version: 0.1.2
39353935
resolution: "exit@npm:0.1.2"
@@ -4757,10 +4757,10 @@ __metadata:
47574757
languageName: node
47584758
linkType: hard
47594759

4760-
"human-signals@npm:^7.0.0":
4761-
version: 7.0.0
4762-
resolution: "human-signals@npm:7.0.0"
4763-
checksum: 10c0/ce0c6d62d2e9bfe529d48f7c7fdf4b8c70fce950eef7850719b4e3f5bc71795ae7d61a3699ce13262bed7847705822601cc81f1921ea6a2906852e16228a94ab
4760+
"human-signals@npm:^8.0.0":
4761+
version: 8.0.0
4762+
resolution: "human-signals@npm:8.0.0"
4763+
checksum: 10c0/e4dac4f7d3eb791ed04129fc6a85bd454a9102d3e3b76c911d0db7057ebd60b2956b435b5b5712aec18960488ede3c21ef7c56e42cdd70760c0d84d3c05cd92e
47644764
languageName: node
47654765
linkType: hard
47664766

@@ -6975,7 +6975,7 @@ __metadata:
69756975
languageName: node
69766976
linkType: hard
69776977

6978-
"npm-run-path@npm:^5.1.0, npm-run-path@npm:^5.2.0":
6978+
"npm-run-path@npm:^5.1.0":
69796979
version: 5.3.0
69806980
resolution: "npm-run-path@npm:5.3.0"
69816981
dependencies:
@@ -6984,6 +6984,16 @@ __metadata:
69846984
languageName: node
69856985
linkType: hard
69866986

6987+
"npm-run-path@npm:^6.0.0":
6988+
version: 6.0.0
6989+
resolution: "npm-run-path@npm:6.0.0"
6990+
dependencies:
6991+
path-key: "npm:^4.0.0"
6992+
unicorn-magic: "npm:^0.3.0"
6993+
checksum: 10c0/b223c8a0dcd608abf95363ea5c3c0ccc3cd877daf0102eaf1b0f2390d6858d8337fbb7c443af2403b067a7d2c116d10691ecd22ab3c5273c44da1ff8d07753bd
6994+
languageName: node
6995+
linkType: hard
6996+
69876997
"npm-user-validate@npm:^2.0.1":
69886998
version: 2.0.1
69896999
resolution: "npm-user-validate@npm:2.0.1"
@@ -9107,6 +9117,13 @@ __metadata:
91079117
languageName: node
91089118
linkType: hard
91099119

9120+
"unicorn-magic@npm:^0.3.0":
9121+
version: 0.3.0
9122+
resolution: "unicorn-magic@npm:0.3.0"
9123+
checksum: 10c0/0a32a997d6c15f1c2a077a15b1c4ca6f268d574cf5b8975e778bb98e6f8db4ef4e86dfcae4e158cd4c7e38fb4dd383b93b13eefddc7f178dea13d3ac8a603271
9124+
languageName: node
9125+
linkType: hard
9126+
91109127
"unique-filename@npm:^3.0.0":
91119128
version: 3.0.0
91129129
resolution: "unique-filename@npm:3.0.0"

0 commit comments

Comments
 (0)