diff --git a/package.json b/package.json index c252a6a..be5ee8d 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "jszip": "3.7.1", "lodash": "^4.17.11", "luxon": "^1.21.3", - "minimatch": "5.0.1", + "minimatch": "5.1.8", "rate-limiter-flexible": "^2.2.2", "sinon": "^10.0.0" }, diff --git a/yarn.lock b/yarn.lock index 194f34d..b313b43 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5053,10 +5053,10 @@ minimatch@3.0.4, minimatch@^3.0.4: dependencies: brace-expansion "^1.1.7" -minimatch@5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.0.1.tgz#fb9022f7528125187c92bd9e9b6366be1cf3415b" - integrity sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g== +minimatch@5.1.8: + version "5.1.8" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.8.tgz#32a16ebcccd6421c674430acb199b8806c68169b" + integrity sha512-7RN35vit8DeBclkofOVmBY0eDAZZQd1HzmukRdSyz95CRh8FT54eqnbj0krQr3mrHR6sfRyYkyhwBWjoV5uqlQ== dependencies: brace-expansion "^2.0.1"