Skip to content

Commit 3d212e8

Browse files
authored
fix(security): update deps to pass audit (#1831)
1 parent 9f52a66 commit 3d212e8

2 files changed

Lines changed: 150 additions & 146 deletions

File tree

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,11 @@
5555
"yauzl@<3.2.1": "^3.2.1",
5656
"fast-xml-parser@>=5.0.0 <5.5.7": ">=5.5.7",
5757
"kysely@>=0.26.0 <0.28.14": ">=0.28.14",
58-
"h3@<1.15.9": ">=1.15.9"
58+
"h3@<1.15.9": ">=1.15.9",
59+
"yaml@>=2.0.0 <2.8.3": ">=2.8.3",
60+
"picomatch@<2.3.2": ">=2.3.2",
61+
"picomatch@>=4.0.0 <4.0.4": ">=4.0.4",
62+
"smol-toml@<1.6.1": ">=1.6.1"
5963
},
6064
"ignoredBuiltDependencies": [
6165
"bun"

0 commit comments

Comments
 (0)