Skip to content

Commit 42ece55

Browse files
committed
fix(deps): update dependency @octokit/rest to v18.7.1
1 parent d724241 commit 42ece55

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"yarn": "~1.22.5"
1717
},
1818
"dependencies": {
19-
"@octokit/rest": "18.6.3",
19+
"@octokit/rest": "18.7.1",
2020
"command-line-args": "5.2.0"
2121
},
2222
"devDependencies": {

yarn.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,10 @@
121121
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-7.3.2.tgz#065ce49b338043ec7f741316ce06afd4d459d944"
122122
integrity sha512-oJhK/yhl9Gt430OrZOzAl2wJqR0No9445vmZ9Ey8GjUZUpwuu/vmEFP0TDhDXdpGDoxD6/EIFHJEcY8nHXpDTA==
123123

124-
"@octokit/openapi-types@^7.3.5":
125-
version "7.3.5"
126-
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-7.3.5.tgz#ffd195472f345b32fb29ba3c86a1ee68c09f24b3"
127-
integrity sha512-6bm5lzGDOeSnWHM5W8OZ86RD2KpchynU+/Qlm5hNEFjfLDhwfAY2lSe68YRUEYFGlxSHe0HmakyhvmtWoD3Zog==
124+
"@octokit/openapi-types@^9.1.1":
125+
version "9.1.1"
126+
resolved "https://registry.yarnpkg.com/@octokit/openapi-types/-/openapi-types-9.1.1.tgz#fb87f2e2f44b95a5720d61dee409a9f1fbc59217"
127+
integrity sha512-xmyPP9tVb4T4A6Lk6SL6ScnIqAHpPV4jfMZI8VtY286212ri9J/6IFGuLsZ26daADUmriuLejake4k+azEfnaw==
128128

129129
"@octokit/plugin-paginate-rest@^2.6.2":
130130
version "2.13.3"
@@ -138,12 +138,12 @@
138138
resolved "https://registry.yarnpkg.com/@octokit/plugin-request-log/-/plugin-request-log-1.0.3.tgz#70a62be213e1edc04bb8897ee48c311482f9700d"
139139
integrity sha512-4RFU4li238jMJAzLgAwkBAw+4Loile5haQMQr+uhFq27BmyJXcXSKvoQKqh0agsZEiUlW6iSv3FAgvmGkur7OQ==
140140

141-
"@octokit/plugin-rest-endpoint-methods@5.3.4":
142-
version "5.3.4"
143-
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.3.4.tgz#291dea5af9eecf4d457884d9efbcf72aabbaff57"
144-
integrity sha512-2Y2q/FYCsW5tcwIqgnLOgzZXEb3I1VoSQGyHs/Zki/Ufs5H+uT0maPVHatLKw90LQbqK7ON8NpL3Y8IyzG6pNA==
141+
"@octokit/plugin-rest-endpoint-methods@5.5.1":
142+
version "5.5.1"
143+
resolved "https://registry.yarnpkg.com/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-5.5.1.tgz#31cce8fc3eda4d186bd90828cb7a2203ad95e3d1"
144+
integrity sha512-Al57+OZmO65JpiPk4JS6u6kQ2y9qjoZtY1IWiSshc4N+F7EcrK8Rgy/cUJBB4WIcSFUQyF66EJQK1oKgXWeRNw==
145145
dependencies:
146-
"@octokit/types" "^6.16.7"
146+
"@octokit/types" "^6.21.1"
147147
deprecation "^2.3.1"
148148

149149
"@octokit/request-error@^2.0.0", "@octokit/request-error@^2.0.5":
@@ -188,15 +188,15 @@
188188
node-fetch "^2.6.1"
189189
universal-user-agent "^6.0.0"
190190

191-
"@octokit/rest@18.6.3":
192-
version "18.6.3"
193-
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-18.6.3.tgz#0283de05d5dbc9d3adcacb208c055db03000abf9"
194-
integrity sha512-BeV2P48RR3MVPhSBq6KXXHMVHEJg5vnFBkFN1GKPXBohXTp+eb0gJq+5iYgkjbOMG6biNvkKllPDWJchpQHHiA==
191+
"@octokit/rest@18.7.1":
192+
version "18.7.1"
193+
resolved "https://registry.yarnpkg.com/@octokit/rest/-/rest-18.7.1.tgz#575ecf8b881b79540daa28b0fa3a2b3ae8ef2649"
194+
integrity sha512-790Yv8Xpbqs3BtnMAO5hlOftVICHPdgZ/3qlTmeOoqrQGzT25BIpHkg/KKMeKG9Fg8d598PLxGhf80RswElv9g==
195195
dependencies:
196196
"@octokit/core" "^3.5.0"
197197
"@octokit/plugin-paginate-rest" "^2.6.2"
198198
"@octokit/plugin-request-log" "^1.0.2"
199-
"@octokit/plugin-rest-endpoint-methods" "5.3.4"
199+
"@octokit/plugin-rest-endpoint-methods" "5.5.1"
200200

201201
"@octokit/types@^6.0.3", "@octokit/types@^6.11.0", "@octokit/types@^6.7.1":
202202
version "6.14.2"
@@ -212,12 +212,12 @@
212212
dependencies:
213213
"@octokit/openapi-types" "^7.3.2"
214214

215-
"@octokit/types@^6.16.7":
216-
version "6.16.7"
217-
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-6.16.7.tgz#f27e87daf7ed87bde3e67b2e71956468fa4d02a7"
218-
integrity sha512-OuQELiwIKeDySgNID52vm33wDRc2aaX8lKYgAw9Hmw939ITow1HspT8/AH3M3jgGFUMDmHlMNBNEmH7xV7ggXQ==
215+
"@octokit/types@^6.21.1":
216+
version "6.21.1"
217+
resolved "https://registry.yarnpkg.com/@octokit/types/-/types-6.21.1.tgz#d0f2b7598c88e13d0bd87e330d975e3fb2a90180"
218+
integrity sha512-PP+m3T5EWZKawru4zi/FvX8KL2vkO5f1fLthx78/7743p7RtJUevt3z7698k+7oAYRA7YuVqfXthSEHqkDvZ8g==
219219
dependencies:
220-
"@octokit/openapi-types" "^7.3.5"
220+
"@octokit/openapi-types" "^9.1.1"
221221

222222
"@tsconfig/node10@^1.0.7":
223223
version "1.0.7"

0 commit comments

Comments
 (0)