Skip to content

Commit 6196fbd

Browse files
authored
fix: override picomatch and yaml package security alerts (#822)
1 parent bfe9d7a commit 6196fbd

File tree

2 files changed

+70
-66
lines changed

2 files changed

+70
-66
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@
7070
"preact@>=10.28.0 <10.28.2": ">=10.28.2",
7171
"rollup@>=4.0.0 <4.59.0": ">=4.59.0",
7272
"flatted@<=3.4.1": ">=3.4.2",
73-
"undici": ">=7.24.0"
73+
"undici": ">=7.24.0",
74+
"picomatch@>=4.0.0 <4.0.4": ">=4.0.4",
75+
"yaml@>=2.0.0 <2.8.3": ">=2.8.3"
7476
}
7577
},
7678
"packageManager": "[email protected]",

0 commit comments

Comments
 (0)