Skip to content

chore(deps): update dependency @octokit/rest to v21.0.2 #3545

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

Merged
merged 1 commit into from
Aug 19, 2024
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@actions/core": "1.10.1",
"@actions/exec": "1.1.1",
"@actions/io": "1.1.3",
"@octokit/rest": "21.0.1",
"@octokit/rest": "21.0.2",
"@types/chai": "4.3.17",
"@types/express": "4.17.21",
"@types/folder-hash": "4.0.4",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3026,15 +3026,15 @@ __metadata:
languageName: node
linkType: hard

"@octokit/rest@npm:21.0.1":
version: 21.0.1
resolution: "@octokit/rest@npm:21.0.1"
"@octokit/rest@npm:21.0.2":
version: 21.0.2
resolution: "@octokit/rest@npm:21.0.2"
dependencies:
"@octokit/core": "npm:^6.1.2"
"@octokit/plugin-paginate-rest": "npm:^11.0.0"
"@octokit/plugin-request-log": "npm:^5.3.1"
"@octokit/plugin-rest-endpoint-methods": "npm:^13.0.0"
checksum: 10/098188840d24761ce9833f2d9d866d4a6c2fdb9022d4f3cb53f4de44a1b2c90d6db5cc96382d534e139e3aea981593f5f94f693205f7cdd3ac388e266b3702e9
checksum: 10/f67fbb1b3e9568f352933c55703cd33354183e48710a146f6a1c5930419006d2d97c08f5b0a29a56fffc9e53f01b34bae2681a577f604172f4331644b85a9779
languageName: node
linkType: hard

Expand Down Expand Up @@ -12050,7 +12050,7 @@ __metadata:
"@actions/core": "npm:1.10.1"
"@actions/exec": "npm:1.1.1"
"@actions/io": "npm:1.1.3"
"@octokit/rest": "npm:21.0.1"
"@octokit/rest": "npm:21.0.2"
"@types/chai": "npm:4.3.17"
"@types/express": "npm:4.17.21"
"@types/folder-hash": "npm:4.0.4"
Expand Down
Loading