Skip to content

Commit 52b41be

Browse files
Bump glob from 8.0.3 to 9.3.4 (#12108)
Bumps [glob](https://github.com/isaacs/node-glob) from 8.0.3 to 9.3.4. - [Release notes](https://github.com/isaacs/node-glob/releases) - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v8.0.3...v9.3.4) --- updated-dependencies: - dependency-name: glob dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 15062a6 commit 52b41be

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@
289289
"eslint-plugin-testing-library": "^5.10.2",
290290
"file-loader": "^6.0.0",
291291
"flow-bin": "^0.187.0",
292-
"glob": "^8.0.0",
292+
"glob": "^9.3.4",
293293
"html-webpack-plugin": "5.5.0",
294294
"http-proxy": "^1.16.2",
295295
"husky": "^8.0.3",

yarn.lock

+2-9
Original file line numberDiff line numberDiff line change
@@ -5009,7 +5009,7 @@ glob@^8.0.0, glob@^8.0.1:
50095009
minimatch "^5.0.1"
50105010
once "^1.3.0"
50115011

5012-
glob@^9.2.0:
5012+
glob@^9.2.0, glob@^9.3.4:
50135013
version "9.3.4"
50145014
resolved "https://registry.yarnpkg.com/glob/-/glob-9.3.4.tgz#e75dee24891a80c25cc7ee1dd327e126b98679af"
50155015
integrity sha512-qaSc49hojMOv1EPM4EuyITjDSgSKI0rthoHnvE81tcOi1SCVndHko7auqxdQ14eiQG2NDBJBE86+2xIrbIvrbA==
@@ -7089,14 +7089,7 @@ minipass@^3.0.0, minipass@^3.1.0, minipass@^3.1.1, minipass@^3.1.3, minipass@^3.
70897089
dependencies:
70907090
yallist "^4.0.0"
70917091

7092-
minipass@^4.0.0:
7093-
version "4.0.0"
7094-
resolved "https://registry.yarnpkg.com/minipass/-/minipass-4.0.0.tgz#7cebb0f9fa7d56f0c5b17853cbe28838a8dbbd3b"
7095-
integrity sha512-g2Uuh2jEKoht+zvO6vJqXmYpflPqzRBT+Th2h01DKh5z7wbY/AZ2gCQ78cP70YoHPyFdY30YBV5WxgLOEwOykw==
7096-
dependencies:
7097-
yallist "^4.0.0"
7098-
7099-
minipass@^4.0.2, minipass@^4.2.4:
7092+
minipass@^4.0.0, minipass@^4.0.2, minipass@^4.2.4:
71007093
version "4.2.5"
71017094
resolved "https://registry.yarnpkg.com/minipass/-/minipass-4.2.5.tgz#9e0e5256f1e3513f8c34691dd68549e85b2c8ceb"
71027095
integrity sha512-+yQl7SX3bIT83Lhb4BVorMAHVuqsskxRdlmO9kTpyukp8vsm2Sn/fUOV9xlnG8/a5JsypJzap21lz/y3FBMJ8Q==

0 commit comments

Comments
 (0)