diff --git a/typescript/package-lock.json b/typescript/package-lock.json index 96d2115..9c2582a 100644 --- a/typescript/package-lock.json +++ b/typescript/package-lock.json @@ -17,7 +17,7 @@ "commander": "14.0.2", "eslint": "9.38.0", "json5": "2.2.3", - "minimatch": "10.0.3", + "minimatch": "10.1.1", "readdirp": "4.1.2", "typescript": "5.9.3" }, @@ -4488,10 +4488,10 @@ } }, "node_modules/minimatch": { - "version": "10.0.3", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.3.tgz", - "integrity": "sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==", - "license": "ISC", + "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/typescript/package.json b/typescript/package.json index 24808f5..e87bc22 100644 --- a/typescript/package.json +++ b/typescript/package.json @@ -19,7 +19,7 @@ "commander": "14.0.2", "eslint": "9.38.0", "json5": "2.2.3", - "minimatch": "10.0.3", + "minimatch": "10.1.1", "readdirp": "4.1.2", "typescript": "5.9.3" },