fix(win32): upgrade si to get patch for sebhildebrandt/systeminformation#531, fix NaN% in memory #1114

This commit is contained in:
Gabriel Saillard 2021-05-06 12:55:14 +02:00
parent 5bf9018ad3
commit 722cc9eac8
No known key found for this signature in database
GPG Key ID: 4F615B5FE436611A
4 changed files with 1902 additions and 494 deletions

867
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -100,13 +100,13 @@
},
"dependencies": {
"clean-css": "5.1.2",
"electron": "^11.4.2",
"electron-builder": "^22.10.5",
"electron": "^11.4.5",
"electron-builder": "^22.11.1",
"electron-rebuild": "^2.3.5",
"mime-types": "^2.1.30",
"node-abi": "2.21.0",
"node-abi": "2.26.0",
"node-json-minify": "1.0.0",
"terser": "^5.6.1"
"terser": "^5.7.0"
},
"optionalDependencies": {
"cson-parser": "4.0.9"

1511
src/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -30,17 +30,17 @@
"maxmind": "4.3.1",
"mime-types": "^2.1.30",
"nanoid": "3.1.22",
"node-pty": "0.10.0",
"pdfjs-dist": "2.7.570",
"node-pty": "0.10.1",
"pdfjs-dist": "2.8.335",
"pretty-bytes": "5.6.0",
"shell-env": "3.0.1",
"signale": "1.4.0",
"smoothie": "1.35.0",
"systeminformation": "5.6.10",
"tail": "2.2.1",
"systeminformation": "5.6.18",
"tail": "2.2.2",
"username": "5.1.0",
"which": "2.0.2",
"ws": "7.4.4",
"ws": "7.4.5",
"xterm": "4.11.0",
"xterm-addon-attach": "0.6.0",
"xterm-addon-fit": "0.5.0",