From f4a09cfd2a94349a8cb9360ec48b1abec6afce6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Jul 2025 04:28:42 +0000 Subject: [PATCH] Bump picomatch and @types/picomatch Bumps [picomatch](https://github.com/micromatch/picomatch) and [@types/picomatch](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/picomatch). These dependencies needed to be updated together. Updates `picomatch` from 3.0.1 to 4.0.3 - [Release notes](https://github.com/micromatch/picomatch/releases) - [Changelog](https://github.com/micromatch/picomatch/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/picomatch/compare/3.0.1...4.0.3) Updates `@types/picomatch` from 2.3.3 to 4.0.0 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/picomatch) --- updated-dependencies: - dependency-name: picomatch dependency-version: 4.0.3 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: "@types/picomatch" dependency-version: 4.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 22 ++++++++++++---------- package.json | 4 ++-- 2 files changed, 14 insertions(+), 12 deletions(-) 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",