chore: update dependencies

This commit is contained in:
actions-bot
2021-02-25 01:37:12 +00:00
committed by GitHub
parent 4b076256d2
commit 773f327409
2 changed files with 149 additions and 93 deletions

View File

@@ -31,18 +31,18 @@
"node-fetch": "2.6.1"
},
"devDependencies": {
"@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",
"@types/jest": "26.0.20",
"@types/node": "14.14.31",
"@typescript-eslint/parser": "4.15.2",
"@vercel/ncc": "0.27.0",
"eslint": "7.20.0",
"eslint-plugin-github": "4.1.1",
"eslint-plugin-jest": "24.1.3",
"eslint-plugin-jest": "24.1.5",
"jest": "26.6.3",
"jest-circus": "26.6.3",
"js-yaml": "3.14.1",
"js-yaml": "4.0.0",
"prettier": "2.2.1",
"ts-jest": "26.4.4",
"typescript": "4.1.3"
"ts-jest": "26.5.2",
"typescript": "4.2.2"
}
}