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 @@ -28,7 +28,7 @@
"dependencies": {
"@actions/core": "1.11.1",
"@octokit/core": "6.1.2",
"@octokit/plugin-paginate-rest": "11.3.5",
"@octokit/plugin-paginate-rest": "11.4.1",
"@octokit/plugin-throttling": "9.3.2",
"zod": "3.23.8"
},
Expand Down
30 changes: 23 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -477,14 +477,21 @@ __metadata:
languageName: node
linkType: hard

"@octokit/plugin-paginate-rest@npm:11.3.5":
version: 11.3.5
resolution: "@octokit/plugin-paginate-rest@npm:11.3.5"
"@octokit/openapi-types@npm:^23.0.1":
version: 23.0.1
resolution: "@octokit/openapi-types@npm:23.0.1"
checksum: 10c0/ab734ceb26343d9f051a59503b8cb5bdc7fec9ca044b60511b227179bec73141dd9144a6b2d68bcd737741881b136c1b7d5392da89ae2e35e39acc489e5eb4c1
languageName: node
linkType: hard

"@octokit/plugin-paginate-rest@npm:11.4.1":
version: 11.4.1
resolution: "@octokit/plugin-paginate-rest@npm:11.4.1"
dependencies:
"@octokit/types": "npm:^13.6.0"
"@octokit/types": "npm:^13.7.0"
peerDependencies:
"@octokit/core": ">=6"
checksum: 10c0/c3a1f4a3ce95d9035e58aa9984ba51fd72aaed0505fef0656feb236c91a4de15b00752b9eabbdfced53826857a26c8e96d2db8d629ba0a476057935f2b318e50
checksum: 10c0/d21b5f61a678e99fdf5afdfd08360d16a7be1469aa6c65184131d864d64be34fd6108ebc49052c17433d149cff09186908ada2a8ad0083e4063aa290d8aebf60
languageName: node
linkType: hard

Expand Down Expand Up @@ -566,7 +573,7 @@ __metadata:
languageName: node
linkType: hard

"@octokit/types@npm:13.6.1, @octokit/types@npm:^13.6.0":
"@octokit/types@npm:13.6.1":
version: 13.6.1
resolution: "@octokit/types@npm:13.6.1"
dependencies:
Expand All @@ -593,6 +600,15 @@ __metadata:
languageName: node
linkType: hard

"@octokit/types@npm:^13.7.0":
version: 13.8.0
resolution: "@octokit/types@npm:13.8.0"
dependencies:
"@octokit/openapi-types": "npm:^23.0.1"
checksum: 10c0/e08c2fcf10e374f18e4c9fa12a6ada33a40f112d1209012a39f0ce40ae7aa9dcf0598b6007b467f63cc4a97e7b1388d6eed34ddef61494655e08b5a95afaad97
languageName: node
linkType: hard

"@pkgjs/parseargs@npm:^0.11.0":
version: 0.11.0
resolution: "@pkgjs/parseargs@npm:0.11.0"
Expand Down Expand Up @@ -1361,7 +1377,7 @@ __metadata:
"@actions/core": "npm:1.11.1"
"@actions/github": "npm:6.0.0"
"@octokit/core": "npm:6.1.2"
"@octokit/plugin-paginate-rest": "npm:11.3.5"
"@octokit/plugin-paginate-rest": "npm:11.4.1"
"@octokit/plugin-throttling": "npm:9.3.2"
"@octokit/types": "npm:13.6.1"
"@total-typescript/ts-reset": "npm:0.6.1"
Expand Down
Loading