Update dependencies

This commit is contained in:
actions-bot
2020-11-05 01:11:15 +00:00
committed by GitHub
parent 8031fbaca8
commit d1b7bfe3a6
2 changed files with 605 additions and 1736 deletions

2319
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -31,18 +31,18 @@
"@actions/github": "4.0.0" "@actions/github": "4.0.0"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "26.0.14", "@types/jest": "26.0.15",
"@types/node": "14.10.3", "@types/node": "14.14.6",
"@typescript-eslint/parser": "4.1.1", "@typescript-eslint/parser": "4.6.1",
"@vercel/ncc": "0.24.1", "@vercel/ncc": "0.24.1",
"eslint": "7.9.0", "eslint": "7.12.1",
"eslint-plugin-github": "4.1.1", "eslint-plugin-github": "4.1.1",
"eslint-plugin-jest": "24.0.1", "eslint-plugin-jest": "24.1.0",
"jest": "26.4.2", "jest": "26.6.3",
"jest-circus": "26.4.2", "jest-circus": "26.6.3",
"js-yaml": "3.14.0", "js-yaml": "3.14.0",
"prettier": "2.1.2", "prettier": "2.1.2",
"ts-jest": "26.3.0", "ts-jest": "26.4.3",
"typescript": "4.0.2" "typescript": "4.0.5"
} }
} }