From 7735f485f5954f4f8e51c0e7cf85a4701f257a18 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 18:39:55 +0000 Subject: [PATCH] chore(deps): update octokit monorepo --- package-lock.json | 31 +++++++++++++++++-------------- package.json | 4 ++-- 2 files changed, 19 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7d6f99a3..fb877489 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,8 +20,8 @@ "@biomejs/biome": "1.9.4", "@commitlint/cli": "20.4.3", "@commitlint/config-conventional": "20.4.3", - "@octokit/types": "7.5.1", - "@octokit/webhooks-types": "6.11.0", + "@octokit/types": "16.0.0", + "@octokit/webhooks-types": "7.6.1", "@tsconfig/node24": "24.0.4", "@types/aws-lambda": "8.10.161", "@types/jest": "29.5.14", @@ -3308,10 +3308,11 @@ } }, "node_modules/@octokit/openapi-types": { - "version": "13.13.1", - "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-13.13.1.tgz", - "integrity": "sha512-4EuKSk3N95UBWFau3Bz9b3pheQ8jQYbKmBL5+GSuY8YDPDwu03J4BjI+66yNi8aaX/3h1qDpb0mbBkLdr+cfGQ==", - "dev": true + "version": "27.0.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-27.0.0.tgz", + "integrity": "sha512-whrdktVs1h6gtR+09+QsNk2+FO+49j6ga1c55YZudfEG+oKJVvJLQi3zkOm5JjiUXAagWK2tI2kTGKJ2Ys7MGA==", + "dev": true, + "license": "MIT" }, "node_modules/@octokit/plugin-paginate-rest": { "version": "11.3.3", @@ -3464,19 +3465,21 @@ } }, "node_modules/@octokit/types": { - "version": "7.5.1", - "resolved": "https://registry.npmjs.org/@octokit/types/-/types-7.5.1.tgz", - "integrity": "sha512-Zk4OUMLCSpXNI8KZZn47lVLJSsgMyCimsWWQI5hyjZg7hdYm0kjotaIkbG0Pp8SfU2CofMBzonboTqvzn3FrJA==", + "version": "16.0.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-16.0.0.tgz", + "integrity": "sha512-sKq+9r1Mm4efXW1FCk7hFSeJo4QKreL/tTbR0rz/qx/r1Oa2VV83LTA/H/MuCOX7uCIJmQVRKBcbmWoySjAnSg==", "dev": true, + "license": "MIT", "dependencies": { - "@octokit/openapi-types": "^13.11.0" + "@octokit/openapi-types": "^27.0.0" } }, "node_modules/@octokit/webhooks-types": { - "version": "6.11.0", - "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-6.11.0.tgz", - "integrity": "sha512-AanzbulOHljrku1NGfafxdpTCfw2ENaWzH01N2vqQM+cUFbk868Cgh0xylz0JIM9BoKbfI++bdD6EYX0Q/UTEw==", - "dev": true + "version": "7.6.1", + "resolved": "https://registry.npmjs.org/@octokit/webhooks-types/-/webhooks-types-7.6.1.tgz", + "integrity": "sha512-S8u2cJzklBC0FgTwWVLaM8tMrDuDMVE4xiTK4EYXM9GntyvrdbSoxqDQa+Fh57CCNApyIpyeqPhhFEmHPfrXgw==", + "dev": true, + "license": "MIT" }, "node_modules/@pnpm/config.env-replace": { "version": "1.1.0", diff --git a/package.json b/package.json index 1990375f..148395f1 100644 --- a/package.json +++ b/package.json @@ -44,8 +44,8 @@ "@biomejs/biome": "1.9.4", "@commitlint/cli": "20.4.3", "@commitlint/config-conventional": "20.4.3", - "@octokit/types": "7.5.1", - "@octokit/webhooks-types": "6.11.0", + "@octokit/types": "16.0.0", + "@octokit/webhooks-types": "7.6.1", "@tsconfig/node24": "24.0.4", "@types/aws-lambda": "8.10.161", "@types/jest": "29.5.14",