Skip to content

Commit b68f4a7

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

File tree

2 files changed

+2
-20
lines changed

2 files changed

+2
-20
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"ajv": "^8.11.2",
1717
"colors": "^1.4.0",
1818
"executable": "^4.1.1",
19-
"glob": "^8.0.3",
19+
"glob": "^11.0.1",
2020
"isexe": "^2.0.0",
2121
"which": "^5.0.0",
2222
"yargs": "^17.6.2"

yarn.lock

+1-19
Original file line numberDiff line numberDiff line change
@@ -997,7 +997,7 @@ glob@^10.2.2:
997997
package-json-from-dist "^1.0.0"
998998
path-scurry "^1.11.1"
999999

1000-
glob@^11.0.0:
1000+
glob@^11.0.0, glob@^11.0.1:
10011001
version "11.0.1"
10021002
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.1.tgz#1c3aef9a59d680e611b53dcd24bb8639cef064d9"
10031003
integrity sha512-zrQDm8XPnYEKawJScsnM0QzobJxlT/kHOOlRTio8IH/GrmxRE5fjllkzdaHclIuNjUQTJYH2xHNIGfdpJkDJUw==
@@ -1021,17 +1021,6 @@ glob@^7.1.3:
10211021
once "^1.3.0"
10221022
path-is-absolute "^1.0.0"
10231023

1024-
glob@^8.0.3:
1025-
version "8.1.0"
1026-
resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e"
1027-
integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==
1028-
dependencies:
1029-
fs.realpath "^1.0.0"
1030-
inflight "^1.0.4"
1031-
inherits "2"
1032-
minimatch "^5.0.1"
1033-
once "^1.3.0"
1034-
10351024
globals@^14.0.0:
10361025
version "14.0.0"
10371026
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
@@ -1362,13 +1351,6 @@ minimatch@^3.1.1, minimatch@^3.1.2:
13621351
dependencies:
13631352
brace-expansion "^1.1.7"
13641353

1365-
minimatch@^5.0.1:
1366-
version "5.1.6"
1367-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"
1368-
integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==
1369-
dependencies:
1370-
brace-expansion "^2.0.1"
1371-
13721354
minimatch@^9.0.4:
13731355
version "9.0.5"
13741356
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"

0 commit comments

Comments
 (0)