Skip to content

Commit 50a3e0c

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 9d2b530 commit 50a3e0c

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.39.2",
5858
"@tsconfig/bases": "^1.0.16",
5959
"@types/eslint": "^9",
60-
"@types/minimatch": "^5.1.2",
60+
"@types/minimatch": "^6.0.0",
6161
"@types/node": "^24.10.4",
6262
"@types/ts-expose-internals": "npm:[email protected]",
6363
"changelogen": "^0.6.2",

yarn.lock

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -201,10 +201,12 @@ __metadata:
201201
languageName: node
202202
linkType: hard
203203

204-
"@types/minimatch@npm:^5.1.2":
205-
version: 5.1.2
206-
resolution: "@types/minimatch@npm:5.1.2"
207-
checksum: 10c0/83cf1c11748891b714e129de0585af4c55dd4c2cafb1f1d5233d79246e5e1e19d1b5ad9e8db449667b3ffa2b6c80125c429dbee1054e9efb45758dbc4e118562
204+
"@types/minimatch@npm:^6.0.0":
205+
version: 6.0.0
206+
resolution: "@types/minimatch@npm:6.0.0"
207+
dependencies:
208+
minimatch: "npm:*"
209+
checksum: 10c0/901fc4208cf6f5ab0e86bf86504055fb387f76092e06e604a3f2403db1c20e613c42104b235fde05552e0632d8f82e4ceacb83351d8700c7ffc5c31010a80804
208210
languageName: node
209211
linkType: hard
210212

@@ -1436,7 +1438,7 @@ __metadata:
14361438
languageName: node
14371439
linkType: hard
14381440

1439-
"minimatch@npm:^10.1.1":
1441+
"minimatch@npm:*, minimatch@npm:^10.1.1":
14401442
version: 10.1.1
14411443
resolution: "minimatch@npm:10.1.1"
14421444
dependencies:
@@ -1875,7 +1877,7 @@ __metadata:
18751877
"@eslint/js": "npm:^9.39.2"
18761878
"@tsconfig/bases": "npm:^1.0.16"
18771879
"@types/eslint": "npm:^9"
1878-
"@types/minimatch": "npm:^5.1.2"
1880+
"@types/minimatch": "npm:^6.0.0"
18791881
"@types/node": "npm:^24.10.4"
18801882
"@types/ts-expose-internals": "npm:[email protected]"
18811883
changelogen: "npm:^0.6.2"

0 commit comments

Comments
 (0)