Browse Source

build(deps-dev): bump electron from 6.0.5 to 6.0.6

Bumps [electron](https://github.com/electron/electron) from 6.0.5 to 6.0.6.
- [Release notes](https://github.com/electron/electron/releases)
- [Commits](https://github.com/electron/electron/compare/v6.0.5...v6.0.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] 6 years ago
parent
commit
fbb3b9ee8c
2 changed files with 7 additions and 7 deletions
  1. 6 6
      package-lock.json
  2. 1 1
      package.json

+ 6 - 6
package-lock.json

@@ -5,9 +5,9 @@
   "requires": true,
   "dependencies": {
     "@types/node": {
-      "version": "10.14.16",
-      "resolved": "https://registry.npmjs.org/@types/node/-/node-10.14.16.tgz",
-      "integrity": "sha512-/opXIbfn0P+VLt+N8DE4l8Mn8rbhiJgabU96ZJ0p9mxOkIks5gh6RUnpHak7Yh0SFkyjO/ODbxsQQPV2bpMmyA==",
+      "version": "10.14.17",
+      "resolved": "https://registry.npmjs.org/@types/node/-/node-10.14.17.tgz",
+      "integrity": "sha512-p/sGgiPaathCfOtqu2fx5Mu1bcjuP8ALFg4xpGgNkcin7LwRyzUKniEHBKdcE1RPsenq5JVPIpMTJSygLboygQ==",
       "dev": true
     },
     "ajv": {
@@ -231,9 +231,9 @@
       }
     },
     "electron": {
-      "version": "6.0.5",
-      "resolved": "https://registry.npmjs.org/electron/-/electron-6.0.5.tgz",
-      "integrity": "sha512-B3gjUvvXxVH4QnmGEMYne83lG2XJNbNe0FPwVDhzA9FkapnBgvrsE/Fz6NFXTaZm6zSdC2ut1j38rfSTFvUtDA==",
+      "version": "6.0.6",
+      "resolved": "https://registry.npmjs.org/electron/-/electron-6.0.6.tgz",
+      "integrity": "sha512-sh5PfAHpKk+J/LpLK+Q2P2mCfTA7WDs0kImQ05uPuwmKjpCB3T8nMYCDuStS+opDoma19XPTh4049897GmPXmw==",
       "dev": true,
       "requires": {
         "@types/node": "^10.12.18",

+ 1 - 1
package.json

@@ -17,6 +17,6 @@
   "author": "GitHub",
   "license": "CC0-1.0",
   "devDependencies": {
-    "electron": "^6.0.5"
+    "electron": "^6.0.6"
   }
 }