forked from Andarist/create-commit-status-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyarn.lock
339 lines (289 loc) · 12.8 KB
/
yarn.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
"@actions/core@^1.2.2":
"integrity" "sha512-IbCx7oefq+Gi6FWbSs2Fnw8VkEI6Y4gvjrYprY3RV//ksq/KPMlClOerJ4jRosyal6zkUIc8R9fS/cpRMlGClg=="
"resolved" "https://registry.npmjs.org/@actions/core/-/core-1.2.2.tgz"
"version" "1.2.2"
"@actions/github@^2.1.0":
"integrity" "sha512-G4ncMlh4pLLAvNgHUYUtpWQ1zPf/VYqmRH9oshxLabdaOOnp7i1hgSgzr2xne2YUaSND3uqemd3YYTIsm2f/KQ=="
"resolved" "https://registry.npmjs.org/@actions/github/-/github-2.1.0.tgz"
"version" "2.1.0"
dependencies:
"@actions/http-client" "^1.0.3"
"@octokit/graphql" "^4.3.1"
"@octokit/rest" "^16.15.0"
"@actions/http-client@^1.0.3":
"integrity" "sha512-wFwh1U4adB/Zsk4cc9kVqaBOHoknhp/pJQk+aWTocbAZWpIl4Zx/At83WFRLXvxB+5HVTWOACM6qjULMZfQSfw=="
"resolved" "https://registry.npmjs.org/@actions/http-client/-/http-client-1.0.3.tgz"
"version" "1.0.3"
dependencies:
"tunnel" "0.0.6"
"@octokit/auth-token@^2.4.0":
"integrity" "sha512-eoOVMjILna7FVQf96iWc3+ZtE/ZT6y8ob8ZzcqKY1ibSQCnu4O/B7pJvzMx5cyZ/RjAff6DAdEb0O0Cjcxidkg=="
"resolved" "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-2.4.0.tgz"
"version" "2.4.0"
dependencies:
"@octokit/types" "^2.0.0"
"@octokit/endpoint@^5.5.0":
"integrity" "sha512-nBFhRUb5YzVTCX/iAK1MgQ4uWo89Gu0TH00qQHoYRCsE12dWcG1OiLd7v2EIo2+tpUKPMOQ62QFy9hy9Vg2ULg=="
"resolved" "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-5.5.1.tgz"
"version" "5.5.1"
dependencies:
"@octokit/types" "^2.0.0"
"is-plain-object" "^3.0.0"
"universal-user-agent" "^4.0.0"
"@octokit/graphql@^4.3.1":
"integrity" "sha512-hCdTjfvrK+ilU2keAdqNBWOk+gm1kai1ZcdjRfB30oA3/T6n53UVJb7w0L5cR3/rhU91xT3HSqCd+qbvH06yxA=="
"resolved" "https://registry.npmjs.org/@octokit/graphql/-/graphql-4.3.1.tgz"
"version" "4.3.1"
dependencies:
"@octokit/request" "^5.3.0"
"@octokit/types" "^2.0.0"
"universal-user-agent" "^4.0.0"
"@octokit/plugin-paginate-rest@^1.1.1":
"integrity" "sha512-Kf0bnNoOXK9EQLkc3rtXfPnu/bwiiUJ1nH3l7tmXYwdDJ7tk/Od2auFU9b86xxKZunPkV9SO1oeojT707q1l7A=="
"resolved" "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-1.1.1.tgz"
"version" "1.1.1"
dependencies:
"@octokit/types" "^2.0.1"
"@octokit/plugin-request-log@^1.0.0":
"integrity" "sha512-ywoxP68aOT3zHCLgWZgwUJatiENeHE7xJzYjfz8WI0goynp96wETBF+d95b8g/uL4QmS6owPVlaxiz3wyMAzcw=="
"resolved" "https://registry.npmjs.org/@octokit/plugin-request-log/-/plugin-request-log-1.0.0.tgz"
"version" "1.0.0"
"@octokit/plugin-rest-endpoint-methods@^2.1.0":
"integrity" "sha512-PS77CqifhDqYONWAxLh+BKGlmuhdEX39JVEVQoWWDvkh5B+2bcg9eaxMEFUEJtfuqdAw33sdGrrlGtqtl+9lqg=="
"resolved" "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-2.1.2.tgz"
"version" "2.1.2"
dependencies:
"@octokit/types" "^2.0.1"
"deprecation" "^2.3.1"
"@octokit/request-error@^1.0.1", "@octokit/request-error@^1.0.2":
"integrity" "sha512-DNBhROBYjjV/I9n7A8kVkmQNkqFAMem90dSxqvPq57e2hBr7mNTX98y3R2zDpqMQHVRpBDjsvsfIGgBzy+4PAg=="
"resolved" "https://registry.npmjs.org/@octokit/request-error/-/request-error-1.2.0.tgz"
"version" "1.2.0"
dependencies:
"@octokit/types" "^2.0.0"
"deprecation" "^2.0.0"
"once" "^1.4.0"
"@octokit/request@^5.2.0", "@octokit/request@^5.3.0":
"integrity" "sha512-5/X0AL1ZgoU32fAepTfEoggFinO3rxsMLtzhlUX+RctLrusn/CApJuGFCd0v7GMFhF+8UiCsTTfsu7Fh1HnEJg=="
"resolved" "https://registry.npmjs.org/@octokit/request/-/request-5.3.1.tgz"
"version" "5.3.1"
dependencies:
"@octokit/endpoint" "^5.5.0"
"@octokit/request-error" "^1.0.1"
"@octokit/types" "^2.0.0"
"deprecation" "^2.0.0"
"is-plain-object" "^3.0.0"
"node-fetch" "^2.3.0"
"once" "^1.4.0"
"universal-user-agent" "^4.0.0"
"@octokit/rest@^16.15.0":
"integrity" "sha512-H8Twi0NfeQYrpsQ2T63vww9DQ5oKwWl89ZTZyMOVJwdgIPAIn969HqQPtBQMWq26qx+VkYi/WlhFzaZYabN2yg=="
"resolved" "https://registry.npmjs.org/@octokit/rest/-/rest-16.40.1.tgz"
"version" "16.40.1"
dependencies:
"@octokit/auth-token" "^2.4.0"
"@octokit/plugin-paginate-rest" "^1.1.1"
"@octokit/plugin-request-log" "^1.0.0"
"@octokit/plugin-rest-endpoint-methods" "^2.1.0"
"@octokit/request" "^5.2.0"
"@octokit/request-error" "^1.0.2"
"atob-lite" "^2.0.0"
"before-after-hook" "^2.0.0"
"btoa-lite" "^1.0.0"
"deprecation" "^2.0.0"
"lodash.get" "^4.4.2"
"lodash.set" "^4.3.2"
"lodash.uniq" "^4.5.0"
"octokit-pagination-methods" "^1.1.0"
"once" "^1.4.0"
"universal-user-agent" "^4.0.0"
"@octokit/types@^2.0.0", "@octokit/types@^2.0.1":
"integrity" "sha512-89LOYH+d/vsbDX785NOfLxTW88GjNd0lWRz1DVPVsZgg9Yett5O+3MOvwo7iHgvUwbFz0mf/yPIjBkUbs4kxoQ=="
"resolved" "https://registry.npmjs.org/@octokit/types/-/types-2.1.1.tgz"
"version" "2.1.1"
dependencies:
"@types/node" ">= 8"
"@types/node@^13.5.1", "@types/node@>= 8":
"integrity" "sha512-Jj2W7VWQ2uM83f8Ls5ON9adxN98MvyJsMSASYFuSvrov8RMRY64Ayay7KV35ph1TSGIJ2gG9ZVDdEq3c3zaydA=="
"resolved" "https://registry.npmjs.org/@types/node/-/node-13.5.1.tgz"
"version" "13.5.1"
"atob-lite@^2.0.0":
"integrity" "sha1-D+9a1G8b16hQLGVyfwNn1e5D1pY="
"resolved" "https://registry.npmjs.org/atob-lite/-/atob-lite-2.0.0.tgz"
"version" "2.0.0"
"before-after-hook@^2.0.0":
"integrity" "sha512-IWIbu7pMqyw3EAJHzzHbWa85b6oud/yfKYg5rqB5hNE8CeMi3nX+2C2sj0HswfblST86hpVEOAb9x34NZd6P7A=="
"resolved" "https://registry.npmjs.org/before-after-hook/-/before-after-hook-2.1.0.tgz"
"version" "2.1.0"
"btoa-lite@^1.0.0":
"integrity" "sha1-M3dm2hWAEhD92VbCLpxokaudAzc="
"resolved" "https://registry.npmjs.org/btoa-lite/-/btoa-lite-1.0.0.tgz"
"version" "1.0.0"
"cross-spawn@^6.0.0":
"integrity" "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ=="
"resolved" "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz"
"version" "6.0.5"
dependencies:
"nice-try" "^1.0.4"
"path-key" "^2.0.1"
"semver" "^5.5.0"
"shebang-command" "^1.2.0"
"which" "^1.2.9"
"deprecation@^2.0.0", "deprecation@^2.3.1":
"integrity" "sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ=="
"resolved" "https://registry.npmjs.org/deprecation/-/deprecation-2.3.1.tgz"
"version" "2.3.1"
"end-of-stream@^1.1.0":
"integrity" "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q=="
"resolved" "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz"
"version" "1.4.4"
dependencies:
"once" "^1.4.0"
"execa@^1.0.0":
"integrity" "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA=="
"resolved" "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz"
"version" "1.0.0"
dependencies:
"cross-spawn" "^6.0.0"
"get-stream" "^4.0.0"
"is-stream" "^1.1.0"
"npm-run-path" "^2.0.0"
"p-finally" "^1.0.0"
"signal-exit" "^3.0.0"
"strip-eof" "^1.0.0"
"get-stream@^4.0.0":
"integrity" "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w=="
"resolved" "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz"
"version" "4.1.0"
dependencies:
"pump" "^3.0.0"
"is-plain-object@^3.0.0":
"integrity" "sha512-tZIpofR+P05k8Aocp7UI/2UTa9lTJSebCXpFFoR9aibpokDj/uXBsJ8luUu0tTVYKkMU6URDUuOfJZ7koewXvg=="
"resolved" "https://registry.npmjs.org/is-plain-object/-/is-plain-object-3.0.0.tgz"
"version" "3.0.0"
dependencies:
"isobject" "^4.0.0"
"is-stream@^1.1.0":
"integrity" "sha1-EtSj3U5o4Lec6428hBc66A2RykQ="
"resolved" "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz"
"version" "1.1.0"
"isexe@^2.0.0":
"integrity" "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA="
"resolved" "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz"
"version" "2.0.0"
"isobject@^4.0.0":
"integrity" "sha512-S/2fF5wH8SJA/kmwr6HYhK/RI/OkhD84k8ntalo0iJjZikgq1XFvR5M8NPT1x5F7fBwCG3qHfnzeP/Vh/ZxCUA=="
"resolved" "https://registry.npmjs.org/isobject/-/isobject-4.0.0.tgz"
"version" "4.0.0"
"lodash.get@^4.4.2":
"integrity" "sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk="
"resolved" "https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz"
"version" "4.4.2"
"lodash.set@^4.3.2":
"integrity" "sha1-2HV7HagH3eJIFrDWqEvqGnYjCyM="
"resolved" "https://registry.npmjs.org/lodash.set/-/lodash.set-4.3.2.tgz"
"version" "4.3.2"
"lodash.uniq@^4.5.0":
"integrity" "sha1-0CJTc662Uq3BvILklFM5qEJ1R3M="
"resolved" "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz"
"version" "4.5.0"
"macos-release@^2.2.0":
"integrity" "sha512-OHhSbtcviqMPt7yfw5ef5aghS2jzFVKEFyCJndQt2YpSQ9qRVSEv2axSJI1paVThEu+FFGs584h/1YhxjVqajA=="
"resolved" "https://registry.npmjs.org/macos-release/-/macos-release-2.3.0.tgz"
"version" "2.3.0"
"nice-try@^1.0.4":
"integrity" "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ=="
"resolved" "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz"
"version" "1.0.5"
"node-fetch@^2.3.0":
"integrity" "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA=="
"resolved" "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz"
"version" "2.6.0"
"npm-run-path@^2.0.0":
"integrity" "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8="
"resolved" "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz"
"version" "2.0.2"
dependencies:
"path-key" "^2.0.0"
"octokit-pagination-methods@^1.1.0":
"integrity" "sha512-fZ4qZdQ2nxJvtcasX7Ghl+WlWS/d9IgnBIwFZXVNNZUmzpno91SX5bc5vuxiuKoCtK78XxGGNuSCrDC7xYB3OQ=="
"resolved" "https://registry.npmjs.org/octokit-pagination-methods/-/octokit-pagination-methods-1.1.0.tgz"
"version" "1.1.0"
"once@^1.3.1", "once@^1.4.0":
"integrity" "sha1-WDsap3WWHUsROsF9nFC6753Xa9E="
"resolved" "https://registry.npmjs.org/once/-/once-1.4.0.tgz"
"version" "1.4.0"
dependencies:
"wrappy" "1"
"os-name@^3.1.0":
"integrity" "sha512-h8L+8aNjNcMpo/mAIBPn5PXCM16iyPGjHNWo6U1YO8sJTMHtEtyczI6QJnLoplswm6goopQkqc7OAnjhWcugVg=="
"resolved" "https://registry.npmjs.org/os-name/-/os-name-3.1.0.tgz"
"version" "3.1.0"
dependencies:
"macos-release" "^2.2.0"
"windows-release" "^3.1.0"
"p-finally@^1.0.0":
"integrity" "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4="
"resolved" "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz"
"version" "1.0.0"
"path-key@^2.0.0", "path-key@^2.0.1":
"integrity" "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A="
"resolved" "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz"
"version" "2.0.1"
"pump@^3.0.0":
"integrity" "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww=="
"resolved" "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz"
"version" "3.0.0"
dependencies:
"end-of-stream" "^1.1.0"
"once" "^1.3.1"
"semver@^5.5.0":
"integrity" "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="
"resolved" "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz"
"version" "5.7.1"
"shebang-command@^1.2.0":
"integrity" "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo="
"resolved" "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz"
"version" "1.2.0"
dependencies:
"shebang-regex" "^1.0.0"
"shebang-regex@^1.0.0":
"integrity" "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM="
"resolved" "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz"
"version" "1.0.0"
"signal-exit@^3.0.0":
"integrity" "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0="
"resolved" "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz"
"version" "3.0.2"
"strip-eof@^1.0.0":
"integrity" "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8="
"resolved" "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz"
"version" "1.0.0"
"integrity" "sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg=="
"resolved" "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz"
"version" "0.0.6"
"universal-user-agent@^4.0.0":
"integrity" "sha512-LnST3ebHwVL2aNe4mejI9IQh2HfZ1RLo8Io2HugSif8ekzD1TlWpHpColOB/eh8JHMLkGH3Akqf040I+4ylNxg=="
"resolved" "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-4.0.1.tgz"
"version" "4.0.1"
dependencies:
"os-name" "^3.1.0"
"which@^1.2.9":
"integrity" "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ=="
"resolved" "https://registry.npmjs.org/which/-/which-1.3.1.tgz"
"version" "1.3.1"
dependencies:
"isexe" "^2.0.0"
"windows-release@^3.1.0":
"integrity" "sha512-QTlz2hKLrdqukrsapKsINzqMgOUpQW268eJ0OaOpJN32h272waxR9fkB9VoWRtK7uKHG5EHJcTXQBD8XZVJkFA=="
"resolved" "https://registry.npmjs.org/windows-release/-/windows-release-3.2.0.tgz"
"version" "3.2.0"
dependencies:
"execa" "^1.0.0"
"wrappy@1":
"integrity" "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
"resolved" "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz"
"version" "1.0.2"