diff --git a/package-lock.json b/package-lock.json index 4f70d4b..7363406 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "js-yaml": "^4.1.0", "lodash": "^4.17.21", "log4js": "^6.9.1", - "minimatch": "^10.0.3", + "minimatch": "^10.1.1", "moment": "^2.30.1", "shelljs": "^0.10.0", "string-format": "^2.0.0" @@ -4594,9 +4594,10 @@ } }, "node_modules/minimatch": { - "version": "10.0.3", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.3.tgz", - "integrity": "sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==", + "version": "10.1.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.1.1.tgz", + "integrity": "sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==", + "license": "BlueOak-1.0.0", "dependencies": { "@isaacs/brace-expansion": "^5.0.0" }, diff --git a/package.json b/package.json index 4f1a65c..6580355 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "js-yaml": "^4.1.0", "lodash": "^4.17.21", "log4js": "^6.9.1", - "minimatch": "^10.0.3", + "minimatch": "^10.1.1", "moment": "^2.30.1", "shelljs": "^0.10.0", "string-format": "^2.0.0"