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
+6 -7
View File
@@ -4,7 +4,7 @@
"name": "Zef Hemel",
"email": "zef@zef.me"
},
"version": "0.0.8",
"version": "0.0.9",
"license": "MIT",
"bin": {
"silverbullet": "./dist/server/server.js"
@@ -41,9 +41,9 @@
"@codemirror/legacy-modes": "6.0.0",
"@jest/globals": "^27.5.1",
"@lezer/markdown": "1.0.0",
"@silverbulletmd/common": "^0.0.8",
"@silverbulletmd/plugs": "^0.0.8",
"@silverbulletmd/web": "^0.0.8",
"@silverbulletmd/common": "^0.0.9",
"@silverbulletmd/plugs": "^0.0.9",
"@silverbulletmd/web": "^0.0.9",
"better-sqlite3": "^7.5.0",
"body-parser": "^1.19.2",
"buffer": "^6.0.3",
@@ -57,10 +57,8 @@
"jsonwebtoken": "^8.5.1",
"knex": "^1.0.4",
"node-cron": "^3.0.0",
"node-fetch": "2",
"node-fetch": "^2.6.7",
"node-watch": "^0.7.3",
"nodemon": "^2.0.15",
"server": "^1.0.37",
"uuid": "^8.3.2",
"vm2": "^3.9.9",
"ws": "^8.5.0",
@@ -81,6 +79,7 @@
"@types/node": "^17.0.21",
"@vscode/sqlite3": "^5.0.7",
"assert": "^2.0.0",
"nodemon": "^2.0.18",
"parcel": "2.5.0",
"typescript": "^4.6.2"
}