Compatibility with the latest cargo-audit output format

This commit is contained in:
svartalf
2020-01-26 20:19:18 +03:00
parent 35fc20ed69
commit 86207092bb
9 changed files with 1267 additions and 282 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "rust-audit-check",
"version": "1.0.0",
"version": "1.0.1",
"private": false,
"description": "Security audit for security vulnerabilities",
"main": "lib/main.js",
@@ -13,7 +13,7 @@
"watch": "ncc build src/main.ts --watch --minify",
"test": "jest --passWithNoTests",
"format": "prettier --write 'src/**/*.{js,ts,tsx}'",
"refresh": "rm -rf ./lib/* && npm run-script build",
"refresh": "rm -rf ./dist/* && npm run-script build",
"lint": "tsc --noEmit && eslint 'src/**/*.{js,ts,tsx}'"
},
"repository": {
@@ -37,8 +37,8 @@
"@actions-rs/core": "0.0.8",
"@actions/core": "^1.2.2",
"@actions/github": "^2.1.0",
"handlebars": "^4.7.2",
"npm-check-updates": "^4.0.1"
"npm-check-updates": "^4.0.1",
"nunjucks": "^3.2.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.17.0",