Skip to content

Commit 8e6011b

Browse files
Bump cross-spawn from 6.0.5 to 6.0.6
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 6.0.5 to 6.0.6. - [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/v6.0.6/CHANGELOG.md) - [Commits](moxystudio/node-cross-spawn@v6.0.5...v6.0.6) --- updated-dependencies: - dependency-name: cross-spawn dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7ca1c16 commit 8e6011b

File tree

1 file changed

+32
-4
lines changed

1 file changed

+32
-4
lines changed

yarn.lock

+32-4
Original file line numberDiff line numberDiff line change
@@ -2933,9 +2933,9 @@ create-hmac@^1.1.0, create-hmac@^1.1.4, create-hmac@^1.1.7:
29332933
sha.js "^2.4.8"
29342934

29352935
cross-spawn@^6.0.0, cross-spawn@^6.0.5:
2936-
version "6.0.5"
2937-
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
2938-
integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==
2936+
version "6.0.6"
2937+
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.6.tgz#30d0efa0712ddb7eb5a76e1e8721bffafa6b5d57"
2938+
integrity sha512-VqCUuhcd1iB+dsv8gxPttb5iZh/D0iubSP21g36KXdEuf6I5JiioesUVjpCdHV9MZRUfVFlvwtIUyPfxo5trtw==
29392939
dependencies:
29402940
nice-try "^1.0.4"
29412941
path-key "^2.0.1"
@@ -3858,6 +3858,17 @@ fast-glob@^3.1.1:
38583858
merge2 "^1.3.0"
38593859
micromatch "^4.0.4"
38603860

3861+
fast-glob@^3.2.9:
3862+
version "3.3.2"
3863+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
3864+
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
3865+
dependencies:
3866+
"@nodelib/fs.stat" "^2.0.2"
3867+
"@nodelib/fs.walk" "^1.2.3"
3868+
glob-parent "^5.1.2"
3869+
merge2 "^1.3.0"
3870+
micromatch "^4.0.4"
3871+
38613872
fast-json-stable-stringify@^2.0.0:
38623873
version "2.1.0"
38633874
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -4238,6 +4249,18 @@ globby@9.2.0:
42384249
pify "^4.0.1"
42394250
slash "^2.0.0"
42404251

4252+
globby@^11.0.4:
4253+
version "11.1.0"
4254+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
4255+
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
4256+
dependencies:
4257+
array-union "^2.1.0"
4258+
dir-glob "^3.0.1"
4259+
fast-glob "^3.2.9"
4260+
ignore "^5.2.0"
4261+
merge2 "^1.4.1"
4262+
slash "^3.0.0"
4263+
42414264
got@^9.6.0:
42424265
version "9.6.0"
42434266
resolved "https://registry.yarnpkg.com/got/-/got-9.6.0.tgz#edf45e7d67f99545705de1f7bbeeeb121765ed85"
@@ -4594,6 +4617,11 @@ ignore@^5.1.4:
45944617
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
45954618
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
45964619

4620+
ignore@^5.2.0:
4621+
version "5.3.2"
4622+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.2.tgz#3cd40e729f3643fd87cb04e50bf0eb722bc596f5"
4623+
integrity sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==
4624+
45974625
immediate@^3.2.3:
45984626
version "3.3.0"
45994627
resolved "https://registry.yarnpkg.com/immediate/-/immediate-3.3.0.tgz#1aef225517836bcdf7f2a2de2600c79ff0269266"
@@ -5572,7 +5600,7 @@ merge-source-map@^1.1.0:
55725600
dependencies:
55735601
source-map "^0.6.1"
55745602

5575-
merge2@^1.2.3, merge2@^1.3.0:
5603+
merge2@^1.2.3, merge2@^1.3.0, merge2@^1.4.1:
55765604
version "1.4.1"
55775605
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
55785606
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==

0 commit comments

Comments
 (0)