Skip to content

Commit a540fab

Browse files
committed
update minimatch
Re: #527
1 parent 4d9f753 commit a540fab

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

package-lock.json

+8-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@
6262
"dependencies": {
6363
"foreground-child": "^3.1.0",
6464
"jackspeak": "^2.0.3",
65-
"minimatch": "^9.0.0",
65+
"minimatch": "^9.0.1",
6666
"minipass": "^5.0.0 || ^6.0.2",
6767
"path-scurry": "^1.7.0"
6868
},
6969
"devDependencies": {
70-
"@types/node": "^18.11.18",
70+
"@types/node": "^20.2.1",
7171
"@types/tap": "^15.0.7",
7272
"c8": "^7.12.0",
7373
"memfs": "^3.4.13",

tsconfig-base.json

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"declaration": true,
77
"declarationMap": true,
88
"inlineSources": true,
9-
"esModuleInterop": true,
109
"forceConsistentCasingInFileNames": true,
1110
"moduleResolution": "node",
1211
"resolveJsonModule": true,

0 commit comments

Comments
 (0)