From eca0765ca03db6b0c1e5b5d9e9936e23e3994114 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Jul 2025 04:12:23 +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 4.0.2 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/4.0.2...4.0.3) Updates `@types/picomatch` from 3.0.2 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-patch - 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 | 16 ++++++++-------- package.json | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) 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",