update deps

This commit is contained in:
Michael Shick 2020-04-03 13:06:01 -07:00
parent 27b5a65c96
commit a5a31c856d
No known key found for this signature in database
GPG key ID: ADF5BC9704BB4A61
2 changed files with 285 additions and 158 deletions

View file

@ -27,11 +27,11 @@
},
"homepage": "https://github.com/mshick/add-pr-comment#readme",
"dependencies": {
"@actions/core": "^1.1.1",
"@actions/github": "^1.1.0"
"@actions/core": "^1.2.3",
"@actions/github": "^2.1.1"
},
"devDependencies": {
"@zeit/ncc": "^0.20.5",
"eslint": "^6.3.0"
"@zeit/ncc": "^0.22.0",
"eslint": "^6.8.0"
}
}