From 8574c6756227830cae3e531a0c495051d2c061b0 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 18:10:53 +0000 Subject: [PATCH] Update @octokit/plugin-paginate-rest to version 2.21.2 --- package-lock.json | 23 +++++++++++++++++++---- package.json | 2 +- 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 46591227c..e19e30a13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1226,12 +1226,27 @@ "universal-user-agent": "^6.0.0" } }, + "@octokit/openapi-types": { + "version": "12.11.0", + "resolved": "https://registry.npmjs.org/@octokit/openapi-types/-/openapi-types-12.11.0.tgz", + "integrity": "sha512-VsXyi8peyRq9PqIz/tpqiL2w3w80OgVMwBHltTml3LmVvXiphgeqmY9mvBw9Wu7e0QWk/fqD37ux8yP5uVekyQ==" + }, "@octokit/plugin-paginate-rest": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.3.0.tgz", - "integrity": "sha512-Ye2ZJreP0ZlqJQz8fz+hXvrEAEYK4ay7br1eDpWzr6j76VXs/gKqxFcH8qRzkB3fo/2xh4Vy9VtGii4ZDc9qlA==", + "version": "2.21.2", + "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.21.2.tgz", + "integrity": "sha512-S24H0a6bBVreJtoTaRHT/gnVASbOHVTRMOVIqd9zrJBP3JozsxJB56TDuTUmd1xLI4/rAE2HNmThvVKtIdLLEw==", "requires": { - "@octokit/types": "^5.2.0" + "@octokit/types": "^6.39.0" + }, + "dependencies": { + "@octokit/types": { + "version": "6.41.0", + "resolved": "https://registry.npmjs.org/@octokit/types/-/types-6.41.0.tgz", + "integrity": "sha512-eJ2jbzjdijiL3B4PrSQaSjuF2sPEQPVCPzBvTHJD9Nz+9dw2SGH4K4xeQJ77YfTq5bRQ+bD8wT11JbeDPmxmGg==", + "requires": { + "@octokit/openapi-types": "^12.11.0" + } + } } }, "@octokit/plugin-rest-endpoint-methods": { diff --git a/package.json b/package.json index c787cab2f..600adc9e5 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@actions/github": "^4.0.0", "@actions/io": "^1.0.2", "@octokit/core": "^3.1.2", - "@octokit/plugin-paginate-rest": "^2.3.0", + "@octokit/plugin-paginate-rest": "^2.21.2", "@octokit/plugin-rest-endpoint-methods": "^4.1.2" }, "devDependencies": {