Browse Source

build(deps): bump electron from 5.0.8 to 6.0.0 (#301)

Bumps [electron](https://github.com/electron/electron) from 5.0.8 to 6.0.0.
- [Release notes](https://github.com/electron/electron/releases)
- [Commits](https://github.com/electron/electron/compare/v5.0.8...v6.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: null <27856297+dependabot-preview[bot]@users.noreply.github.com>
main
dependabot-preview[bot] 6 years ago
committed by Vlad Hashimoto
parent
commit
8a76c3677f
  1. 6
      package-lock.json
  2. 2
      package.json

6
package-lock.json

@ -231,9 +231,9 @@
}
},
"electron": {
"version": "5.0.8",
"resolved": "https://registry.npmjs.org/electron/-/electron-5.0.8.tgz",
"integrity": "sha512-wkUVE2GaYCsqQTsISSHWkIkcdpwLwZ1jhzAXSFFoSzsTgugmzhX60rJjIccotUmZ0iPzw+u4ahfcaJ0eslrPNQ==",
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/electron/-/electron-6.0.0.tgz",
"integrity": "sha512-JVHj0dYtvVFrzVk1TgvrdXJSyLpdvlWNLhtG8ItYZsyg9XbCOQ9OoPfgLm04FjMzKMzEl4YIN0PfGC02MTx3PQ==",
"dev": true,
"requires": {
"@types/node": "^10.12.18",

2
package.json

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