From d7abe20ed507887e839ea3378296e2b5a2ac0045 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 14:54:20 +0000 Subject: [PATCH] Bump minimatch from 3.1.2 to 3.1.4 Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.1.2 to 3.1.4. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v3.1.2...v3.1.4) --- updated-dependencies: - dependency-name: minimatch dependency-version: 3.1.4 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 776a4345..49145a66 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "libphonenumber-js": "^1.12.23", "lodash": "^4.17.21", "markdown-it": "^12.3.2", - "minimatch": "^3.1.2", + "minimatch": "^4.2.5", "minimist": "^1.2.8", "mixwith": "^0.1.1", "moment": "^2.30.1", diff --git a/yarn.lock b/yarn.lock index 5c32d8ea..8a7f0148 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7657,6 +7657,13 @@ minimatch@3.0.4: dependencies: brace-expansion "^1.1.7" +minimatch@^4.2.5: + version "4.2.5" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-4.2.5.tgz#fa32115d4418eeaa7d1313a28b146e2a3288747d" + integrity sha512-0htgU9jHBKHj95GPRwJaz73vT2ABPD7ge+OYBarvKbNtKkVQtxlIJb12LIl5ImbKqh1zcreY2fwKc8FnemLy5A== + dependencies: + brace-expansion "^1.1.7" + minimatch@^9.0.4: version "9.0.9" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.9.tgz#9b0cb9fcb78087f6fd7eababe2511c4d3d60574e"