Browse Source

build(deps-dev): bump electron from 5.0.5 to 5.0.6 (#291)

Bump electron from 5.0.5 to 5.0.6

Co-authored-by: null <27856297+dependabot-preview[bot]@users.noreply.github.com>
main
Vlad Hashimoto 6 years ago
committed by GitHub
parent
commit
6f729c3c97
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

@ -225,9 +225,9 @@
} }
}, },
"electron": { "electron": {
"version": "5.0.5",
"resolved": "https://registry.npmjs.org/electron/-/electron-5.0.5.tgz",
"integrity": "sha512-GzVQhImBX3rSCFPyJ1u1KbxquoidAHzGeCH2FTs3lzAh1H8m4vd7xh6CNC111mT/I8pxFk5D8s3atJlJQLPAeg==",
"version": "5.0.6",
"resolved": "https://registry.npmjs.org/electron/-/electron-5.0.6.tgz",
"integrity": "sha512-0L53lv26eDhaaNxL6DqXGQrQOEAYbrQg40stRSb2pzrY06kwPbABzXEiaCvEsBuKUQ+9OQBbVyyvXRbLJlun/A==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/node": "^10.12.18", "@types/node": "^10.12.18",
@ -394,9 +394,9 @@
} }
}, },
"graceful-fs": { "graceful-fs": {
"version": "4.1.15",
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.15.tgz",
"integrity": "sha512-6uHUhOPEBgQ24HM+r6b/QwWfZq+yiFcipKFrOFiBEnWdy5sdzYoi+pJeQaPI5qOLRFqWmAXUPQNsielzdLoecA==",
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.0.tgz",
"integrity": "sha512-jpSvDPV4Cq/bgtpndIWbI5hmYxhQGHPC4d4cqBPb4DLniCfhJokdXhwhaDuLBGLQdvvRum/UiX6ECVIPvDXqdg==",
"dev": true "dev": true
}, },
"har-schema": { "har-schema": {

2
package.json

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