From 301a55b9214d463fdc2d8b05807314ccd449bf54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 10:36:44 +0000 Subject: [PATCH] build(deps-dev): bump minimatch from 10.2.0 to 10.2.2 Bumps [minimatch](https://github.com/isaacs/minimatch) from 10.2.0 to 10.2.2. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v10.2.0...v10.2.2) --- updated-dependencies: - dependency-name: minimatch dependency-version: 10.2.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5b57b29..d21a6f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "error-stack-parser": "^2.1.4", "extract-zip": "^2.0.1", "glob": "^13.0.3", - "minimatch": "^10.1.2", + "minimatch": "^10.2.2", "mocha": "^11.7.5", "sinon": "^21.0.1", "split2": "^4.2.0", @@ -5779,16 +5779,16 @@ } }, "node_modules/minimatch": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.0.tgz", - "integrity": "sha512-ugkC31VaVg9cF0DFVoADH12k6061zNZkZON+aX8AWsR9GhPcErkcMBceb6znR8wLERM2AkkOxy2nWRLpT9Jq5w==", + "version": "10.2.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.2.tgz", + "integrity": "sha512-+G4CpNBxa5MprY+04MbgOw1v7So6n5JY166pFi9KfYwT78fxScCeSNQSNzp6dpPSW2rONOps6Ocam1wFhCgoVw==", "dev": true, "license": "BlueOak-1.0.0", "dependencies": { "brace-expansion": "^5.0.2" }, "engines": { - "node": "20 || >=22" + "node": "18 || 20 || >=22" }, "funding": { "url": "https://github.com/sponsors/isaacs" diff --git a/package.json b/package.json index 7cd5bf3..5c05ce3 100644 --- a/package.json +++ b/package.json @@ -206,7 +206,7 @@ "error-stack-parser": "^2.1.4", "extract-zip": "^2.0.1", "glob": "^13.0.3", - "minimatch": "^10.1.2", + "minimatch": "^10.2.2", "mocha": "^11.7.5", "sinon": "^21.0.1", "split2": "^4.2.0",