Parcourir la source

Bump electron from 4.1.3 to 4.1.4

Bumps [electron](https://github.com/electron/electron) from 4.1.3 to 4.1.4.
- [Release notes](https://github.com/electron/electron/releases)
- [Commits](https://github.com/electron/electron/compare/v4.1.3...v4.1.4)

Signed-off-by: dependabot[bot] <support@dependabot.com>
dependabot[bot] il y a 6 ans
Parent
commit
afa56db071
2 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 3 3
      package-lock.json
  2. 1 1
      package.json

+ 3 - 3
package-lock.json

@@ -225,9 +225,9 @@
       }
     },
     "electron": {
-      "version": "4.1.3",
-      "resolved": "https://registry.npmjs.org/electron/-/electron-4.1.3.tgz",
-      "integrity": "sha512-oOeuA+BAydrMcKGBu4GEJfgAtaRd189SabE8V9koAH/sUiTHYroWtwRzA6V24JFa/dCJAHNjVD8F4qSMybxzrA==",
+      "version": "4.1.4",
+      "resolved": "https://registry.npmjs.org/electron/-/electron-4.1.4.tgz",
+      "integrity": "sha512-MelOjntJvd33izEjR6H4N/Uii7y535z/b2BuYXJGLNSHL6o1IlyhUQmfiT87kWABayERgeuYERgvsyf956OOFw==",
       "dev": true,
       "requires": {
         "@types/node": "^10.12.18",

+ 1 - 1
package.json

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