From 5ead6848b6ccac4d0ccf692e9e8d3dcd723fb84a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 11:12:21 +0000 Subject: [PATCH] Bump minimatch from 10.0.3 to 10.1.1 in /typescript 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] --- typescript/package-lock.json | 10 +++++----- typescript/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/typescript/package-lock.json b/typescript/package-lock.json index 96d2115..9c2582a 100644 --- a/typescript/package-lock.json +++ b/typescript/package-lock.json @@ -17,7 +17,7 @@ "commander": "14.0.2", "eslint": "9.38.0", "json5": "2.2.3", - "minimatch": "10.0.3", + "minimatch": "10.1.1", "readdirp": "4.1.2", "typescript": "5.9.3" }, @@ -4488,10 +4488,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/typescript/package.json b/typescript/package.json index 24808f5..e87bc22 100644 --- a/typescript/package.json +++ b/typescript/package.json @@ -19,7 +19,7 @@ "commander": "14.0.2", "eslint": "9.38.0", "json5": "2.2.3", - "minimatch": "10.0.3", + "minimatch": "10.1.1", "readdirp": "4.1.2", "typescript": "5.9.3" },