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/core from 5.0.0 to 5.0.1 #174

Merged
merged 1 commit into from
Oct 5, 2023
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@actions/http-client": "^2.1.1",
"@actions/io": "^1.1.3",
"@actions/tool-cache": "^2.0.1",
"@octokit/core": "^5.0.0",
"@octokit/core": "^5.0.1",
"@octokit/plugin-rest-endpoint-methods": "^9.0.0",
"async-retry": "^1.3.3",
"csv-parse": "^5.5.0",
Expand Down
28 changes: 22 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -989,7 +989,7 @@ __metadata:
"@actions/http-client": ^2.1.1
"@actions/io": ^1.1.3
"@actions/tool-cache": ^2.0.1
"@octokit/core": ^5.0.0
"@octokit/core": ^5.0.1
"@octokit/plugin-rest-endpoint-methods": ^9.0.0
"@types/csv-parse": ^1.2.2
"@types/js-yaml": ^4.0.5
Expand Down Expand Up @@ -1569,18 +1569,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.1":
version: 5.0.1
resolution: "@octokit/core@npm:5.0.1"
dependencies:
"@octokit/auth-token": ^4.0.0
"@octokit/graphql": ^7.0.0
"@octokit/request": ^8.0.2
"@octokit/request-error": ^5.0.0
"@octokit/types": ^11.0.0
"@octokit/types": ^12.0.0
before-after-hook: ^2.2.0
universal-user-agent: ^6.0.0
checksum: 1a5d1112a2403d146aa1db7aaf81a31192ef6b0310a1e6f68c3e439fded22bd4b3a930f5071585e6ca0f2f5e7fc4a1aac68910525b71b03732c140e362d26a33
checksum: 257c5954074f9a1477e25014ce4ac96d73123744b1bfaf28eecb15fea306e2b8454bc6ffec3a0476dd02f76d2ac156b4f7c6aec7d3f7fac955d01f0d62d31e5d
languageName: node
linkType: hard

Expand Down Expand Up @@ -1649,6 +1649,13 @@ __metadata:
languageName: node
linkType: hard

"@octokit/openapi-types@npm:^19.0.0":
version: 19.0.0
resolution: "@octokit/openapi-types@npm:19.0.0"
checksum: 9a8125ab4e1651ca4b2f734cfa15ca52fe9fa0edd87696e4f57dfa2bcd472767f0f8a99b9324be21f863e6cd91afee423982189f97ac018f3c78a83560e616f5
languageName: node
linkType: hard

"@octokit/openapi-types@npm:^7.0.0":
version: 7.0.0
resolution: "@octokit/openapi-types@npm:7.0.0"
Expand Down Expand Up @@ -1786,6 +1793,15 @@ __metadata:
languageName: node
linkType: hard

"@octokit/types@npm:^12.0.0":
version: 12.0.0
resolution: "@octokit/types@npm:12.0.0"
dependencies:
"@octokit/openapi-types": ^19.0.0
checksum: ad55e13cbeef96a63d0088df2ed0a8f3ca764db3f877aa2ecb1693de40b03c1f8e392603bd7fddaaaa74138970ea39f46e4b830d15eeeba74be1671f36440129
languageName: node
linkType: hard

"@octokit/types@npm:^5.0.0, @octokit/types@npm:^5.0.1":
version: 5.4.1
resolution: "@octokit/types@npm:5.4.1"
Expand Down