From a22847b80c76e4bcfadd1a3ae86d9c278d5553ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 14:13:04 +0000 Subject: [PATCH] build(npm): bump minimatch from 10.2.5 to 10.2.6 Bumps [minimatch](https://github.com/isaacs/minimatch) from 10.2.5 to 10.2.6. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v10.2.5...v10.2.6) --- updated-dependencies: - dependency-name: minimatch dependency-version: 10.2.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- package.json | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 79d82a7..efcc9fa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "js-yaml": "^4.2.0", "lodash": "^4.18.1", "log4js": "^6.9.1", - "minimatch": "^10.2.5", + "minimatch": "^10.2.6", "moment": "^2.30.1", "shelljs": "^0.10.0", "string-format": "^2.0.0" @@ -4434,12 +4434,12 @@ } }, "node_modules/minimatch": { - "version": "10.2.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz", - "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==", + "version": "10.2.6", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.6.tgz", + "integrity": "sha512-vpLQEs+VLCr1nU0BXS07maYoFwlDAH0gngQuuttxIwutDFEMHq2blX+8vpgxDdK3J1PwjCJiep77OitTZ4Ll1A==", "license": "BlueOak-1.0.0", "dependencies": { - "brace-expansion": "^5.0.5" + "brace-expansion": "^5.0.8" }, "engines": { "node": "18 || 20 || >=22" @@ -4458,15 +4458,15 @@ } }, "node_modules/minimatch/node_modules/brace-expansion": { - "version": "5.0.5", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz", - "integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==", + "version": "5.0.9", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.9.tgz", + "integrity": "sha512-ScQ4IuvIEF1TMlP7Zt+vjJ//9zlPb2SDcxWxM3bk8s6t6GGdJ7KO1dCcTidOPJKePW30LE/2cT7wCyPho9/Wxg==", "license": "MIT", "dependencies": { "balanced-match": "^4.0.2" }, "engines": { - "node": "18 || 20 || >=22" + "node": "20 || >=22" } }, "node_modules/minipass": { diff --git a/package.json b/package.json index 0c39195..581b126 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "js-yaml": "^4.2.0", "lodash": "^4.18.1", "log4js": "^6.9.1", - "minimatch": "^10.2.5", + "minimatch": "^10.2.6", "moment": "^2.30.1", "shelljs": "^0.10.0", "string-format": "^2.0.0"