Skip to content

Commit 080868a

Browse files
Update dependency glob to v11
1 parent fb9414c commit 080868a

2 files changed

Lines changed: 42 additions & 1 deletion

File tree

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: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2915,6 +2915,18 @@ glob@^10.3.3:
29152915
package-json-from-dist "^1.0.0"
29162916
path-scurry "^1.11.1"
29172917

2918+
glob@^11.0.0:
2919+
version "11.0.0"
2920+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.0.tgz#6031df0d7b65eaa1ccb9b29b5ced16cea658e77e"
2921+
integrity sha512-9UiX/Bl6J2yaBbxKoEBRm4Cipxgok8kQYcOPEhScPwebu2I0HoQOuYdIO6S3hLuWoZgpDpwQZMzTFxgpkyT76g==
2922+
dependencies:
2923+
foreground-child "^3.1.0"
2924+
jackspeak "^4.0.1"
2925+
minimatch "^10.0.0"
2926+
minipass "^7.1.2"
2927+
package-json-from-dist "^1.0.0"
2928+
path-scurry "^2.0.0"
2929+
29182930
glob@^5.0.15:
29192931
version "5.0.15"
29202932
resolved "https://registry.yarnpkg.com/glob/-/glob-5.0.15.tgz#1bc936b9e02f4a603fcc222ecf7633d30b8b93b1"
@@ -3381,6 +3393,15 @@ jackspeak@^3.1.2:
33813393
optionalDependencies:
33823394
"@pkgjs/parseargs" "^0.11.0"
33833395

3396+
jackspeak@^4.0.1:
3397+
version "4.0.1"
3398+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.0.1.tgz#9fca4ce961af6083e259c376e9e3541431f5287b"
3399+
integrity sha512-cub8rahkh0Q/bw1+GxP7aeSe29hHHn2V4m29nnDlvCdlgU+3UGxkZp7Z53jLUdpX3jdTO0nJZUDl3xvbWc2Xog==
3400+
dependencies:
3401+
"@isaacs/cliui" "^8.0.2"
3402+
optionalDependencies:
3403+
"@pkgjs/parseargs" "^0.11.0"
3404+
33843405
js-beautify@^1.13.11:
33853406
version "1.15.1"
33863407
resolved "https://registry.yarnpkg.com/js-beautify/-/js-beautify-1.15.1.tgz#4695afb508c324e1084ee0b952a102023fc65b64"
@@ -3656,6 +3677,11 @@ lru-cache@^10.2.0:
36563677
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
36573678
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
36583679

3680+
lru-cache@^11.0.0:
3681+
version "11.0.1"
3682+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.0.1.tgz#3a732fbfedb82c5ba7bca6564ad3f42afcb6e147"
3683+
integrity sha512-CgeuL5uom6j/ZVrg7G/+1IXqRY8JXX4Hghfy5YE0EhoYQWvndP1kufu58cmZLNIDKnRhZrXfdS9urVWx98AipQ==
3684+
36593685
make-dir@^3.0.0:
36603686
version "3.1.0"
36613687
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-3.1.0.tgz#415e967046b3a7f1d185277d84aa58203726a13f"
@@ -3734,6 +3760,13 @@ [email protected]:
37343760
dependencies:
37353761
brace-expansion "^2.0.1"
37363762

3763+
minimatch@^10.0.0:
3764+
version "10.0.1"
3765+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.0.1.tgz#ce0521856b453c86e25f2c4c0d03e6ff7ddc440b"
3766+
integrity sha512-ethXTt3SGGR+95gudmqJ1eNhRO7eGEGIgYA9vnPatK4/etz2MEVDno5GMCibdMTuBMyElzIlgxMna3K94XDIDQ==
3767+
dependencies:
3768+
brace-expansion "^2.0.1"
3769+
37373770
minimatch@^5.0.1, minimatch@^5.1.0, minimatch@^5.1.6:
37383771
version "5.1.6"
37393772
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"
@@ -4117,6 +4150,14 @@ path-scurry@^1.11.1:
41174150
lru-cache "^10.2.0"
41184151
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
41194152

4153+
path-scurry@^2.0.0:
4154+
version "2.0.0"
4155+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
4156+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
4157+
dependencies:
4158+
lru-cache "^11.0.0"
4159+
minipass "^7.1.2"
4160+
41204161
41214162
version "0.1.10"
41224163
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.10.tgz#67e9108c5c0551b9e5326064387de4763c4d5f8b"

0 commit comments

Comments
 (0)