Skip to content

Commit 332c9f3

Browse files
committed
deps: glob@13.0.1
1 parent eca02c7 commit 332c9f3

File tree

2 files changed

+7
-19
lines changed

2 files changed

+7
-19
lines changed

node_modules/glob/package.json

Lines changed: 3 additions & 15 deletions
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": "13.0.0",
5+
"version": "13.0.1",
66
"type": "module",
77
"tshy": {
88
"main": true,
@@ -43,7 +43,7 @@
4343
"test": "tap",
4444
"snap": "tap",
4545
"format": "prettier --write . --log-level warn",
46-
"typedoc": "typedoc --tsconfig .tshy/esm.json ./src/*.ts",
46+
"typedoc": "typedoc",
4747
"profclean": "rm -f v8.log profile.txt",
4848
"test-regen": "npm run profclean && TEST_REGEN=1 node --no-warnings --loader ts-node/esm test/00-setup.ts",
4949
"prebench": "npm run prepare",
@@ -52,20 +52,8 @@
5252
"prof": "bash prof.sh",
5353
"benchclean": "node benchclean.cjs"
5454
},
55-
"prettier": {
56-
"experimentalTernaries": true,
57-
"semi": false,
58-
"printWidth": 75,
59-
"tabWidth": 2,
60-
"useTabs": false,
61-
"singleQuote": true,
62-
"jsxSingleQuote": false,
63-
"bracketSameLine": true,
64-
"arrowParens": "avoid",
65-
"endOfLine": "lf"
66-
},
6755
"dependencies": {
68-
"minimatch": "^10.1.1",
56+
"minimatch": "^10.1.2",
6957
"minipass": "^7.1.2",
7058
"path-scurry": "^2.0.0"
7159
},

package-lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5735,13 +5735,13 @@
57355735
"license": "ISC"
57365736
},
57375737
"node_modules/glob": {
5738-
"version": "13.0.0",
5739-
"resolved": "https://registry.npmjs.org/glob/-/glob-13.0.0.tgz",
5740-
"integrity": "sha512-tvZgpqk6fz4BaNZ66ZsRaZnbHvP/jG3uKJvAZOwEVUL4RTA5nJeeLYfyN9/VA8NX/V3IBG+hkeuGpKjvELkVhA==",
5738+
"version": "13.0.1",
5739+
"resolved": "https://registry.npmjs.org/glob/-/glob-13.0.1.tgz",
5740+
"integrity": "sha512-B7U/vJpE3DkJ5WXTgTpTRN63uV42DseiXXKMwG14LQBXmsdeIoHAPbU/MEo6II0k5ED74uc2ZGTC6MwHFQhF6w==",
57415741
"inBundle": true,
57425742
"license": "BlueOak-1.0.0",
57435743
"dependencies": {
5744-
"minimatch": "^10.1.1",
5744+
"minimatch": "^10.1.2",
57455745
"minipass": "^7.1.2",
57465746
"path-scurry": "^2.0.0"
57475747
},

0 commit comments

Comments
 (0)