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