chore(deps): update dependency glob to v11.1.0
All checks were successful
Lint / pre-commit Linting (push) Successful in 1m23s

This commit is contained in:
2025-12-21 13:05:54 +00:00
parent 25e4ba9f71
commit 274a8109e6
98 changed files with 2176 additions and 3010 deletions

22
node_modules/glob/package.json generated vendored
View File

@@ -2,7 +2,7 @@
"author": "Isaac Z. Schlueter <i@izs.me> (https://blog.izs.me/)",
"name": "glob",
"description": "the most correct and second fastest glob implementation in JavaScript",
"version": "11.0.3",
"version": "11.1.0",
"type": "module",
"tshy": {
"main": true,
@@ -29,7 +29,7 @@
},
"repository": {
"type": "git",
"url": "git://github.com/isaacs/node-glob.git"
"url": "git@github.com:isaacs/node-glob.git"
},
"files": [
"dist"
@@ -68,25 +68,25 @@
"dependencies": {
"foreground-child": "^3.3.1",
"jackspeak": "^4.1.1",
"minimatch": "^10.0.3",
"minimatch": "^10.1.1",
"minipass": "^7.1.2",
"package-json-from-dist": "^1.0.0",
"path-scurry": "^2.0.0"
},
"devDependencies": {
"@types/node": "^24.0.1",
"memfs": "^4.17.2",
"@types/node": "^24.10.0",
"memfs": "^4.50.0",
"mkdirp": "^3.0.1",
"prettier": "^3.5.3",
"rimraf": "^6.0.1",
"tap": "^21.1.0",
"tshy": "^3.0.2",
"typedoc": "^0.28.5"
"prettier": "^3.6.2",
"rimraf": "^6.1.0",
"tap": "^21.1.3",
"tshy": "^3.0.3",
"typedoc": "^0.28.14"
},
"tap": {
"before": "test/00-setup.ts"
},
"license": "ISC",
"license": "BlueOak-1.0.0",
"funding": {
"url": "https://github.com/sponsors/isaacs"
},