Browse Source

chore: bump electron from 11.0.0 to 11.0.1 (#437)

Bumps [electron](https://github.com/electron/electron) from 11.0.0 to 11.0.1.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/master/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v11.0.0...v11.0.1)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
main
dependabot[bot] 5 years ago
committed by GitHub
parent
commit
cfae758481
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

@ -37,9 +37,9 @@
}
},
"@types/node": {
"version": "12.19.4",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.19.4.tgz",
"integrity": "sha512-o3oj1bETk8kBwzz1WlO6JWL/AfAA3Vm6J1B3C9CsdxHYp7XgPiH7OEXPUbZTndHlRaIElrANkQfe6ZmfJb3H2w==",
"version": "12.19.5",
"resolved": "https://registry.npmjs.org/@types/node/-/node-12.19.5.tgz",
"integrity": "sha512-Wgdl27uw/jUYUFyajUGKSjDNGxmJrZi9sjeG6UJImgUtKbJoO9aldx+1XODN1EpNDX9DirvbvHHmTsNlb8GwMA==",
"dev": true
},
"boolean": {
@ -186,9 +186,9 @@
"dev": true
},
"electron": {
"version": "11.0.0",
"resolved": "https://registry.npmjs.org/electron/-/electron-11.0.0.tgz",
"integrity": "sha512-bbT6vmc04I0+cuG5e26+2rAOQYLH90Exf11a+NpGCSMTXsSjSpSZdjWGffWRIowOJzSwcSk8EHdCKdeet1rz9A==",
"version": "11.0.1",
"resolved": "https://registry.npmjs.org/electron/-/electron-11.0.1.tgz",
"integrity": "sha512-UefDvxeyTREL1FpC0BcXwzLjcYiQICFSZONbwarpoqTXQU5rzEguIegHPqg5AqwYH4FVYfEuigj/Vm94rtZOzg==",
"dev": true,
"requires": {
"@electron/get": "^1.0.1",

2
package.json

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