From ffdf943f46638e785f53e49c4fb6f6bfd398e801 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 02:10:35 +0000 Subject: [PATCH] chore(deps): bump minimatch from 10.2.0 to 10.2.1 Bumps [minimatch](https://github.com/isaacs/minimatch) from 10.2.0 to 10.2.1. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v10.2.0...v10.2.1) --- updated-dependencies: - dependency-name: minimatch dependency-version: 10.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3984a44..d4ea438 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "electron-store": "^11.0.2", "electron-updater": "^6.7.3", "i18next": "^25.8.8", - "minimatch": "^10.2.0", + "minimatch": "^10.2.1", "path-browserify": "^1.0.1", "process": "^0.11.10", "react": "^19.2.4", @@ -14962,9 +14962,9 @@ } }, "node_modules/minimatch": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.0.tgz", - "integrity": "sha512-ugkC31VaVg9cF0DFVoADH12k6061zNZkZON+aX8AWsR9GhPcErkcMBceb6znR8wLERM2AkkOxy2nWRLpT9Jq5w==", + "version": "10.2.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.1.tgz", + "integrity": "sha512-MClCe8IL5nRRmawL6ib/eT4oLyeKMGCghibcDWK+J0hh0Q8kqSdia6BvbRMVk6mPa6WqUa5uR2oxt6C5jd533A==", "license": "BlueOak-1.0.0", "dependencies": { "brace-expansion": "^5.0.2" diff --git a/package.json b/package.json index 22e7038..42ffb04 100644 --- a/package.json +++ b/package.json @@ -138,7 +138,7 @@ "electron-store": "^11.0.2", "electron-updater": "^6.7.3", "i18next": "^25.8.8", - "minimatch": "^10.2.0", + "minimatch": "^10.2.1", "path-browserify": "^1.0.1", "process": "^0.11.10", "react": "^19.2.4",