Skip to content

Commit cfd7242

Browse files
committed
fix(Deps): Use correct glob module
1 parent fa3b162 commit cfd7242

File tree

2 files changed

+2
-20
lines changed

2 files changed

+2
-20
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@
4141
"chalk": "~2.4.2",
4242
"commander": "~2.20.0",
4343
"gitignore-parser": "~0.0.2",
44-
"node-glob": "~1.2.0"
44+
"glob": "~7.1.4"
4545
}
4646
}

yarn.lock

+1-19
Original file line numberDiff line numberDiff line change
@@ -376,11 +376,6 @@ assign-symbols@^1.0.0:
376376
resolved "https://registry.yarnpkg.com/assign-symbols/-/assign-symbols-1.0.0.tgz#59667f41fadd4f20ccbc2bb96b8d4f7f78ec0367"
377377
integrity sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=
378378

379-
async@^1.3.0:
380-
version "1.5.2"
381-
resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a"
382-
integrity sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=
383-
384379
asynckit@^0.4.0:
385380
version "0.4.0"
386381
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
@@ -1610,17 +1605,12 @@ glob-parent@^3.1.0:
16101605
is-glob "^3.1.0"
16111606
path-dirname "^1.0.0"
16121607

1613-
glob-to-regexp@^0.1.0:
1614-
version "0.1.0"
1615-
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.1.0.tgz#e0369d426578fd456d47dc23b09de05c1da9ea5d"
1616-
integrity sha1-4DadQmV4/UVtR9wjsJ3gXB2p6l0=
1617-
16181608
glob-to-regexp@^0.3.0:
16191609
version "0.3.0"
16201610
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab"
16211611
integrity sha1-jFoUlNIGbFcMw7/kSWF1rMTVAqs=
16221612

1623-
glob@^7.0.3, glob@^7.1.1, glob@^7.1.3:
1613+
glob@^7.0.3, glob@^7.1.1, glob@^7.1.3, glob@~7.1.4:
16241614
version "7.1.4"
16251615
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.4.tgz#aa608a2f6c577ad357e1ae5a5c26d9a8d1969255"
16261616
integrity sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==
@@ -2901,14 +2891,6 @@ node-fetch@^2.3.0:
29012891
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.0.tgz#e633456386d4aa55863f676a7ab0daa8fdecb0fd"
29022892
integrity sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==
29032893

2904-
node-glob@~1.2.0:
2905-
version "1.2.0"
2906-
resolved "https://registry.yarnpkg.com/node-glob/-/node-glob-1.2.0.tgz#5240ffedefc6d663ce8515e5796a4d47a750c0d5"
2907-
integrity sha1-UkD/7e/G1mPOhRXleWpNR6dQwNU=
2908-
dependencies:
2909-
async "^1.3.0"
2910-
glob-to-regexp "^0.1.0"
2911-
29122894
node-gyp@^3.8.0:
29132895
version "3.8.0"
29142896
resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-3.8.0.tgz#540304261c330e80d0d5edce253a68cb3964218c"

0 commit comments

Comments
 (0)