Skip to content

Commit ecbd4f4

Browse files
committed
deps: minimatch resolution Refs: KEH-281
1 parent 5cd4487 commit ecbd4f4

2 files changed

Lines changed: 18 additions & 17 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@
4949
},
5050
"resolutions": {
5151
"**/@rollup/pluginutils/picomatch": "^4.0.2",
52-
"**/micromatch/picomatch": "^4.0.3"
52+
"**/micromatch/picomatch": "^4.0.3",
53+
"**/@typescript-eslint/typescript-estree/minimatch": "^9.0.7"
5354
},
5455
"devDependencies": {
5556
"@commitlint/cli": "^19.2.2",

yarn.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2978,10 +2978,10 @@ birecord@^0.1.1:
29782978
resolved "https://registry.yarnpkg.com/birecord/-/birecord-0.1.1.tgz#abc07c8187bf24fb1e0055cd9feb18b30e477a03"
29792979
integrity sha512-VUpsf/qykW0heRlC8LooCq28Kxn3mAqKohhDG/49rrsQ1dT1CXyj/pgXS+5BSRzFTR/3DyIBOqQOrGyZOh71Aw==
29802980

2981-
brace-expansion@^2.0.1:
2982-
version "2.0.1"
2983-
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.1.tgz#1edc459e0f0c548486ecf9fc99f2221364b9a0ae"
2984-
integrity sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==
2981+
brace-expansion@^2.0.2:
2982+
version "2.0.3"
2983+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.3.tgz#0493338bdd58e319b1039c67cf7ee439892c01d9"
2984+
integrity sha512-MCV/fYJEbqx68aE58kv2cA/kiky1G8vux3OR6/jbS+jIMe/6fJWa0DTzJU7dqijOWYwHi1t29FlfYI9uytqlpA==
29852985
dependencies:
29862986
balanced-match "^1.0.0"
29872987

@@ -5024,14 +5024,14 @@ min-indent@^1.0.0:
50245024
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
50255025
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
50265026

5027-
minimatch@9.0.3:
5028-
version "9.0.3"
5029-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
5030-
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
5027+
minimatch@9.0.3, minimatch@^10.2.2, minimatch@^9.0.7:
5028+
version "9.0.9"
5029+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.9.tgz#9b0cb9fcb78087f6fd7eababe2511c4d3d60574e"
5030+
integrity sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==
50315031
dependencies:
5032-
brace-expansion "^2.0.1"
5032+
brace-expansion "^2.0.2"
50335033

5034-
minimatch@^10.2.2, minimatch@^10.2.4:
5034+
minimatch@^10.2.4:
50355035
version "10.2.4"
50365036
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.4.tgz#465b3accbd0218b8281f5301e27cedc697f96fde"
50375037
integrity sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==
@@ -5454,16 +5454,16 @@ picocolors@^1.1.1:
54545454
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
54555455
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
54565456

5457-
picomatch@^2.3.1, picomatch@^4.0.3:
5458-
version "4.0.3"
5459-
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz#796c76136d1eead715db1e7bad785dedd695a042"
5460-
integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==
5461-
5462-
picomatch@^4.0.2:
5457+
picomatch@^2.3.1, picomatch@^4.0.2:
54635458
version "4.0.2"
54645459
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.2.tgz#77c742931e8f3b8820946c76cd0c1f13730d1dab"
54655460
integrity sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==
54665461

5462+
picomatch@^4.0.3:
5463+
version "4.0.3"
5464+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz#796c76136d1eead715db1e7bad785dedd695a042"
5465+
integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==
5466+
54675467
picomatch@^4.0.4:
54685468
version "4.0.4"
54695469
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.4.tgz#fd6f5e00a143086e074dffe4c924b8fb293b0589"

0 commit comments

Comments
 (0)