diff --git a/package-lock.json b/package-lock.json index 79d82a7..efcc9fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "js-yaml": "^4.2.0", "lodash": "^4.18.1", "log4js": "^6.9.1", - "minimatch": "^10.2.5", + "minimatch": "^10.2.6", "moment": "^2.30.1", "shelljs": "^0.10.0", "string-format": "^2.0.0" @@ -4434,12 +4434,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" @@ -4458,15 +4458,15 @@ } }, "node_modules/minimatch/node_modules/brace-expansion": { - "version": "5.0.5", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz", - "integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==", + "version": "5.0.9", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.9.tgz", + "integrity": "sha512-ScQ4IuvIEF1TMlP7Zt+vjJ//9zlPb2SDcxWxM3bk8s6t6GGdJ7KO1dCcTidOPJKePW30LE/2cT7wCyPho9/Wxg==", "license": "MIT", "dependencies": { "balanced-match": "^4.0.2" }, "engines": { - "node": "18 || 20 || >=22" + "node": "20 || >=22" } }, "node_modules/minipass": { diff --git a/package.json b/package.json index 0c39195..581b126 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "js-yaml": "^4.2.0", "lodash": "^4.18.1", "log4js": "^6.9.1", - "minimatch": "^10.2.5", + "minimatch": "^10.2.6", "moment": "^2.30.1", "shelljs": "^0.10.0", "string-format": "^2.0.0"