Skip to content

Commit

Permalink
build(deps): bump @octokit/rest from 20.1.0 to 20.1.1
Browse files Browse the repository at this point in the history
Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 20.1.0 to 20.1.1.
- [Release notes](https://github.com/octokit/rest.js/releases)
- [Commits](octokit/rest.js@v20.1.0...v20.1.1)

---
updated-dependencies:
- dependency-name: "@octokit/rest"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and phracek committed Jun 3, 2024
1 parent 1a17482 commit e032c59
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 11 deletions.
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

0 comments on commit e032c59

Please sign in to comment.