Skip to content
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 @@ -55,7 +55,7 @@
"@actions/tool-cache": "^2.0.2",
"@azure/storage-blob": "^12.15.0",
"@octokit/core": "^5.1.0",
"@octokit/plugin-rest-endpoint-methods": "^10.4.0",
"@octokit/plugin-rest-endpoint-methods": "^15.0.0",
"async-retry": "^1.3.3",
"csv-parse": "^5.6.0",
"gunzip-maybe": "^1.4.2",
Expand Down
29 changes: 28 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1119,7 +1119,7 @@ __metadata:
"@actions/tool-cache": ^2.0.2
"@azure/storage-blob": ^12.15.0
"@octokit/core": ^5.1.0
"@octokit/plugin-rest-endpoint-methods": ^10.4.0
"@octokit/plugin-rest-endpoint-methods": ^15.0.0
"@types/csv-parse": ^1.2.2
"@types/gunzip-maybe": ^1.4.2
"@types/he": ^1.2.3
Expand Down Expand Up @@ -1837,6 +1837,13 @@ __metadata:
languageName: node
linkType: hard

"@octokit/openapi-types@npm:^25.0.0":
version: 25.0.0
resolution: "@octokit/openapi-types@npm:25.0.0"
checksum: f751b75da153ac98623e2e4c033ffa4f4707eb9ff2aa60b2ed603b1100f4ba154f93c3bad8cfa248c341f9aedc51fe37f3aed1c11e0cd838a95f8d95769a54e3
languageName: node
linkType: hard

"@octokit/plugin-paginate-rest@npm:^2.17.0":
version: 2.21.3
resolution: "@octokit/plugin-paginate-rest@npm:2.21.3"
Expand Down Expand Up @@ -1879,6 +1886,17 @@ __metadata:
languageName: node
linkType: hard

"@octokit/plugin-rest-endpoint-methods@npm:^15.0.0":
version: 15.0.0
resolution: "@octokit/plugin-rest-endpoint-methods@npm:15.0.0"
dependencies:
"@octokit/types": ^14.0.0
peerDependencies:
"@octokit/core": ">=6"
checksum: d0d1036555e66d9bbe7b22d78a4c7bc08117e3248f20c370a624d1d8813a3924b7e798f1bd8af88bc727c9ef735c2df5b3f170bad648563e0155852e8e98fc38
languageName: node
linkType: hard

"@octokit/plugin-rest-endpoint-methods@npm:^5.13.0":
version: 5.16.2
resolution: "@octokit/plugin-rest-endpoint-methods@npm:5.16.2"
Expand Down Expand Up @@ -2009,6 +2027,15 @@ __metadata:
languageName: node
linkType: hard

"@octokit/types@npm:^14.0.0":
version: 14.0.0
resolution: "@octokit/types@npm:14.0.0"
dependencies:
"@octokit/openapi-types": ^25.0.0
checksum: 2c63dd529449b1dec8ff0dc4a6c9839032edc3c38cc8d76e368d124e67496e26dfe75fb106409aebd5120924266a12f8be2c05c8baa165a772523075a6dfdb93
languageName: node
linkType: hard

"@octokit/types@npm:^6.0.3, @octokit/types@npm:^6.16.1, @octokit/types@npm:^6.39.0, @octokit/types@npm:^6.40.0":
version: 6.41.0
resolution: "@octokit/types@npm:6.41.0"
Expand Down
Loading