From bd2485c8dae73aa2dcca7fdb7a167530acadd7b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 May 2022 09:21:11 +0100 Subject: [PATCH] Update dependency glob to v8.0.2 (#2378) Co-authored-by: Renovate Bot --- ghost/admin/package.json | 2 +- ghost/admin/yarn.lock | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/ghost/admin/package.json b/ghost/admin/package.json index 944b6c1725..eed1e354bb 100644 --- a/ghost/admin/package.json +++ b/ghost/admin/package.json @@ -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", diff --git a/ghost/admin/yarn.lock b/ghost/admin/yarn.lock index 1c8d5b03f5..298c1d290c 100644 --- a/ghost/admin/yarn.lock +++ b/ghost/admin/yarn.lock @@ -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"