Skip to content

Commit 66fcd9c

Browse files
authored
Merge pull request #630 from ember-cli/dependabot/npm_and_yarn/glob-7.1.7
Bump glob from 7.1.6 to 7.1.7
2 parents d3e682d + 8d6daa1 commit 66fcd9c

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"eslint-plugin-ember": "^8.5.2",
7878
"eslint-plugin-node": "^11.1.0",
7979
"fs-extra": "^9.0.1",
80-
"glob": "^7.1.6",
80+
"glob": "^7.1.7",
8181
"lerna-changelog": "^1.0.1",
8282
"loader.js": "^4.2.3",
8383
"mocha": "^8.4.0",

yarn.lock

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

6638-
[email protected], glob@^7.0.0, glob@^7.0.4, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
6638+
66396639
version "7.1.6"
66406640
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
66416641
integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
@@ -6658,6 +6658,18 @@ glob@^5.0.10:
66586658
once "^1.3.0"
66596659
path-is-absolute "^1.0.0"
66606660

6661+
glob@^7.0.0, glob@^7.0.4, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6, glob@^7.1.7:
6662+
version "7.1.7"
6663+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90"
6664+
integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==
6665+
dependencies:
6666+
fs.realpath "^1.0.0"
6667+
inflight "^1.0.4"
6668+
inherits "2"
6669+
minimatch "^3.0.4"
6670+
once "^1.3.0"
6671+
path-is-absolute "^1.0.0"
6672+
66616673
global-dirs@^2.0.1:
66626674
version "2.0.1"
66636675
resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-2.0.1.tgz#acdf3bb6685bcd55cb35e8a052266569e9469201"

0 commit comments

Comments
 (0)