From 14e651f269e66ce8dc4aefd81ca8be9531dd17f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 19:14:46 +0000 Subject: [PATCH] chore(deps-dev): bump @types/minimatch from 5.1.2 to 6.0.0 Bumps [@types/minimatch](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/minimatch) from 5.1.2 to 6.0.0. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/minimatch) --- updated-dependencies: - dependency-name: "@types/minimatch" dependency-version: 6.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 14 ++++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 06f489c..8e3f07e 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@eslint/js": "^9.9.1", "@tsconfig/bases": "^1.0.9", "@types/eslint": "^9", - "@types/minimatch": "^5.1.2", + "@types/minimatch": "^6.0.0", "@types/node": "^24.3.0", "@types/ts-expose-internals": "npm:ts-expose-internals@4.9.5", "@types/ts-node": "npm:ts-node@^10.9.2", diff --git a/yarn.lock b/yarn.lock index ddb3b62..c97aa7a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -289,10 +289,12 @@ __metadata: languageName: node linkType: hard -"@types/minimatch@npm:^5.1.2": - version: 5.1.2 - resolution: "@types/minimatch@npm:5.1.2" - checksum: 10c0/83cf1c11748891b714e129de0585af4c55dd4c2cafb1f1d5233d79246e5e1e19d1b5ad9e8db449667b3ffa2b6c80125c429dbee1054e9efb45758dbc4e118562 +"@types/minimatch@npm:^6.0.0": + version: 6.0.0 + resolution: "@types/minimatch@npm:6.0.0" + dependencies: + minimatch: "npm:*" + checksum: 10c0/901fc4208cf6f5ab0e86bf86504055fb387f76092e06e604a3f2403db1c20e613c42104b235fde05552e0632d8f82e4ceacb83351d8700c7ffc5c31010a80804 languageName: node linkType: hard @@ -1669,7 +1671,7 @@ __metadata: languageName: node linkType: hard -"minimatch@npm:^10.1.1": +"minimatch@npm:*, minimatch@npm:^10.1.1": version: 10.1.1 resolution: "minimatch@npm:10.1.1" dependencies: @@ -2130,7 +2132,7 @@ __metadata: "@eslint/js": "npm:^9.9.1" "@tsconfig/bases": "npm:^1.0.9" "@types/eslint": "npm:^9" - "@types/minimatch": "npm:^5.1.2" + "@types/minimatch": "npm:^6.0.0" "@types/node": "npm:^24.3.0" "@types/ts-expose-internals": "npm:ts-expose-internals@4.9.5" "@types/ts-node": "npm:ts-node@^10.9.2"