Skip to content

Commit 4efb34b

Browse files
renovate[bot]marionebl
authored andcommitted
chore: update dependency globby to v10 (#705)
1 parent 804af8b commit 4efb34b

File tree

6 files changed

+147
-51
lines changed

6 files changed

+147
-51
lines changed

@commitlint/config-patternplate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"homepage": "https://github.com/conventional-changelog/commitlint#readme",
3131
"dependencies": {
3232
"@commitlint/config-angular": "^8.0.0",
33-
"globby": "8.0.1",
33+
"globby": "10.0.1",
3434
"lodash": "4.17.11"
3535
},
3636
"devDependencies": {

@commitlint/ensure/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@commitlint/utils": "^8.0.0",
4141
"@types/jest": "24.0.13",
4242
"concurrently": "3.5.1",
43-
"globby": "9.2.0",
43+
"globby": "10.0.1",
4444
"jest": "24.8.0",
4545
"ts-jest": "24.0.2",
4646
"typescript": "3.4.5"

@commitlint/lint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"concurrently": "3.5.1",
6666
"cross-env": "5.1.1",
6767
"execa": "0.9.0",
68-
"globby": "8.0.1",
68+
"globby": "10.0.1",
6969
"proxyquire": "2.1.0"
7070
},
7171
"dependencies": {

@commitlint/load/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"concurrently": "3.5.1",
6666
"cross-env": "5.1.1",
6767
"execa": "0.9.0",
68-
"globby": "8.0.1"
68+
"globby": "10.0.1"
6969
},
7070
"dependencies": {
7171
"@commitlint/execute-rule": "^8.0.0",

@commitlint/rules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"concurrently": "3.5.1",
6767
"conventional-changelog-angular": "1.6.6",
6868
"cross-env": "5.1.1",
69-
"globby": "8.0.1",
69+
"globby": "10.0.1",
7070
"lodash": "4.17.11"
7171
},
7272
"dependencies": {

yarn.lock

Lines changed: 142 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1131,10 +1131,26 @@
11311131
call-me-maybe "^1.0.1"
11321132
glob-to-regexp "^0.3.0"
11331133

1134-
"@nodelib/fs.stat@^1.1.2":
1135-
version "1.1.3"
1136-
resolved "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz#2b5a3ab3f918cca48a8c754c08168e3f03eba61b"
1137-
integrity sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==
1134+
"@nodelib/fs.scandir@2.1.1":
1135+
version "2.1.1"
1136+
resolved "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.1.tgz#7fa8fed654939e1a39753d286b48b4836d00e0eb"
1137+
integrity sha512-NT/skIZjgotDSiXs0WqYhgcuBKhUMgfekCmCGtkUAiLqZdOnrdjmZr9wRl3ll64J9NF79uZ4fk16Dx0yMc/Xbg==
1138+
dependencies:
1139+
"@nodelib/fs.stat" "2.0.1"
1140+
run-parallel "^1.1.9"
1141+
1142+
"@nodelib/fs.stat@2.0.1", "@nodelib/fs.stat@^2.0.1":
1143+
version "2.0.1"
1144+
resolved "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.1.tgz#814f71b1167390cfcb6a6b3d9cdeb0951a192c14"
1145+
integrity sha512-+RqhBlLn6YRBGOIoVYthsG0J9dfpO79eJyN7BYBkZJtfqrBwf2KK+rD/M/yjZR6WBmIhAgOV7S60eCgaSWtbFw==
1146+
1147+
"@nodelib/fs.walk@^1.2.1":
1148+
version "1.2.2"
1149+
resolved "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.2.tgz#6a6450c5e17012abd81450eb74949a4d970d2807"
1150+
integrity sha512-J/DR3+W12uCzAJkw7niXDcqcKBg6+5G5Q/ZpThpGNzAUz70eOR6RV4XnnSN01qHZiVl0eavoxJsBypQoKsV2QQ==
1151+
dependencies:
1152+
"@nodelib/fs.scandir" "2.1.1"
1153+
fastq "^1.6.0"
11381154

11391155
"@octokit/endpoint@^3.1.1":
11401156
version "3.1.3"
@@ -1580,13 +1596,18 @@ array-ify@^1.0.0:
15801596
resolved "https://registry.npmjs.org/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece"
15811597
integrity sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4=
15821598

1583-
array-union@^1.0.1, array-union@^1.0.2:
1599+
array-union@^1.0.1:
15841600
version "1.0.2"
15851601
resolved "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz#9a34410e4f4e3da23dea375be5be70f24778ec39"
15861602
integrity sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=
15871603
dependencies:
15881604
array-uniq "^1.0.1"
15891605

1606+
array-union@^2.1.0:
1607+
version "2.1.0"
1608+
resolved "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
1609+
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
1610+
15901611
array-uniq@^1.0.1, array-uniq@^1.0.2:
15911612
version "1.0.3"
15921613
resolved "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz#af6ac877a25cc7f74e058894753858dfdb24fdb6"
@@ -2825,6 +2846,13 @@ braces@^2.3.1:
28252846
split-string "^3.0.2"
28262847
to-regex "^3.0.1"
28272848

2849+
braces@^3.0.1:
2850+
version "3.0.2"
2851+
resolved "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
2852+
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
2853+
dependencies:
2854+
fill-range "^7.0.1"
2855+
28282856
browser-process-hrtime@^0.1.2:
28292857
version "0.1.3"
28302858
resolved "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-0.1.3.tgz#616f00faef1df7ec1b5bf9cfe2bdc3170f26c7b4"
@@ -4099,12 +4127,12 @@ dir-glob@^2.0.0:
40994127
arrify "^1.0.1"
41004128
path-type "^3.0.0"
41014129

4102-
dir-glob@^2.2.2:
4103-
version "2.2.2"
4104-
resolved "https://registry.npmjs.org/dir-glob/-/dir-glob-2.2.2.tgz#fa09f0694153c8918b18ba0deafae94769fc50c4"
4105-
integrity sha512-f9LBi5QWzIW3I6e//uxZoLBlUt9kcp66qo0sSCxL6YZKc75R1c4MFCoe/LaZiBGmgujvQdxc5Bn3QhfyvK5Hsw==
4130+
dir-glob@^3.0.1:
4131+
version "3.0.1"
4132+
resolved "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz#56dbf73d992a4a93ba1584f4534063fd2e41717f"
4133+
integrity sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==
41064134
dependencies:
4107-
path-type "^3.0.0"
4135+
path-type "^4.0.0"
41084136

41094137
docsify-cli@4.3.0:
41104138
version "4.3.0"
@@ -4591,17 +4619,17 @@ fast-glob@^2.0.2:
45914619
merge2 "1.2.1"
45924620
micromatch "3.1.5"
45934621

4594-
fast-glob@^2.2.6:
4595-
version "2.2.7"
4596-
resolved "https://registry.npmjs.org/fast-glob/-/fast-glob-2.2.7.tgz#6953857c3afa475fff92ee6015d52da70a4cd39d"
4597-
integrity sha512-g1KuQwHOZAmOZMuBtHdxDtju+T2RT8jgCC9aANsbpdiDDTSnjgfuVsIBNKbUeJI3oKMRExcfNDtJl4OhbffMsw==
4622+
fast-glob@^3.0.3:
4623+
version "3.0.3"
4624+
resolved "https://registry.npmjs.org/fast-glob/-/fast-glob-3.0.3.tgz#084221f4225d51553bccd5ff4afc17aafa869412"
4625+
integrity sha512-scDJbDhN+6S4ELXzzN96Fqm5y1CMRn+Io3C4Go+n/gUKP+LW26Wma6IxLSsX2eAMBUOFmyHKDBrUSuoHsycQ5A==
45984626
dependencies:
4599-
"@mrmlnc/readdir-enhanced" "^2.2.1"
4600-
"@nodelib/fs.stat" "^1.1.2"
4601-
glob-parent "^3.1.0"
4602-
is-glob "^4.0.0"
4627+
"@nodelib/fs.stat" "^2.0.1"
4628+
"@nodelib/fs.walk" "^1.2.1"
4629+
glob-parent "^5.0.0"
4630+
is-glob "^4.0.1"
46034631
merge2 "^1.2.3"
4604-
micromatch "^3.1.10"
4632+
micromatch "^4.0.2"
46054633

46064634
fast-json-stable-stringify@2.x, fast-json-stable-stringify@^2.0.0:
46074635
version "2.0.0"
@@ -4613,6 +4641,13 @@ fast-levenshtein@~2.0.4:
46134641
resolved "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
46144642
integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=
46154643

4644+
fastq@^1.6.0:
4645+
version "1.6.0"
4646+
resolved "https://registry.npmjs.org/fastq/-/fastq-1.6.0.tgz#4ec8a38f4ac25f21492673adb7eae9cfef47d1c2"
4647+
integrity sha512-jmxqQ3Z/nXoeyDmWAzF9kH1aGZSis6e/SbfPmJpUnyZ0ogr6iscHQaml4wsEepEWSdtmpy+eVXmCRIMpxaXqOA==
4648+
dependencies:
4649+
reusify "^1.0.0"
4650+
46164651
fb-watchman@^2.0.0:
46174652
version "2.0.0"
46184653
resolved "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.0.tgz#54e9abf7dfa2f26cd9b1636c588c1afc05de5d58"
@@ -4673,6 +4708,13 @@ fill-range@^4.0.0:
46734708
repeat-string "^1.6.1"
46744709
to-regex-range "^2.1.0"
46754710

4711+
fill-range@^7.0.1:
4712+
version "7.0.1"
4713+
resolved "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40"
4714+
integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==
4715+
dependencies:
4716+
to-regex-range "^5.0.1"
4717+
46764718
filled-array@^1.0.0:
46774719
version "1.1.0"
46784720
resolved "https://registry.npmjs.org/filled-array/-/filled-array-1.1.0.tgz#c3c4f6c663b923459a9aa29912d2d031f1507f84"
@@ -5099,6 +5141,13 @@ glob-parent@^2.0.0:
50995141
dependencies:
51005142
is-glob "^2.0.0"
51015143

5144+
glob-parent@^5.0.0:
5145+
version "5.0.0"
5146+
resolved "https://registry.npmjs.org/glob-parent/-/glob-parent-5.0.0.tgz#1dc99f0f39b006d3e92c2c284068382f0c20e954"
5147+
integrity sha512-Z2RwiujPRGluePM6j699ktJYxmPpJKCfpGA13jz2hmFZC7gKetzrWvg5KN3+OsIFmydGyZ1AVwERCq1w/ZZwRg==
5148+
dependencies:
5149+
is-glob "^4.0.1"
5150+
51025151
glob-to-regexp@^0.3.0:
51035152
version "0.3.0"
51045153
resolved "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab"
@@ -5165,32 +5214,19 @@ globals@^9.18.0:
51655214
resolved "https://registry.npmjs.org/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a"
51665215
integrity sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ==
51675216

5168-
globby@8.0.1, globby@^8.0.1:
5169-
version "8.0.1"
5170-
resolved "https://registry.npmjs.org/globby/-/globby-8.0.1.tgz#b5ad48b8aa80b35b814fc1281ecc851f1d2b5b50"
5171-
integrity sha512-oMrYrJERnKBLXNLVTqhm3vPEdJ/b2ZE28xN4YARiix1NOIOBPEpOUnm844K1iu/BkphCaf2WNFwMszv8Soi1pw==
5172-
dependencies:
5173-
array-union "^1.0.1"
5174-
dir-glob "^2.0.0"
5175-
fast-glob "^2.0.2"
5176-
glob "^7.1.2"
5177-
ignore "^3.3.5"
5178-
pify "^3.0.0"
5179-
slash "^1.0.0"
5180-
5181-
globby@9.2.0:
5182-
version "9.2.0"
5183-
resolved "https://registry.npmjs.org/globby/-/globby-9.2.0.tgz#fd029a706c703d29bdd170f4b6db3a3f7a7cb63d"
5184-
integrity sha512-ollPHROa5mcxDEkwg6bPt3QbEf4pDQSNtd6JPL1YvOvAo/7/0VAm9TccUeoTmarjPw4pfUthSCqcyfNB1I3ZSg==
5217+
globby@10.0.1:
5218+
version "10.0.1"
5219+
resolved "https://registry.npmjs.org/globby/-/globby-10.0.1.tgz#4782c34cb75dd683351335c5829cc3420e606b22"
5220+
integrity sha512-sSs4inE1FB2YQiymcmTv6NWENryABjUNPeWhOvmn4SjtKybglsyPZxFB3U1/+L1bYi0rNZDqCLlHyLYDl1Pq5A==
51855221
dependencies:
51865222
"@types/glob" "^7.1.1"
5187-
array-union "^1.0.2"
5188-
dir-glob "^2.2.2"
5189-
fast-glob "^2.2.6"
5223+
array-union "^2.1.0"
5224+
dir-glob "^3.0.1"
5225+
fast-glob "^3.0.3"
51905226
glob "^7.1.3"
5191-
ignore "^4.0.3"
5192-
pify "^4.0.1"
5193-
slash "^2.0.0"
5227+
ignore "^5.1.1"
5228+
merge2 "^1.2.3"
5229+
slash "^3.0.0"
51945230

51955231
globby@^6.0.0, globby@^6.1.0:
51965232
version "6.1.0"
@@ -5203,6 +5239,19 @@ globby@^6.0.0, globby@^6.1.0:
52035239
pify "^2.0.0"
52045240
pinkie-promise "^2.0.0"
52055241

5242+
globby@^8.0.1:
5243+
version "8.0.1"
5244+
resolved "https://registry.npmjs.org/globby/-/globby-8.0.1.tgz#b5ad48b8aa80b35b814fc1281ecc851f1d2b5b50"
5245+
integrity sha512-oMrYrJERnKBLXNLVTqhm3vPEdJ/b2ZE28xN4YARiix1NOIOBPEpOUnm844K1iu/BkphCaf2WNFwMszv8Soi1pw==
5246+
dependencies:
5247+
array-union "^1.0.1"
5248+
dir-glob "^2.0.0"
5249+
fast-glob "^2.0.2"
5250+
glob "^7.1.2"
5251+
ignore "^3.3.5"
5252+
pify "^3.0.0"
5253+
slash "^1.0.0"
5254+
52065255
good-listener@^1.2.2:
52075256
version "1.2.2"
52085257
resolved "https://registry.npmjs.org/good-listener/-/good-listener-1.2.2.tgz#d53b30cdf9313dffb7dc9a0d477096aa6d145c50"
@@ -5571,10 +5620,10 @@ ignore@^3.3.5:
55715620
resolved "https://registry.npmjs.org/ignore/-/ignore-3.3.7.tgz#612289bfb3c220e186a58118618d5be8c1bab021"
55725621
integrity sha512-YGG3ejvBNHRqu0559EOxxNFihD0AjpvHlC/pdGKd3X3ofe+CoJkYazwNJYTNebqpPKN+VVQbh4ZFn1DivMNuHA==
55735622

5574-
ignore@^4.0.3:
5575-
version "4.0.6"
5576-
resolved "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz#750e3db5862087b4737ebac8207ffd1ef27b25fc"
5577-
integrity sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==
5623+
ignore@^5.1.1:
5624+
version "5.1.2"
5625+
resolved "https://registry.npmjs.org/ignore/-/ignore-5.1.2.tgz#e28e584d43ad7e92f96995019cc43b9e1ac49558"
5626+
integrity sha512-vdqWBp7MyzdmHkkRWV5nY+PfGRbYbahfuvsBCh277tq+w9zyNi7h5CYJCK0kmzti9kU+O/cB7sE8HvKv6aXAKQ==
55785627

55795628
import-fresh@^2.0.0:
55805629
version "2.0.0"
@@ -5991,6 +6040,13 @@ is-glob@^4.0.0:
59916040
dependencies:
59926041
is-extglob "^2.1.1"
59936042

6043+
is-glob@^4.0.1:
6044+
version "4.0.1"
6045+
resolved "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz#7567dbe9f2f5e2467bc77ab83c4a29482407a5dc"
6046+
integrity sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==
6047+
dependencies:
6048+
is-extglob "^2.1.1"
6049+
59946050
is-installed-globally@^0.1.0:
59956051
version "0.1.0"
59966052
resolved "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.1.0.tgz#0dfd98f5a9111716dd535dda6492f67bf3d25a80"
@@ -6016,6 +6072,11 @@ is-number@^4.0.0:
60166072
resolved "https://registry.npmjs.org/is-number/-/is-number-4.0.0.tgz#0026e37f5454d73e356dfe6564699867c6a7f0ff"
60176073
integrity sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==
60186074

6075+
is-number@^7.0.0:
6076+
version "7.0.0"
6077+
resolved "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b"
6078+
integrity sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==
6079+
60196080
is-obj@^1.0.0, is-obj@^1.0.1:
60206081
version "1.0.1"
60216082
resolved "https://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz#3e4729ac1f5fde025cd7d83a896dab9f4f67db0f"
@@ -7498,6 +7559,14 @@ micromatch@^3.0.4, micromatch@^3.1.10, micromatch@^3.1.4, micromatch@^3.1.8:
74987559
snapdragon "^0.8.1"
74997560
to-regex "^3.0.2"
75007561

7562+
micromatch@^4.0.2:
7563+
version "4.0.2"
7564+
resolved "https://registry.npmjs.org/micromatch/-/micromatch-4.0.2.tgz#4fcb0999bf9fbc2fcbdd212f6d629b9a56c39259"
7565+
integrity sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q==
7566+
dependencies:
7567+
braces "^3.0.1"
7568+
picomatch "^2.0.5"
7569+
75017570
mime-db@~1.30.0:
75027571
version "1.30.0"
75037572
resolved "https://registry.npmjs.org/mime-db/-/mime-db-1.30.0.tgz#74c643da2dd9d6a45399963465b26d5ca7d71f01"
@@ -8576,6 +8645,11 @@ path-type@^3.0.0:
85768645
dependencies:
85778646
pify "^3.0.0"
85788647

8648+
path-type@^4.0.0:
8649+
version "4.0.0"
8650+
resolved "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
8651+
integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
8652+
85798653
performance-now@^0.2.0:
85808654
version "0.2.0"
85818655
resolved "https://registry.npmjs.org/performance-now/-/performance-now-0.2.0.tgz#33ef30c5c77d4ea21c5a53869d91b56d8f2555e5"
@@ -8586,6 +8660,11 @@ performance-now@^2.1.0:
85868660
resolved "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
85878661
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
85888662

8663+
picomatch@^2.0.5:
8664+
version "2.0.7"
8665+
resolved "https://registry.npmjs.org/picomatch/-/picomatch-2.0.7.tgz#514169d8c7cd0bdbeecc8a2609e34a7163de69f6"
8666+
integrity sha512-oLHIdio3tZ0qH76NybpeneBhYVj0QFTfXEFTc/B3zKQspYfYYkWYgFsmzo+4kvId/bQRcNkVeguI3y+CD22BtA==
8667+
85898668
pify@^2.0.0, pify@^2.3.0:
85908669
version "2.3.0"
85918670
resolved "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
@@ -9493,6 +9572,11 @@ retry@^0.10.0:
94939572
resolved "https://registry.npmjs.org/retry/-/retry-0.10.1.tgz#e76388d217992c252750241d3d3956fed98d8ff4"
94949573
integrity sha1-52OI0heZLCUnUCQdPTlW/tmNj/Q=
94959574

9575+
reusify@^1.0.0:
9576+
version "1.0.4"
9577+
resolved "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
9578+
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
9579+
94969580
right-pad@^1.0.1:
94979581
version "1.0.1"
94989582
resolved "https://registry.npmjs.org/right-pad/-/right-pad-1.0.1.tgz#8ca08c2cbb5b55e74dafa96bf7fd1a27d568c8d0"
@@ -9536,6 +9620,11 @@ run-node@^1.0.0:
95369620
resolved "https://registry.npmjs.org/run-node/-/run-node-1.0.0.tgz#46b50b946a2aa2d4947ae1d886e9856fd9cabe5e"
95379621
integrity sha512-kc120TBlQ3mih1LSzdAJXo4xn/GWS2ec0l3S+syHDXP9uRr0JAT8Qd3mdMuyjqCzeZktgP3try92cEgf9Nks8A==
95389622

9623+
run-parallel@^1.1.9:
9624+
version "1.1.9"
9625+
resolved "https://registry.npmjs.org/run-parallel/-/run-parallel-1.1.9.tgz#c9dd3a7cf9f4b2c4b6244e173a6ed866e61dd679"
9626+
integrity sha512-DEqnSRTDw/Tc3FXf49zedI638Z9onwUotBMiUFKmrO2sdFKIbXamXGQ3Axd4qgphxKB4kw/qP1w5kTxnfU1B9Q==
9627+
95399628
run-queue@^1.0.0, run-queue@^1.0.3:
95409629
version "1.0.3"
95419630
resolved "https://registry.npmjs.org/run-queue/-/run-queue-1.0.3.tgz#e848396f057d223f24386924618e25694161ec47"
@@ -10562,6 +10651,13 @@ to-regex-range@^2.1.0:
1056210651
is-number "^3.0.0"
1056310652
repeat-string "^1.6.1"
1056410653

10654+
to-regex-range@^5.0.1:
10655+
version "5.0.1"
10656+
resolved "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz#1648c44aae7c8d988a326018ed72f5b4dd0392e4"
10657+
integrity sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==
10658+
dependencies:
10659+
is-number "^7.0.0"
10660+
1056510661
to-regex@^3.0.1:
1056610662
version "3.0.1"
1056710663
resolved "https://registry.npmjs.org/to-regex/-/to-regex-3.0.1.tgz#15358bee4a2c83bd76377ba1dc049d0f18837aae"

0 commit comments

Comments
 (0)