From eca8c21e2d30f5818090aca5569d39a41adc2ff8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 03:15:56 +0000 Subject: [PATCH] chore(deps-dev): bump minimatch from 10.0.1 to 10.2.3 in /fixtures/pnpm Bumps [minimatch](https://github.com/isaacs/minimatch) from 10.0.1 to 10.2.3. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v10.0.1...v10.2.3) --- updated-dependencies: - dependency-name: minimatch dependency-version: 10.2.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- fixtures/pnpm/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fixtures/pnpm/package.json b/fixtures/pnpm/package.json index 34f4b3f4..3e67f590 100644 --- a/fixtures/pnpm/package.json +++ b/fixtures/pnpm/package.json @@ -10,6 +10,6 @@ "mathjs": "14.5.2", "postcss": "8.5.4", "styled-components": "6.1.18", - "minimatch": "10.0.1" + "minimatch": "10.2.3" } }