chore: add audit fix

This commit is contained in:
Aarnav Tale
2026-06-22 16:40:44 -04:00
parent 476a0419f1
commit 83671ff3b0
2 changed files with 172 additions and 403 deletions
+8 -1
View File
@@ -108,7 +108,14 @@
"better-sqlite3"
],
"overrides": {
"@codemirror/state": "6.6.0"
"@codemirror/state": "6.6.0",
"mdast-util-to-hast@>=13.0.0 <13.2.1": ">=13.2.1",
"rollup@>=4.0.0 <4.59.0": ">=4.59.0",
"ip-address@<=10.1.0": ">=10.1.1",
"ws@>=8.0.0 <8.20.1": ">=8.20.1",
"esbuild@>=0.27.3 <0.28.1": ">=0.28.1",
"ws@>=8.0.0 <8.21.0": ">=8.21.0",
"form-data@>=4.0.0 <4.0.6": ">=4.0.6"
}
}
}