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/plugin-rest-endpoint-methods from 10.0.1 to 10.1.1 #189

Closed
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 @@ -53,7 +53,7 @@
"@actions/io": "^1.1.3",
"@actions/tool-cache": "^2.0.1",
"@octokit/core": "^5.0.1",
"@octokit/plugin-rest-endpoint-methods": "^10.0.1",
"@octokit/plugin-rest-endpoint-methods": "^10.1.1",
"async-retry": "^1.3.3",
"csv-parse": "^5.5.2",
"handlebars": "^4.7.8",
Expand Down
31 changes: 29 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1000,7 +1000,7 @@ __metadata:
"@actions/io": ^1.1.3
"@actions/tool-cache": ^2.0.1
"@octokit/core": ^5.0.1
"@octokit/plugin-rest-endpoint-methods": ^10.0.1
"@octokit/plugin-rest-endpoint-methods": ^10.1.1
"@types/csv-parse": ^1.2.2
"@types/js-yaml": ^4.0.5
"@types/node": ^20.5.9
Expand Down Expand Up @@ -1613,6 +1613,13 @@ __metadata:
languageName: node
linkType: hard

"@octokit/openapi-types@npm:^19.0.2":
version: 19.0.2
resolution: "@octokit/openapi-types@npm:19.0.2"
checksum: 2a5d577a21674be1e004f081e973a5c68ec945063d0ff29b41f67a535a69d97f7f9ce084e313d922a815f0c361763664a43a650bf6e520548892dd2f192b88da
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"
Expand All @@ -1624,7 +1631,7 @@ __metadata:
languageName: node
linkType: hard

"@octokit/plugin-rest-endpoint-methods@npm:^10.0.0, @octokit/plugin-rest-endpoint-methods@npm:^10.0.1":
"@octokit/plugin-rest-endpoint-methods@npm:^10.0.0":
version: 10.0.1
resolution: "@octokit/plugin-rest-endpoint-methods@npm:10.0.1"
dependencies:
Expand All @@ -1635,6 +1642,17 @@ __metadata:
languageName: node
linkType: hard

"@octokit/plugin-rest-endpoint-methods@npm:^10.1.1":
version: 10.1.1
resolution: "@octokit/plugin-rest-endpoint-methods@npm:10.1.1"
dependencies:
"@octokit/types": ^12.1.0
peerDependencies:
"@octokit/core": ">=5"
checksum: 4f6a2ab11704ac0d5286c720ceaa4586bb340b6f0051c8fd8e95c1396d94ce55c62b983adb1c33be1b08189fc1c19baa00d15193de5b00c7e53c906a1101d233
languageName: node
linkType: hard

"@octokit/request-error@npm:^5.0.0":
version: 5.0.0
resolution: "@octokit/request-error@npm:5.0.0"
Expand Down Expand Up @@ -1677,6 +1695,15 @@ __metadata:
languageName: node
linkType: hard

"@octokit/types@npm:^12.1.0":
version: 12.1.1
resolution: "@octokit/types@npm:12.1.1"
dependencies:
"@octokit/openapi-types": ^19.0.2
checksum: f58615971818ff38f0e8f2f1afaf680fb5ecc3873052095c3987a58b2358aced79690f1b94cedabac43c9353c5149d92c29136484817ca4c1398abe614db9eca
languageName: node
linkType: hard

"@opentelemetry/api@npm:^1.0.1":
version: 1.4.1
resolution: "@opentelemetry/api@npm:1.4.1"
Expand Down