diff --git a/package-lock.json b/package-lock.json index b5c71d8..f2ebf89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,11 +12,11 @@ "@actions/core": "^1.11.1", "@actions/github": "6.0.0", "@octokit/webhooks": "13.5.0", - "picomatch": "4.0.2" + "picomatch": "4.0.3" }, "devDependencies": { "@types/node": "^22.13.1", - "@types/picomatch": "3.0.2", + "@types/picomatch": "4.0.0", "@typescript-eslint/parser": "^8.23.0", "@vercel/ncc": "^0.38.3", "eslint": "^9.19.0", @@ -1743,9 +1743,9 @@ } }, "node_modules/@types/picomatch": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@types/picomatch/-/picomatch-3.0.2.tgz", - "integrity": "sha512-n0i8TD3UDB7paoMMxA3Y65vUncFJXjcUf7lQY7YyKGl6031FNjfsLs6pdLFCy2GNFxItPJG8GvvpbZc2skH7WA==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@types/picomatch/-/picomatch-4.0.0.tgz", + "integrity": "sha512-J1Bng+wlyEERWSgJQU1Pi0HObCLVcr994xT/M+1wcl/yNRTGBupsCxthgkdYG+GCOMaQH7iSVUY3LJVBBqG7MQ==", "dev": true, "license": "MIT" }, @@ -6275,9 +6275,9 @@ "license": "ISC" }, "node_modules/picomatch": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz", - "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==", + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz", + "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", "license": "MIT", "engines": { "node": ">=12" diff --git a/package.json b/package.json index 9029050..d20fbcb 100644 --- a/package.json +++ b/package.json @@ -28,11 +28,11 @@ "@actions/core": "^1.11.1", "@actions/github": "6.0.0", "@octokit/webhooks": "13.5.0", - "picomatch": "4.0.2" + "picomatch": "4.0.3" }, "devDependencies": { "@types/node": "^22.13.1", - "@types/picomatch": "3.0.2", + "@types/picomatch": "4.0.0", "@typescript-eslint/parser": "^8.23.0", "@vercel/ncc": "^0.38.3", "eslint": "^9.19.0",