From 89e140252d8366da12fd4d0a059424b8b6714290 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Jul 2025 00:08:36 +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 2.3.4 to 4.0.1 - [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.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 +++++++++-------- package.json | 4 ++-- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 72f87cf..c2d1504 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "adm-zip": "^0.5.16", "fast-glob": "^3.3.3", "got": "^11.8.6", - "picomatch": "^4.0.2", + "picomatch": "^4.0.3", "xml2js": "^0.6.2" }, "devDependencies": { @@ -23,7 +23,7 @@ "@types/adm-zip": "^0.5.7", "@types/jest": "^29.5.14", "@types/node": "^20.19.2", - "@types/picomatch": "^2.3.4", + "@types/picomatch": "^4.0.1", "@types/xml2js": "^0.4.14", "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0", @@ -2784,9 +2784,9 @@ } }, "node_modules/@types/picomatch": { - "version": "2.3.4", - "resolved": "https://registry.npmjs.org/@types/picomatch/-/picomatch-2.3.4.tgz", - "integrity": "sha512-0so8lU8O5zatZS/2Fi4zrwks+vZv7e0dygrgEZXljODXBig97l4cPQD+9LabXfGJOWwoRkTVz6Q4edZvD12UOA==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@types/picomatch/-/picomatch-4.0.1.tgz", + "integrity": "sha512-dLqxmi5VJRC9XTvc/oaTtk+bDb4RRqxLZPZ3jIpYBHEnDXX8lu02w2yWI6NsPPsELuVK298Z2iR8jgoWKRdUVQ==", "dev": true, "license": "MIT" }, @@ -9593,9 +9593,10 @@ "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 bb4720b..95693dd 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "adm-zip": "^0.5.16", "fast-glob": "^3.3.3", "got": "^11.8.6", - "picomatch": "^4.0.2", + "picomatch": "^4.0.3", "xml2js": "^0.6.2" }, "devDependencies": { @@ -50,7 +50,7 @@ "@types/adm-zip": "^0.5.7", "@types/jest": "^29.5.14", "@types/node": "^20.19.2", - "@types/picomatch": "^2.3.4", + "@types/picomatch": "^4.0.1", "@types/xml2js": "^0.4.14", "@typescript-eslint/eslint-plugin": "^7.18.0", "@typescript-eslint/parser": "^7.18.0",