Update modules due to security advisory (even though no one will be DDoSing the desktop app anytime soon)

This commit is contained in:
mmcwilliams 2018-01-09 23:06:11 -05:00
parent 5d6e5321ff
commit ea973b522d
2 changed files with 17 additions and 17 deletions

30
app/package-lock.json generated
View File

@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"@types/node": {
"version": "7.0.51",
"resolved": "https://registry.npmjs.org/@types/node/-/node-7.0.51.tgz",
"integrity": "sha512-h5u7FnEnG+Fn44HfknTTvu199FzFWVSo97ToSRWvXl1F11UfN6wGnE7exUy23pFfDn+CeluvEoCoe4l2eCVC3g=="
"version": "8.5.8",
"resolved": "https://registry.npmjs.org/@types/node/-/node-8.5.8.tgz",
"integrity": "sha512-8KmlRxwbKZfjUHFIt3q8TF5S2B+/E5BaAoo/3mgc5h6FJzqxXkCK/VMetO+IRDtwtU6HUvovHMBn+XRj7SV9Qg=="
},
"abbrev": {
"version": "1.1.1",
@ -1084,11 +1084,11 @@
}
},
"electron": {
"version": "1.7.10",
"resolved": "https://registry.npmjs.org/electron/-/electron-1.7.10.tgz",
"integrity": "sha1-Oj6D2WX9f6/kc76N349HJWG2JT0=",
"version": "1.8.1",
"resolved": "https://registry.npmjs.org/electron/-/electron-1.8.1.tgz",
"integrity": "sha1-GbbznyAT4gSpGmC8MIbcekoH7Yg=",
"requires": {
"@types/node": "7.0.51",
"@types/node": "8.5.8",
"electron-download": "3.3.0",
"extract-zip": "1.6.6"
},
@ -1104,7 +1104,7 @@
"minimist": "1.2.0",
"nugget": "2.0.1",
"path-exists": "2.1.0",
"rc": "1.2.2",
"rc": "1.2.3",
"semver": "5.4.1",
"sumchecker": "1.3.1"
}
@ -1144,7 +1144,7 @@
"minimist": "1.2.0",
"nugget": "2.0.1",
"path-exists": "3.0.0",
"rc": "1.2.2",
"rc": "1.2.3",
"semver": "5.4.1",
"sumchecker": "2.0.2"
},
@ -2629,9 +2629,9 @@
}
},
"humanize-duration": {
"version": "3.12.0",
"resolved": "https://registry.npmjs.org/humanize-duration/-/humanize-duration-3.12.0.tgz",
"integrity": "sha512-Hnx+whbZRWv2SQnGolrPk+Q20khpkF4hRWTRbldcJx8F0cJQAAo3YaV7+5P6OqssBonI8zN9aZ7Fixs3kWLAhw=="
"version": "3.12.1",
"resolved": "https://registry.npmjs.org/humanize-duration/-/humanize-duration-3.12.1.tgz",
"integrity": "sha512-Eu68Xnq5C38391em1zfVy8tiapQrOvTNTlWpax9smHMlEEUcudXrdMfXMoMRyZx4uODowYgi1AYiMzUXEbG+sA=="
},
"image-size": {
"version": "0.5.5",
@ -4616,9 +4616,9 @@
}
},
"rc": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/rc/-/rc-1.2.2.tgz",
"integrity": "sha1-2M6ctX6NZNnHut2YdsfDTL48cHc=",
"version": "1.2.3",
"resolved": "https://registry.npmjs.org/rc/-/rc-1.2.3.tgz",
"integrity": "sha1-UVdakA+N1oOBxxC0cSwhVMPiA1s=",
"requires": {
"deep-extend": "0.4.2",
"ini": "1.3.5",

View File

@ -35,8 +35,8 @@
},
"dependencies": {
"async": "^2.6.0",
"electron": "^1.7.10",
"humanize-duration": "^3.10.0",
"electron": "^1.8.1",
"humanize-duration": "^3.12.1",
"moment": "^2.17.1",
"node-notifier": "^4.6.1",
"serialport": "^4.0.7",