Browse Source

Bump electron from 4.1.3 to 4.1.4

Bumps [electron](https://github.com/electron/electron) from 4.1.3 to 4.1.4.
- [Release notes](https://github.com/electron/electron/releases)
- [Commits](https://github.com/electron/electron/compare/v4.1.3...v4.1.4)

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

6
package-lock.json

@ -225,9 +225,9 @@
} }
}, },
"electron": { "electron": {
"version": "4.1.3",
"resolved": "https://registry.npmjs.org/electron/-/electron-4.1.3.tgz",
"integrity": "sha512-oOeuA+BAydrMcKGBu4GEJfgAtaRd189SabE8V9koAH/sUiTHYroWtwRzA6V24JFa/dCJAHNjVD8F4qSMybxzrA==",
"version": "4.1.4",
"resolved": "https://registry.npmjs.org/electron/-/electron-4.1.4.tgz",
"integrity": "sha512-MelOjntJvd33izEjR6H4N/Uii7y535z/b2BuYXJGLNSHL6o1IlyhUQmfiT87kWABayERgeuYERgvsyf956OOFw==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/node": "^10.12.18", "@types/node": "^10.12.18",

2
package.json

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