Skip to content

Commit 81ddc6d

Browse files
greenkeeper[bot]SimenB
authored andcommitted
Update globby to the latest version 🚀 (#90)
* fix(package): update globby to version 7.0.0 * chore(package): update lockfile https://npm.im/greenkeeper-lockfile
1 parent b80adf2 commit 81ddc6d

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"homepage": "https://github.com/SimenB/add-asset-html-webpack-plugin#readme",
3535
"dependencies": {
36-
"globby": "^6.1.0",
36+
"globby": "^7.0.0",
3737
"micromatch": "^3.1.3",
3838
"p-each-series": "^1.0.0"
3939
},

yarn.lock

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1535,6 +1535,13 @@ diffie-hellman@^5.0.0:
15351535
miller-rabin "^4.0.0"
15361536
randombytes "^2.0.0"
15371537

1538+
dir-glob@^2.0.0:
1539+
version "2.0.0"
1540+
resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-2.0.0.tgz#0b205d2b6aef98238ca286598a8204d29d0a0034"
1541+
dependencies:
1542+
arrify "^1.0.1"
1543+
path-type "^3.0.0"
1544+
15381545
docopt@^0.6.2:
15391546
version "0.6.2"
15401547
resolved "https://registry.yarnpkg.com/docopt/-/docopt-0.6.2.tgz#b28e9e2220da5ec49f7ea5bb24a47787405eeb11"
@@ -2273,6 +2280,17 @@ globals@^9.17.0, globals@^9.18.0:
22732280
version "9.18.0"
22742281
resolved "https://registry.yarnpkg.com/globals/-/globals-9.18.0.tgz#aa3896b3e69b487f17e31ed2143d69a8e30c2d8a"
22752282

2283+
2284+
version "7.0.0"
2285+
resolved "https://registry.yarnpkg.com/globby/-/globby-7.0.0.tgz#eceef117ab948f394e85a0729bf5b96348958a84"
2286+
dependencies:
2287+
array-union "^1.0.1"
2288+
dir-glob "^2.0.0"
2289+
glob "^7.1.2"
2290+
ignore "^3.3.5"
2291+
pify "^3.0.0"
2292+
slash "^1.0.0"
2293+
22762294
globby@^5.0.0:
22772295
version "5.0.0"
22782296
resolved "https://registry.yarnpkg.com/globby/-/globby-5.0.0.tgz#ebd84667ca0dbb330b99bcfc68eac2bc54370e0d"
@@ -2549,7 +2567,7 @@ ieee754@^1.1.4:
25492567
version "1.1.8"
25502568
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.1.8.tgz#be33d40ac10ef1926701f6f08a2d86fbfd1ad3e4"
25512569

2552-
ignore@^3.3.3:
2570+
ignore@^3.3.3, ignore@^3.3.5:
25532571
version "3.3.7"
25542572
resolved "https://registry.yarnpkg.com/ignore/-/ignore-3.3.7.tgz#612289bfb3c220e186a58118618d5be8c1bab021"
25552573

@@ -4113,6 +4131,12 @@ path-type@^2.0.0:
41134131
dependencies:
41144132
pify "^2.0.0"
41154133

4134+
path-type@^3.0.0:
4135+
version "3.0.0"
4136+
resolved "https://registry.yarnpkg.com/path-type/-/path-type-3.0.0.tgz#cef31dc8e0a1a3bb0d105c0cd97cf3bf47f4e36f"
4137+
dependencies:
4138+
pify "^3.0.0"
4139+
41164140
pbkdf2@^3.0.3:
41174141
version "3.0.14"
41184142
resolved "https://registry.yarnpkg.com/pbkdf2/-/pbkdf2-3.0.14.tgz#a35e13c64799b06ce15320f459c230e68e73bade"

0 commit comments

Comments
 (0)