From ba333f712b0dac61d342d92347774c8fc56faf02 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 7 May 2025 03:54:40 +0000 Subject: [PATCH] feat: upgrade @octokit/plugin-paginate-rest from 9.0.0 to 12.0.0 Snyk has created this PR to upgrade @octokit/plugin-paginate-rest from 9.0.0 to 12.0.0. See this package in npm: @octokit/plugin-paginate-rest See this project in Snyk: https://app.snyk.io/org/nerds-github/project/1dea72f1-7418-4449-b0b9-c8d4eb19cc09?utm_source=github&utm_medium=referral&page=upgrade-pr --- packages/github/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/github/package.json b/packages/github/package.json index 20ae2302f5..74e6206201 100644 --- a/packages/github/package.json +++ b/packages/github/package.json @@ -40,7 +40,7 @@ "dependencies": { "@actions/http-client": "^2.2.0", "@octokit/core": "^5.0.1", - "@octokit/plugin-paginate-rest": "^9.0.0", + "@octokit/plugin-paginate-rest": "^12.0.0", "@octokit/plugin-rest-endpoint-methods": "^10.0.0" }, "devDependencies": {