From 10b3366d66f1f810dd59b4a02837752fac227d23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 19:16:45 +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 4b3a4bcff..e5d5b6140 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "kind-of": "^6.0.3", "lodash": "4.17.21", "lodash.template": "^4.5.0", - "minimatch": "^3.0.4", + "minimatch": "^4.0.0", "mixin-deep": "^1.3.2", "moment": "2.24.0", "node": "20.8.1", diff --git a/yarn.lock b/yarn.lock index 4de441353..863e56927 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8361,6 +8361,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"