add critical to commenter and new package versions

This commit is contained in:
Artur Ribeiro
2024-02-15 18:00:39 +00:00
parent 4d8cbbe0ba
commit b0c4da8751
2 changed files with 12 additions and 5 deletions

View File

@ -19,15 +19,17 @@
},
"homepage": "https://github.com/Checkmarx/kics-github-action#readme",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.0",
"@actions/github": "^5.0.0",
"@actions/io": "^1.1.1",
"@actions/tool-cache": "^1.7.1",
"moment": "^2.29.4"
"@actions/tool-cache": "^2.0.1",
"moment": "^2.29.4",
"uuid": "^8.3.2"
},
"devDependencies": {
"@vercel/ncc": "^0.36.1",
"prettier": "^2.4.1"
"prettier": "^2.4.1",
"@types/uuid": "^8.3.4"
}
}