Merge pull request #21 from peter-evans/update-dependencies

Update dependencies
This commit is contained in:
Peter Evans 2020-12-28 10:05:23 +09:00 committed by GitHub
commit 445b7e95b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 683 additions and 2018 deletions

2677
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -31,18 +31,18 @@
"node-fetch": "2.6.1"
},
"devDependencies": {
"@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",
"@types/jest": "26.0.19",
"@types/node": "14.14.16",
"@typescript-eslint/parser": "4.11.0",
"@vercel/ncc": "0.26.1",
"eslint": "7.16.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.1.2",
"ts-jest": "26.3.0",
"typescript": "4.0.2"
"eslint-plugin-jest": "24.1.3",
"jest": "26.6.3",
"jest-circus": "26.6.3",
"js-yaml": "3.14.1",
"prettier": "2.2.1",
"ts-jest": "26.4.4",
"typescript": "4.1.3"
}
}