Fix potential security vulnerability in dependencies

This commit is contained in:
Alexey Igrychev
2020-10-26 11:52:22 +00:00
parent 15ad7b970f
commit 45ccee4af8
11 changed files with 1009 additions and 262 deletions

View File

@@ -4,7 +4,7 @@
"description": "",
"main": "lib",
"dependencies": {
"@actions/core": "1.x",
"@actions/core": "^1.2.6",
"@actions/github": "2.x",
"@actions/tool-cache": "1.x",
"dotenv": "8.2.x",
@@ -13,21 +13,21 @@
"string-argv": "^0.3.1",
"superagent": "^3.8.3",
"tmp": "^0.2.1",
"typescript-string-operations": "^1.3.2",
"typescript-string-operations": "^1.4.0",
"ws": ">=3.3.1"
},
"devDependencies": {
"@types/node": "^12.7.12",
"@types/semver": "^7.2.0",
"@types/superagent": "^4.1.7",
"@types/node": "^12.19.1",
"@types/semver": "^7.3.4",
"@types/superagent": "^4.1.10",
"@types/tmp": "^0.2.0",
"@typescript-eslint/parser": "^2.8.0",
"eslint": "^5.x",
"eslint-plugin-github": "^2.0.0",
"js-yaml": "^3.13.1",
"node-fetch": ">=2.6.1",
"prettier": "^1.19.1",
"typescript": "^3.6.4",
"node-fetch": ">=2.6.1"
"typescript": "^3.6.4"
},
"scripts": {
"build": "tsc",