Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump @octokit/plugin-paginate-rest from 11.3.5 to 11.4.2 #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 21 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3265,14 +3265,21 @@ __metadata:
languageName: node
linkType: hard

"@octokit/openapi-types@npm:^23.0.1":
version: 23.0.1
resolution: "@octokit/openapi-types@npm:23.0.1"
checksum: 1e6766c60375375d85ecabded67d9ee313cf9401c18a44534b942717cf840d41b5a9d42035522efffe6b811ee2204d4615f72c333e984e81b25545926eb77989
languageName: node
linkType: hard

"@octokit/plugin-paginate-rest@npm:^11.0.0":
version: 11.3.5
resolution: "@octokit/plugin-paginate-rest@npm:11.3.5"
version: 11.4.2
resolution: "@octokit/plugin-paginate-rest@npm:11.4.2"
dependencies:
"@octokit/types": ^13.6.0
"@octokit/types": ^13.7.0
peerDependencies:
"@octokit/core": ">=6"
checksum: 60fd4101030c58f6c8de4c756ab8263a54625408372b0146e8cf0694f6ec52a610d62aa2696046ea8851a37d3df4f4262cf2117a556ce3d60cc5999a3aafc19c
checksum: 9833efae2323a1743997ad094d025c26cccb7a3be4f9eddf13662c1c202a60c1b3d51fdc1dcc8eeadc5a530d1a83750b778e167f60293910b1f3e44805463279
languageName: node
linkType: hard

Expand Down Expand Up @@ -3322,7 +3329,7 @@ __metadata:
languageName: node
linkType: hard

"@octokit/types@npm:^13.0.0, @octokit/types@npm:^13.1.0, @octokit/types@npm:^13.6.0":
"@octokit/types@npm:^13.0.0, @octokit/types@npm:^13.1.0":
version: 13.6.1
resolution: "@octokit/types@npm:13.6.1"
dependencies:
Expand All @@ -3331,6 +3338,15 @@ __metadata:
languageName: node
linkType: hard

"@octokit/types@npm:^13.7.0":
version: 13.8.0
resolution: "@octokit/types@npm:13.8.0"
dependencies:
"@octokit/openapi-types": ^23.0.1
checksum: be5fb327d0e39765e06f5a314556a273ff2bfb9ce4fd5a6e52c237d2f20a4c329493a8bde2c595cb82a5022f07ee6495dfff07ce24e3de4660c9ead913e3db0d
languageName: node
linkType: hard

"@pkgjs/parseargs@npm:^0.11.0":
version: 0.11.0
resolution: "@pkgjs/parseargs@npm:0.11.0"
Expand Down
Loading