From 167e4376eeae93ac320e61232a35b03733c251ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 00:13:21 +0000 Subject: [PATCH] build(deps): 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 | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4847682..3205178 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@octokit/plugin-paginate-rest": "^13.2.1", "@octokit/plugin-rest-endpoint-methods": "^16.1.1", "@octokit/request-error": "^7.0.1", - "minimatch": "^10.0.1", + "minimatch": "^10.1.1", "p-limit": "^7.2.0", "which": "^5.0.0" }, @@ -3921,10 +3921,10 @@ } }, "node_modules/minimatch": { - "version": "10.0.3", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.3.tgz", - "integrity": "sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==", - "license": "ISC", + "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 082b783..1ba2f08 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@octokit/plugin-paginate-rest": "^13.2.1", "@octokit/plugin-rest-endpoint-methods": "^16.1.1", "@octokit/request-error": "^7.0.1", - "minimatch": "^10.0.1", + "minimatch": "^10.1.1", "p-limit": "^7.2.0", "which": "^5.0.0" },