Browse Source

Merge pull request #273 from electron/dependabot/npm_and_yarn/electron-4.1.4

main
dependabot[bot] 7 years ago
committed by GitHub
parent
commit
474280be1d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      package-lock.json
  2. 2
      package.json

6
package-lock.json

@ -225,9 +225,9 @@
}
},
"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,
"requires": {
"@types/node": "^10.12.18",

2
package.json

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