Skip to content

Commit cb85973

Browse files
committed
deps: glob@10.3.15
1 parent dcfc3de commit cb85973

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

node_modules/glob/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me/)",
33
"name": "glob",
44
"description": "the most correct and second fastest glob implementation in JavaScript",
5-
"version": "10.3.14",
5+
"version": "10.3.15",
66
"type": "module",
77
"tshy": {
88
"main": true,
@@ -93,6 +93,6 @@
9393
"url": "https://github.com/sponsors/isaacs"
9494
},
9595
"engines": {
96-
"node": ">=16 || 14 >=14.17"
96+
"node": ">=16 || 14 >=14.18"
9797
}
9898
}

package-lock.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"cli-columns": "^4.0.0",
105105
"fastest-levenshtein": "^1.0.16",
106106
"fs-minipass": "^3.0.3",
107-
"glob": "^10.3.14",
107+
"glob": "^10.3.15",
108108
"graceful-fs": "^4.2.11",
109109
"hosted-git-info": "^7.0.2",
110110
"ini": "^4.1.2",
@@ -5467,9 +5467,9 @@
54675467
"dev": true
54685468
},
54695469
"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==",
54735473
"inBundle": true,
54745474
"dependencies": {
54755475
"foreground-child": "^3.1.0",
@@ -5482,7 +5482,7 @@
54825482
"glob": "dist/esm/bin.mjs"
54835483
},
54845484
"engines": {
5485-
"node": ">=16 || 14 >=14.17"
5485+
"node": ">=16 || 14 >=14.18"
54865486
},
54875487
"funding": {
54885488
"url": "https://github.com/sponsors/isaacs"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"cli-columns": "^4.0.0",
7070
"fastest-levenshtein": "^1.0.16",
7171
"fs-minipass": "^3.0.3",
72-
"glob": "^10.3.14",
72+
"glob": "^10.3.15",
7373
"graceful-fs": "^4.2.11",
7474
"hosted-git-info": "^7.0.2",
7575
"ini": "^4.1.2",

0 commit comments

Comments
 (0)