Skip to content

Commit 103b7f4

Browse files
fix: audit-fix (#77)
1 parent fe5a430 commit 103b7f4

2 files changed

Lines changed: 87 additions & 75 deletions

File tree

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,11 @@
5353
"pnpm": {
5454
"onlyBuiltDependencies": [
5555
"@evilmartians/lefthook"
56-
]
56+
],
57+
"overrides": {
58+
"picomatch@<2.3.2": ">=2.3.2",
59+
"picomatch@>=4.0.0 <4.0.4": ">=4.0.4"
60+
}
5761
},
5862
"repository": {
5963
"type": "git",

0 commit comments

Comments
 (0)