diff --git a/package-lock.json b/package-lock.json index ae22954..b32fdfc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -507,24 +507,24 @@ } }, "octokit-plugin-create-pull-request": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/octokit-plugin-create-pull-request/-/octokit-plugin-create-pull-request-5.0.0.tgz", - "integrity": "sha512-GtjBJnO5SA0V1MZeMaqjGwMnJIRo+FGHUuU8rwWhzfAsSizzraC56Yv5PJdsXdYciGl0GAGBr2Chg34+g/qGaw==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/octokit-plugin-create-pull-request/-/octokit-plugin-create-pull-request-6.0.0.tgz", + "integrity": "sha512-CeQ8DMDFdbjD+r2EqHLe6ETZ77zkbBTpuuvuXFx25SzAcnpXwbJTSrTdpJhWL+QWT4TRO9lje8cKDVaHFEcS3Q==", "requires": { - "@octokit/types": "^8.0.0" + "@octokit/types": "^13.5.0" }, "dependencies": { "@octokit/openapi-types": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-14.0.0.tgz", - "integrity": "sha512-HNWisMYlR8VCnNurDU6os2ikx0s0VyEjDYHNS/h4cgb8DeOxQ0n72HyinUtdDVxJhFy3FWLGl0DJhfEWk3P5Iw==" + "version": "22.2.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-22.2.0.tgz", + "integrity": "sha512-QBhVjcUa9W7Wwhm6DBFu6ZZ+1/t/oYxqc2tp81Pi41YNuJinbFRx8B133qVOrAaBbF7D/m0Et6f9/pZt9Rc+tg==" }, "@octokit/types": { - "version": "8.2.1", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-8.2.1.tgz", - "integrity": "sha512-8oWMUji8be66q2B9PmEIUyQm00VPDPun07umUWSaCwxmeaquFBro4Hcc3ruVoDo3zkQyZBlRvhIMEYS3pBhanw==", + "version": "13.5.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-13.5.0.tgz", + "integrity": "sha512-HdqWTf5Z3qwDVlzCrP8UJquMwunpDiMPt5er+QjGzL4hqr/vBVY/MauQgS1xWxCDT1oMx1EULyqxncdCY/NVSQ==", "requires": { - "@octokit/openapi-types": "^14.0.0" + "@octokit/openapi-types": "^22.2.0" } } } diff --git a/package.json b/package.json index 42d4eb1..81cf791 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "license": "ISC", "dependencies": { "@octoherd/cli": "^5.0.0", - "octokit-plugin-create-pull-request": "^5.0.0", + "octokit-plugin-create-pull-request": "^6.0.0", "prettier": "^2.3.2", "yaml": "^2.0.0-6" },