1
0

Fix deps with security issues

This commit is contained in:
Zef Hemel
2022-06-28 15:48:29 +02:00
parent 6cee3b82bb
commit ed03c2cdf9
10 changed files with 554 additions and 2415 deletions
+5 -5
View File
@@ -4,7 +4,7 @@
"name": "Zef Hemel",
"email": "zef@zef.me"
},
"version": "0.0.8",
"version": "0.0.9",
"license": "MIT",
"dependencies": {
"@codemirror/autocomplete": "6.0.1",
@@ -19,9 +19,9 @@
"@lezer/common": "1.0.0",
"@lezer/highlight": "1.0.0",
"@lezer/markdown": "1.0.0",
"@silverbulletmd/common": "^0.0.8",
"@silverbulletmd/plugs": "^0.0.8",
"@silverbulletmd/web": "^0.0.8",
"server": "^1.0.37"
"@silverbulletmd/common": "^0.0.9",
"@silverbulletmd/plugs": "^0.0.9",
"@silverbulletmd/web": "^0.0.9",
"node-fetch": "^3.2.6"
}
}