Browse Source

Merge pull request #331 from electron/dependabot/npm_and_yarn/electron-7.1.0

main
dependabot-preview[bot] 6 years ago
committed by GitHub
parent
commit
756e07c70a
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

@ -179,9 +179,9 @@
"dev": true
},
"electron": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/electron/-/electron-7.0.1.tgz",
"integrity": "sha512-eMFoZIO0+eOAE9FyNC/f0Vp8l/sJziTMK+axEt2XIpGCagom1IZgUKPGwmHUcftZCX5lNKh+Tv53T0GcNnNTKQ==",
"version": "7.1.0",
"resolved": "https://registry.npmjs.org/electron/-/electron-7.1.0.tgz",
"integrity": "sha512-ITWtgmiXvyzdz22g/ksBORay1aBrt+JwFfL4PWi1SoSk9yWOllIoa8smneQ121DCgQLLhfmT3aCF1qQhxEpCIQ==",
"dev": true,
"requires": {
"@electron/get": "^1.0.1",

2
package.json

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