Skip to content

Commit 7c79e69

Browse files
chore(deps): bump minimatch from 9.0.5 to 9.0.9
Bumps [minimatch](https://github.com/isaacs/minimatch) from 9.0.5 to 9.0.9. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](isaacs/minimatch@v9.0.5...v9.0.9) --- updated-dependencies: - dependency-name: minimatch dependency-version: 9.0.9 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c38366d commit 7c79e69

File tree

1 file changed

+20
-29
lines changed

1 file changed

+20
-29
lines changed

yarn.lock

Lines changed: 20 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -137,18 +137,18 @@
137137
resolved "https://registry.npmjs.org/@types/tough-cookie/-/tough-cookie-4.0.5.tgz"
138138
integrity sha512-/Ad8+nIOV7Rl++6f1BdKxFSMgmoqEoYbHRpPcx3JEfv8VRsQe9Z4mCXeJBzxs7mbHY/XOZZuXlRNfhpVPbs6ZA==
139139

140-
agent-base@^7.1.2:
141-
version "7.1.3"
142-
resolved "https://registry.npmjs.org/agent-base/-/agent-base-7.1.3.tgz"
143-
integrity sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==
144-
145140
agent-base@6:
146141
version "6.0.2"
147142
resolved "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz"
148143
integrity sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==
149144
dependencies:
150145
debug "4"
151146

147+
agent-base@^7.1.2:
148+
version "7.1.3"
149+
resolved "https://registry.npmjs.org/agent-base/-/agent-base-7.1.3.tgz"
150+
integrity sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==
151+
152152
ansi-regex@^5.0.1:
153153
version "5.0.1"
154154
resolved "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz"
@@ -191,9 +191,9 @@ bignumber.js@^9.0.0:
191191
resolved "https://registry.npmjs.org/bignumber.js/-/bignumber.js-9.3.0.tgz"
192192
integrity sha512-EM7aMFTXbptt/wZdMlBv2t8IViwQL+h6SLHosp8Yf0dqJMTnY6iL32opnAB6kAdL0SZPuvcAzFr31o0c/R3/RA==
193193

194-
brace-expansion@^2.0.1:
194+
brace-expansion@^2.0.2:
195195
version "2.0.2"
196-
resolved "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz"
196+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-2.0.2.tgz#54fc53237a613d854c7bd37463aad17df87214e7"
197197
integrity sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==
198198
dependencies:
199199
balanced-match "^1.0.0"
@@ -289,7 +289,7 @@ eastasianwidth@^0.2.0:
289289
resolved "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz"
290290
integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==
291291

292-
ecdsa-sig-formatter@^1.0.11, ecdsa-sig-formatter@1.0.11:
292+
ecdsa-sig-formatter@1.0.11, ecdsa-sig-formatter@^1.0.11:
293293
version "1.0.11"
294294
resolved "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz"
295295
integrity sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==
@@ -621,11 +621,11 @@ mime-types@^2.1.35:
621621
mime-db "1.52.0"
622622

623623
minimatch@^9.0.4:
624-
version "9.0.5"
625-
resolved "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz"
626-
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
624+
version "9.0.9"
625+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.9.tgz#9b0cb9fcb78087f6fd7eababe2511c4d3d60574e"
626+
integrity sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==
627627
dependencies:
628-
brace-expansion "^2.0.1"
628+
brace-expansion "^2.0.2"
629629

630630
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0", minipass@^7.1.2:
631631
version "7.1.2"
@@ -775,13 +775,6 @@ stream-shift@^1.0.2:
775775
resolved "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.3.tgz"
776776
integrity sha512-76ORR0DO1o1hlKwTbi/DM3EXWGf3ZJYO8cXX5RJwnul2DEg2oyoZyjLNoQM8WsvZiFKCRfC1O0J7iCvie3RZmQ==
777777

778-
string_decoder@^1.1.1:
779-
version "1.3.0"
780-
resolved "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz"
781-
integrity sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==
782-
dependencies:
783-
safe-buffer "~5.2.0"
784-
785778
"string-width-cjs@npm:string-width@^4.2.0":
786779
version "4.2.3"
787780
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
@@ -791,16 +784,7 @@ string_decoder@^1.1.1:
791784
is-fullwidth-code-point "^3.0.0"
792785
strip-ansi "^6.0.1"
793786

794-
string-width@^4.1.0, string-width@^4.2.0:
795-
version "4.2.3"
796-
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
797-
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
798-
dependencies:
799-
emoji-regex "^8.0.0"
800-
is-fullwidth-code-point "^3.0.0"
801-
strip-ansi "^6.0.1"
802-
803-
string-width@^4.2.3:
787+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
804788
version "4.2.3"
805789
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
806790
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -818,6 +802,13 @@ string-width@^5.0.1, string-width@^5.1.2:
818802
emoji-regex "^9.2.2"
819803
strip-ansi "^7.0.1"
820804

805+
string_decoder@^1.1.1:
806+
version "1.3.0"
807+
resolved "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz"
808+
integrity sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==
809+
dependencies:
810+
safe-buffer "~5.2.0"
811+
821812
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
822813
version "6.0.1"
823814
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"

0 commit comments

Comments
 (0)