fix(core): remove vulnerable paths
This commit is contained in:
15
package.json
15
package.json
@@ -6,8 +6,7 @@
|
||||
"typings": "dist/index.d.ts",
|
||||
"scripts": {
|
||||
"test": "(npmts)",
|
||||
"testm": "(cd ts/compile && gulp) && (node test.js jazz jam --awesome)",
|
||||
"security": "snyk test"
|
||||
"testm": "(cd ts/compile && gulp) && (node test.js jazz jam --awesome)"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -26,16 +25,22 @@
|
||||
},
|
||||
"homepage": "https://gitlab.com/pushrocks/smartcli",
|
||||
"dependencies": {
|
||||
"@types/yargs": "8.x.x",
|
||||
"@types/yargs": "^10.0.1",
|
||||
"beautylog": "^6.1.10",
|
||||
"lik": "^1.0.42",
|
||||
"lik": "^2.0.2",
|
||||
"rxjs": "^5.4.3",
|
||||
"smartparam": "1.0.2",
|
||||
"smartq": "^1.1.6",
|
||||
"typings-global": "^1.0.20",
|
||||
"yargs": "^9.0.1"
|
||||
"yargs": "^11.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"cz-conventional-changelog": "^2.1.0",
|
||||
"tapbundle": "^1.1.8"
|
||||
},
|
||||
"config": {
|
||||
"commitizen": {
|
||||
"path": "./node_modules/cz-conventional-changelog"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user