Skip to content

Commit 6f3ff5b

Browse files
Merge pull request #20143 from emberjs/dependabot/npm_and_yarn/glob-8.0.3
2 parents dae923e + 7741a62 commit 6f3ff5b

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
"fs-extra": "^10.0.1",
135135
"git-repo-info": "^2.1.1",
136136
"github": "^0.2.3",
137-
"glob": "^7.2.0",
137+
"glob": "^8.0.3",
138138
"html-differ": "^1.4.0",
139139
"lodash.uniq": "^4.5.0",
140140
"mkdirp": "^1.0.4",

yarn.lock

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2377,6 +2377,13 @@ brace-expansion@^1.1.7:
23772377
balanced-match "^1.0.0"
23782378
concat-map "0.0.1"
23792379

2380+
brace-expansion@^2.0.1:
2381+
version "2.0.1"
2382+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
2383+
integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
2384+
dependencies:
2385+
balanced-match "^1.0.0"
2386+
23802387
braces@^2.3.1:
23812388
version "2.3.1"
23822389
resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.1.tgz#7086c913b4e5a08dbe37ac0ee6a2500c4ba691bb"
@@ -5403,6 +5410,17 @@ glob@^5.0.10:
54035410
once "^1.3.0"
54045411
path-is-absolute "^1.0.0"
54055412

5413+
glob@^8.0.3:
5414+
version "8.0.3"
5415+
resolved "https://registry.yarnpkg.com/glob/-/glob-8.0.3.tgz#415c6eb2deed9e502c68fa44a272e6da6eeca42e"
5416+
integrity sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ==
5417+
dependencies:
5418+
fs.realpath "^1.0.0"
5419+
inflight "^1.0.4"
5420+
inherits "2"
5421+
minimatch "^5.0.1"
5422+
once "^1.3.0"
5423+
54065424
global-modules@^1.0.0:
54075425
version "1.0.0"
54085426
resolved "https://registry.yarnpkg.com/global-modules/-/global-modules-1.0.0.tgz#6d770f0eb523ac78164d72b5e71a8877265cc3ea"
@@ -7306,6 +7324,13 @@ minimatch@4.2.1:
73067324
dependencies:
73077325
brace-expansion "^1.1.7"
73087326

7327+
minimatch@^5.0.1:
7328+
version "5.1.0"
7329+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.0.tgz#1717b464f4971b144f6aabe8f2d0b8e4511e09c7"
7330+
integrity sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==
7331+
dependencies:
7332+
brace-expansion "^2.0.1"
7333+
73097334
minimist-options@4.1.0:
73107335
version "4.1.0"
73117336
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"

0 commit comments

Comments
 (0)