diff --git a/package-lock.json b/package-lock.json index 4847682c..32051784 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@octokit/plugin-paginate-rest": "^13.2.1", "@octokit/plugin-rest-endpoint-methods": "^16.1.1", "@octokit/request-error": "^7.0.1", - "minimatch": "^10.0.1", + "minimatch": "^10.1.1", "p-limit": "^7.2.0", "which": "^5.0.0" }, @@ -3921,10 +3921,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/package.json b/package.json index 082b7837..1ba2f08a 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@octokit/plugin-paginate-rest": "^13.2.1", "@octokit/plugin-rest-endpoint-methods": "^16.1.1", "@octokit/request-error": "^7.0.1", - "minimatch": "^10.0.1", + "minimatch": "^10.1.1", "p-limit": "^7.2.0", "which": "^5.0.0" },