Update dependencies

This commit is contained in:
actions-bot
2020-06-04 01:05:19 +00:00
committed by GitHub
parent 35f05e8e06
commit 7aa158e97c
2 changed files with 349 additions and 722 deletions

1049
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -28,21 +28,21 @@
"homepage": "https://github.com/peter-evans/repository-dispatch#readme", "homepage": "https://github.com/peter-evans/repository-dispatch#readme",
"dependencies": { "dependencies": {
"@actions/core": "1.2.4", "@actions/core": "1.2.4",
"@actions/github": "2.1.1" "@actions/github": "3.0.0"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "25.2.1", "@types/jest": "25.2.3",
"@types/node": "13.13.5", "@types/node": "14.0.10",
"@typescript-eslint/parser": "2.31.0", "@typescript-eslint/parser": "3.1.0",
"@zeit/ncc": "0.22.1", "@zeit/ncc": "0.22.3",
"eslint": "6.8.0", "eslint": "7.1.0",
"eslint-plugin-github": "3.4.1", "eslint-plugin-github": "4.0.1",
"eslint-plugin-jest": "23.9.0", "eslint-plugin-jest": "23.13.2",
"jest": "26.0.1", "jest": "26.0.1",
"jest-circus": "26.0.1", "jest-circus": "26.0.1",
"js-yaml": "3.13.1", "js-yaml": "3.14.0",
"prettier": "2.0.5", "prettier": "2.0.5",
"ts-jest": "25.5.0", "ts-jest": "26.1.0",
"typescript": "3.8.3" "typescript": "3.9.3"
} }
} }