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.2.2",
"@octokit/plugin-rest-endpoint-methods": "^10.4.1",
"@octokit/plugin-rest-endpoint-methods": "^16.1.1",
"async-retry": "^1.3.3",
"csv-parse": "^6.1.0",
"gunzip-maybe": "^1.4.2",
Expand Down
30 changes: 23 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1131,7 +1131,7 @@ __metadata:
"@actions/tool-cache": "npm:^2.0.2"
"@azure/storage-blob": "npm:^12.15.0"
"@octokit/core": "npm:^5.2.2"
"@octokit/plugin-rest-endpoint-methods": "npm:^10.4.1"
"@octokit/plugin-rest-endpoint-methods": "npm:^16.1.1"
"@types/gunzip-maybe": "npm:^1.4.2"
"@types/he": "npm:^1.2.3"
"@types/js-yaml": "npm:^4.0.9"
Expand Down Expand Up @@ -1817,6 +1817,13 @@ __metadata:
languageName: node
linkType: hard

"@octokit/openapi-types@npm:^26.0.0":
version: 26.0.0
resolution: "@octokit/openapi-types@npm:26.0.0"
checksum: 10/b9e1b1230b0a3d280b48902a927ce4e7df0d51096c928e2ee929035b0bce779fe7748a1ae58696f1c3080bf8338b6388d5caba5b0dbf254e9713303ed3abf7c2
languageName: node
linkType: hard

"@octokit/plugin-paginate-rest@npm:^9.2.2":
version: 9.2.2
resolution: "@octokit/plugin-paginate-rest@npm:9.2.2"
Expand Down Expand Up @@ -1848,14 +1855,14 @@ __metadata:
languageName: node
linkType: hard

"@octokit/plugin-rest-endpoint-methods@npm:^10.4.1":
version: 10.4.1
resolution: "@octokit/plugin-rest-endpoint-methods@npm:10.4.1"
"@octokit/plugin-rest-endpoint-methods@npm:^16.1.1":
version: 16.1.1
resolution: "@octokit/plugin-rest-endpoint-methods@npm:16.1.1"
dependencies:
"@octokit/types": "npm:^12.6.0"
"@octokit/types": "npm:^15.0.1"
peerDependencies:
"@octokit/core": 5
checksum: 10/1090fc5a1bebb7b48c512e178f8ad69a3ef8332e583274972f3a3035e9be9200093e22a5dbfe0f71aa1a7a8817e54bb915af3c2a3f88db1311a2873cef176552
"@octokit/core": ">=6"
checksum: 10/230ad8bd9300e7e4a5e1b1f2c5ebf5f14e0a7e508bcf9355b926e5bcef4b481337ccd912cd3cd5a2498277326615d40805d35176801f7de59336683a3ef0434c
languageName: node
linkType: hard

Expand Down Expand Up @@ -1952,6 +1959,15 @@ __metadata:
languageName: node
linkType: hard

"@octokit/types@npm:^15.0.1":
version: 15.0.1
resolution: "@octokit/types@npm:15.0.1"
dependencies:
"@octokit/openapi-types": "npm:^26.0.0"
checksum: 10/2ba352de011493a1f2be91de1831f0c7b0f16abcea02eca7ee82d2ef8e432924102d8a0f72a6e0d62904f9c9f9959cdfd43008fdc64f0fa9ba1e673b6407c1bb
languageName: node
linkType: hard

"@octokit/types@npm:^6.0.3":
version: 6.41.0
resolution: "@octokit/types@npm:6.41.0"
Expand Down
Loading