Update dependencies

This commit is contained in:
actions-bot
2020-09-17 01:13:09 +00:00
committed by GitHub
parent 7d5ca7bf80
commit 4e1995c760
2 changed files with 1629 additions and 1100 deletions

2703
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -27,22 +27,22 @@
},
"homepage": "https://github.com/peter-evans/repository-dispatch#readme",
"dependencies": {
"@actions/core": "1.2.4",
"@actions/core": "1.2.5",
"@actions/github": "4.0.0"
},
"devDependencies": {
"@types/jest": "26.0.4",
"@types/node": "14.0.23",
"@typescript-eslint/parser": "3.6.1",
"@vercel/ncc": "0.23.0",
"eslint": "7.4.0",
"eslint-plugin-github": "4.0.1",
"eslint-plugin-jest": "23.18.0",
"jest": "26.1.0",
"jest-circus": "26.1.0",
"@types/jest": "26.0.14",
"@types/node": "14.10.3",
"@typescript-eslint/parser": "4.1.1",
"@vercel/ncc": "0.24.1",
"eslint": "7.9.0",
"eslint-plugin-github": "4.1.1",
"eslint-plugin-jest": "24.0.1",
"jest": "26.4.2",
"jest-circus": "26.4.2",
"js-yaml": "3.14.0",
"prettier": "2.0.5",
"ts-jest": "26.1.2",
"typescript": "3.9.6"
"prettier": "2.1.2",
"ts-jest": "26.3.0",
"typescript": "4.0.2"
}
}