Upgrade dependencies

This commit is contained in:
Paul Merlin 2020-06-13 12:46:47 +02:00
parent 4336c6b886
commit 3d5e31b7a4
2 changed files with 4295 additions and 2098 deletions

6362
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -20,21 +20,28 @@
"author": "Paul Merlin <paul@nosphere.org>",
"license": "MIT",
"dependencies": {
"@actions/core": "1.2.1",
"@actions/exec": "1.0.3",
"@actions/core": "1.2.4",
"@actions/exec": "1.0.4",
"@actions/io": "1.0.2",
"@actions/tool-cache": "1.3.0",
"@actions/tool-cache": "1.5.5",
"string-argv": "0.3.1",
"typed-rest-client": "1.7.1",
"unzipper": "0.10.5"
"typed-rest-client": "1.7.3",
"unzipper": "0.10.11"
},
"devDependencies": {
"@types/jest": "24.0.25",
"@types/node": "12.7.5",
"@types/unzipper": "0.10.1",
"jest": "24.9.0",
"jest-circus": "24.9.0",
"ts-jest": "24.3.0",
"typescript": "3.7.4"
"@types/jest": "26.0.0",
"@types/node": "12.12.6",
"@types/unzipper": "0.10.3",
"@typescript-eslint/parser": "3.2.0",
"@zeit/ncc": "0.22.3",
"eslint": "7.2.0",
"eslint-plugin-github": "4.0.1",
"eslint-plugin-jest": "23.13.2",
"jest": "26.0.1",
"jest-circus": "26.0.1",
"js-yaml": "3.14.0",
"prettier": "2.0.5",
"ts-jest": "26.1.0",
"typescript": "3.9.5"
}
}