Skip to content

Commit f1bda95

Browse files
Bump glob from 10.4.2 to 11.0.1
Bumps [glob](https://github.com/isaacs/node-glob) from 10.4.2 to 11.0.1. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v10.4.2...v11.0.1) --- updated-dependencies: - dependency-name: glob dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a09c024 commit f1bda95

File tree

2 files changed

+41
-2
lines changed

2 files changed

+41
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@
286286
"eslint-plugin-testing-library": "^6.2.2",
287287
"file-loader": "^6.0.0",
288288
"flow-bin": "^0.187.0",
289-
"glob": "^10.4.2",
289+
"glob": "^11.0.1",
290290
"html-webpack-plugin": "5.6.3",
291291
"http-proxy": "^1.16.2",
292292
"intl": "^1.2.5",

yarn.lock

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5444,7 +5444,7 @@ glob-to-regexp@^0.4.1:
54445444
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e"
54455445
integrity sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==
54465446

5447-
glob@^10.3.7, glob@^10.4.2:
5447+
glob@^10.3.7:
54485448
version "10.4.2"
54495449
resolved "https://registry.yarnpkg.com/glob/-/glob-10.4.2.tgz#bed6b95dade5c1f80b4434daced233aee76160e5"
54505450
integrity sha512-GwMlUF6PkPo3Gk21UxkCohOv0PLcIXVtKyLlpEI28R/cO/4eNOdmLk3CMW1wROV/WR/EsZOWAfBbBOqYvs88/w==
@@ -5456,6 +5456,18 @@ glob@^10.3.7, glob@^10.4.2:
54565456
package-json-from-dist "^1.0.0"
54575457
path-scurry "^1.11.1"
54585458

5459+
glob@^11.0.1:
5460+
version "11.0.1"
5461+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.1.tgz#1c3aef9a59d680e611b53dcd24bb8639cef064d9"
5462+
integrity sha512-zrQDm8XPnYEKawJScsnM0QzobJxlT/kHOOlRTio8IH/GrmxRE5fjllkzdaHclIuNjUQTJYH2xHNIGfdpJkDJUw==
5463+
dependencies:
5464+
foreground-child "^3.1.0"
5465+
jackspeak "^4.0.1"
5466+
minimatch "^10.0.0"
5467+
minipass "^7.1.2"
5468+
package-json-from-dist "^1.0.0"
5469+
path-scurry "^2.0.0"
5470+
54595471
glob@^7.0.0, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.2.0:
54605472
version "7.2.3"
54615473
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
@@ -6512,6 +6524,13 @@ jackspeak@^3.1.2:
65126524
optionalDependencies:
65136525
"@pkgjs/parseargs" "^0.11.0"
65146526

6527+
jackspeak@^4.0.1:
6528+
version "4.0.2"
6529+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.0.2.tgz#11f9468a3730c6ff6f56823a820d7e3be9bef015"
6530+
integrity sha512-bZsjR/iRjl1Nk1UkjGpAzLNfQtzuijhn2g+pbZb98HQ1Gk8vM9hfbxeMBP+M2/UUdwj0RqGG3mlvk2MsAqwvEw==
6531+
dependencies:
6532+
"@isaacs/cliui" "^8.0.2"
6533+
65156534
65166535
version "1.1.1"
65176536
resolved "https://registry.yarnpkg.com/jed/-/jed-1.1.1.tgz#7a549bbd9ffe1585b0cd0a191e203055bee574b4"
@@ -7329,6 +7348,11 @@ lru-cache@^10.4.3:
73297348
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
73307349
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
73317350

7351+
lru-cache@^11.0.0:
7352+
version "11.0.2"
7353+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.0.2.tgz#fbd8e7cf8211f5e7e5d91905c415a3f55755ca39"
7354+
integrity sha512-123qHRfJBmo2jXDbo/a5YOQrJoHF/GNQTLzQ5+IdK5pWpceK17yRc6ozlWd25FxvGKQbIUs91fDFkXmDHTKcyA==
7355+
73327356
lru-cache@^5.1.1:
73337357
version "5.1.1"
73347358
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
@@ -7515,6 +7539,13 @@ mini-css-extract-plugin@^2.9.2:
75157539
schema-utils "^4.0.0"
75167540
tapable "^2.2.1"
75177541

7542+
minimatch@^10.0.0:
7543+
version "10.0.1"
7544+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
7545+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
7546+
dependencies:
7547+
brace-expansion "^2.0.1"
7548+
75187549
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
75197550
version "3.1.2"
75207551
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -8121,6 +8152,14 @@ path-scurry@^1.11.1:
81218152
lru-cache "^10.2.0"
81228153
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
81238154

8155+
path-scurry@^2.0.0:
8156+
version "2.0.0"
8157+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
8158+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
8159+
dependencies:
8160+
lru-cache "^11.0.0"
8161+
minipass "^7.1.2"
8162+
81248163
81258164
version "0.1.12"
81268165
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.12.tgz#d5e1a12e478a976d432ef3c58d534b9923164bb7"

0 commit comments

Comments
 (0)