mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Update dependency glob to v7.1.6
This commit is contained in:
parent
bd9cb1155b
commit
e4a86f0120
2 changed files with 5 additions and 5 deletions
|
@ -78,7 +78,7 @@
|
|||
"fs-extra": "8.1.0",
|
||||
"ghost-ignition": "3.1.0",
|
||||
"ghost-storage-base": "0.0.3",
|
||||
"glob": "7.1.5",
|
||||
"glob": "7.1.6",
|
||||
"got": "9.6.0",
|
||||
"gscan": "3.1.1",
|
||||
"html-to-text": "5.1.1",
|
||||
|
|
|
@ -3436,10 +3436,10 @@ glob@7.1.3:
|
|||
once "^1.3.0"
|
||||
path-is-absolute "^1.0.0"
|
||||
|
||||
glob@7.1.5:
|
||||
version "7.1.5"
|
||||
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.5.tgz#6714c69bee20f3c3e64c4dd905553e532b40cdc0"
|
||||
integrity sha512-J9dlskqUXK1OeTOYBEn5s8aMukWMwWfs+rPTn/jn50Ux4MNXVhubL1wu/j2t+H4NVI+cXEcCaYellqaPVGXNqQ==
|
||||
glob@7.1.6:
|
||||
version "7.1.6"
|
||||
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
|
||||
integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
|
||||
dependencies:
|
||||
fs.realpath "^1.0.0"
|
||||
inflight "^1.0.4"
|
||||
|
|
Loading…
Reference in a new issue