mirror of
https://github.com/zadam/trilium.git
synced 2025-01-10 01:00:43 +08:00
npm package upgrades
This commit is contained in:
parent
a7a42ff4af
commit
0a2acbe4be
1 changed files with 19 additions and 20 deletions
39
package.json
39
package.json
|
@ -23,42 +23,41 @@
|
|||
"dependencies": {
|
||||
"async-mutex": "0.1.3",
|
||||
"axios": "0.18",
|
||||
"body-parser": "1.18.3",
|
||||
"body-parser": "1.19.0",
|
||||
"cls-hooked": "4.2.2",
|
||||
"commonmark": "0.28.1",
|
||||
"commonmark": "0.29.0",
|
||||
"cookie-parser": "1.4.4",
|
||||
"csurf": "1.9.0",
|
||||
"dayjs": "1.8.12",
|
||||
"csurf": "1.10.0",
|
||||
"dayjs": "1.8.14",
|
||||
"debug": "4.1.1",
|
||||
"ejs": "2.6.1",
|
||||
"electron-debug": "2.1.0",
|
||||
"electron-dl": "1.13.0",
|
||||
"electron-debug": "2.2.0",
|
||||
"electron-dl": "1.14.0",
|
||||
"electron-find": "1.0.5",
|
||||
"electron-in-page-search": "1.3.2",
|
||||
"electron-window-state": "5.0.3",
|
||||
"express": "4.16.4",
|
||||
"express-session": "1.15.6",
|
||||
"file-type": "10.10.0",
|
||||
"express-session": "1.16.1",
|
||||
"file-type": "11.0.0",
|
||||
"fs-extra": "7.0.1",
|
||||
"get-port": "4.2.0",
|
||||
"helmet": "3.16.0",
|
||||
"get-port": "5.0.0",
|
||||
"helmet": "3.18.0",
|
||||
"html": "1.0.0",
|
||||
"html2plaintext": "2.1.2",
|
||||
"image-type": "4.0.0",
|
||||
"image-type": "4.1.0",
|
||||
"imagemin": "6.1.0",
|
||||
"imagemin-giflossy": "5.1.10",
|
||||
"imagemin-mozjpeg": "8.0.0",
|
||||
"imagemin-pngquant": "7.0.0",
|
||||
"ini": "1.3.5",
|
||||
"jimp": "0.6.1",
|
||||
"mime-types": "2.1.22",
|
||||
"jimp": "0.6.4",
|
||||
"mime-types": "2.1.24",
|
||||
"moment": "2.24.0",
|
||||
"multer": "1.4.1",
|
||||
"node-abi": "2.7.1",
|
||||
"open": "6.0.0",
|
||||
"node-abi": "2.8.0",
|
||||
"open": "6.2.0",
|
||||
"pngjs": "3.4.0",
|
||||
"rand-token": "0.4.0",
|
||||
"rcedit": "1.1.1",
|
||||
"rcedit": "1.1.2",
|
||||
"rimraf": "2.6.3",
|
||||
"sanitize-filename": "1.6.1",
|
||||
"sax": "1.2.4",
|
||||
|
@ -70,7 +69,7 @@
|
|||
"tar-stream": "2.0.1",
|
||||
"turndown": "5.0.3",
|
||||
"unescape": "1.0.1",
|
||||
"ws": "6.2.1",
|
||||
"ws": "7.0.0",
|
||||
"xml2js": "0.4.19"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -78,10 +77,10 @@
|
|||
"electron": "4.0.3",
|
||||
"electron-builder": "20.39.0",
|
||||
"electron-compile": "6.4.4",
|
||||
"electron-installer-debian": "1.1.1",
|
||||
"electron-installer-debian": "1.2.0",
|
||||
"electron-packager": "13.1.1",
|
||||
"electron-rebuild": "1.8.4",
|
||||
"lorem-ipsum": "2.0.1",
|
||||
"lorem-ipsum": "2.0.2",
|
||||
"tape": "4.10.1",
|
||||
"xo": "0.24.0"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue