Skip to content

Commit 31d20ba

Browse files
committed
chore(deps): update dependency globby to v11.1.0
1 parent 6e9da41 commit 31d20ba

File tree

2 files changed

+58
-10
lines changed

2 files changed

+58
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@types/node": "14.17.2",
2626
"chai": "4.3.4",
2727
"chai-as-promised": "7.1.1",
28-
"globby": "11.0.3",
28+
"globby": "11.1.0",
2929
"mocha": "5.2.0",
3030
"mock-fs": "5.1.2",
3131
"nyc": "15.1.0",

yarn.lock

Lines changed: 57 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2162,7 +2162,7 @@ braces@^2.3.1:
21622162
split-string "^3.0.2"
21632163
to-regex "^3.0.1"
21642164

2165-
braces@^3.0.1:
2165+
braces@^3.0.1, braces@^3.0.2:
21662166
version "3.0.2"
21672167
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
21682168
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
@@ -3751,6 +3751,17 @@ fast-glob@^3.0.3, fast-glob@^3.1.1:
37513751
micromatch "^4.0.2"
37523752
picomatch "^2.2.1"
37533753

3754+
fast-glob@^3.2.9:
3755+
version "3.2.11"
3756+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
3757+
integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==
3758+
dependencies:
3759+
"@nodelib/fs.stat" "^2.0.2"
3760+
"@nodelib/fs.walk" "^1.2.3"
3761+
glob-parent "^5.1.2"
3762+
merge2 "^1.3.0"
3763+
micromatch "^4.0.4"
3764+
37543765
fast-json-stable-stringify@^2.0.0:
37553766
version "2.1.0"
37563767
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -4193,6 +4204,13 @@ glob-parent@^5.0.0, glob-parent@^5.1.0:
41934204
dependencies:
41944205
is-glob "^4.0.1"
41954206

4207+
glob-parent@^5.1.2:
4208+
version "5.1.2"
4209+
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
4210+
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
4211+
dependencies:
4212+
is-glob "^4.0.1"
4213+
41964214
glob-to-regexp@^0.3.0:
41974215
version "0.3.0"
41984216
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab"
@@ -4257,16 +4275,16 @@ globals@^12.1.0:
42574275
dependencies:
42584276
type-fest "^0.8.1"
42594277

4260-
globby@11.0.3, globby@^11.0.3:
4261-
version "11.0.3"
4262-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.3.tgz#9b1f0cb523e171dd1ad8c7b2a9fb4b644b9593cb"
4263-
integrity sha512-ffdmosjA807y7+lA1NM0jELARVmYul/715xiILEjo3hBLPTcirgQNnXECn5g3mtR8TOLCVbkfua1Hpen25/Xcg==
4278+
globby@11.1.0:
4279+
version "11.1.0"
4280+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
4281+
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
42644282
dependencies:
42654283
array-union "^2.1.0"
42664284
dir-glob "^3.0.1"
4267-
fast-glob "^3.1.1"
4268-
ignore "^5.1.4"
4269-
merge2 "^1.3.0"
4285+
fast-glob "^3.2.9"
4286+
ignore "^5.2.0"
4287+
merge2 "^1.4.1"
42704288
slash "^3.0.0"
42714289

42724290
globby@^10.0.1:
@@ -4295,6 +4313,18 @@ globby@^11.0.1:
42954313
merge2 "^1.3.0"
42964314
slash "^3.0.0"
42974315

4316+
globby@^11.0.3:
4317+
version "11.0.3"
4318+
resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.3.tgz#9b1f0cb523e171dd1ad8c7b2a9fb4b644b9593cb"
4319+
integrity sha512-ffdmosjA807y7+lA1NM0jELARVmYul/715xiILEjo3hBLPTcirgQNnXECn5g3mtR8TOLCVbkfua1Hpen25/Xcg==
4320+
dependencies:
4321+
array-union "^2.1.0"
4322+
dir-glob "^3.0.1"
4323+
fast-glob "^3.1.1"
4324+
ignore "^5.1.4"
4325+
merge2 "^1.3.0"
4326+
slash "^3.0.0"
4327+
42984328
globby@^4.0.0:
42994329
version "4.1.0"
43004330
resolved "https://registry.yarnpkg.com/globby/-/globby-4.1.0.tgz#080f54549ec1b82a6c60e631fc82e1211dbe95f8"
@@ -4675,6 +4705,11 @@ ignore@^5.1.1, ignore@^5.1.4, ignore@^5.1.8:
46754705
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.1.8.tgz#f150a8b50a34289b33e22f5889abd4d8016f0e57"
46764706
integrity sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==
46774707

4708+
ignore@^5.2.0:
4709+
version "5.2.0"
4710+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a"
4711+
integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==
4712+
46784713
import-fresh@^3.0.0:
46794714
version "3.2.1"
46804715
resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.2.1.tgz#633ff618506e793af5ac91bf48b72677e15cbe66"
@@ -5943,7 +5978,7 @@ merge-stream@^2.0.0:
59435978
resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
59445979
integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
59455980

5946-
merge2@^1.2.3, merge2@^1.3.0:
5981+
merge2@^1.2.3, merge2@^1.3.0, merge2@^1.4.1:
59475982
version "1.4.1"
59485983
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
59495984
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
@@ -5975,6 +6010,14 @@ micromatch@^4.0.2:
59756010
braces "^3.0.1"
59766011
picomatch "^2.0.5"
59776012

6013+
micromatch@^4.0.4:
6014+
version "4.0.5"
6015+
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6"
6016+
integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==
6017+
dependencies:
6018+
braces "^3.0.2"
6019+
picomatch "^2.3.1"
6020+
59786021
mime-db@1.44.0:
59796022
version "1.44.0"
59806023
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.44.0.tgz#fa11c5eb0aca1334b4233cb4d52f10c5a6272f92"
@@ -7176,6 +7219,11 @@ picomatch@^2.0.5, picomatch@^2.2.1:
71767219
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad"
71777220
integrity sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==
71787221

7222+
picomatch@^2.3.1:
7223+
version "2.3.1"
7224+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
7225+
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
7226+
71797227
pify@^2.0.0, pify@^2.2.0, pify@^2.3.0:
71807228
version "2.3.0"
71817229
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"

0 commit comments

Comments
 (0)