Browse Source

Merge pull request #12333 from Mugen87/security

package.json: Upgrade electron one more time
Mr.doob 7 years ago
parent
commit
72bc408483
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -56,6 +56,6 @@
     "rollup": "^0.43.0",
     "rollup": "^0.43.0",
     "rollup-watch": "^4.0.0",
     "rollup-watch": "^4.0.0",
     "uglify-js": "^3.0.23",
     "uglify-js": "^3.0.23",
-    "electron": "^1.6.14"
+    "electron": "1.7.8"
   }
   }
 }
 }