From 7d3afe594ee62f27685420d804cc7d29add23557 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Feb 2022 21:53:32 +0000 Subject: [PATCH] update: update dependency minimatch to v5.0.1 (#1029) Co-authored-by: Renovate Bot --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7732e5a..6e28c69 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "jsonpath-plus": "6.0.1", "lodash": "4.17.21", "memfs": "3.4.1", - "minimatch": "5.0.0", + "minimatch": "5.0.1", "mocha": "9.2.1", "noicejs": "4.0.0", "nyc": "15.1.0", diff --git a/yarn.lock b/yarn.lock index 2695309..9818531 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2918,10 +2918,10 @@ min-indent@^1.0.0: dependencies: brace-expansion "^1.1.7" -minimatch@5.0.0: - version "5.0.0" - resolved "https://artifacts.apextoaster.com/repository/group-npm/minimatch/-/minimatch-5.0.0.tgz#281d8402aaaeed18a9e8406ad99c46a19206c6ef" - integrity sha512-EU+GCVjXD00yOUf1TwAHVP7v3fBD3A8RkkPYsWWKGWesxM/572sL53wJQnHxquHlRhYUV36wHkqrN8cdikKc2g== +minimatch@5.0.1: + version "5.0.1" + resolved "https://artifacts.apextoaster.com/repository/group-npm/minimatch/-/minimatch-5.0.1.tgz#fb9022f7528125187c92bd9e9b6366be1cf3415b" + integrity sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g== dependencies: brace-expansion "^2.0.1"