Skip to content

Commit be511b6

Browse files
Update dependency glob to v11
1 parent 634c264 commit be511b6

File tree

2 files changed

+41
-13
lines changed

2 files changed

+41
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"express": "^4.18.2",
5959
"express-hbs": "^2.4.2",
6060
"fs-extra": "^11.1.1",
61-
"glob": "^8.1.0",
61+
"glob": "^11.0.0",
6262
"lodash": "^4.17.21",
6363
"multer": "^1.4.4",
6464
"pluralize": "^8.0.0",

yarn.lock

Lines changed: 40 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2946,6 +2946,18 @@ glob@^10.4.2, glob@^10.4.5:
29462946
package-json-from-dist "^1.0.0"
29472947
path-scurry "^1.11.1"
29482948

2949+
glob@^11.0.0:
2950+
version "11.0.2"
2951+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.2.tgz#3261e3897bbc603030b041fd77ba636022d51ce0"
2952+
integrity sha512-YT7U7Vye+t5fZ/QMkBFrTJ7ZQxInIUjwyAjVj84CYXqgBdv30MFUPGnBR6sQaVq6Is15wYJUsnzTuWaGRBhBAQ==
2953+
dependencies:
2954+
foreground-child "^3.1.0"
2955+
jackspeak "^4.0.1"
2956+
minimatch "^10.0.0"
2957+
minipass "^7.1.2"
2958+
package-json-from-dist "^1.0.0"
2959+
path-scurry "^2.0.0"
2960+
29492961
glob@^5.0.15:
29502962
version "5.0.15"
29512963
resolved "https://registry.yarnpkg.com/glob/-/glob-5.0.15.tgz#1bc936b9e02f4a603fcc222ecf7633d30b8b93b1"
@@ -2980,17 +2992,6 @@ glob@^7.1.3, glob@^7.1.4, glob@^7.2.3:
29802992
once "^1.3.0"
29812993
path-is-absolute "^1.0.0"
29822994

2983-
glob@^8.1.0:
2984-
version "8.1.0"
2985-
resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e"
2986-
integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==
2987-
dependencies:
2988-
fs.realpath "^1.0.0"
2989-
inflight "^1.0.4"
2990-
inherits "2"
2991-
minimatch "^5.0.1"
2992-
once "^1.3.0"
2993-
29942995
global-dirs@^2.0.1:
29952996
version "2.1.0"
29962997
resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-2.1.0.tgz#e9046a49c806ff04d6c1825e196c8f0091e8df4d"
@@ -3398,6 +3399,13 @@ jackspeak@^3.1.2:
33983399
optionalDependencies:
33993400
"@pkgjs/parseargs" "^0.11.0"
34003401

3402+
jackspeak@^4.0.1:
3403+
version "4.1.1"
3404+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.1.1.tgz#96876030f450502047fc7e8c7fcf8ce8124e43ae"
3405+
integrity sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==
3406+
dependencies:
3407+
"@isaacs/cliui" "^8.0.2"
3408+
34013409
js-beautify@^1.13.11:
34023410
version "1.15.4"
34033411
resolved "https://registry.yarnpkg.com/js-beautify/-/js-beautify-1.15.4.tgz#f579f977ed4c930cef73af8f98f3f0a608acd51e"
@@ -3668,6 +3676,11 @@ lru-cache@^10.2.0:
36683676
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
36693677
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
36703678

3679+
lru-cache@^11.0.0:
3680+
version "11.1.0"
3681+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.1.0.tgz#afafb060607108132dbc1cf8ae661afb69486117"
3682+
integrity sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==
3683+
36713684
make-dir@^3.0.0:
36723685
version "3.1.0"
36733686
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-3.1.0.tgz#415e967046b3a7f1d185277d84aa58203726a13f"
@@ -3751,7 +3764,14 @@ minimatch@9.0.1:
37513764
dependencies:
37523765
brace-expansion "^2.0.1"
37533766

3754-
minimatch@^5.0.1, minimatch@^5.1.0:
3767+
minimatch@^10.0.0:
3768+
version "10.0.1"
3769+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
3770+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
3771+
dependencies:
3772+
brace-expansion "^2.0.1"
3773+
3774+
minimatch@^5.1.0:
37553775
version "5.1.6"
37563776
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"
37573777
integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==
@@ -4123,6 +4143,14 @@ path-scurry@^1.11.1:
41234143
lru-cache "^10.2.0"
41244144
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
41254145

4146+
path-scurry@^2.0.0:
4147+
version "2.0.0"
4148+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
4149+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
4150+
dependencies:
4151+
lru-cache "^11.0.0"
4152+
minipass "^7.1.2"
4153+
41264154
path-to-regexp@0.1.12:
41274155
version "0.1.12"
41284156
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.12.tgz#d5e1a12e478a976d432ef3c58d534b9923164bb7"

0 commit comments

Comments
 (0)