Skip to content

Commit 4e40d69

Browse files
committed
chore: add audit fix
1 parent 476a041 commit 4e40d69

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,14 @@
108108
"better-sqlite3"
109109
],
110110
"overrides": {
111-
"@codemirror/state": "6.6.0"
111+
"@codemirror/state": "6.6.0",
112+
"mdast-util-to-hast@>=13.0.0 <13.2.1": ">=13.2.1",
113+
"rollup@>=4.0.0 <4.59.0": ">=4.59.0",
114+
"ip-address@<=10.1.0": ">=10.1.1",
115+
"ws@>=8.0.0 <8.20.1": ">=8.20.1",
116+
"esbuild@>=0.27.3 <0.28.1": ">=0.28.1",
117+
"ws@>=8.0.0 <8.21.0": ">=8.21.0",
118+
"form-data@>=4.0.0 <4.0.6": ">=4.0.6"
112119
}
113120
}
114121
}

0 commit comments

Comments
 (0)