Fix security issues
This commit is contained in:
@@ -41,6 +41,7 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@vercel/ncc": "^0.25.1",
|
"@vercel/ncc": "^0.25.1",
|
||||||
"babel-minify": "^0.5.1",
|
"babel-minify": "^0.5.1",
|
||||||
"libxmljs": "^0.19.7"
|
"libxmljs": "^0.19.7",
|
||||||
|
"yargs-parser": ">=13.1.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
//Initialization
|
//Initialization
|
||||||
process.on("unhandledRejection", error => { throw error })
|
process.on("unhandledRejection", error => { throw error })
|
||||||
|
colors
|
||||||
|
|
||||||
/** Test function */
|
/** Test function */
|
||||||
export default async function test() {
|
export default async function test() {
|
||||||
|
|||||||
@@ -13,6 +13,7 @@
|
|||||||
const __plugins = path.join(__src, "plugins")
|
const __plugins = path.join(__src, "plugins")
|
||||||
const __templates = path.join(__src, "templates")
|
const __templates = path.join(__src, "templates")
|
||||||
process.on("unhandledRejection", error => { throw error })
|
process.on("unhandledRejection", error => { throw error })
|
||||||
|
colors
|
||||||
|
|
||||||
/** Build function */
|
/** Build function */
|
||||||
export default async function build({actions = ["build"]} = {}) {
|
export default async function build({actions = ["build"]} = {}) {
|
||||||
|
|||||||
Reference in New Issue
Block a user