From 31c189a9f1bd7aa954ef925b76108dabd2e31685 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 03:14:44 +0000 Subject: [PATCH] chore(deps): bump minimatch from 10.2.3 to 10.2.4 Bumps [minimatch](https://github.com/isaacs/minimatch) from 10.2.3 to 10.2.4. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v10.2.3...v10.2.4) --- updated-dependencies: - dependency-name: minimatch dependency-version: 10.2.4 dependency-type: direct:production update-type: version-update:semver-patch ... 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 3bfcecc..c6b8ada 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "electron-store": "^11.0.2", "electron-updater": "^6.8.3", "i18next": "^25.8.8", - "minimatch": "^10.2.3", + "minimatch": "^10.2.4", "path-browserify": "^1.0.1", "process": "^0.11.10", "react": "^19.2.4", @@ -14971,9 +14971,9 @@ } }, "node_modules/minimatch": { - "version": "10.2.3", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.3.tgz", - "integrity": "sha512-Rwi3pnapEqirPSbWbrZaa6N3nmqq4Xer/2XooiOKyV3q12ML06f7MOuc5DVH8ONZIFhwIYQ3yzPH4nt7iWHaTg==", + "version": "10.2.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz", + "integrity": "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==", "license": "BlueOak-1.0.0", "dependencies": { "brace-expansion": "^5.0.2" diff --git a/package.json b/package.json index b19c51c..32f255c 100644 --- a/package.json +++ b/package.json @@ -138,7 +138,7 @@ "electron-store": "^11.0.2", "electron-updater": "^6.8.3", "i18next": "^25.8.8", - "minimatch": "^10.2.3", + "minimatch": "^10.2.4", "path-browserify": "^1.0.1", "process": "^0.11.10", "react": "^19.2.4",