Skip to content

Commit

Permalink
chore(deps): bump glob from 7.1.4 to 7.1.6 (#1252)
Browse files Browse the repository at this point in the history
* chore(deps): bump glob from 7.1.4 to 7.1.5

Bumps [glob](https://github.com/isaacs/node-glob) from 7.1.4 to 7.1.5.
- [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.5)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* Finish upgrading via bolt

* chore(deps): upgrade glob to 7.1.6
  • Loading branch information
dependabot-preview[bot] authored and malept committed Nov 20, 2019
1 parent ea3d906 commit 8aad854
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"find-up": "^4.1.0",
"form-data": "2.5.1",
"fs-extra": "^8.1.0",
"glob": "^7.1.4",
"glob": "^7.1.5",
"global": "^4.3.2",
"html-webpack-plugin": "^3.2.0",
"inquirer": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"electron-rebuild": "^1.8.6",
"find-up": "^4.1.0",
"fs-extra": "^8.1.0",
"glob": "^7.1.4",
"glob": "^7.1.5",
"lodash.merge": "^4.6.2",
"lodash.template": "^4.5.0",
"log-symbols": "^3.0.0",
Expand Down
14 changes: 1 addition & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4219,19 +4219,7 @@ [email protected]:
once "^1.3.0"
path-is-absolute "^1.0.0"

glob@^7.0.0, glob@^7.1.4:
version "7.1.4"
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.4.tgz#aa608a2f6c577ad357e1ae5a5c26d9a8d1969255"
integrity sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==
dependencies:
fs.realpath "^1.0.0"
inflight "^1.0.4"
inherits "2"
minimatch "^3.0.4"
once "^1.3.0"
path-is-absolute "^1.0.0"

glob@^7.1.3:
glob@^7.0.0, glob@^7.1.3, glob@^7.1.4, glob@^7.1.5:
version "7.1.6"
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
Expand Down

0 comments on commit 8aad854

Please sign in to comment.