Public Access
Compatibility with the latest cargo-audit output format
This commit is contained in:
+4
-4
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user