Skip to content

Commit ece424b

Browse files
build(deps-dev): bump glob from 8.1.0 to 11.0.0
Bumps [glob](https://github.com/isaacs/node-glob) from 8.1.0 to 11.0.0. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](isaacs/node-glob@v8.1.0...v11.0.0) --- updated-dependencies: - dependency-name: glob dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 519134d commit ece424b

2 files changed

Lines changed: 44 additions & 10 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"@vscode/vsce": "^2.24.0",
103103
"c8": "^8.0.0",
104104
"eslint": "^8.57.0",
105-
"glob": "^8.0.3",
105+
"glob": "^11.0.0",
106106
"husky": "4.3.8",
107107
"mocha": "^10.1.0",
108108
"rimraf": "^5.0.8",

yarn.lock

Lines changed: 43 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2527,6 +2527,18 @@ glob@^10.2.2, glob@^10.2.4, glob@^10.3.7:
25272527
package-json-from-dist "^1.0.0"
25282528
path-scurry "^1.11.1"
25292529

2530+
glob@^11.0.0:
2531+
version "11.0.0"
2532+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.0.tgz#6031df0d7b65eaa1ccb9b29b5ced16cea658e77e"
2533+
integrity sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==
2534+
dependencies:
2535+
foreground-child "^3.1.0"
2536+
jackspeak "^4.0.1"
2537+
minimatch "^10.0.0"
2538+
minipass "^7.1.2"
2539+
package-json-from-dist "^1.0.0"
2540+
path-scurry "^2.0.0"
2541+
25302542
glob@^7.0.6, glob@^7.1.3, glob@^7.1.4:
25312543
version "7.2.3"
25322544
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
@@ -2539,7 +2551,7 @@ glob@^7.0.6, glob@^7.1.3, glob@^7.1.4:
25392551
once "^1.3.0"
25402552
path-is-absolute "^1.0.0"
25412553

2542-
glob@^8.0.1, glob@^8.0.3:
2554+
glob@^8.0.1:
25432555
version "8.1.0"
25442556
resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e"
25452557
integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==
@@ -3050,6 +3062,15 @@ jackspeak@^3.1.2:
30503062
optionalDependencies:
30513063
"@pkgjs/parseargs" "^0.11.0"
30523064

3065+
jackspeak@^4.0.1:
3066+
version "4.0.1"
3067+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.0.1.tgz#9fca4ce961af6083e259c376e9e3541431f5287b"
3068+
integrity sha512-cub8rahkh0Q/bw1+GxP7aeSe29hHHn2V4m29nnDlvCdlgU+3UGxkZp7Z53jLUdpX3jdTO0nJZUDl3xvbWc2Xog==
3069+
dependencies:
3070+
"@isaacs/cliui" "^8.0.2"
3071+
optionalDependencies:
3072+
"@pkgjs/parseargs" "^0.11.0"
3073+
30533074
java-properties@^1.0.2:
30543075
version "1.0.2"
30553076
resolved "https://registry.yarnpkg.com/java-properties/-/java-properties-1.0.2.tgz#ccd1fa73907438a5b5c38982269d0e771fe78211"
@@ -3447,6 +3468,11 @@ lru-cache@^10.2.0:
34473468
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.0.tgz#cb29b4b2dd55b22e4a729cdb096093d7f85df02d"
34483469
integrity sha512-bfJaPTuEiTYBu+ulDaeQ0F+uLmlfFkMgXj4cbwfuMSjgObGMzb55FMMbDvbRU0fAHZ4sLGkz2mKwcMg8Dvm8Ww==
34493470

3471+
lru-cache@^11.0.0:
3472+
version "11.0.0"
3473+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.0.0.tgz#15d93a196f189034d7166caf9fe55e7384c98a21"
3474+
integrity sha512-Qv32eSV1RSCfhY3fpPE2GNZ8jgM9X7rdAfemLWqTUxwiyIC4jJ6Sy0fZ8H+oLWevO6i4/bizg7c8d8i6bxrzbA==
3475+
34503476
lru-cache@^6.0.0:
34513477
version "6.0.0"
34523478
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz#6d6fe6570ebd96aaf90fcad1dafa3b2566db3a94"
@@ -3629,6 +3655,13 @@ minimatch@5.0.1:
36293655
dependencies:
36303656
brace-expansion "^2.0.1"
36313657

3658+
minimatch@^10.0.0:
3659+
version "10.0.1"
3660+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
3661+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
3662+
dependencies:
3663+
brace-expansion "^2.0.1"
3664+
36323665
minimatch@^3.0.3, minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
36333666
version "3.1.2"
36343667
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
@@ -3643,14 +3676,7 @@ minimatch@^5.0.1:
36433676
dependencies:
36443677
brace-expansion "^2.0.1"
36453678

3646-
minimatch@^9.0.0:
3647-
version "9.0.1"
3648-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.1.tgz#8a555f541cf976c622daf078bb28f29fb927c253"
3649-
integrity sha512-0jWhJpD/MdhPXwPuiRkCbfYfSKp2qnn2eOc279qI7f+osl/l+prKSrvhg157zSYvx/1nmgn2NqdT6k2Z7zSH9w==
3650-
dependencies:
3651-
brace-expansion "^2.0.1"
3652-
3653-
minimatch@^9.0.4:
3679+
minimatch@^9.0.0, minimatch@^9.0.4:
36543680
version "9.0.5"
36553681
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.5.tgz#d74f9dd6b57d83d8e98cfb82133b03978bc929e5"
36563682
integrity sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==
@@ -4438,6 +4464,14 @@ path-scurry@^1.11.1:
44384464
lru-cache "^10.2.0"
44394465
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
44404466

4467+
path-scurry@^2.0.0:
4468+
version "2.0.0"
4469+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
4470+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
4471+
dependencies:
4472+
lru-cache "^11.0.0"
4473+
minipass "^7.1.2"
4474+
44414475
path-type@^4.0.0:
44424476
version "4.0.0"
44434477
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"

0 commit comments

Comments
 (0)