Bump electron from 6.0.7 to 6.0.8

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot]
2019-09-10 12:55:28 +00:00
committed by GitHub
parent 075b94edcf
commit 6e9b7615eb
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@@ -301,9 +301,9 @@
} }
}, },
"electron": { "electron": {
"version": "6.0.7", "version": "6.0.8",
"resolved": "https://registry.npmjs.org/electron/-/electron-6.0.7.tgz", "resolved": "https://registry.npmjs.org/electron/-/electron-6.0.8.tgz",
"integrity": "sha512-W0TFnJrBdYBUhzRnEqZt/CfYFmG9RwSnhhXBbOumn/qLQYr9e7kXb6z4y0XQQLhXKkDhuXp+dNqfzhtId5ZiQw==", "integrity": "sha512-RbGDT0kySEvUFvk1nEw/theCGIVRhUcwZdtShm81r3gz1Z1qQZuL+XxVObygCBtNOQmn0CJZAjRDGOK5XKuIMA==",
"requires": { "requires": {
"@types/node": "^10.12.18", "@types/node": "^10.12.18",
"electron-download": "^4.1.0", "electron-download": "^4.1.0",
@@ -900,9 +900,9 @@
} }
}, },
"psl": { "psl": {
"version": "1.3.0", "version": "1.4.0",
"resolved": "https://registry.npmjs.org/psl/-/psl-1.3.0.tgz", "resolved": "https://registry.npmjs.org/psl/-/psl-1.4.0.tgz",
"integrity": "sha512-avHdspHO+9rQTLbv1RO+MPYeP/SzsCoxofjVnHanETfQhTJrmB0HlDoW+EiN/R+C0BZ+gERab9NY0lPN2TxNag==" "integrity": "sha512-HZzqCGPecFLyoRj5HLfuDSKYTJkAfB5thKBIkRHtGjWwY7p1dAyveIbXIq4tO0KYfDF2tHqPUgY9SDnGm00uFw=="
}, },
"punycode": { "punycode": {
"version": "2.1.1", "version": "2.1.1",

View File

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