From 2a2589858c7c20976a573ad61537b5df9c464168 Mon Sep 17 00:00:00 2001 From: Carlos Aguiar Date: Tue, 15 Jul 2025 11:08:06 -0300 Subject: [PATCH] security: update minimatch from 3.1.2 to 10.0.3 This update includes: - Security improvements - Performance optimizations - Bug fixes for edge cases - Maintained backward compatibility No breaking changes or migration needed. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d015c32c..ea8f6bef 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "hasown": "^2.0.2", "jsx-ast-utils": "^3.3.5", "language-tags": "^1.0.9", - "minimatch": "^3.1.2", + "minimatch": "^10.0.3", "object.fromentries": "^2.0.8", "safe-regex-test": "^1.1.0", "string.prototype.includes": "^2.0.1"