|
192 | 192 | dependencies:
|
193 | 193 | "@octokit/openapi-types" "^7.3.5"
|
194 | 194 |
|
195 |
| - |
196 |
| - version "7.21.0" |
197 |
| - resolved "https://registry.yarnpkg.com/@octokit/webhooks/-/webhooks-7.21.0.tgz#2aee3404aa311740a5f4ea37b070268752e21b02" |
198 |
| - integrity sha512-Mj7Pa6JZgSjfzQfYF3Bf5KpyhzEBv4kHbj2EjCB/vMQiZCiiW30j5rS6t/d0ZN0FBrlSOuJIT+YU8IJt30VyWA== |
| 195 | +"@octokit/webhooks-methods@^2.0.0": |
| 196 | + version "2.0.0" |
| 197 | + resolved "https://registry.yarnpkg.com/@octokit/webhooks-methods/-/webhooks-methods-2.0.0.tgz#1108b9ea661ca6c81e4a8bfa63a09eb27d5bc2db" |
| 198 | + integrity sha512-35cfQ4YWlnZnmZKmIxlGPUPLtbkF8lr/A/1Sk1eC0ddLMwQN06dOuLc+dI3YLQS+T+MoNt3DIQ0NynwgKPilig== |
| 199 | + |
| 200 | + |
| 201 | + version "4.0.2" |
| 202 | + resolved "https://registry.yarnpkg.com/@octokit/webhooks-types/-/webhooks-types-4.0.2.tgz#72cf5dcfcd88db7bab51793b8e8f74d8102bebb7" |
| 203 | + integrity sha512-zeTNjX3GNaNw9lSlqjMwP55AluhCScW0OQ/4IkU6SmqT72k1UmFRTVK71l0LBoTGS6dJwj2PYGlx5YRG/9WKuw== |
| 204 | + |
| 205 | +"@octokit/webhooks@^9.8.4": |
| 206 | + version "9.8.4" |
| 207 | + resolved "https://registry.yarnpkg.com/@octokit/webhooks/-/webhooks-9.8.4.tgz#cd0fcd4532b6e9a1347f51f6dddf2af5c117a7eb" |
| 208 | + integrity sha512-P/FGFBYuy6YqSFKVMjvTKdHK0LhXZtUxpVPpBuBFn9YSpOYc1SZqS1d9UPK1VK06Z9UpRxc/RW7xH0b1vyFk8g== |
199 | 209 | dependencies:
|
200 | 210 | "@octokit/request-error" "^2.0.2"
|
| 211 | + "@octokit/webhooks-methods" "^2.0.0" |
| 212 | + "@octokit/webhooks-types" "4.0.2" |
201 | 213 | aggregate-error "^3.1.0"
|
202 |
| - debug "^4.0.0" |
203 | 214 |
|
204 | 215 | "@probot/get-private-key@^1.1.0":
|
205 | 216 | version "1.1.0"
|
|
863 | 874 | dependencies:
|
864 | 875 | ms "2.0.0"
|
865 | 876 |
|
866 |
| -debug@4, debug@^4.0.0, debug@^4.1.1, debug@^4.3.1: |
| 877 | +debug@4, debug@^4.1.1, debug@^4.3.1: |
867 | 878 | version "4.3.1"
|
868 | 879 | resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.1.tgz#f0d229c505e0c6d8c49ac553d1b13dc183f6b2ee"
|
869 | 880 | integrity sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==
|
@@ -1872,10 +1883,10 @@ prepend-http@^2.0.0:
|
1872 | 1883 | resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897"
|
1873 | 1884 | integrity sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=
|
1874 | 1885 |
|
1875 |
| -probot@11.4.1: |
1876 |
| - version "11.4.1" |
1877 |
| - resolved "https://registry.yarnpkg.com/probot/-/probot-11.4.1.tgz#c21c6483a41594917f636bddf6a253b0600e5b95" |
1878 |
| - integrity sha512-kxNImVNZIheWtDUFbQSp0F1Qb7EEi4MvZRtKFBQPS3GSklC+u4oqnILfH4GsmXs0g+brrIX7g8qf/SUyDkw2sw== |
| 1886 | +probot@12.1.0: |
| 1887 | + version "12.1.0" |
| 1888 | + resolved "https://registry.yarnpkg.com/probot/-/probot-12.1.0.tgz#afbd581c1f9484800d4ec36b8cc9e6082b38b591" |
| 1889 | + integrity sha512-NHtoLzyiW3QBOVfrAQ3wqxtj/3/gUmJhNMBrugSttOlOLBzXq/V3RfZp0DpDQy708rFUwiqxtNLNPCeHGhmCSA== |
1879 | 1890 | dependencies:
|
1880 | 1891 | "@octokit/core" "^3.2.4"
|
1881 | 1892 | "@octokit/plugin-enterprise-compatibility" "^1.2.8"
|
|
1884 | 1895 | "@octokit/plugin-retry" "^3.0.6"
|
1885 | 1896 | "@octokit/plugin-throttling" "^3.3.4"
|
1886 | 1897 | "@octokit/types" "^6.1.1"
|
1887 |
| - "@octokit/webhooks" "7.21.0" |
| 1898 | + "@octokit/webhooks" "^9.8.4" |
1888 | 1899 | "@probot/get-private-key" "^1.1.0"
|
1889 | 1900 | "@probot/octokit-plugin-config" "^1.0.0"
|
1890 | 1901 | "@probot/pino" "^2.2.0"
|
|
0 commit comments