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-dev): bump @octokit/types from 11.1.0 to 13.6.0 #85

Closed
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 @@ -66,7 +66,7 @@
"@cloudflare/workers-types": "^4.20240620.0",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@octokit/types": "^11.1.0",
"@octokit/types": "^13.6.0",
"@octokit/webhooks-examples": "^7.3.0",
"@types/jest": "^29.4.0",
"@types/node": "^18.11.18",
Expand Down
18 changes: 17 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2133,6 +2133,13 @@ __metadata:
languageName: node
linkType: hard

"@octokit/openapi-types@npm:^22.2.0":
version: 22.2.0
resolution: "@octokit/openapi-types@npm:22.2.0"
checksum: 10/0471b0c789fada5aa2390e6f82ba477738228ef7d2d986dda9aab0cb625d1562bd178ba0ba4d2655ce841079cd5efff9e58ece2077c27e569ea22109ea301830
languageName: node
linkType: hard

"@octokit/plugin-enterprise-rest@npm:6.0.1":
version: 6.0.1
resolution: "@octokit/plugin-enterprise-rest@npm:6.0.1"
Expand Down Expand Up @@ -2301,6 +2308,15 @@ __metadata:
languageName: node
linkType: hard

"@octokit/types@npm:^13.6.0":
version: 13.6.0
resolution: "@octokit/types@npm:13.6.0"
dependencies:
"@octokit/openapi-types": "npm:^22.2.0"
checksum: 10/461d018f46d69a781778743826f2f98546cdecead2a03226a298f41075a041518cd5faa3d2c1d6968c09d4accc61c42a49939ed58e4d006a208e4718a49be05e
languageName: node
linkType: hard

"@octokit/types@npm:^9.0.0, @octokit/types@npm:^9.2.3":
version: 9.3.2
resolution: "@octokit/types@npm:9.3.2"
Expand Down Expand Up @@ -2395,7 +2411,7 @@ __metadata:
"@octokit/app": "npm:^14.0.0"
"@octokit/core": "npm:^5.0.0"
"@octokit/rest": "npm:^20.0.1"
"@octokit/types": "npm:^11.1.0"
"@octokit/types": "npm:^13.6.0"
"@octokit/webhooks": "npm:^12.0.3"
"@octokit/webhooks-examples": "npm:^7.3.0"
"@opensumi/bot-commander": "workspace:^"
Expand Down
Loading