|
26 | 26 | resolved "https://registry.yarnpkg.com/@auto-it/bot-list/-/bot-list-9.22.2.tgz#ab6a6e6df8cd79679a9f910a0e6264972bf656c6"
|
27 | 27 | integrity sha512-/l21ihhW3VF7Qfhen1ZFAqHFaEV8bT10Hb11S2JlGPJjexhNByGt0T5d+N0e9JJg5u04c3nZ1sHFz1p9kIoNDQ==
|
28 | 28 |
|
| 29 | +"@auto-it/bot-list@^9.22.3": |
| 30 | + version "9.22.3" |
| 31 | + resolved "https://registry.yarnpkg.com/@auto-it/bot-list/-/bot-list-9.22.3.tgz#af2054c902a87735198527e968c4b3bb649ef8de" |
| 32 | + integrity sha512-is7juQ5EUSHN1AuFQfGlgk5/ZRMXEF4y9iISx7QrUCE2b6ub5kwugUDpf+KZHX5IhwoyZP7vRKM2AIpolt69jg== |
| 33 | + |
29 | 34 | "@auto-it/core@^9.21.2":
|
30 | 35 | version "9.21.2"
|
31 | 36 | resolved "https://registry.yarnpkg.com/@auto-it/core/-/core-9.21.2.tgz#84e99c2eb7c6dae7f0fc1df1a2bc10e29ff323da"
|
|
106 | 111 | typescript-memoize "^1.0.0-alpha.3"
|
107 | 112 | url-join "^4.0.0"
|
108 | 113 |
|
109 |
| - |
110 |
| - version "9.21.2" |
111 |
| - resolved "https://registry.yarnpkg.com/@auto-it/first-time-contributor/-/first-time-contributor-9.21.2.tgz#61e4200536bf1a88e13d8454afa7bb2a96695201" |
112 |
| - integrity sha512-u6YAIPOOPhxRCrZtBb4Sry32wuYuKJno7KBV+Iv9k5xOrUrXLQsEsUPbGDxXe6C831UkAcANAOBhuc39fIf5mw== |
| 114 | +"@auto-it/core@^9.22.3": |
| 115 | + version "9.22.3" |
| 116 | + resolved "https://registry.yarnpkg.com/@auto-it/core/-/core-9.22.3.tgz#1ed2adcc8eeee9b7d04feb74b8f10dfc7927f0ca" |
| 117 | + integrity sha512-4bPcxS0olLfwZWERiQEzocOjEz344RFrh7Yh5iaP0sUO57kJ0GGFUNSMsgRcn+dBRSkkxqZPF5bVTIasFsEaqw== |
113 | 118 | dependencies:
|
114 |
| - "@auto-it/core" "^9.21.2" |
| 119 | + "@auto-it/bot-list" "^9.22.3" |
| 120 | + "@octokit/core" "2.4.2" |
| 121 | + "@octokit/graphql" "4.3.1" |
| 122 | + "@octokit/plugin-enterprise-compatibility" "1.2.2" |
| 123 | + "@octokit/plugin-retry" "3.0.1" |
| 124 | + "@octokit/plugin-throttling" "^3.2.0" |
| 125 | + "@octokit/rest" "16.43.1" |
| 126 | + await-to-js "^2.1.1" |
| 127 | + chalk "^3.0.0" |
| 128 | + cosmiconfig "6.0.0" |
| 129 | + deepmerge "^4.0.0" |
| 130 | + dotenv "^8.0.0" |
| 131 | + endent "^1.3.0" |
| 132 | + enquirer "^2.3.4" |
| 133 | + env-ci "^5.0.1" |
| 134 | + fp-ts "^2.5.3" |
| 135 | + fromentries "^1.2.0" |
| 136 | + gitlogplus "^3.1.2" |
| 137 | + https-proxy-agent "^5.0.0" |
| 138 | + import-cwd "^3.0.0" |
| 139 | + import-from "^3.0.0" |
| 140 | + io-ts "^2.1.2" |
| 141 | + lodash.chunk "^4.2.0" |
| 142 | + log-symbols "^3.0.0" |
| 143 | + node-fetch "2.6.0" |
| 144 | + parse-github-url "1.0.2" |
| 145 | + semver "^7.0.0" |
| 146 | + signale "^1.4.0" |
| 147 | + tapable "^2.0.0-beta.2" |
| 148 | + terminal-link "^2.1.1" |
| 149 | + tinycolor2 "^1.4.1" |
| 150 | + tslib "1.11.1" |
| 151 | + typescript-memoize "^1.0.0-alpha.3" |
| 152 | + url-join "^4.0.0" |
| 153 | + |
| 154 | + |
| 155 | + version "9.22.3" |
| 156 | + resolved "https://registry.yarnpkg.com/@auto-it/first-time-contributor/-/first-time-contributor-9.22.3.tgz#887f93e9a777b4fad2b31ebda6cd6ad9e9e95508" |
| 157 | + integrity sha512-Z3ZTBxj/E0WlH7Vup4wVd+X1rO6fgALkcAl3RC5FIjNvtEvJhfrX4/pDSvWvpsuFTcy4OGSNt0VgnrAfCHZ/Ww== |
| 158 | + dependencies: |
| 159 | + "@auto-it/core" "^9.22.3" |
115 | 160 | array.prototype.flatmap "^1.2.2"
|
116 | 161 | endent "^1.3.0"
|
117 | 162 | tslib "1.11.1"
|
|
1165 | 1210 | "@octokit/request-error" "^1.2.0"
|
1166 | 1211 | "@octokit/types" "^2.0.1"
|
1167 | 1212 |
|
| 1213 | + |
| 1214 | + version "1.2.2" |
| 1215 | + resolved "https://registry.yarnpkg.com/@octokit/plugin-enterprise-compatibility/-/plugin-enterprise-compatibility-1.2.2.tgz#a30b635b63760e1504e57af5cf54da058b32a1de" |
| 1216 | + integrity sha512-LjESzkcoQHm1JN3drgjttbSk5fYNI8EPtcAiDqpnok0oL69vWIb5tcjyKrg7fPwzyRl/+A+UQbkIOsG2LJh09w== |
| 1217 | + dependencies: |
| 1218 | + "@octokit/request-error" "^2.0.0" |
| 1219 | + "@octokit/types" "^2.0.1" |
| 1220 | + |
1168 | 1221 | "@octokit/plugin-paginate-rest@^1.1.1":
|
1169 | 1222 | version "1.1.2"
|
1170 | 1223 | resolved "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-1.1.2.tgz#004170acf8c2be535aba26727867d692f7b488fc"
|
|
1210 | 1263 | deprecation "^2.0.0"
|
1211 | 1264 | once "^1.4.0"
|
1212 | 1265 |
|
| 1266 | +"@octokit/request-error@^2.0.0": |
| 1267 | + version "2.0.0" |
| 1268 | + resolved "https://registry.yarnpkg.com/@octokit/request-error/-/request-error-2.0.0.tgz#94ca7293373654400fbb2995f377f9473e00834b" |
| 1269 | + integrity sha512-rtYicB4Absc60rUv74Rjpzek84UbVHGHJRu4fNVlZ1mCcyUPPuzFfG9Rn6sjHrd95DEsmjSt1Axlc699ZlbDkw== |
| 1270 | + dependencies: |
| 1271 | + "@octokit/types" "^2.0.0" |
| 1272 | + deprecation "^2.0.0" |
| 1273 | + once "^1.4.0" |
| 1274 | + |
1213 | 1275 | "@octokit/request@^5.2.0", "@octokit/request@^5.3.0", "@octokit/request@^5.3.1":
|
1214 | 1276 | version "5.3.2"
|
1215 | 1277 | resolved "https://registry.npmjs.org/@octokit/request/-/request-5.3.2.tgz#1ca8b90a407772a1ee1ab758e7e0aced213b9883"
|
|
0 commit comments