Update dependencies

This commit is contained in:
actions-bot 2020-07-23 01:09:05 +00:00 committed by GitHub
parent 40e70b8f7b
commit 2e4a4ceaac
2 changed files with 1254 additions and 2100 deletions

3328
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -35,22 +35,22 @@
"dependencies": {
"@actions/core": "1.2.4",
"@actions/exec": "1.0.4",
"@actions/tool-cache": "1.3.4",
"@actions/tool-cache": "1.6.0",
"is-docker": "2.0.0"
},
"devDependencies": {
"@types/jest": "25.2.2",
"@types/node": "14.0.1",
"@typescript-eslint/parser": "2.33.0",
"@zeit/ncc": "0.22.1",
"eslint": "7.0.0",
"eslint-plugin-github": "3.4.1",
"eslint-plugin-jest": "23.11.0",
"jest": "26.0.1",
"jest-circus": "26.0.1",
"js-yaml": "3.13.1",
"@types/jest": "26.0.5",
"@types/node": "14.0.24",
"@typescript-eslint/parser": "3.7.0",
"@zeit/ncc": "0.22.3",
"eslint": "7.5.0",
"eslint-plugin-github": "4.1.1",
"eslint-plugin-jest": "23.18.0",
"jest": "26.1.0",
"jest-circus": "26.1.0",
"js-yaml": "3.14.0",
"prettier": "2.0.5",
"ts-jest": "25.5.1",
"typescript": "3.9.2"
"ts-jest": "26.1.3",
"typescript": "3.9.7"
}
}