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/plugin-throttling from 9.3.1 to 9.3.2 #252

Merged
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@actions/core": "1.10.1",
"@actions/github": "6.0.0",
"@octokit/core": "6.1.2",
"@octokit/plugin-throttling": "9.3.1",
"@octokit/plugin-throttling": "9.3.2",
"@octokit/rest": "21.0.2",
"@octokit/types": "13.6.1",
"date-fns": "4.1.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -514,15 +514,15 @@ __metadata:
languageName: node
linkType: hard

"@octokit/plugin-throttling@npm:9.3.1":
version: 9.3.1
resolution: "@octokit/plugin-throttling@npm:9.3.1"
"@octokit/plugin-throttling@npm:9.3.2":
version: 9.3.2
resolution: "@octokit/plugin-throttling@npm:9.3.2"
dependencies:
"@octokit/types": ^13.0.0
bottleneck: ^2.15.3
peerDependencies:
"@octokit/core": ^6.0.0
checksum: abf6ff9d8bdc54484048167fb1664294022c623832bfdad03be361cbb23165f84887b54ff9f737e24c76f8a386140e5da5c0fffa0ff38f8acf9912861ee137ff
checksum: d3e11bd4bbee7df0885789c018f9e0cc48b2226fa4c23f9f68b53acd670eb30303762fb56034650620dbf4e72497e27620140bc9cad5355207b4b5f0e1129e90
languageName: node
linkType: hard

Expand Down Expand Up @@ -2246,7 +2246,7 @@ __metadata:
"@actions/core": 1.10.1
"@actions/github": 6.0.0
"@octokit/core": 6.1.2
"@octokit/plugin-throttling": 9.3.1
"@octokit/plugin-throttling": 9.3.2
"@octokit/rest": 21.0.2
"@octokit/types": 13.6.1
"@total-typescript/ts-reset": 0.6.1
Expand Down
Loading