Skip to content

Commit af63cf2

Browse files
authored
Merge pull request #507 from gitKrystan/dependency-upgrades
Upgrade minimatch
2 parents 60e35b1 + 755d2cb commit af63cf2

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"cosmiconfig": "^8.1.0",
5353
"deepmerge-ts": "^4.3.0",
5454
"ember-codemods-telemetry-helpers": "^3.0.0",
55-
"minimatch": "^3.0.4",
55+
"minimatch": "^7.3.0",
5656
"walk-sync": "^2.0.2",
5757
"winston": "^3.2.1",
5858
"zod": "^3.20.2"

yarn.lock

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2270,6 +2270,13 @@ brace-expansion@^1.1.7:
22702270
balanced-match "^1.0.0"
22712271
concat-map "0.0.1"
22722272

2273+
brace-expansion@^2.0.1:
2274+
version "2.0.1"
2275+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
2276+
integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
2277+
dependencies:
2278+
balanced-match "^1.0.0"
2279+
22732280
braces@^2.3.1:
22742281
version "2.3.2"
22752282
resolved "https://registry.yarnpkg.com/braces/-/braces-2.3.2.tgz#5979fd3f14cd531565e5fa2df1abfff1dfaee729"
@@ -5329,6 +5336,13 @@ minimatch@^3.0.2, minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.2:
53295336
dependencies:
53305337
brace-expansion "^1.1.7"
53315338

5339+
minimatch@^7.3.0:
5340+
version "7.3.0"
5341+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-7.3.0.tgz#cfb7337e7460308e7147c58250fa0dee3da7929c"
5342+
integrity sha512-WaMDuhKa7a6zKiwplR1AOz+zGvJba24k5VU1Cy6NhEguavT2YRlHxuINUgTas4wiS6fwBpYq4TcA1XIECSntyw==
5343+
dependencies:
5344+
brace-expansion "^2.0.1"
5345+
53325346
minimist@0.0.8:
53335347
version "0.0.8"
53345348
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"

0 commit comments

Comments
 (0)