From e323db826ff0db72b852e97800df2023a535e501 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 19:54:46 +0000 Subject: [PATCH] fix(deps): update octokit monorepo --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d9c0fe1a..88a9ad1c 100644 --- a/package.json +++ b/package.json @@ -47,9 +47,9 @@ "dependencies": { "@actions/core": "^1.10.0", "@actions/github": "^5.1.1", - "@octokit/graphql": "^5.0.4", - "@octokit/types": "^9.0.0", - "@octokit/webhooks-types": "^6.10.0", + "@octokit/graphql": "^7.0.0", + "@octokit/types": "^11.0.0", + "@octokit/webhooks-types": "^7.0.0", "js-yaml": "^4.1.0", "lodash-es": "^4.17.21", "mustache": "^4.2.0"