Skip to content

Commit ba52292

Browse files
dependabot[bot]zegl
authored andcommitted
build(deps): bump @octokit/plugin-paginate-rest from 4.3.1 to 5.0.1
Bumps [@octokit/plugin-paginate-rest](https://github.com/octokit/plugin-paginate-rest.js) from 4.3.1 to 5.0.1. - [Release notes](https://github.com/octokit/plugin-paginate-rest.js/releases) - [Commits](octokit/plugin-paginate-rest.js@v4.3.1...v5.0.1) --- updated-dependencies: - dependency-name: "@octokit/plugin-paginate-rest" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1cfe687 commit ba52292

2 files changed

Lines changed: 18 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@actions/core": "^1.10.0",
3232
"@actions/github": "^5.1.1",
3333
"@octokit/core": "^4.0.5",
34-
"@octokit/plugin-paginate-rest": "^4.3.1",
34+
"@octokit/plugin-paginate-rest": "^5.0.1",
3535
"@octokit/plugin-rest-endpoint-methods": "^6.6.2",
3636
"https-proxy-agent": "^5.0.1",
3737
"node-fetch": "^3.2.10"

yarn.lock

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -720,19 +720,24 @@
720720
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-13.12.0.tgz#cd49f28127ee06ee3edc6f2b5f5648c7332f6014"
721721
integrity sha512-1QYzZrwnn3rTQE7ZoSxXrO8lhu0aIbac1c+qIPOPEaVXBWSaUyLV1x9yt4uDQOwmu6u5ywVS8OJgs+ErDLf6vQ==
722722

723+
"@octokit/openapi-types@^14.0.0":
724+
version "14.0.0"
725+
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-14.0.0.tgz#949c5019028c93f189abbc2fb42f333290f7134a"
726+
integrity sha512-HNWisMYlR8VCnNurDU6os2ikx0s0VyEjDYHNS/h4cgb8DeOxQ0n72HyinUtdDVxJhFy3FWLGl0DJhfEWk3P5Iw==
727+
723728
"@octokit/plugin-paginate-rest@^2.17.0":
724729
version "2.17.0"
725730
resolved "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.17.0.tgz"
726731
integrity sha512-tzMbrbnam2Mt4AhuyCHvpRkS0oZ5MvwwcQPYGtMv4tUa5kkzG58SVB0fcsLulOZQeRnOgdkZWkRUiyBlh0Bkyw==
727732
dependencies:
728733
"@octokit/types" "^6.34.0"
729734

730-
"@octokit/plugin-paginate-rest@^4.3.1":
731-
version "4.3.1"
732-
resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-4.3.1.tgz#553e653ee0318605acd23bf3a799c8bfafdedae3"
733-
integrity sha512-h8KKxESmSFTcXX409CAxlaOYscEDvN2KGQRsLCGT1NSqRW+D6EXLVQ8vuHhFznS9MuH9QYw1GfsUN30bg8hjVA==
735+
"@octokit/plugin-paginate-rest@^5.0.1":
736+
version "5.0.1"
737+
resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-5.0.1.tgz#93d7e74f1f69d68ba554fa6b888c2a9cf1f99a83"
738+
integrity sha512-7A+rEkS70pH36Z6JivSlR7Zqepz3KVucEFVDnSrgHXzG7WLAzYwcHZbKdfTXHwuTHbkT1vKvz7dHl1+HNf6Qyw==
734739
dependencies:
735-
"@octokit/types" "^7.5.0"
740+
"@octokit/types" "^8.0.0"
736741

737742
"@octokit/plugin-rest-endpoint-methods@^5.13.0":
738743
version "5.13.0"
@@ -806,6 +811,13 @@
806811
dependencies:
807812
"@octokit/openapi-types" "^13.11.0"
808813

814+
"@octokit/types@^8.0.0":
815+
version "8.0.0"
816+
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-8.0.0.tgz#93f0b865786c4153f0f6924da067fe0bb7426a9f"
817+
integrity sha512-65/TPpOJP1i3K4lBJMnWqPUJ6zuOtzhtagDvydAWbEXpbFYA0oMKKyLb95NFZZP0lSh/4b6K+DQlzvYQJQQePg==
818+
dependencies:
819+
"@octokit/openapi-types" "^14.0.0"
820+
809821
"@sinclair/typebox@^0.23.3":
810822
version "0.23.5"
811823
resolved "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.23.5.tgz"

0 commit comments

Comments
 (0)