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",