diff --git a/package-lock.json b/package-lock.json index 5aa3612..0bae6aa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "fast-glob": "^3.3.3", "form-data": "^4.0.4", "inquirer": "^14.0.2", - "minimatch": "^10.2.1", + "minimatch": "^10.2.6", "ora": "^9.4.1", "p-limit": "^7.3.1", "php-parser": "3.7.0", @@ -7418,12 +7418,12 @@ } }, "node_modules/minimatch": { - "version": "10.2.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz", - "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==", + "version": "10.2.6", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.6.tgz", + "integrity": "sha512-vpLQEs+VLCr1nU0BXS07maYoFwlDAH0gngQuuttxIwutDFEMHq2blX+8vpgxDdK3J1PwjCJiep77OitTZ4Ll1A==", "license": "BlueOak-1.0.0", "dependencies": { - "brace-expansion": "^5.0.5" + "brace-expansion": "^5.0.8" }, "engines": { "node": "18 || 20 || >=22" diff --git a/package.json b/package.json index f9f6443..2a4a924 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "fast-glob": "^3.3.3", "form-data": "^4.0.4", "inquirer": "^14.0.2", - "minimatch": "^10.2.1", + "minimatch": "^10.2.6", "ora": "^9.4.1", "p-limit": "^7.3.1", "php-parser": "3.7.0",