Pārlūkot izejas kodu

build(deps): bump electron from 5.0.8 to 6.0.0 (#301)

Bumps [electron](https://github.com/electron/electron) from 5.0.8 to 6.0.0.
- [Release notes](https://github.com/electron/electron/releases)
- [Commits](https://github.com/electron/electron/compare/v5.0.8...v6.0.0)

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

Co-authored-by: null <27856297+dependabot-preview[bot]@users.noreply.github.com>
dependabot-preview[bot] 6 gadi atpakaļ
vecāks
revīzija
8a76c3677f
2 mainītis faili ar 4 papildinājumiem un 4 dzēšanām
  1. 3 3
      package-lock.json
  2. 1 1
      package.json

+ 3 - 3
package-lock.json

@@ -231,9 +231,9 @@
       }
     },
     "electron": {
-      "version": "5.0.8",
-      "resolved": "https://registry.npmjs.org/electron/-/electron-5.0.8.tgz",
-      "integrity": "sha512-wkUVE2GaYCsqQTsISSHWkIkcdpwLwZ1jhzAXSFFoSzsTgugmzhX60rJjIccotUmZ0iPzw+u4ahfcaJ0eslrPNQ==",
+      "version": "6.0.0",
+      "resolved": "https://registry.npmjs.org/electron/-/electron-6.0.0.tgz",
+      "integrity": "sha512-JVHj0dYtvVFrzVk1TgvrdXJSyLpdvlWNLhtG8ItYZsyg9XbCOQ9OoPfgLm04FjMzKMzEl4YIN0PfGC02MTx3PQ==",
       "dev": true,
       "requires": {
         "@types/node": "^10.12.18",

+ 1 - 1
package.json

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