Skip to content

Commit

Permalink
Bump glob (#830)
Browse files Browse the repository at this point in the history
  • Loading branch information
evocateur committed May 19, 2017
1 parent 56568d3 commit a5ef53d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -42,7 +42,7 @@
"find-up": "^2.1.0",
"fs-extra": "^3.0.1",
"get-port": "^3.1.0",
"glob": "^7.0.6",
"glob": "^7.1.2",
"globby": "^6.1.0",
"graceful-fs": "^4.1.11",
"inquirer": "^3.0.6",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -1841,14 +1841,14 @@ glob-parent@^2.0.0:
dependencies:
is-glob "^2.0.0"

glob@^7.0.0, glob@^7.0.3, glob@^7.0.5, glob@^7.0.6:
version "7.1.1"
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.1.tgz#805211df04faaf1c63a3600306cdf5ade50b2ec8"
glob@^7.0.0, glob@^7.0.3, glob@^7.0.5, glob@^7.1.2:
version "7.1.2"
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.2.tgz#c19c9df9a028702d678612384a6552404c636d15"
dependencies:
fs.realpath "^1.0.0"
inflight "^1.0.4"
inherits "2"
minimatch "^3.0.2"
minimatch "^3.0.4"
once "^1.3.0"
path-is-absolute "^1.0.0"

Expand Down

0 comments on commit a5ef53d

Please sign in to comment.