Skip to content

Commit 4d6beb8

Browse files
Update dependency minimatch to v10
1 parent c2dda50 commit 4d6beb8

3 files changed

Lines changed: 21 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"gulp-sourcemaps": "^2.2.0",
9494
"jest": "^22.4.4",
9595
"jsinspect": "^0.12.6",
96-
"minimatch": "^3.0.4",
96+
"minimatch": "^10.0.0",
9797
"mock-stdin": "^0.3.0",
9898
"prettier": "^1.5.2",
9999
"string-replace-loader": "^2.1.1",

packages/pkg-tests/pkg-tests-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": {
66
"fs-extra": "^7.0.0",
77
"klaw": "^2.1.1",
8-
"minimatch": "^3.0.4",
8+
"minimatch": "^10.0.0",
99
"semver": "^5.5.0",
1010
"super-resolve": "^1.0.0",
1111
"tar-fs": "^1.16.0",

yarn.lock

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1356,6 +1356,11 @@ balanced-match@^1.0.0:
13561356
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
13571357
integrity sha1-ibTRmasr7kneFk6gK4nORi1xt2c=
13581358

1359+
balanced-match@^4.0.2:
1360+
version "4.0.4"
1361+
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-4.0.4.tgz#bfb10662feed8196a2c62e7c68e17720c274179a"
1362+
integrity sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==
1363+
13591364
base64-js@^1.0.2:
13601365
version "1.3.0"
13611366
resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.3.0.tgz#cab1e6118f051095e58b5281aea8c1cd22bfc0e3"
@@ -1417,6 +1422,13 @@ brace-expansion@^1.1.7:
14171422
balanced-match "^1.0.0"
14181423
concat-map "0.0.1"
14191424

1425+
brace-expansion@^5.0.5:
1426+
version "5.0.5"
1427+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.5.tgz#dcc3a37116b79f3e1b46db994ced5d570e930fdb"
1428+
integrity sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==
1429+
dependencies:
1430+
balanced-match "^4.0.2"
1431+
14201432
braces@^1.8.2:
14211433
version "1.8.5"
14221434
resolved "https://registry.yarnpkg.com/braces/-/braces-1.8.5.tgz#ba77962e12dff969d6b76711e914b737857bf6a7"
@@ -5241,6 +5253,13 @@ minimalistic-crypto-utils@^1.0.0, minimalistic-crypto-utils@^1.0.1:
52415253
dependencies:
52425254
brace-expansion "^1.1.7"
52435255

5256+
minimatch@^10.0.0:
5257+
version "10.2.5"
5258+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.5.tgz#bd48687a0be38ed2961399105600f832095861d1"
5259+
integrity sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==
5260+
dependencies:
5261+
brace-expansion "^5.0.5"
5262+
52445263
minimist@0.0.8:
52455264
version "0.0.8"
52465265
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"

0 commit comments

Comments
 (0)