@lerna/github-client
Advanced tools
Comparing version 3.16.5 to 3.22.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [3.22.0](https://github.com/lerna/lerna/compare/v3.21.0...v3.22.0) (2020-05-24) | ||
### Bug Fixes | ||
* **deps:** upgrade octokit/enterprise-rest to v6 ([#2464](https://github.com/lerna/lerna/issues/2464)) ([b44ea75](https://github.com/lerna/lerna/commit/b44ea753fb9405432bc9fea84726fae365bf4cd8)) | ||
## [3.16.5](https://github.com/lerna/lerna/compare/v3.16.4...v3.16.5) (2019-10-07) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@lerna/github-client", | ||
"version": "3.16.5", | ||
"version": "3.22.0", | ||
"description": "An internal Lerna tool", | ||
@@ -35,3 +35,3 @@ "keywords": [ | ||
"@lerna/child-process": "3.16.5", | ||
"@octokit/plugin-enterprise-rest": "^3.6.1", | ||
"@octokit/plugin-enterprise-rest": "^6.0.1", | ||
"@octokit/rest": "^16.28.4", | ||
@@ -41,3 +41,3 @@ "git-url-parse": "^11.1.2", | ||
}, | ||
"gitHead": "f0574092a2db90142b3a27ec1a4941cddbdcdf62" | ||
"gitHead": "0d45bd5f850aa42d54fe7eb61ba46a4249e1eb94" | ||
} |
5470
+ Added@octokit/plugin-enterprise-rest@6.0.1(transitive)
- Removed@octokit/plugin-enterprise-rest@3.6.2(transitive)