Skip to content

Commit bdc2e4d

Browse files
committed
fix(deps): update dependency glob to v7.2.0
1 parent b52fc05 commit bdc2e4d

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"eslint-plugin-prettier": "2.7.0",
2525
"fragments.css": "1.0.49-alpha",
2626
"gh-pages": "1.2.0",
27-
"glob": "7.1.4",
27+
"glob": "7.2.0",
2828
"gulp": "3.9.1",
2929
"gulp-autoprefixer": "5.0.0",
3030
"gulp-critical-css": "1.0.1",

yarn.lock

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3787,10 +3787,10 @@ glob2base@^0.0.12:
37873787
dependencies:
37883788
find-index "^0.1.1"
37893789

3790-
glob@7.1.4, glob@^7.0.0, glob@^7.0.3, glob@^7.0.5, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@~7.1.1:
3791-
version "7.1.4"
3792-
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.4.tgz#aa608a2f6c577ad357e1ae5a5c26d9a8d1969255"
3793-
integrity sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==
3790+
glob@7.2.0:
3791+
version "7.2.0"
3792+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.0.tgz#d15535af7732e02e948f4c41628bd910293f6023"
3793+
integrity sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==
37943794
dependencies:
37953795
fs.realpath "^1.0.0"
37963796
inflight "^1.0.4"
@@ -3820,6 +3820,18 @@ glob@^5.0.3:
38203820
once "^1.3.0"
38213821
path-is-absolute "^1.0.0"
38223822

3823+
glob@^7.0.0, glob@^7.0.3, glob@^7.0.5, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@~7.1.1:
3824+
version "7.1.4"
3825+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.4.tgz#aa608a2f6c577ad357e1ae5a5c26d9a8d1969255"
3826+
integrity sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==
3827+
dependencies:
3828+
fs.realpath "^1.0.0"
3829+
inflight "^1.0.4"
3830+
inherits "2"
3831+
minimatch "^3.0.4"
3832+
once "^1.3.0"
3833+
path-is-absolute "^1.0.0"
3834+
38233835
glob@~3.1.21:
38243836
version "3.1.21"
38253837
resolved "https://registry.yarnpkg.com/glob/-/glob-3.1.21.tgz#d29e0a055dea5138f4d07ed40e8982e83c2066cd"

0 commit comments

Comments
 (0)