Skip to content

Commit

Permalink
fix(deps): update dependency @octokit/plugin-throttling to v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 21, 2023
1 parent 719453d commit 4d555da
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2255,10 +2255,10 @@
"@octokit/types" "^9.0.0"
btoa-lite "^1.0.0"

"@octokit/openapi-types@^16.0.0":
version "16.0.0"
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-16.0.0.tgz#d92838a6cd9fb4639ca875ddb3437f1045cc625e"
integrity sha512-JbFWOqTJVLHZSUUoF4FzAZKYtqdxWu9Z5m2QQnOyEa04fOFljvyh7D3GYKbfuaSWisqehImiVIMG4eyJeP5VEA==
"@octokit/openapi-types@^17.0.0":
version "17.0.0"
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-17.0.0.tgz#7356d287f48b20e9a1f497ef8dfaabdff9cf8622"
integrity sha512-V8BVJGN0ZmMlURF55VFHFd/L92XQQ43KvFjNmY1IYbCN3V/h/uUFV6iQi19WEHM395Nn+1qhUbViCAD/1czzog==

"@octokit/plugin-paginate-rest@^6.0.0":
version "6.0.0"
Expand All @@ -2281,9 +2281,9 @@
deprecation "^2.3.1"

"@octokit/plugin-throttling@^5.0.1":
version "5.0.1"
resolved "https://registry.yarnpkg.com/@octokit/plugin-throttling/-/plugin-throttling-5.0.1.tgz#e3ba0a49830a777097b6d49615782a0a5e51e743"
integrity sha512-I4qxs7wYvYlFuY3PAUGWAVPhFXG3RwnvTiSr5Fu/Auz7bYhDLnzS2MjwV8nGLq/FPrWwYiweeZrI5yjs1YG4tQ==
version "5.1.0"
resolved "https://registry.yarnpkg.com/@octokit/plugin-throttling/-/plugin-throttling-5.1.0.tgz#dc975f41ebbc71879c5e7c17d6657b9b0d857a94"
integrity sha512-WyDtlNpAmXJVP5ba6V7qi1+cuiSLrnI88pxSlbO6/k1b8K4ZMO3NMepVg/raVLCk5GdmebpNX2SME5Qux6GjiQ==
dependencies:
"@octokit/types" "^9.0.0"
bottleneck "^2.15.3"
Expand Down Expand Up @@ -2320,11 +2320,11 @@
"@octokit/plugin-rest-endpoint-methods" "^7.0.0"

"@octokit/types@^9.0.0":
version "9.0.0"
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-9.0.0.tgz#6050db04ddf4188ec92d60e4da1a2ce0633ff635"
integrity sha512-LUewfj94xCMH2rbD5YJ+6AQ4AVjFYTgpp6rboWM5T7N3IsIF65SBEOVcYMGAEzO/kKNiNaW4LoWtoThOhH06gw==
version "9.1.1"
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-9.1.1.tgz#8a71f05c4e72fe51aac2c66ed71999abdd7e2777"
integrity sha512-hFheiHJEZzE5qn/u4R2IeMLXqUzXgd1vSokHS5x4oq+klHhXNFLL69kanAtrlTqj3K9Dps9XhOqOtDhDmPdlxQ==
dependencies:
"@octokit/openapi-types" "^16.0.0"
"@octokit/openapi-types" "^17.0.0"

"@parcel/watcher@^2.1.0":
version "2.1.0"
Expand Down

0 comments on commit 4d555da

Please sign in to comment.