From d5f67657e2d76f5ce54e9e48c79cd3e7157dae0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 14:58:48 +0000 Subject: [PATCH] Bump minimatch from 3.1.2 to 4.0.0 Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.1.2 to 4.0.0. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v3.1.2...v4.0.0) --- updated-dependencies: - dependency-name: minimatch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index ca89fc07f..3babd3b8c 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "js-yaml": "^3.13.1", "kind-of": "^6.0.3", "lodash": "4.17.21", - "minimatch": "^3.0.4", + "minimatch": "^4.0.0", "mixin-deep": "^1.3.2", "moment": "2.29.4", "node": "20.8.1", diff --git a/yarn.lock b/yarn.lock index 896a763ac..aa2dec295 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8229,6 +8229,13 @@ minimatch@^3.0.4, minimatch@^3.1.1, minimatch@^3.1.2: dependencies: brace-expansion "^1.1.7" +minimatch@^4.0.0: + version "4.0.0" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-4.0.0.tgz#befe49964c07e98a5eb7c5191be997b2aaffacc8" + integrity sha512-nUXi6viDR8DREKfJTnzZLh1amprrt6Hepx/WUngirNdiNEDmfkW2DLfiTeXWcMkMY0bRkuQ8eyCSbG3W4D0Qcg== + dependencies: + brace-expansion "^1.1.7" + minimatch@~0.2.11: version "0.2.14" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-0.2.14.tgz#c74e780574f63c6f9a090e90efbe6ef53a6a756a"