Skip to content

Commit 1a74b91

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 b1c59ab commit 1a74b91

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
@@ -990,7 +990,7 @@ glob@^10.2.2:
990990
package-json-from-dist "^1.0.0"
991991
path-scurry "^1.11.1"
992992

993-
glob@^11.0.0:
993+
glob@^11.0.0, glob@^11.0.1:
994994
version "11.0.1"
995995
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.1.tgz#1c3aef9a59d680e611b53dcd24bb8639cef064d9"
996996
integrity sha512-zrQDm8XPnYEKawJScsnM0QzobJxlT/kHOOlRTio8IH/GrmxRE5fjllkzdaHclIuNjUQTJYH2xHNIGfdpJkDJUw==
@@ -1014,17 +1014,6 @@ glob@^7.1.3:
10141014
once "^1.3.0"
10151015
path-is-absolute "^1.0.0"
10161016

1017-
glob@^8.0.3:
1018-
version "8.1.0"
1019-
resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e"
1020-
integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==
1021-
dependencies:
1022-
fs.realpath "^1.0.0"
1023-
inflight "^1.0.4"
1024-
inherits "2"
1025-
minimatch "^5.0.1"
1026-
once "^1.3.0"
1027-
10281017
globals@^14.0.0:
10291018
version "14.0.0"
10301019
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
@@ -1355,13 +1344,6 @@ minimatch@^3.1.1, minimatch@^3.1.2:
13551344
dependencies:
13561345
brace-expansion "^1.1.7"
13571346

1358-
minimatch@^5.0.1:
1359-
version "5.1.6"
1360-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"
1361-
integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==
1362-
dependencies:
1363-
brace-expansion "^2.0.1"
1364-
13651347
minimatch@^9.0.4:
13661348
version "9.0.5"
13671349
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"

0 commit comments

Comments
 (0)