File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2
2
"author" : " Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me/)" ,
3
3
"name" : " glob" ,
4
4
"description" : " the most correct and second fastest glob implementation in JavaScript" ,
5
- "version" : " 10.3.14 " ,
5
+ "version" : " 10.3.15 " ,
6
6
"type" : " module" ,
7
7
"tshy" : {
8
8
"main" : true ,
93
93
"url" : " https://github.com/sponsors/isaacs"
94
94
},
95
95
"engines" : {
96
- "node" : " >=16 || 14 >=14.17 "
96
+ "node" : " >=16 || 14 >=14.18 "
97
97
}
98
98
}
Original file line number Diff line number Diff line change 104
104
"cli-columns": "^4.0.0",
105
105
"fastest-levenshtein": "^1.0.16",
106
106
"fs-minipass": "^3.0.3",
107
- "glob": "^10.3.14 ",
107
+ "glob": "^10.3.15 ",
108
108
"graceful-fs": "^4.2.11",
109
109
"hosted-git-info": "^7.0.2",
110
110
"ini": "^4.1.2",
5467
5467
"dev": true
5468
5468
},
5469
5469
"node_modules/glob": {
5470
- "version": "10.3.14 ",
5471
- "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.14 .tgz",
5472
- "integrity": "sha512-4fkAqu93xe9Mk7le9v0y3VrPDqLKHarNi2s4Pv7f2yOvfhWfhc7hRPHC/JyqMqb8B/Dt/eGS4n7ykwf3fOsl8g ==",
5470
+ "version": "10.3.15 ",
5471
+ "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.15 .tgz",
5472
+ "integrity": "sha512-0c6RlJt1TICLyvJYIApxb8GsXoai0KUP7AxKKAtsYXdgJR1mGEUa7DgwShbdk1nly0PYoZj01xd4hzbq3fsjpw ==",
5473
5473
"inBundle": true,
5474
5474
"dependencies": {
5475
5475
"foreground-child": "^3.1.0",
5482
5482
"glob": "dist/esm/bin.mjs"
5483
5483
},
5484
5484
"engines": {
5485
- "node": ">=16 || 14 >=14.17 "
5485
+ "node": ">=16 || 14 >=14.18 "
5486
5486
},
5487
5487
"funding": {
5488
5488
"url": "https://github.com/sponsors/isaacs"
Original file line number Diff line number Diff line change 69
69
"cli-columns" : " ^4.0.0" ,
70
70
"fastest-levenshtein" : " ^1.0.16" ,
71
71
"fs-minipass" : " ^3.0.3" ,
72
- "glob" : " ^10.3.14 " ,
72
+ "glob" : " ^10.3.15 " ,
73
73
"graceful-fs" : " ^4.2.11" ,
74
74
"hosted-git-info" : " ^7.0.2" ,
75
75
"ini" : " ^4.1.2" ,
You can’t perform that action at this time.
0 commit comments