Skip to content

Commit f58b4bf

Browse files
fix(deps): update dependency execa to v9
1 parent 2060d33 commit f58b4bf

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

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.4.1"
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.4.1, execa@npm:^9.0.0":
3874+
version: 9.4.1
3875+
resolution: "execa@npm:9.4.1"
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:^8.0.0"
3882+
is-plain-obj: "npm:^4.1.0"
3883+
is-stream: "npm:^4.0.1"
3884+
npm-run-path: "npm:^6.0.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/2166de02c8c940312481e480ef47f54636725b24a402d25bdbaeca97f6eeb82b21def1279e00378872fbe6a0c675d6b5cd144be4d52c1485a7a3895e611ac03e
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"
@@ -4733,10 +4733,10 @@ __metadata:
47334733
languageName: node
47344734
linkType: hard
47354735

4736-
"human-signals@npm:^7.0.0":
4737-
version: 7.0.0
4738-
resolution: "human-signals@npm:7.0.0"
4739-
checksum: 10c0/ce0c6d62d2e9bfe529d48f7c7fdf4b8c70fce950eef7850719b4e3f5bc71795ae7d61a3699ce13262bed7847705822601cc81f1921ea6a2906852e16228a94ab
4736+
"human-signals@npm:^8.0.0":
4737+
version: 8.0.0
4738+
resolution: "human-signals@npm:8.0.0"
4739+
checksum: 10c0/e4dac4f7d3eb791ed04129fc6a85bd454a9102d3e3b76c911d0db7057ebd60b2956b435b5b5712aec18960488ede3c21ef7c56e42cdd70760c0d84d3c05cd92e
47404740
languageName: node
47414741
linkType: hard
47424742

@@ -6937,7 +6937,7 @@ __metadata:
69376937
languageName: node
69386938
linkType: hard
69396939

6940-
"npm-run-path@npm:^5.1.0, npm-run-path@npm:^5.2.0":
6940+
"npm-run-path@npm:^5.1.0":
69416941
version: 5.3.0
69426942
resolution: "npm-run-path@npm:5.3.0"
69436943
dependencies:
@@ -6946,6 +6946,16 @@ __metadata:
69466946
languageName: node
69476947
linkType: hard
69486948

6949+
"npm-run-path@npm:^6.0.0":
6950+
version: 6.0.0
6951+
resolution: "npm-run-path@npm:6.0.0"
6952+
dependencies:
6953+
path-key: "npm:^4.0.0"
6954+
unicorn-magic: "npm:^0.3.0"
6955+
checksum: 10c0/b223c8a0dcd608abf95363ea5c3c0ccc3cd877daf0102eaf1b0f2390d6858d8337fbb7c443af2403b067a7d2c116d10691ecd22ab3c5273c44da1ff8d07753bd
6956+
languageName: node
6957+
linkType: hard
6958+
69496959
"npm-user-validate@npm:^2.0.1":
69506960
version: 2.0.1
69516961
resolution: "npm-user-validate@npm:2.0.1"
@@ -9035,6 +9045,13 @@ __metadata:
90359045
languageName: node
90369046
linkType: hard
90379047

9048+
"unicorn-magic@npm:^0.3.0":
9049+
version: 0.3.0
9050+
resolution: "unicorn-magic@npm:0.3.0"
9051+
checksum: 10c0/0a32a997d6c15f1c2a077a15b1c4ca6f268d574cf5b8975e778bb98e6f8db4ef4e86dfcae4e158cd4c7e38fb4dd383b93b13eefddc7f178dea13d3ac8a603271
9052+
languageName: node
9053+
linkType: hard
9054+
90389055
"unique-filename@npm:^3.0.0":
90399056
version: 3.0.0
90409057
resolution: "unique-filename@npm:3.0.0"

0 commit comments

Comments
 (0)