From 353559aca3a9b92b9735b7514c5f20f1eade320d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 06:19:34 +0000 Subject: [PATCH] Bump minimatch Bumps the npm_and_yarn group with 1 update in the /npm_and_yarn/helpers/test/yarn/fixtures/conflicting-dependency-parser/deeply-nested directory: [minimatch](https://github.com/isaacs/minimatch). Updates `minimatch` from 3.0.4 to 3.1.2 - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2) --- updated-dependencies: - dependency-name: minimatch dependency-version: 3.1.2 dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] --- .../conflicting-dependency-parser/deeply-nested/yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/npm_and_yarn/helpers/test/yarn/fixtures/conflicting-dependency-parser/deeply-nested/yarn.lock b/npm_and_yarn/helpers/test/yarn/fixtures/conflicting-dependency-parser/deeply-nested/yarn.lock index a4cd576849..97a7a66e7b 100644 --- a/npm_and_yarn/helpers/test/yarn/fixtures/conflicting-dependency-parser/deeply-nested/yarn.lock +++ b/npm_and_yarn/helpers/test/yarn/fixtures/conflicting-dependency-parser/deeply-nested/yarn.lock @@ -392,9 +392,9 @@ memoizee@^0.4.14: timers-ext "^0.1.5" minimatch@^3.0.4: - version "3.0.4" - resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083" - integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA== + version "3.1.2" + resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b" + integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw== dependencies: brace-expansion "^1.1.7"