Skip to content

Commit 2ba1d4d

Browse files
Bump glob from 10.4.2 to 10.5.0 in /build/npm/gyp
Bumps [glob](https://github.com/isaacs/node-glob) from 10.4.2 to 10.5.0. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v10.4.2...v10.5.0) --- updated-dependencies: - dependency-name: glob dependency-version: 10.5.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5ff3c23 commit 2ba1d4d

File tree

1 file changed

+21
-6
lines changed

1 file changed

+21
-6
lines changed

build/npm/gyp/yarn.lock

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -214,9 +214,9 @@ fs-minipass@^3.0.0:
214214
minipass "^7.0.3"
215215

216216
glob@^10.2.2, glob@^10.3.10:
217-
version "10.4.2"
218-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.2.tgz#bed6b95dade5c1f80b4434daced233aee76160e5"
219-
integrity sha512-GwMlUF6PkPo3Gk21UxkCohOv0PLcIXVtKyLlpEI28R/cO/4eNOdmLk3CMW1wROV/WR/EsZOWAfBbBOqYvs88/w==
217+
version "10.5.0"
218+
resolved "https://registry.yarnpkg.com/glob/-/glob-10.5.0.tgz#8ec0355919cd3338c28428a23d4f24ecc5fe738c"
219+
integrity sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==
220220
dependencies:
221221
foreground-child "^3.1.0"
222222
jackspeak "^3.1.2"
@@ -560,7 +560,16 @@ ssri@^10.0.0:
560560
dependencies:
561561
minipass "^7.0.3"
562562

563-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0:
563+
"string-width-cjs@npm:string-width@^4.2.0":
564+
version "4.2.3"
565+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
566+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
567+
dependencies:
568+
emoji-regex "^8.0.0"
569+
is-fullwidth-code-point "^3.0.0"
570+
strip-ansi "^6.0.1"
571+
572+
string-width@^4.1.0:
564573
version "4.2.3"
565574
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
566575
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -578,8 +587,14 @@ string-width@^5.0.1, string-width@^5.1.2:
578587
emoji-regex "^9.2.2"
579588
strip-ansi "^7.0.1"
580589

581-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
582-
name strip-ansi-cjs
590+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
591+
version "6.0.1"
592+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
593+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
594+
dependencies:
595+
ansi-regex "^5.0.1"
596+
597+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
583598
version "6.0.1"
584599
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
585600
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==

0 commit comments

Comments
 (0)