diff --git a/package.json b/package.json index 9787a4f2ca..da59b3fe09 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 50c4ba19c4..6b3edad2f1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"