chore: update dependencies

This commit is contained in:
actions-bot 2021-02-25 01:38:41 +00:00 committed by GitHub
parent 052fc72b41
commit e361fd1788
2 changed files with 175 additions and 8154 deletions

8311
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -31,24 +31,24 @@
"dependencies": { "dependencies": {
"@actions/core": "1.2.6", "@actions/core": "1.2.6",
"@actions/exec": "1.0.4", "@actions/exec": "1.0.4",
"@octokit/core": "3.2.4", "@octokit/core": "3.2.5",
"@octokit/plugin-paginate-rest": "2.8.0", "@octokit/plugin-paginate-rest": "2.10.0",
"@octokit/plugin-rest-endpoint-methods": "4.5.2", "@octokit/plugin-rest-endpoint-methods": "4.12.2",
"uuid": "8.3.2" "uuid": "8.3.2"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "26.0.20", "@types/jest": "26.0.20",
"@types/node": "14.14.22", "@types/node": "14.14.31",
"@typescript-eslint/parser": "4.14.0", "@typescript-eslint/parser": "4.15.2",
"@vercel/ncc": "0.27.0", "@vercel/ncc": "0.27.0",
"eslint": "7.18.0", "eslint": "7.20.0",
"eslint-plugin-github": "4.1.1", "eslint-plugin-github": "4.1.1",
"eslint-plugin-jest": "24.1.3", "eslint-plugin-jest": "24.1.5",
"jest": "26.6.3", "jest": "26.6.3",
"jest-circus": "26.6.3", "jest-circus": "26.6.3",
"js-yaml": "4.0.0", "js-yaml": "4.0.0",
"prettier": "2.2.1", "prettier": "2.2.1",
"ts-jest": "26.4.4", "ts-jest": "26.5.2",
"typescript": "4.1.3" "typescript": "4.2.2"
} }
} }