Skip to content

Commit 6bd05b8

Browse files
dependabot-supportdependabot[bot]
authored andcommitted
Bump glob from 7.1.3 to 7.1.4
Bumps [glob](https://github.com/isaacs/node-glob) from 7.1.3 to 7.1.4. - [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.3...v7.1.4) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 277b433 commit 6bd05b8

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"eslint": "^5.16.0",
4444
"eslint-plugin-ember": "^6.4.1",
4545
"eslint-plugin-node": "^8.0.1",
46-
"glob": "^7.0.0",
46+
"glob": "^7.1.4",
4747
"loader.js": "^4.7.0",
4848
"mocha": "^6.1.4",
4949
"mockery": "^2.1.0",

yarn.lock

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4484,7 +4484,7 @@ glob-to-regexp@^0.3.0:
44844484
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab"
44854485
integrity sha1-jFoUlNIGbFcMw7/kSWF1rMTVAqs=
44864486

4487-
[email protected], glob@^7.0.0, glob@^7.0.4, glob@^7.1.0, glob@^7.1.2, glob@^7.1.3:
4487+
44884488
version "7.1.3"
44894489
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.3.tgz#3960832d3f1574108342dafd3a67b332c0969df1"
44904490
integrity sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ==
@@ -4507,6 +4507,18 @@ glob@^5.0.10:
45074507
once "^1.3.0"
45084508
path-is-absolute "^1.0.0"
45094509

4510+
glob@^7.0.4, glob@^7.1.0, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4:
4511+
version "7.1.4"
4512+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.4.tgz#aa608a2f6c577ad357e1ae5a5c26d9a8d1969255"
4513+
integrity sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==
4514+
dependencies:
4515+
fs.realpath "^1.0.0"
4516+
inflight "^1.0.4"
4517+
inherits "2"
4518+
minimatch "^3.0.4"
4519+
once "^1.3.0"
4520+
path-is-absolute "^1.0.0"
4521+
45104522
global-modules@^1.0.0:
45114523
version "1.0.0"
45124524
resolved "https://registry.yarnpkg.com/global-modules/-/global-modules-1.0.0.tgz#6d770f0eb523ac78164d72b5e71a8877265cc3ea"

0 commit comments

Comments
 (0)