diff --git a/package-lock.json b/package-lock.json index 5a51fe2..608de79 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@actions/github": "6.0.0", "@octokit/webhooks-definitions": "3.67.3", "js-yaml": "4.1.0", - "minimatch": "9.0.4" + "minimatch": "9.0.5" }, "devDependencies": { "@eslint/js": "9.5.0", @@ -1506,9 +1506,10 @@ } }, "node_modules/minimatch": { - "version": "9.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz", - "integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==", + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" }, diff --git a/package.json b/package.json index de96b5d..bbe7ee3 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@actions/github": "6.0.0", "@octokit/webhooks-definitions": "3.67.3", "js-yaml": "4.1.0", - "minimatch": "9.0.4" + "minimatch": "9.0.5" }, "devDependencies": { "@eslint/js": "9.5.0",