0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-25 02:31:59 -05:00

Update dependency glob to v8.0.2 (#2378)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-05-13 09:21:11 +01:00 committed by GitHub
parent d5eccaf715
commit bd2485c8da
2 changed files with 5 additions and 6 deletions

View file

@ -122,7 +122,7 @@
"eslint-plugin-ghost": "2.12.0",
"faker": "5.5.3",
"fs-extra": "10.1.0",
"glob": "8.0.1",
"glob": "8.0.2",
"google-caja-bower": "https://github.com/acburdine/google-caja-bower#ghost",
"grunt": "1.5.2",
"grunt-shell": "4.0.0",

View file

@ -8957,17 +8957,16 @@ glob@3.2.11:
inherits "2"
minimatch "0.3"
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@^5.0.10, glob@~5.0.0:
version "5.0.15"