address comments

This commit is contained in:
Robert Brignull 2020-08-12 17:42:47 +01:00
parent cf08f5a9cd
commit 5b0aafadb1
8 changed files with 53 additions and 31 deletions

View file

@ -24,7 +24,7 @@
"@actions/github": "^2.2.0",
"@actions/http-client": "^1.0.8",
"@actions/tool-cache": "^1.5.5",
"commander": "6.0.0",
"commander": "^6.0.0",
"console-log-level": "^1.4.1",
"file-url": "^3.0.0",
"fs": "0.0.1-security",
@ -54,9 +54,9 @@
"sinon": "^9.0.2",
"tslint": "^6.1.0",
"tslint-eslint-rules": "^5.4.0",
"ts-loader": "8.0.2",
"ts-loader": "^8.0.2",
"typescript": "^3.7.5",
"webpack": "4.44.1",
"webpack-cli": "3.3.12"
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
}
}