build(deps): bump deps

This commit is contained in:
Michael Shick 2020-05-22 16:16:08 -04:00
parent 5535d00f50
commit 150a3ccfe9
No known key found for this signature in database
GPG key ID: ADF5BC9704BB4A61
3 changed files with 1561 additions and 691 deletions

2
dist/index.js vendored

File diff suppressed because one or more lines are too long

2214
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -28,24 +28,24 @@
},
"homepage": "https://github.com/mshick/add-pr-comment#readme",
"dependencies": {
"@actions/core": "^1.2.3",
"@actions/github": "^2.1.1",
"@actions/core": "^1.2.4",
"@actions/github": "^2.2.0",
"@actions/http-client": "^1.0.8"
},
"devDependencies": {
"@octokit/types": "^4.0.1",
"@types/jest": "^25.2.1",
"@types/node": "^13.11.1",
"@typescript-eslint/eslint-plugin": "^2.27.0",
"@typescript-eslint/parser": "^2.27.0",
"@zeit/ncc": "^0.22.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-prettier": "^3.1.2",
"jest": "^25.3.0",
"@types/jest": "^25.2.3",
"@types/node": "^12.12.42",
"@typescript-eslint/eslint-plugin": "^3.0.0",
"@typescript-eslint/parser": "^3.0.0",
"@zeit/ncc": "^0.22.3",
"eslint": "^7.0.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"jest": "^26.0.1",
"nock": "^12.0.3",
"prettier": "^2.0.4",
"ts-jest": "^25.3.1",
"typescript": "^3.8.3"
"prettier": "^2.0.5",
"ts-jest": "^26.0.0",
"typescript": "^3.9.3"
}
}