update outdated dependencies(yellow) except for @actions/github, eslint-plugin-* (#45)

This commit is contained in:
Naoki Oketani
2020-03-14 17:17:25 +09:00
committed by GitHub
parent 4df977494a
commit a0e0b47fa7
2 changed files with 1214 additions and 850 deletions

2054
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -28,23 +28,23 @@
"dependencies": {
"@actions/core": "^1.2.3",
"@actions/github": "^1.1.0",
"@octokit/rest": "^16.35.0",
"@octokit/rest": "16.35.0",
"axios": "^0.19.2",
"strip-ansi": "^6.0.0"
},
"devDependencies": {
"@types/jest": "^25.1.4",
"@types/node": "^12.12.30",
"@types/node": "^13.9.1",
"@typescript-eslint/parser": "^2.23.0",
"@zeit/ncc": "^0.20.5",
"@zeit/ncc": "^0.21.1",
"eslint": "^6.8.0",
"eslint-plugin-github": "^2.0.0",
"eslint-plugin-jest": "^22.21.0",
"jest": "^25.1.0",
"jest-circus": "^24.9.0",
"jest-circus": "^25.1.0",
"js-yaml": "^3.13.1",
"prettier": "^1.19.1",
"ts-jest": "^24.3.0",
"ts-jest": "^25.2.1",
"typescript": "^3.8.3"
}
}