0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Update dependency glob to v8.0.2

This commit is contained in:
Renovate Bot 2022-05-13 05:58:08 +00:00 committed by renovate[bot]
parent ef79f4eae9
commit d3f29e53de
2 changed files with 5 additions and 6 deletions

View file

@ -140,7 +140,7 @@
"express-session": "1.17.3",
"fs-extra": "10.1.0",
"ghost-storage-base": "1.0.0",
"glob": "8.0.1",
"glob": "8.0.2",
"got": "9.6.0",
"gscan": "4.27.0",
"html-to-text": "5.1.1",

View file

@ -6272,17 +6272,16 @@ glob@7.2.0, glob@^7.0.0, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
once "^1.3.0"
path-is-absolute "^1.0.0"
glob@8.0.1:
version "8.0.1"
resolved "https://registry.yarnpkg.com/glob/-/glob-8.0.1.tgz#00308f5c035aa0b2a447cd37ead267ddff1577d3"
integrity sha512-cF7FYZZ47YzmCu7dDy50xSRRfO3ErRfrXuLZcNIuyiJEco0XSrGtuilG19L5xp3NcwTx7Gn+X6Tv3fmsUPTbow==
glob@8.0.2:
version "8.0.2"
resolved "https://registry.yarnpkg.com/glob/-/glob-8.0.2.tgz#1b87a70413e702431b17d5fb4363a70e3a6e29de"
integrity sha512-0jzor6jfIKaDg/2FIN+9L8oDxzHTkI/+vwJimOmOZjaVjFVVZJFojOYbbWC0okXbBVSgYpbcuQ7xy6gDP9f8gw==
dependencies:
fs.realpath "^1.0.0"
inflight "^1.0.4"
inherits "2"
minimatch "^5.0.1"
once "^1.3.0"
path-is-absolute "^1.0.0"
glob@^6.0.1:
version "6.0.4"