Skip to content

Commit b945d9f

Browse files
committed
fix(deps): update dependency globby to ^7.0.0
1 parent 821ceae commit b945d9f

File tree

2 files changed

+30
-8
lines changed

2 files changed

+30
-8
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"dependencies": {
3838
"fs-extra": "^5.0.0",
39-
"globby": "^6.1.0",
39+
"globby": "^7.0.0",
4040
"lodash": "^4.17.4",
4141
"typescript": "^2.2.2"
4242
},

yarn.lock

+29-7
Original file line numberDiff line numberDiff line change
@@ -725,6 +725,13 @@ diff@^3.2.0:
725725
version "3.2.0"
726726
resolved "https://registry.yarnpkg.com/diff/-/diff-3.2.0.tgz#c9ce393a4b7cbd0b058a725c93df299027868ff9"
727727

728+
dir-glob@^2.0.0:
729+
version "2.0.0"
730+
resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-2.0.0.tgz#0b205d2b6aef98238ca286598a8204d29d0a0034"
731+
dependencies:
732+
arrify "^1.0.1"
733+
path-type "^3.0.0"
734+
728735
domexception@^1.0.0:
729736
version "1.0.0"
730737
resolved "https://registry.yarnpkg.com/domexception/-/domexception-1.0.0.tgz#81fe5df81b3f057052cde3a9fa9bf536a85b9ab0"
@@ -1058,15 +1065,16 @@ globals@^9.0.0:
10581065
version "9.18.0"
10591066
resolved "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a"
10601067

1061-
globby@^6.1.0:
1062-
version "6.1.0"
1063-
resolved "https://registry.yarnpkg.com/globby/-/globby-6.1.0.tgz#f5a6d70e8395e21c858fb0489d64df02424d506c"
1068+
globby@^7.0.0:
1069+
version "7.1.1"
1070+
resolved "https://registry.yarnpkg.com/globby/-/globby-7.1.1.tgz#fb2ccff9401f8600945dfada97440cca972b8680"
10641071
dependencies:
10651072
array-union "^1.0.1"
1066-
glob "^7.0.3"
1067-
object-assign "^4.0.1"
1068-
pify "^2.0.0"
1069-
pinkie-promise "^2.0.0"
1073+
dir-glob "^2.0.0"
1074+
glob "^7.1.2"
1075+
ignore "^3.3.5"
1076+
pify "^3.0.0"
1077+
slash "^1.0.0"
10701078

10711079
graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.6:
10721080
version "4.1.11"
@@ -1195,6 +1203,10 @@ [email protected]:
11951203
version "0.4.13"
11961204
resolved "https://registry.yarnpkg.com/iconv-lite/-/iconv-lite-0.4.13.tgz#1f88aba4ab0b1508e8312acc39345f36e992e2f2"
11971205

1206+
ignore@^3.3.5:
1207+
version "3.3.7"
1208+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-3.3.7.tgz#612289bfb3c220e186a58118618d5be8c1bab021"
1209+
11981210
imurmurhash@^0.1.4:
11991211
version "0.1.4"
12001212
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
@@ -2179,6 +2191,12 @@ path-type@^1.0.0:
21792191
pify "^2.0.0"
21802192
pinkie-promise "^2.0.0"
21812193

2194+
path-type@^3.0.0:
2195+
version "3.0.0"
2196+
resolved "https://registry.yarnpkg.com/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f"
2197+
dependencies:
2198+
pify "^3.0.0"
2199+
21822200
performance-now@^0.2.0:
21832201
version "0.2.0"
21842202
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-0.2.0.tgz#33ef30c5c77d4ea21c5a53869d91b56d8f2555e5"
@@ -2191,6 +2209,10 @@ pify@^2.0.0:
21912209
version "2.3.0"
21922210
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
21932211

2212+
pify@^3.0.0:
2213+
version "3.0.0"
2214+
resolved "https://registry.yarnpkg.com/pify/-/pify-3.0.0.tgz#e5a4acd2c101fdf3d9a4d07f0dbc4db49dd28176"
2215+
21942216
pinkie-promise@^2.0.0:
21952217
version "2.0.1"
21962218
resolved "https://registry.yarnpkg.com/pinkie-promise/-/pinkie-promise-2.0.1.tgz#2135d6dfa7a358c069ac9b178776288228450ffa"

0 commit comments

Comments
 (0)