Upgrade electron-builder and electron-updater

This commit is contained in:
Scott Nonnenberg
2019-03-22 12:24:07 -07:00
parent 81696b4b15
commit d251282da1
4 changed files with 931 additions and 129 deletions

View File

@@ -170,5 +170,11 @@
"expression": "\\bmultiArgs\\b",
"reason": "Potential arbitrary code execution, piped to eval",
"excludedModules": ["node_modules/thenify"]
},
{
"name": "bluebird-toFastProperties",
"expression": "\\btoFastProperties\\b",
"reason": "Whatever is provided is sent straight to eval()",
"excludedModules": []
}
]