Browse Source

Bump electron from 5.0.5 to 5.0.6

Bumps [electron](https://github.com/electron/electron) from 5.0.5 to 5.0.6.
- [Release notes](https://github.com/electron/electron/releases)
- [Commits](https://github.com/electron/electron/compare/v5.0.5...v5.0.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
main
dependabot-preview[bot] 6 years ago
committed by GitHub
parent
commit
d3839d5b8b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      package-lock.json
  2. 2
      package.json

12
package-lock.json

@ -225,9 +225,9 @@
}
},
"electron": {
"version": "5.0.5",
"resolved": "https://registry.npmjs.org/electron/-/electron-5.0.5.tgz",
"integrity": "sha512-GzVQhImBX3rSCFPyJ1u1KbxquoidAHzGeCH2FTs3lzAh1H8m4vd7xh6CNC111mT/I8pxFk5D8s3atJlJQLPAeg==",
"version": "5.0.6",
"resolved": "https://registry.npmjs.org/electron/-/electron-5.0.6.tgz",
"integrity": "sha512-0L53lv26eDhaaNxL6DqXGQrQOEAYbrQg40stRSb2pzrY06kwPbABzXEiaCvEsBuKUQ+9OQBbVyyvXRbLJlun/A==",
"dev": true,
"requires": {
"@types/node": "^10.12.18",
@ -394,9 +394,9 @@
}
},
"graceful-fs": {
"version": "4.1.15",
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.15.tgz",
"integrity": "sha512-6uHUhOPEBgQ24HM+r6b/QwWfZq+yiFcipKFrOFiBEnWdy5sdzYoi+pJeQaPI5qOLRFqWmAXUPQNsielzdLoecA==",
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.0.tgz",
"integrity": "sha512-jpSvDPV4Cq/bgtpndIWbI5hmYxhQGHPC4d4cqBPb4DLniCfhJokdXhwhaDuLBGLQdvvRum/UiX6ECVIPvDXqdg==",
"dev": true
},
"har-schema": {

2
package.json

@ -17,6 +17,6 @@
"author": "GitHub",
"license": "CC0-1.0",
"devDependencies": {
"electron": "^5.0.5"
"electron": "^5.0.6"
}
}
Loading…
Cancel
Save