diff --git a/ghe-2.14/all.json b/ghe-2.14/all.json index b484742f..13b092de 100644 --- a/ghe-2.14/all.json +++ b/ghe-2.14/all.json @@ -7138,12 +7138,24 @@ "author": { "type": "object" }, + "author.email": { + "type": "string" + }, + "author.name": { + "type": "string" + }, "branch": { "type": "string" }, "committer": { "type": "object" }, + "committer.email": { + "type": "string" + }, + "committer.name": { + "type": "string" + }, "message": { "required": true, "type": "string" diff --git a/ghe-2.15/all.json b/ghe-2.15/all.json index aadc2370..51781bcf 100644 --- a/ghe-2.15/all.json +++ b/ghe-2.15/all.json @@ -7152,12 +7152,24 @@ "author": { "type": "object" }, + "author.email": { + "type": "string" + }, + "author.name": { + "type": "string" + }, "branch": { "type": "string" }, "committer": { "type": "object" }, + "committer.email": { + "type": "string" + }, + "committer.name": { + "type": "string" + }, "message": { "required": true, "type": "string" diff --git a/ghe-2.16/all.json b/ghe-2.16/all.json index 3092f821..62e3ed06 100644 --- a/ghe-2.16/all.json +++ b/ghe-2.16/all.json @@ -7188,12 +7188,24 @@ "author": { "type": "object" }, + "author.email": { + "type": "string" + }, + "author.name": { + "type": "string" + }, "branch": { "type": "string" }, "committer": { "type": "object" }, + "committer.email": { + "type": "string" + }, + "committer.name": { + "type": "string" + }, "message": { "required": true, "type": "string" diff --git a/ghe-2.17/all.json b/ghe-2.17/all.json index e95f4709..6fa0f4fe 100644 --- a/ghe-2.17/all.json +++ b/ghe-2.17/all.json @@ -7322,12 +7322,24 @@ "author": { "type": "object" }, + "author.email": { + "type": "string" + }, + "author.name": { + "type": "string" + }, "branch": { "type": "string" }, "committer": { "type": "object" }, + "committer.email": { + "type": "string" + }, + "committer.name": { + "type": "string" + }, "message": { "required": true, "type": "string" diff --git a/package-lock.json b/package-lock.json index 7041f4be..af09bdd7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -221,9 +221,9 @@ } }, "@octokit/routes": { - "version": "20.4.3", - "resolved": "https://registry.npmjs.org/@octokit/routes/-/routes-20.4.3.tgz", - "integrity": "sha512-0q48bpgRYyZlChh1A0NY+pOI8as1cp5qw4DJD/ERgZ+r1lAROcQulyvoWPlHhWYOInYq71YjNbTo4pjx3VGjJg==", + "version": "20.4.4", + "resolved": "https://registry.npmjs.org/@octokit/routes/-/routes-20.4.4.tgz", + "integrity": "sha512-1tfXyJo/IDXFeBG4rmGPwRDPAISWa/I6zq0GnmMhNgp0yyMARLzylxKIh7H/OLsFLWE+o13vhCjR5/ZmHMxNZQ==", "dev": true, "requires": { "cheerio": "^1.0.0-rc.2", diff --git a/package.json b/package.json index 26e9c4da..11d50898 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ }, "homepage": "https://github.com/octokit/plugin-enterprise-rest.js#readme", "devDependencies": { - "@octokit/routes": "20.4.3", + "@octokit/routes": "20.4.4", "coveralls": "^3.0.2", "lodash.camelcase": "^4.3.0", "make-dir": "^3.0.0",