Skip to content

Commit 9ec2ed8

Browse files
build(deps): bump cross-spawn from 7.0.3 to 7.0.6
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6. - [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md) - [Commits](moxystudio/node-cross-spawn@v7.0.3...v7.0.6) --- updated-dependencies: - dependency-name: cross-spawn dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7dbd4e3 commit 9ec2ed8

File tree

1 file changed

+31
-6
lines changed

1 file changed

+31
-6
lines changed

yarn.lock

+31-6
Original file line numberDiff line numberDiff line change
@@ -1132,9 +1132,9 @@ cross-env@^7.0.3:
11321132
cross-spawn "^7.0.1"
11331133

11341134
cross-spawn@^7.0.0, cross-spawn@^7.0.1, cross-spawn@^7.0.3:
1135-
version "7.0.3"
1136-
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
1137-
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
1135+
version "7.0.6"
1136+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
1137+
integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==
11381138
dependencies:
11391139
path-key "^3.1.0"
11401140
shebang-command "^2.0.0"
@@ -2656,7 +2656,16 @@ string-length@^4.0.1:
26562656
char-regex "^1.0.2"
26572657
strip-ansi "^6.0.0"
26582658

2659-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
2659+
"string-width-cjs@npm:string-width@^4.2.0":
2660+
version "4.2.3"
2661+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
2662+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
2663+
dependencies:
2664+
emoji-regex "^8.0.0"
2665+
is-fullwidth-code-point "^3.0.0"
2666+
strip-ansi "^6.0.1"
2667+
2668+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
26602669
version "4.2.3"
26612670
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
26622671
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -2683,7 +2692,7 @@ string-width@^7.0.0, string-width@^7.2.0:
26832692
get-east-asian-width "^1.0.0"
26842693
strip-ansi "^7.1.0"
26852694

2686-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.1:
2695+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
26872696
version "6.0.1"
26882697
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
26892698
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -2697,6 +2706,13 @@ strip-ansi@^6.0.0:
26972706
dependencies:
26982707
ansi-regex "^5.0.0"
26992708

2709+
strip-ansi@^6.0.1:
2710+
version "6.0.1"
2711+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
2712+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
2713+
dependencies:
2714+
ansi-regex "^5.0.1"
2715+
27002716
strip-ansi@^7.0.1, strip-ansi@^7.1.0:
27012717
version "7.1.0"
27022718
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45"
@@ -2860,7 +2876,16 @@ which@^2.0.1:
28602876
dependencies:
28612877
isexe "^2.0.0"
28622878

2863-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
2879+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
2880+
version "7.0.0"
2881+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
2882+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
2883+
dependencies:
2884+
ansi-styles "^4.0.0"
2885+
string-width "^4.1.0"
2886+
strip-ansi "^6.0.0"
2887+
2888+
wrap-ansi@^7.0.0:
28642889
version "7.0.0"
28652890
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
28662891
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==

0 commit comments

Comments
 (0)