diff --git a/package-lock.json b/package-lock.json index eb62921..502436d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,11 +12,11 @@ "@actions/core": "^1.10.1", "@actions/github": "6.0.0", "@octokit/webhooks": "12.0.8", - "picomatch": "3.0.1" + "picomatch": "4.0.3" }, "devDependencies": { "@types/node": "^20.10.0", - "@types/picomatch": "2.3.3", + "@types/picomatch": "4.0.0", "@typescript-eslint/parser": "^6.12.0", "@vercel/ncc": "^0.38.1", "eslint": "^8.54.0", @@ -1599,10 +1599,11 @@ } }, "node_modules/@types/picomatch": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/@types/picomatch/-/picomatch-2.3.3.tgz", - "integrity": "sha512-Yll76ZHikRFCyz/pffKGjrCwe/le2CDwOP5F210KQo27kpRE46U2rDnzikNlVn6/ezH3Mhn46bJMTfeVTtcYMg==", - "dev": true + "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" }, "node_modules/@types/semver": { "version": "7.5.6", @@ -5935,11 +5936,12 @@ "dev": true }, "node_modules/picomatch": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-3.0.1.tgz", - "integrity": "sha512-I3EurrIQMlRc9IaAZnqRR044Phh2DXY+55o7uJ0V+hYZAcQYSuFWsc9q5PvyDHUSCe1Qxn/iBz+78s86zWnGag==", + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz", + "integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==", + "license": "MIT", "engines": { - "node": ">=10" + "node": ">=12" }, "funding": { "url": "https://github.com/sponsors/jonschlinkert" diff --git a/package.json b/package.json index d6962c5..6d07125 100644 --- a/package.json +++ b/package.json @@ -28,11 +28,11 @@ "@actions/core": "^1.10.1", "@actions/github": "6.0.0", "@octokit/webhooks": "12.0.8", - "picomatch": "3.0.1" + "picomatch": "4.0.3" }, "devDependencies": { "@types/node": "^20.10.0", - "@types/picomatch": "2.3.3", + "@types/picomatch": "4.0.0", "@typescript-eslint/parser": "^6.12.0", "@vercel/ncc": "^0.38.1", "eslint": "^8.54.0",