Skip to content

Commit 56b8fd4

Browse files
committed
deps: minimatch@10.2.2
1 parent aa7fef5 commit 56b8fd4

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

node_modules/minimatch/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)",
33
"name": "minimatch",
44
"description": "a glob matcher in javascript",
5-
"version": "10.2.1",
5+
"version": "10.2.2",
66
"repository": {
77
"type": "git",
88
"url": "git@github.com:isaacs/minimatch"
@@ -39,13 +39,13 @@
3939
"typedoc": "typedoc --tsconfig .tshy/esm.json ./src/*.ts"
4040
},
4141
"engines": {
42-
"node": "20 || >=22"
42+
"node": "18 || 20 || >=22"
4343
},
4444
"devDependencies": {
45-
"@types/node": "^24.0.0",
45+
"@types/node": "^25.3.0",
4646
"mkdirp": "^3.0.1",
4747
"prettier": "^3.6.2",
48-
"tap": "^21.1.0",
48+
"tap": "^21.6.1",
4949
"tshy": "^3.0.2",
5050
"typedoc": "^0.28.5"
5151
},

package-lock.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
"libnpmteam": "^8.0.2",
120120
"libnpmversion": "^8.0.3",
121121
"make-fetch-happen": "^15.0.3",
122-
"minimatch": "^10.2.1",
122+
"minimatch": "^10.2.2",
123123
"minipass": "^7.1.3",
124124
"minipass-pipeline": "^1.2.4",
125125
"ms": "^2.1.2",
@@ -8150,16 +8150,16 @@
81508150
}
81518151
},
81528152
"node_modules/minimatch": {
8153-
"version": "10.2.1",
8154-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.1.tgz",
8155-
"integrity": "sha512-MClCe8IL5nRRmawL6ib/eT4oLyeKMGCghibcDWK+J0hh0Q8kqSdia6BvbRMVk6mPa6WqUa5uR2oxt6C5jd533A==",
8153+
"version": "10.2.2",
8154+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.2.tgz",
8155+
"integrity": "sha512-+G4CpNBxa5MprY+04MbgOw1v7So6n5JY166pFi9KfYwT78fxScCeSNQSNzp6dpPSW2rONOps6Ocam1wFhCgoVw==",
81568156
"inBundle": true,
81578157
"license": "BlueOak-1.0.0",
81588158
"dependencies": {
81598159
"brace-expansion": "^5.0.2"
81608160
},
81618161
"engines": {
8162-
"node": "20 || >=22"
8162+
"node": "18 || 20 || >=22"
81638163
},
81648164
"funding": {
81658165
"url": "https://github.com/sponsors/isaacs"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"libnpmteam": "^8.0.2",
8888
"libnpmversion": "^8.0.3",
8989
"make-fetch-happen": "^15.0.3",
90-
"minimatch": "^10.2.1",
90+
"minimatch": "^10.2.2",
9191
"minipass": "^7.1.3",
9292
"minipass-pipeline": "^1.2.4",
9393
"ms": "^2.1.2",

0 commit comments

Comments
 (0)