Skip to content

Commit e960cd1

Browse files
fix(deps): update dependency minimatch to v10.0.3
1 parent dce4f1d commit e960cd1

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

yarn.lock

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -997,6 +997,18 @@
997997
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-3.0.5.tgz#fe00207e57d5f040e5b18e809c8e7abc3a2ade3a"
998998
integrity sha512-ZJpeIYYueOz/i/ONzrfof8g89kNdO2hjGuvULROo3O8rlB2CRtSseE5KeirnyE4t/thAn/EwvS/vuQeJCn+NZg==
999999

1000+
"@isaacs/balanced-match@^4.0.1":
1001+
version "4.0.1"
1002+
resolved "https://registry.yarnpkg.com/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz#3081dadbc3460661b751e7591d7faea5df39dd29"
1003+
integrity sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==
1004+
1005+
"@isaacs/brace-expansion@^5.0.0":
1006+
version "5.0.0"
1007+
resolved "https://registry.yarnpkg.com/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz#4b3dabab7d8e75a429414a96bd67bf4c1d13e0f3"
1008+
integrity sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==
1009+
dependencies:
1010+
"@isaacs/balanced-match" "^4.0.1"
1011+
10001012
"@jest/schemas@^29.6.3":
10011013
version "29.6.3"
10021014
resolved "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.3.tgz"
@@ -3985,11 +3997,11 @@ minimatch@9.0.3:
39853997
brace-expansion "^2.0.1"
39863998

39873999
minimatch@^10.0.1:
3988-
version "10.0.1"
3989-
resolved "https://registry.npmjs.org/minimatch/-/minimatch-10.0.1.tgz"
3990-
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
4000+
version "10.0.3"
4001+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.3.tgz#cf7a0314a16c4d9ab73a7730a0e8e3c3502d47aa"
4002+
integrity sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==
39914003
dependencies:
3992-
brace-expansion "^2.0.1"
4004+
"@isaacs/brace-expansion" "^5.0.0"
39934005

39944006
minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
39954007
version "3.1.2"

0 commit comments

Comments
 (0)