Skip to content

Commit 14e651f

Browse files
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] <[email protected]>
1 parent c87c208 commit 14e651f

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@eslint/js": "^9.9.1",
5858
"@tsconfig/bases": "^1.0.9",
5959
"@types/eslint": "^9",
60-
"@types/minimatch": "^5.1.2",
60+
"@types/minimatch": "^6.0.0",
6161
"@types/node": "^24.3.0",
6262
"@types/ts-expose-internals": "npm:[email protected]",
6363
"@types/ts-node": "npm:ts-node@^10.9.2",

yarn.lock

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -289,10 +289,12 @@ __metadata:
289289
languageName: node
290290
linkType: hard
291291

292-
"@types/minimatch@npm:^5.1.2":
293-
version: 5.1.2
294-
resolution: "@types/minimatch@npm:5.1.2"
295-
checksum: 10c0/83cf1c11748891b714e129de0585af4c55dd4c2cafb1f1d5233d79246e5e1e19d1b5ad9e8db449667b3ffa2b6c80125c429dbee1054e9efb45758dbc4e118562
292+
"@types/minimatch@npm:^6.0.0":
293+
version: 6.0.0
294+
resolution: "@types/minimatch@npm:6.0.0"
295+
dependencies:
296+
minimatch: "npm:*"
297+
checksum: 10c0/901fc4208cf6f5ab0e86bf86504055fb387f76092e06e604a3f2403db1c20e613c42104b235fde05552e0632d8f82e4ceacb83351d8700c7ffc5c31010a80804
296298
languageName: node
297299
linkType: hard
298300

@@ -1669,7 +1671,7 @@ __metadata:
16691671
languageName: node
16701672
linkType: hard
16711673

1672-
"minimatch@npm:^10.1.1":
1674+
"minimatch@npm:*, minimatch@npm:^10.1.1":
16731675
version: 10.1.1
16741676
resolution: "minimatch@npm:10.1.1"
16751677
dependencies:
@@ -2130,7 +2132,7 @@ __metadata:
21302132
"@eslint/js": "npm:^9.9.1"
21312133
"@tsconfig/bases": "npm:^1.0.9"
21322134
"@types/eslint": "npm:^9"
2133-
"@types/minimatch": "npm:^5.1.2"
2135+
"@types/minimatch": "npm:^6.0.0"
21342136
"@types/node": "npm:^24.3.0"
21352137
"@types/ts-expose-internals": "npm:[email protected]"
21362138
"@types/ts-node": "npm:ts-node@^10.9.2"

0 commit comments

Comments
 (0)