Fix security issues

This commit is contained in:
lowlighter
2020-11-06 22:21:05 +01:00
parent 2beb8bdfea
commit 6feb93340e
3 changed files with 4 additions and 1 deletions

View File

@@ -41,6 +41,7 @@
"devDependencies": {
"@vercel/ncc": "^0.25.1",
"babel-minify": "^0.5.1",
"libxmljs": "^0.19.7"
"libxmljs": "^0.19.7",
"yargs-parser": ">=13.1.2"
}
}

View File

@@ -4,6 +4,7 @@
//Initialization
process.on("unhandledRejection", error => { throw error })
colors
/** Test function */
export default async function test() {

View File

@@ -13,6 +13,7 @@
const __plugins = path.join(__src, "plugins")
const __templates = path.join(__src, "templates")
process.on("unhandledRejection", error => { throw error })
colors
/** Build function */
export default async function build({actions = ["build"]} = {}) {