Skip to content

Commit

Permalink
Update dependency @octokit/plugin-throttling to v8 (#364)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 10, 2023
1 parent a20ef1b commit a27f6ef
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 23 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@actions/github": "5.1.1",
"@octokit/plugin-request-log": "4.0.0",
"@octokit/plugin-retry": "6.0.1",
"@octokit/plugin-throttling": "7.0.0",
"@octokit/plugin-throttling": "8.0.0",
"console-log-level": "1.4.1",
"picomatch": "2.3.1"
},
Expand Down
28 changes: 6 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1037,13 +1037,6 @@ __metadata:
languageName: node
linkType: hard

"@octokit/openapi-types@npm:^18.0.0":
version: 18.1.1
resolution: "@octokit/openapi-types@npm:18.1.1"
checksum: 94f42977fd2fcb9983c781fd199bc11218885a1226d492680bfb1268524a1b2af48a768eef90c63b80a2874437de641d59b3b7f640a5afa93e7c21fe1a79069a
languageName: node
linkType: hard

"@octokit/openapi-types@npm:^19.0.0":
version: 19.0.0
resolution: "@octokit/openapi-types@npm:19.0.0"
Expand Down Expand Up @@ -1096,15 +1089,15 @@ __metadata:
languageName: node
linkType: hard

"@octokit/plugin-throttling@npm:7.0.0":
version: 7.0.0
resolution: "@octokit/plugin-throttling@npm:7.0.0"
"@octokit/plugin-throttling@npm:8.0.0":
version: 8.0.0
resolution: "@octokit/plugin-throttling@npm:8.0.0"
dependencies:
"@octokit/types": ^11.0.0
"@octokit/types": ^12.0.0
bottleneck: ^2.15.3
peerDependencies:
"@octokit/core": ^5.0.0
checksum: 772dd3405cb89ac8e4f6e81cee4e1cbf61010461c6c88ebc9f3a557eefc8a039b2368e615b2bf5d97352f5faf0dc133d70ad8eb568fd429f58332292d29113c1
checksum: 17a7a4b6c7d978cd337f1d3e2ba087fb129b02f3453eddac8614bd4eff2fdaa8e7a0cb3708553f5d85770ad238c5c26c3a67bf9d19aa814670e23a6e04ed3509
languageName: node
linkType: hard

Expand Down Expand Up @@ -1144,15 +1137,6 @@ __metadata:
languageName: node
linkType: hard

"@octokit/types@npm:^11.0.0":
version: 11.1.0
resolution: "@octokit/types@npm:11.1.0"
dependencies:
"@octokit/openapi-types": ^18.0.0
checksum: 72627a94ddaf7bc14db06572bcde67649aad608cd86548818380db9305f4c0ca9ca078a62dd883858a267e8ec8fd596a0fce416aa04197c439b9548efef609a7
languageName: node
linkType: hard

"@octokit/types@npm:^12.0.0":
version: 12.0.0
resolution: "@octokit/types@npm:12.0.0"
Expand Down Expand Up @@ -6354,7 +6338,7 @@ __metadata:
"@actions/github": 5.1.1
"@octokit/plugin-request-log": 4.0.0
"@octokit/plugin-retry": 6.0.1
"@octokit/plugin-throttling": 7.0.0
"@octokit/plugin-throttling": 8.0.0
"@tsconfig/node20": 20.1.2
"@types/jest": 29.5.5
"@types/node": 20.8.4
Expand Down

0 comments on commit a27f6ef

Please sign in to comment.