Skip to content

Commit 3a826c5

Browse files
authored
Merge pull request #12 from Leko/dependabot/npm_and_yarn/octokit/rest-18.0.15
Bump @octokit/rest from 18.0.12 to 18.0.15
2 parents 712a700 + 943dc90 commit 3a826c5

File tree

1 file changed

+23
-10
lines changed

1 file changed

+23
-10
lines changed

yarn.lock

Lines changed: 23 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@
102102
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-3.1.1.tgz#628f81b87cf4390f9f2b0ad3d89ef5524ddd10fe"
103103
integrity sha512-4BsrIf9/WLRbl0IVPEPLDTROduvYR57xCldy47YFQp/TZ9DbREQZbeCrJIe7a+Qjb3qk0KwZmxNYYW8mNQY/HQ==
104104

105+
"@octokit/openapi-types@^3.3.0":
106+
version "3.3.0"
107+
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-3.3.0.tgz#8797af01feb524e3f4978e1c9bf7bc7c18ef9d25"
108+
integrity sha512-s3dd32gagPmKaSLNJ9aPNok7U+tl69YLESf6DgQz5Ml/iipPZtif3GLvWpNXoA6qspFm1LFUZX+C3SqWX/Y/TQ==
109+
105110
"@octokit/plugin-paginate-rest@^2.6.2":
106111
version "2.8.0"
107112
resolved "https://registry.yarnpkg.com/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-2.8.0.tgz#2b41e12b494e895bf5fb5b12565d2c80a0ecc6ae"
@@ -114,12 +119,12 @@
114119
resolved "https://registry.yarnpkg.com/@octokit/plugin-request-log/-/plugin-request-log-1.0.2.tgz#394d59ec734cd2f122431fbaf05099861ece3c44"
115120
integrity sha512-oTJSNAmBqyDR41uSMunLQKMX0jmEXbwD1fpz8FG27lScV3RhtGfBa1/BBLym+PxcC16IBlF7KH9vP1BUYxA+Eg==
116121

117-
"@octokit/plugin-rest-endpoint-methods@4.4.1":
118-
version "4.4.1"
119-
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.4.1.tgz#105cf93255432155de078c9efc33bd4e14d1cd63"
120-
integrity sha512-+v5PcvrUcDeFXf8hv1gnNvNLdm4C0+2EiuWt9EatjjUmfriM1pTMM+r4j1lLHxeBQ9bVDmbywb11e3KjuavieA==
122+
"@octokit/plugin-rest-endpoint-methods@4.8.0":
123+
version "4.8.0"
124+
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-4.8.0.tgz#c1f24f940fc265f0021c8f544e3d8755f3253759"
125+
integrity sha512-2zRpXDveJH8HsXkeeMtRW21do8wuSxVn1xXFdvhILyxlLWqGQrdJUA1/dk5DM7iAAYvwT/P3bDOLs90yL4S2AA==
121126
dependencies:
122-
"@octokit/types" "^6.1.0"
127+
"@octokit/types" "^6.5.0"
123128
deprecation "^2.3.1"
124129

125130
"@octokit/request-error@^2.0.0":
@@ -146,23 +151,31 @@
146151
universal-user-agent "^6.0.0"
147152

148153
"@octokit/rest@^18.0.12":
149-
version "18.0.12"
150-
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-18.0.12.tgz#278bd41358c56d87c201e787e8adc0cac132503a"
151-
integrity sha512-hNRCZfKPpeaIjOVuNJzkEL6zacfZlBPV8vw8ReNeyUkVvbuCvvrrx8K8Gw2eyHHsmd4dPlAxIXIZ9oHhJfkJpw==
154+
version "18.0.15"
155+
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-18.0.15.tgz#a690aabd9927a3389e285dee25da67e62b3f14ad"
156+
integrity sha512-MBlZl0KeuvFMJ3210hG5xhh/jtYmMDLd5WmO49Wg4Rfg0odeivntWAyq3KofJDP2G8jskCaaOaZBKo0TeO9tFA==
152157
dependencies:
153158
"@octokit/core" "^3.2.3"
154159
"@octokit/plugin-paginate-rest" "^2.6.2"
155160
"@octokit/plugin-request-log" "^1.0.2"
156-
"@octokit/plugin-rest-endpoint-methods" "4.4.1"
161+
"@octokit/plugin-rest-endpoint-methods" "4.8.0"
157162

158-
"@octokit/types@^6.0.0", "@octokit/types@^6.0.3", "@octokit/types@^6.1.0", "@octokit/types@^6.4.0":
163+
"@octokit/types@^6.0.0", "@octokit/types@^6.0.3", "@octokit/types@^6.4.0":
159164
version "6.4.2"
160165
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-6.4.2.tgz#e4cdc33643c7af2c4806ad5f3592af5cb13c4bcb"
161166
integrity sha512-c3OswFOjp0MydgIxWcu/wIXK9sfoBL2gLjqMZA+KKdvvcwh6g2z0eMu219rFrZzi0KQunO9l/a9yHb9T/AlU1A==
162167
dependencies:
163168
"@octokit/openapi-types" "^3.1.1"
164169
"@types/node" ">= 8"
165170

171+
"@octokit/types@^6.5.0":
172+
version "6.6.0"
173+
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-6.6.0.tgz#165d0e7940d5f910b3373f02336c161dcdf097fe"
174+
integrity sha512-nmFoU3HCbw1AmnZU/eto2VvzV06+N7oAqXwMmAHGlNDF+KFykksh/VlAl85xc1P5T7Mw8fKYvXNaImNHCCH/rg==
175+
dependencies:
176+
"@octokit/openapi-types" "^3.3.0"
177+
"@types/node" ">= 8"
178+
166179
"@sindresorhus/is@^0.7.0":
167180
version "0.7.0"
168181
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.7.0.tgz#9a06f4f137ee84d7df0460c1fdb1135ffa6c50fd"

0 commit comments

Comments
 (0)