Merge pull request #31 from marocchino/dependabot/npm_and_yarn/actions/github-2.0.1

build(deps): bump @actions/github from 2.0.0 to 2.0.1
This commit is contained in:
marocchino 2020-01-13 13:26:57 +09:00 committed by GitHub
commit fa1cc438fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View file

@ -10,9 +10,9 @@
"integrity": "sha512-ZKdyhlSlyz38S6YFfPnyNgCDZuAF2T0Qv5eHflNWytPS8Qjvz39bZFMry9Bb/dpSnqWcNeav5yM2CTYpJeY+Dw=="
},
"@actions/github": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/@actions/github/-/github-2.0.0.tgz",
"integrity": "sha512-sNpZ5dJyJyfJIO5lNYx8r/Gha4Tlm8R0MLO2cBkGdOnAAEn3t1M/MHVcoBhY/VPfjGVe5RNAUPz+6INrViiUPA==",
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/@actions/github/-/github-2.0.1.tgz",
"integrity": "sha512-C7dAsCkpPi1HxTzLldz+oY+9c5G+nnaK7xgk8KA83VVGlrGK7d603E3snUAFocWrqEu/uvdYD82ytggjcpYSQA==",
"requires": {
"@octokit/graphql": "^4.3.1",
"@octokit/rest": "^16.15.0"
@ -444,9 +444,9 @@
}
},
"@octokit/rest": {
"version": "16.35.0",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-16.35.0.tgz",
"integrity": "sha512-9ShFqYWo0CLoGYhA1FdtdykJuMzS/9H6vSbbQWDX4pWr4p9v+15MsH/wpd/3fIU+tSxylaNO48+PIHqOkBRx3w==",
"version": "16.36.0",
"resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-16.36.0.tgz",
"integrity": "sha512-zoZj7Ya4vWBK4fjTwK2Cnmu7XBB1p9ygSvTk2TthN6DVJXM4hQZQoAiknWFLJWSTix4dnA3vuHtjPZbExYoCZA==",
"requires": {
"@octokit/request": "^5.2.0",
"@octokit/request-error": "^1.0.2",

View file

@ -21,7 +21,7 @@
"license": "MIT",
"dependencies": {
"@actions/core": "^1.2.0",
"@actions/github": "^2.0.0"
"@actions/github": "^2.0.1"
},
"devDependencies": {
"@types/jest": "^24.0.25",