Skip to content

Commit

Permalink
build(deps): bump glob from 7.1.4 to 7.1.6
Browse files Browse the repository at this point in the history
Bumps [glob](https://github.com/isaacs/node-glob) from 7.1.4 to 7.1.6.
- [Release notes](https://github.com/isaacs/node-glob/releases)
- [Changelog](https://github.com/isaacs/node-glob/blob/master/changelog.md)
- [Commits](isaacs/node-glob@v7.1.4...v7.1.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Mar 18, 2020
1 parent c1129dc commit 2dd8bf8
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion packages/core/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"follow-redirects": "1.9.0",
"fs-extra": "8.1.0",
"fuzzy": "0.1.3",
"glob": "7.1.4",
"glob": "7.1.6",
"globule": "1.2.1",
"merge": "1.2.1",
"multihashes": "0.4.14",
Expand Down
2 changes: 1 addition & 1 deletion packages/embark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"flatted": "0.2.3",
"fs-extra": "8.1.0",
"ganache-cli": "6.8.2",
"glob": "7.1.4",
"glob": "7.1.6",
"globule": "1.2.1",
"hosted-git-info": "2.8.4",
"http-proxy": "1.17.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/basic-pipeline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"file-loader": "5.0.2",
"find-up": "4.1.0",
"fs-extra": "8.1.0",
"glob": "7.1.4",
"glob": "7.1.6",
"hard-source-webpack-plugin": "0.13.1",
"lodash.clonedeep": "4.5.0",
"node-sass": "4.13.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/scaffolding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"embark-solo": "^5.2.3",
"eslint": "6.8.0",
"fs-extra": "8.1.0",
"glob": "7.1.4",
"glob": "7.1.6",
"lodash.clonedeep": "4.5.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/snark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"embark-utils": "^5.1.1-nightly.2",
"embarkjs-snark": "^5.1.1-nightly.2",
"find-up": "4.1.0",
"glob": "7.1.4",
"glob": "7.1.6",
"node-object-hash": "2.0.0",
"snarkjs": "0.1.20"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/web3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"embark-solo": "^5.2.3",
"eslint": "6.8.0",
"fs-extra": "8.1.0",
"glob": "7.1.4",
"glob": "7.1.6",
"lodash.clonedeep": "4.5.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/stack/webserver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"embark-solo": "^5.2.3",
"eslint": "6.8.0",
"fs-extra": "8.1.0",
"glob": "7.1.4",
"glob": "7.1.6",
"lodash.clonedeep": "4.5.0",
"npm-run-all": "4.1.5",
"rimraf": "3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/collective/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"eslint": "6.8.0",
"find-up": "4.1.0",
"fs-extra": "8.1.0",
"glob": "7.1.4",
"glob": "7.1.6",
"lodash.isequal": "4.5.0",
"lodash.isplainobject": "4.0.6",
"lodash.mergewith": "4.6.2",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10981,26 +10981,26 @@ glob@7.1.4:
once "^1.3.0"
path-is-absolute "^1.0.0"

glob@^5.0.15:
version "5.0.15"
resolved "https://registry.yarnpkg.com/glob/-/glob-5.0.15.tgz#1bc936b9e02f4a603fcc222ecf7633d30b8b93b1"
integrity sha1-G8k2ueAvSmA/zCIuz3Yz0wuLk7E=
glob@7.1.6, glob@^7.0.0, glob@^7.0.3, glob@^7.0.5, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@~7.1.1:
version "7.1.6"
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
dependencies:
fs.realpath "^1.0.0"
inflight "^1.0.4"
inherits "2"
minimatch "2 || 3"
minimatch "^3.0.4"
once "^1.3.0"
path-is-absolute "^1.0.0"

glob@^7.0.0, glob@^7.0.3, glob@^7.0.5, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@~7.1.1:
version "7.1.6"
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
glob@^5.0.15:
version "5.0.15"
resolved "https://registry.yarnpkg.com/glob/-/glob-5.0.15.tgz#1bc936b9e02f4a603fcc222ecf7633d30b8b93b1"
integrity sha1-G8k2ueAvSmA/zCIuz3Yz0wuLk7E=
dependencies:
fs.realpath "^1.0.0"
inflight "^1.0.4"
inherits "2"
minimatch "^3.0.4"
minimatch "2 || 3"
once "^1.3.0"
path-is-absolute "^1.0.0"

Expand Down

0 comments on commit 2dd8bf8

Please sign in to comment.