|
2 | 2 | # yarn lockfile v1
|
3 | 3 |
|
4 | 4 |
|
5 |
| -"@auto-it/all-contributors@9.26.8": |
6 |
| - version "9.26.8" |
7 |
| - resolved "https://registry.yarnpkg.com/@auto-it/all-contributors/-/all-contributors-9.26.8.tgz#39a38a3aa889ab1865cd99532501050c3711e1e1" |
8 |
| - integrity sha512-rRYkHmwEPHwzHFaJmrsUfcnyaQJ7Qyt3L43H0TbxybkfgzRqf7Z82cX0jaTddEBcay0wJWYAxcKhUuizerzy0g== |
| 5 | +"@auto-it/all-contributors@9.27.1": |
| 6 | + version "9.27.1" |
| 7 | + resolved "https://registry.yarnpkg.com/@auto-it/all-contributors/-/all-contributors-9.27.1.tgz#85f021d4cfcb3f26fdc71891d58e7fa9b9de7936" |
| 8 | + integrity sha512-sbmaeD3M7eeY+YlQNEIHafAfoDGKPUVLlPFTtz32tr9seRx7y8YpA29/wwHAjJXpLNjWe8eNIeKltPQIg0psDQ== |
9 | 9 | dependencies:
|
10 |
| - "@auto-it/bot-list" "^9.26.8" |
11 |
| - "@auto-it/core" "^9.26.8" |
| 10 | + "@auto-it/bot-list" "^9.27.1" |
| 11 | + "@auto-it/core" "^9.27.1" |
12 | 12 | anymatch "^3.1.1"
|
13 | 13 | await-to-js "^2.1.1"
|
14 | 14 | fp-ts "^2.5.3"
|
|
21 | 21 | resolved "https://registry.yarnpkg.com/@auto-it/bot-list/-/bot-list-9.26.8.tgz#ac05bf0bd61976b7e1ff361691c573420a6658c7"
|
22 | 22 | integrity sha512-jwUsrlkyq2GALP+FFgR1Qx4/sXK84FQn7aaq6e0iMVDY8erej+9Fb2QxSf6fDQj2us74pwWM6MZQb97hYcKcwg==
|
23 | 23 |
|
| 24 | +"@auto-it/bot-list@^9.27.1": |
| 25 | + version "9.27.1" |
| 26 | + resolved "https://registry.yarnpkg.com/@auto-it/bot-list/-/bot-list-9.27.1.tgz#ce930da9cfd15c4970de2431367164862886d191" |
| 27 | + integrity sha512-7qdwWmwidL/9NgXxNNDru566JcRRci3ixZV78cj2Tmpe4jBHmR3COYvBwaEcq++WJ0Zwvafjo+GvJ51Oi/j9EA== |
| 28 | + |
24 | 29 | "@auto-it/core@^9.26.8":
|
25 | 30 | version "9.26.8"
|
26 | 31 | resolved "https://registry.yarnpkg.com/@auto-it/core/-/core-9.26.8.tgz#9bfdd237316898df3dbd18d7001209497099792d"
|
|
62 | 67 | typescript-memoize "^1.0.0-alpha.3"
|
63 | 68 | url-join "^4.0.0"
|
64 | 69 |
|
| 70 | +"@auto-it/core@^9.27.1": |
| 71 | + version "9.27.1" |
| 72 | + resolved "https://registry.yarnpkg.com/@auto-it/core/-/core-9.27.1.tgz#229d0f14050e0b39a1e864e4fb36319e815ad1ee" |
| 73 | + integrity sha512-XgipCJqCMLI2S4FrQtGZ8KZnFy5esdOvBZs1D+PvP9PUfTXAUG/Bcc/6RU43dyLXssS3DRp2BJ39/qEJDhfArg== |
| 74 | + dependencies: |
| 75 | + "@auto-it/bot-list" "^9.27.1" |
| 76 | + "@octokit/core" "2.4.2" |
| 77 | + "@octokit/graphql" "4.3.1" |
| 78 | + "@octokit/plugin-enterprise-compatibility" "1.2.2" |
| 79 | + "@octokit/plugin-retry" "3.0.1" |
| 80 | + "@octokit/plugin-throttling" "^3.2.0" |
| 81 | + "@octokit/rest" "16.43.1" |
| 82 | + await-to-js "^2.1.1" |
| 83 | + chalk "^4.0.0" |
| 84 | + cosmiconfig "6.0.0" |
| 85 | + deepmerge "^4.0.0" |
| 86 | + dotenv "^8.0.0" |
| 87 | + endent "^1.3.0" |
| 88 | + enquirer "^2.3.4" |
| 89 | + env-ci "^5.0.1" |
| 90 | + fast-glob "^3.1.1" |
| 91 | + fp-ts "^2.5.3" |
| 92 | + fromentries "^1.2.0" |
| 93 | + gitlog "^4.0.0" |
| 94 | + https-proxy-agent "^5.0.0" |
| 95 | + import-cwd "^3.0.0" |
| 96 | + import-from "^3.0.0" |
| 97 | + io-ts "^2.1.2" |
| 98 | + lodash.chunk "^4.2.0" |
| 99 | + log-symbols "^3.0.0" |
| 100 | + node-fetch "2.6.0" |
| 101 | + parse-github-url "1.0.2" |
| 102 | + semver "^7.0.0" |
| 103 | + signale "^1.4.0" |
| 104 | + tapable "^2.0.0-beta.2" |
| 105 | + terminal-link "^2.1.1" |
| 106 | + tinycolor2 "^1.4.1" |
| 107 | + tslib "1.11.1" |
| 108 | + typescript-memoize "^1.0.0-alpha.3" |
| 109 | + url-join "^4.0.0" |
| 110 | + |
65 | 111 | "@auto-it/first-time-contributor@9.26.8":
|
66 | 112 | version "9.26.8"
|
67 | 113 | resolved "https://registry.yarnpkg.com/@auto-it/first-time-contributor/-/first-time-contributor-9.26.8.tgz#2c25207556462564b9c555e2d34f2332211bef99"
|
@@ -3751,6 +3797,14 @@ gitlog@^3.3.4:
|
3751 | 3797 | debug "^4.1.1"
|
3752 | 3798 | tslib "^1.11.1"
|
3753 | 3799 |
|
| 3800 | +gitlog@^4.0.0: |
| 3801 | + version "4.0.0" |
| 3802 | + resolved "https://registry.yarnpkg.com/gitlog/-/gitlog-4.0.0.tgz#c4f440c822cc3fe1b32366d0662918871d3c7249" |
| 3803 | + integrity sha512-N6ZcvvbHsqhmM09wtzbL8v3FPwBK3EQ1xnv/2nj9JGH/YsYVn+ZkmMCxzkEjHnSFcpUk2HN2LBp76PGj3TkPag== |
| 3804 | + dependencies: |
| 3805 | + debug "^4.1.1" |
| 3806 | + tslib "^1.11.1" |
| 3807 | + |
3754 | 3808 | glob-parent@^5.0.0:
|
3755 | 3809 | version "5.1.0"
|
3756 | 3810 | resolved "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.0.tgz#5f4c1d1e748d30cd73ad2944b3577a81b081e8c2"
|
|
0 commit comments