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

build(deps): bump @octokit/rest from 20.1.0 to 20.1.1 #195

Merged
merged 1 commit into from
Jun 3, 2024
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@actions/github": "6.0.0",
"@octokit/core": "6.1.2",
"@octokit/plugin-throttling": "9.3.0",
"@octokit/rest": "20.1.0",
"@octokit/rest": "20.1.1",
"@octokit/types": "13.5.0",
"testing-farm": "1.9.1",
"zod": "3.23.5"
Expand Down
42 changes: 32 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,18 @@ __metadata:
languageName: node
linkType: hard

"@octokit/plugin-paginate-rest@npm:^9.0.0, @octokit/plugin-paginate-rest@npm:^9.1.5":
"@octokit/plugin-paginate-rest@npm:11.3.1":
version: 11.3.1
resolution: "@octokit/plugin-paginate-rest@npm:11.3.1"
dependencies:
"@octokit/types": ^13.5.0
peerDependencies:
"@octokit/core": 5
checksum: 42c7c08e7287b4b85d2ae47852d2ffeb238c134ad6bcff18bddc154b15f6bec31778816c0763181401c370198390db7f6b0c3c44750fdfeec459594f7f4b5933
languageName: node
linkType: hard

"@octokit/plugin-paginate-rest@npm:^9.0.0":
version: 9.2.1
resolution: "@octokit/plugin-paginate-rest@npm:9.2.1"
dependencies:
Expand All @@ -489,7 +500,18 @@ __metadata:
languageName: node
linkType: hard

"@octokit/plugin-rest-endpoint-methods@npm:^10.0.0, @octokit/plugin-rest-endpoint-methods@npm:^10.2.0":
"@octokit/plugin-rest-endpoint-methods@npm:13.2.2":
version: 13.2.2
resolution: "@octokit/plugin-rest-endpoint-methods@npm:13.2.2"
dependencies:
"@octokit/types": ^13.5.0
peerDependencies:
"@octokit/core": ^5
checksum: 347b3a891a561ed1dcc307a2dce42ca48c318c465ad91a26225d3d6493aef1b7ff868e6c56a0d7aa4170d028c7429ca1ec52aed6be34615a6ed701c3bcafdb17
languageName: node
linkType: hard

"@octokit/plugin-rest-endpoint-methods@npm:^10.0.0":
version: 10.4.1
resolution: "@octokit/plugin-rest-endpoint-methods@npm:10.4.1"
dependencies:
Expand Down Expand Up @@ -556,19 +578,19 @@ __metadata:
languageName: node
linkType: hard

"@octokit/rest@npm:20.1.0":
version: 20.1.0
resolution: "@octokit/rest@npm:20.1.0"
"@octokit/rest@npm:20.1.1":
version: 20.1.1
resolution: "@octokit/rest@npm:20.1.1"
dependencies:
"@octokit/core": ^5.0.2
"@octokit/plugin-paginate-rest": ^9.1.5
"@octokit/plugin-paginate-rest": 11.3.1
"@octokit/plugin-request-log": ^4.0.0
"@octokit/plugin-rest-endpoint-methods": ^10.2.0
checksum: 2d705cbc30eb12a0b6d75e7c8feed8c10e85fea98b1a6199a347fe751176bc7b5ca346fe874110fe4f350cec9a140a43a01b03d65c79b1adf2c5528ce1524c94
"@octokit/plugin-rest-endpoint-methods": 13.2.2
checksum: c15a801c62a2e2104a4b443b3b43f73366d1220b43995d4ffe1358c4162021708e6625a64ea56bf7d85b870924b862b0d680e191160ceca11e6531b8b92299ca
languageName: node
linkType: hard

"@octokit/types@npm:13.5.0, @octokit/types@npm:^13.0.0, @octokit/types@npm:^13.1.0":
"@octokit/types@npm:13.5.0, @octokit/types@npm:^13.0.0, @octokit/types@npm:^13.1.0, @octokit/types@npm:^13.5.0":
version: 13.5.0
resolution: "@octokit/types@npm:13.5.0"
dependencies:
Expand Down Expand Up @@ -2417,7 +2439,7 @@ __metadata:
"@actions/github": 6.0.0
"@octokit/core": 6.1.2
"@octokit/plugin-throttling": 9.3.0
"@octokit/rest": 20.1.0
"@octokit/rest": 20.1.1
"@octokit/types": 13.5.0
"@total-typescript/ts-reset": 0.5.1
"@types/node": 20.12.8
Expand Down
Loading