Skip to content

Commit 753154e

Browse files
dependabot[bot]vknabel
authored andcommitted
chore(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 6a933bf commit 753154e

File tree

1 file changed

+21
-7
lines changed

1 file changed

+21
-7
lines changed

yarn.lock

+21-7
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ color-name@~1.1.4:
7676
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
7777

7878
cross-spawn@^7.0.0:
79-
version "7.0.3"
80-
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
81-
integrity sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==
79+
version "7.0.6"
80+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.6.tgz#8a58fe78f00dcd70c370451759dfbfaf03e8ee9f"
81+
integrity sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==
8282
dependencies:
8383
path-key "^3.1.0"
8484
shebang-command "^2.0.0"
@@ -189,8 +189,16 @@ signal-exit@^4.0.1:
189189
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz#952188c1cbd546070e2dd20d0f41c0ae0530cb04"
190190
integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==
191191

192-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0:
193-
name string-width-cjs
192+
"string-width-cjs@npm:string-width@^4.2.0":
193+
version "4.2.3"
194+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
195+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
196+
dependencies:
197+
emoji-regex "^8.0.0"
198+
is-fullwidth-code-point "^3.0.0"
199+
strip-ansi "^6.0.1"
200+
201+
string-width@^4.1.0:
194202
version "4.2.3"
195203
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
196204
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -208,8 +216,14 @@ string-width@^5.0.1, string-width@^5.1.2:
208216
emoji-regex "^9.2.2"
209217
strip-ansi "^7.0.1"
210218

211-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
212-
name strip-ansi-cjs
219+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
220+
version "6.0.1"
221+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
222+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
223+
dependencies:
224+
ansi-regex "^5.0.1"
225+
226+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
213227
version "6.0.1"
214228
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
215229
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==

0 commit comments

Comments
 (0)