From ffa774664e566dbd4398f803e8b7e91965320d28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 14:02:16 +0000 Subject: [PATCH] build(npm): bump minimatch from 10.0.3 to 10.1.1 Bumps [minimatch](https://github.com/isaacs/minimatch) from 10.0.3 to 10.1.1. - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v10.0.3...v10.1.1) --- updated-dependencies: - dependency-name: minimatch dependency-version: 10.1.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4f70d4b..7363406 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "js-yaml": "^4.1.0", "lodash": "^4.17.21", "log4js": "^6.9.1", - "minimatch": "^10.0.3", + "minimatch": "^10.1.1", "moment": "^2.30.1", "shelljs": "^0.10.0", "string-format": "^2.0.0" @@ -4594,9 +4594,10 @@ } }, "node_modules/minimatch": { - "version": "10.0.3", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.3.tgz", - "integrity": "sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==", + "version": "10.1.1", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.1.1.tgz", + "integrity": "sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==", + "license": "BlueOak-1.0.0", "dependencies": { "@isaacs/brace-expansion": "^5.0.0" }, diff --git a/package.json b/package.json index 4f1a65c..6580355 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "js-yaml": "^4.1.0", "lodash": "^4.17.21", "log4js": "^6.9.1", - "minimatch": "^10.0.3", + "minimatch": "^10.1.1", "moment": "^2.30.1", "shelljs": "^0.10.0", "string-format": "^2.0.0"