Update dependencies

This commit is contained in:
actions-bot
2021-05-27 01:31:15 +00:00
committed by GitHub
parent 27c539bc8e
commit 0e60b0b03e
2 changed files with 2083 additions and 2757 deletions

4822
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", "homepage": "https://github.com/peter-evans/repository-dispatch#readme",
"dependencies": { "dependencies": {
"@actions/core": "1.2.7", "@actions/core": "1.3.0",
"@actions/github": "4.0.0" "@actions/github": "5.0.0"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "26.0.23", "@types/jest": "26.0.23",
"@types/node": "15.0.3", "@types/node": "15.6.1",
"@typescript-eslint/parser": "4.23.0", "@typescript-eslint/parser": "4.25.0",
"@vercel/ncc": "0.28.5", "@vercel/ncc": "0.28.6",
"eslint": "7.26.0", "eslint": "7.27.0",
"eslint-plugin-github": "4.1.3", "eslint-plugin-github": "4.1.3",
"eslint-plugin-jest": "24.3.6", "eslint-plugin-jest": "24.3.6",
"jest": "26.6.3", "jest": "27.0.1",
"jest-circus": "26.6.3", "jest-circus": "27.0.1",
"js-yaml": "4.1.0", "js-yaml": "4.1.0",
"prettier": "2.3.0", "prettier": "2.3.0",
"ts-jest": "26.5.6", "ts-jest": "27.0.1",
"typescript": "4.2.4" "typescript": "4.3.2"
} }
} }