Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependency glob to v10
Browse files Browse the repository at this point in the history
renovate[bot] authored May 13, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent f715e8c commit 559cec5
Showing 2 changed files with 3 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -58,7 +58,7 @@
"express": "^4.18.2",
"express-hbs": "^2.4.2",
"fs-extra": "^11.1.1",
"glob": "^8.1.0",
"glob": "^10.0.0",
"lodash": "^4.17.21",
"multer": "^1.4.4",
"pluralize": "^8.0.0",
15 changes: 2 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -3038,7 +3038,7 @@ [email protected]:
once "^1.3.0"
path-is-absolute "^1.0.0"

glob@^10.3.3:
glob@^10.0.0, glob@^10.3.3:
version "10.3.15"
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.15.tgz#e72bc61bc3038c90605f5dd48543dc67aaf3b50d"
integrity sha512-0c6RlJt1TICLyvJYIApxb8GsXoai0KUP7AxKKAtsYXdgJR1mGEUa7DgwShbdk1nly0PYoZj01xd4hzbq3fsjpw==
@@ -3083,17 +3083,6 @@ glob@^7.1.3, glob@^7.1.4, glob@^7.2.3:
once "^1.3.0"
path-is-absolute "^1.0.0"

glob@^8.1.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e"
integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==
dependencies:
fs.realpath "^1.0.0"
inflight "^1.0.4"
inherits "2"
minimatch "^5.0.1"
once "^1.3.0"

global-dirs@^2.0.1:
version "2.1.0"
resolved "https://registry.yarnpkg.com/global-dirs/-/global-dirs-2.1.0.tgz#e9046a49c806ff04d6c1825e196c8f0091e8df4d"
@@ -3875,7 +3864,7 @@ [email protected]:
dependencies:
brace-expansion "^2.0.1"

minimatch@^5.0.1, minimatch@^5.1.0:
minimatch@^5.1.0:
version "5.1.6"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"
integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==

0 comments on commit 559cec5

Please sign in to comment.