From c20f496ef343bdd4a7e34b6e1c73c04f9d8e7d25 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Jul 2023 11:32:58 +0200 Subject: [PATCH] fix(deps): update dependency octokit-plugin-create-pull-request to v5 (#29) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index b6088c9..f39db26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -662,9 +662,9 @@ } }, "octokit-plugin-create-pull-request": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/octokit-plugin-create-pull-request/-/octokit-plugin-create-pull-request-4.1.1.tgz", - "integrity": "sha512-IzR+vITb9I6hp+ZhJ9LVP6NT3snksfN8Ach9NYbMSBFXauEy8eDkZT58bdPXxZQUqHwOuiWINI2fIrPTZ3z51A==", + "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==", "requires": { "@octokit/types": "^8.0.0" }, diff --git a/package.json b/package.json index 6a97ce3..c3b6ab7 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "license": "ISC", "dependencies": { "@octoherd/cli": "^3.3.4", - "octokit-plugin-create-pull-request": "^4.0.0", + "octokit-plugin-create-pull-request": "^5.0.0", "prettier": "^2.3.2", "yaml": "^2.0.0-6" },