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

fix(deps): Bump @octokit/rest from 20.0.2 to 20.1.0 #140

Merged
merged 1 commit into from
Apr 4, 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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
46 changes: 23 additions & 23 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -501,18 +501,18 @@ __metadata:
languageName: node
linkType: hard

"@octokit/core@npm:^5.0.0":
version: 5.0.0
resolution: "@octokit/core@npm:5.0.0"
"@octokit/core@npm:^5.0.2":
version: 5.1.0
resolution: "@octokit/core@npm:5.1.0"
dependencies:
"@octokit/auth-token": "npm:^4.0.0"
"@octokit/graphql": "npm:^7.0.0"
"@octokit/request": "npm:^8.0.2"
"@octokit/request-error": "npm:^5.0.0"
"@octokit/types": "npm:^11.0.0"
"@octokit/types": "npm:^12.0.0"
before-after-hook: "npm:^2.2.0"
universal-user-agent: "npm:^6.0.0"
checksum: b963c197af88b2b461c564d94ddb330a8a0b7f88e09b1986ca46cb3d63c95d98b338e1b548ad547131c2ffa2af3525d69ab492a74cd23fc4abc357d529c1e1d4
checksum: a1d2882373b4a33cd9f6e56d76bcc82e5589a477829fc3491b1ef471a8a83fa437b339a2c76d97d9e8ea4ca12bf3ebf32e66119ba16977e542d98f1f5dd3c994
languageName: node
linkType: hard

Expand Down Expand Up @@ -606,14 +606,14 @@ __metadata:
languageName: node
linkType: hard

"@octokit/plugin-paginate-rest@npm:^9.0.0":
version: 9.0.0
resolution: "@octokit/plugin-paginate-rest@npm:9.0.0"
"@octokit/plugin-paginate-rest@npm:^9.1.5":
version: 9.2.1
resolution: "@octokit/plugin-paginate-rest@npm:9.2.1"
dependencies:
"@octokit/types": "npm:^12.0.0"
"@octokit/types": "npm:^12.6.0"
peerDependencies:
"@octokit/core": ">=5"
checksum: 050861368f71a4ad337c2f242c3878e8ad95331e2ed549732fca916ee4a67ef18477bedd78afb32b2d4229b80083097551671b14c51bd2b2b85c7f101b6ba02d
"@octokit/core": 5
checksum: 1dc55032a9e0c3e6440080a319975c9e4f189913fbc8870a48048d0c712473ea3d902ba247a37a46d45d502859b2728731a0d285107e4b0fa628d380f87163b4
languageName: node
linkType: hard

Expand All @@ -626,14 +626,14 @@ __metadata:
languageName: node
linkType: hard

"@octokit/plugin-rest-endpoint-methods@npm:^10.0.0":
version: 10.0.0
resolution: "@octokit/plugin-rest-endpoint-methods@npm:10.0.0"
"@octokit/plugin-rest-endpoint-methods@npm:^10.2.0":
version: 10.4.1
resolution: "@octokit/plugin-rest-endpoint-methods@npm:10.4.1"
dependencies:
"@octokit/types": "npm:^12.0.0"
"@octokit/types": "npm:^12.6.0"
peerDependencies:
"@octokit/core": ">=5"
checksum: 7c31baf6e4078a5942b06466d6c6e2ba26a45c936dc783acb98a00815375fd0b65ee08e52d3770a7b79b0cef0744c0c2c7fa9020aa4a3c9f33fad4f010c67733
"@octokit/core": 5
checksum: 4b8f64c0f7fa12464546ad312a5289c2a799967e01e90e2c4923ec6e9604cf212dcb50d9795c9a688867f973c9c529c5950368564c560406c652bcd298f090af
languageName: node
linkType: hard

Expand Down Expand Up @@ -708,14 +708,14 @@ __metadata:
linkType: hard

"@octokit/rest@npm:^20.0.2":
version: 20.0.2
resolution: "@octokit/rest@npm:20.0.2"
version: 20.1.0
resolution: "@octokit/rest@npm:20.1.0"
dependencies:
"@octokit/core": "npm:^5.0.0"
"@octokit/plugin-paginate-rest": "npm:^9.0.0"
"@octokit/core": "npm:^5.0.2"
"@octokit/plugin-paginate-rest": "npm:^9.1.5"
"@octokit/plugin-request-log": "npm:^4.0.0"
"@octokit/plugin-rest-endpoint-methods": "npm:^10.0.0"
checksum: e9bfc617d0e0bfb0ba9dea3d1e0a19167c5a255beac622dd34280e1754dfab7688323b3251f8e8c85494b39548ecc52385e8b84e21ce0627f58176562a6e2fae
"@octokit/plugin-rest-endpoint-methods": "npm:^10.2.0"
checksum: 0e87bed80e90b0ca1adb85d7cd2148771ed01279f039ec38249dcb5a2a17318b3eab90a519fa9e7af5b28a54cbc6a55be8453accabd8b675d9d46924f53501c9
languageName: node
linkType: hard

Expand Down
Loading