mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Update dependency glob to v8.1.0
This commit is contained in:
parent
15c6fbb12a
commit
e95cff2ef4
3 changed files with 14 additions and 3 deletions
|
@ -123,7 +123,7 @@
|
|||
"eslint-plugin-react": "7.32.0",
|
||||
"faker": "5.5.3",
|
||||
"fs-extra": "11.1.0",
|
||||
"glob": "8.0.3",
|
||||
"glob": "8.1.0",
|
||||
"google-caja-bower": "https://github.com/acburdine/google-caja-bower#ghost",
|
||||
"keymaster": "https://github.com/madrobby/keymaster.git",
|
||||
"liquid-fire": "0.34.0",
|
||||
|
|
|
@ -162,7 +162,7 @@
|
|||
"express-session": "1.17.3",
|
||||
"fs-extra": "11.1.0",
|
||||
"ghost-storage-base": "1.0.0",
|
||||
"glob": "8.0.3",
|
||||
"glob": "8.1.0",
|
||||
"got": "9.6.0",
|
||||
"gscan": "4.36.0",
|
||||
"human-number": "2.0.1",
|
||||
|
|
13
yarn.lock
13
yarn.lock
|
@ -14528,7 +14528,7 @@ glob@7.2.0:
|
|||
once "^1.3.0"
|
||||
path-is-absolute "^1.0.0"
|
||||
|
||||
glob@8.0.3, glob@^8.0.0, glob@^8.0.1, glob@^8.0.3:
|
||||
glob@8.0.3:
|
||||
version "8.0.3"
|
||||
resolved "https://registry.yarnpkg.com/glob/-/glob-8.0.3.tgz#415c6eb2deed9e502c68fa44a272e6da6eeca42e"
|
||||
integrity sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ==
|
||||
|
@ -14539,6 +14539,17 @@ glob@8.0.3, glob@^8.0.0, glob@^8.0.1, glob@^8.0.3:
|
|||
minimatch "^5.0.1"
|
||||
once "^1.3.0"
|
||||
|
||||
glob@8.1.0, glob@^8.0.0, glob@^8.0.1, glob@^8.0.3:
|
||||
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"
|
||||
|
||||
glob@^5.0.10:
|
||||
version "5.0.15"
|
||||
resolved "https://registry.yarnpkg.com/glob/-/glob-5.0.15.tgz#1bc936b9e02f4a603fcc222ecf7633d30b8b93b1"
|
||||
|
|
Loading…
Add table
Reference in a new issue