Bump @octokit/plugin-paginate-rest in the npm_and_yarn group

Bumps the npm_and_yarn group with 1 update: [@octokit/plugin-paginate-rest](https://github.com/octokit/plugin-paginate-rest.js).


Updates `@octokit/plugin-paginate-rest` from 9.2.0 to 9.2.2
- [Release notes](https://github.com/octokit/plugin-paginate-rest.js/releases)
- [Commits](https://github.com/octokit/plugin-paginate-rest.js/compare/v9.2.0...v9.2.2)

---
updated-dependencies:
- dependency-name: "@octokit/plugin-paginate-rest"
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-03-18 07:55:00 +00:00 committed by GitHub
parent 648e0dfb2e
commit 866c493965
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

6
package-lock.json generated
View File

@ -1566,7 +1566,9 @@
"license": "MIT"
},
"node_modules/@octokit/plugin-paginate-rest": {
"version": "9.2.0",
"version": "9.2.2",
"resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-9.2.2.tgz",
"integrity": "sha512-u3KYkGF7GcZnSD/3UP0S7K5XUFT2FkOQdcfXZGZQPGv3lm4F2Xbf71lvjldr8c1H3nNbF+33cLEkWYbokGWqiQ==",
"license": "MIT",
"dependencies": {
"@octokit/types": "^12.6.0"
@ -1575,7 +1577,7 @@
"node": ">= 18"
},
"peerDependencies": {
"@octokit/core": ">=5"
"@octokit/core": "5"
}
},
"node_modules/@octokit/plugin-rest-endpoint-methods": {