Bump electron from 6.0.3 to 6.0.7

Bumps [electron](https://github.com/electron/electron) from 6.0.3 to 6.0.7.
- [Release notes](https://github.com/electron/electron/releases)
- [Commits](https://github.com/electron/electron/compare/v6.0.3...v6.0.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-09-02 13:56:01 +00:00
committed by GitHub
parent 1780ae6ebc
commit a8d36efbc7
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"@types/node": {
"version": "10.14.16",
"resolved": "https://registry.npmjs.org/@types/node/-/node-10.14.16.tgz",
"integrity": "sha512-/opXIbfn0P+VLt+N8DE4l8Mn8rbhiJgabU96ZJ0p9mxOkIks5gh6RUnpHak7Yh0SFkyjO/ODbxsQQPV2bpMmyA=="
"version": "10.14.17",
"resolved": "https://registry.npmjs.org/@types/node/-/node-10.14.17.tgz",
"integrity": "sha512-p/sGgiPaathCfOtqu2fx5Mu1bcjuP8ALFg4xpGgNkcin7LwRyzUKniEHBKdcE1RPsenq5JVPIpMTJSygLboygQ=="
},
"accepts": {
"version": "1.3.7",
@@ -301,9 +301,9 @@
}
},
"electron": {
"version": "6.0.3",
"resolved": "https://registry.npmjs.org/electron/-/electron-6.0.3.tgz",
"integrity": "sha512-+AFB075WVf4LBR4bdPlkGn/jYQOZ7kC4GpZBeZ3/Fj5SCoFP51TAA5HuPWdMF2KQWjpxx/18jDGqMTYWhIRsEw==",
"version": "6.0.7",
"resolved": "https://registry.npmjs.org/electron/-/electron-6.0.7.tgz",
"integrity": "sha512-W0TFnJrBdYBUhzRnEqZt/CfYFmG9RwSnhhXBbOumn/qLQYr9e7kXb6z4y0XQQLhXKkDhuXp+dNqfzhtId5ZiQw==",
"requires": {
"@types/node": "^10.12.18",
"electron-download": "^4.1.0",

View File

@@ -3,7 +3,7 @@
"version": "1.0.0",
"main": "app.js",
"dependencies": {
"electron": "^6.0.3",
"electron": "^6.0.7",
"socket.io": "*"
},
"repository": {