Skip to content

Commit

Permalink
fix: increase min version of @octokit/rest (#995)
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit-gohri committed Feb 15, 2020
1 parent 228d3cb commit 0fda490
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
},
"dependencies": {
"@babel/polyfill": "^7.2.5",
"@octokit/rest": "^16.14.1",
"@octokit/rest": "^16.43.1",
"async-retry": "1.2.3",
"chalk": "^2.3.0",
"commander": "^2.18.0",
Expand Down Expand Up @@ -179,4 +179,4 @@
"pre-push": "yarn build; yarn danger:prepush"
}
}
}
}
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@
universal-user-agent "^2.0.0"
url-template "^2.0.8"

"@octokit/rest@^16.14.1", "@octokit/rest@^16.43.1":
"@octokit/rest@^16.43.1":
version "16.43.1"
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-16.43.1.tgz#3b11e7d1b1ac2bbeeb23b08a17df0b20947eda6b"
integrity sha512-gfFKwRT/wFxq5qlNjnW2dh+qh74XgTQ2B179UX5K1HYCluioWj8Ndbgqw2PVqa1NnVJkGHp2ovMpVn/DImlmkw==
Expand Down Expand Up @@ -7297,10 +7297,10 @@ package-json@^4.0.0:
registry-url "^3.0.3"
semver "^5.1.0"

parse-diff@^0.5.1:
version "0.5.1"
resolved "https://registry.yarnpkg.com/parse-diff/-/parse-diff-0.5.1.tgz#18b3e82a0765ac1c8796e3854e475073a691c4fb"
integrity sha512-/qXjo9x/pFa5bVk/ZXaJD0yr3Tf3Yp6MWWMr4vnUmumDrE0yoE6YDH2A8vmcCD/Ko3tW2o0X+zGYh2zMLXshsg==
parse-diff@^0.7.0:
version "0.7.0"
resolved "https://registry.yarnpkg.com/parse-diff/-/parse-diff-0.7.0.tgz#f11128d3aa02381b46ebc8320b470c2c327e67dc"
integrity sha512-88ar4IU2Fx+KgiyvVul0Y+YprMArTgLscO0nEKaEvWvhzRSSYefdf1M9PUmpx1pu5crUoVl2QNDMqjxfCeKptQ==

parse-git-config@^2.0.3:
version "2.0.3"
Expand Down

0 comments on commit 0fda490

Please sign in to comment.