From 7fde68dedbe995f25e9d65ee972b9cb2a5a3011e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 17:23:35 +0000 Subject: [PATCH] chore(deps): 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:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index b57bff5..8004bf6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5889,14 +5889,14 @@ } }, "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==", "dependencies": { "brace-expansion": "^5.0.2" }, "engines": { - "node": "20 || >=22" + "node": "18 || 20 || >=22" }, "funding": { "url": "https://github.com/sponsors/isaacs" @@ -9159,7 +9159,7 @@ "filenamify-url": "^4.0.0", "io-validate": "^2.1.13", "lru": "^3.1.0", - "minimatch": "^10.1.1", + "minimatch": "^10.2.2", "moment": "^2.24.0", "param-case": "^4.0.0", "playwright": "^1.25.1", @@ -9317,7 +9317,7 @@ "filenamify-url": "^4.0.0", "io-validate": "^2.1.13", "lru": "^3.1.0", - "minimatch": "^10.1.1", + "minimatch": "10.2.2", "moment": "^2.24.0", "param-case": "^4.0.0", "playwright": "^1.25.1", @@ -13487,9 +13487,9 @@ "dev": true }, "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==", "requires": { "brace-expansion": "^5.0.2" },