|
2084 | 2084 | read-json-safe "^1.0.5" |
2085 | 2085 | types-pkg-json "^1.1.0" |
2086 | 2086 |
|
2087 | | -"@commitlint/cli@18.5.0": |
2088 | | - version "18.5.0" |
2089 | | - resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-18.5.0.tgz#e485c29d51b66890cd93a4c7f3f1e5ed15101db2" |
2090 | | - integrity sha512-g/N0mJBrHcTdiccUpJknS6/ru45eIEAZyhEy9sL2ILjzK2IVNrpzlAPtxEr8bZCZLGwPBUrQ5UCIIu4uebhImw== |
2091 | | - dependencies: |
2092 | | - "@commitlint/format" "^18.4.4" |
2093 | | - "@commitlint/lint" "^18.5.0" |
2094 | | - "@commitlint/load" "^18.5.0" |
2095 | | - "@commitlint/read" "^18.4.4" |
2096 | | - "@commitlint/types" "^18.4.4" |
| 2087 | +"@commitlint/cli@18.6.0": |
| 2088 | + version "18.6.0" |
| 2089 | + resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-18.6.0.tgz#f065e0514f3870b6dc9a3c608a78820806b46527" |
| 2090 | + integrity sha512-FiH23cr9QG8VdfbmvJJZmdfHGVMCouOOAzoXZ3Cd7czGC52RbycwNt8YCI7SA69pAl+t30vh8LMaO/N+kcel6w== |
| 2091 | + dependencies: |
| 2092 | + "@commitlint/format" "^18.6.0" |
| 2093 | + "@commitlint/lint" "^18.6.0" |
| 2094 | + "@commitlint/load" "^18.6.0" |
| 2095 | + "@commitlint/read" "^18.6.0" |
| 2096 | + "@commitlint/types" "^18.6.0" |
2097 | 2097 | execa "^5.0.0" |
2098 | 2098 | lodash.isfunction "^3.0.9" |
2099 | 2099 | resolve-from "5.0.0" |
2100 | 2100 | resolve-global "1.0.0" |
2101 | 2101 | yargs "^17.0.0" |
2102 | 2102 |
|
2103 | | -"@commitlint/config-validator@^18.5.0": |
2104 | | - version "18.5.0" |
2105 | | - resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-18.5.0.tgz#3ddd3f94001ebbc5a61c7190fa7a51fab289690f" |
2106 | | - integrity sha512-mDAA6WQPjh9Ida8ACdInDylBQcqeUD2gBHE+dQu+B3OIHiWiSSrq4F2+wg3nDU9EzfcQSwPwYL+QbMmiW5SmLA== |
| 2103 | +"@commitlint/config-validator@^18.6.0": |
| 2104 | + version "18.6.0" |
| 2105 | + resolved "https://registry.yarnpkg.com/@commitlint/config-validator/-/config-validator-18.6.0.tgz#ea1e04e92829dd7b90cea444f245b0bdefa0a586" |
| 2106 | + integrity sha512-Ptfa865arNozlkjxrYG3qt6wT9AlhNUHeuDyKEZiTL/l0ftncFhK/KN0t/EAMV2tec+0Mwxo0FmhbESj/bI+1g== |
2107 | 2107 | dependencies: |
2108 | | - "@commitlint/types" "^18.4.4" |
| 2108 | + "@commitlint/types" "^18.6.0" |
2109 | 2109 | ajv "^8.11.0" |
2110 | 2110 |
|
2111 | | -"@commitlint/ensure@^18.4.4": |
2112 | | - version "18.4.4" |
2113 | | - resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-18.4.4.tgz#5e142e489e32f6a22865cea05ca369a95a4b77a1" |
2114 | | - integrity sha512-KjD19p6julB5WrQL+Cd8p+AePwpl1XzGAjB0jnuFMKWtji9L7ucCZUKDstGjlkBZGGzH/nvdB8K+bh5K27EVUg== |
| 2111 | +"@commitlint/ensure@^18.6.0": |
| 2112 | + version "18.6.0" |
| 2113 | + resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-18.6.0.tgz#3f3dc09d99016eaab0da9423123effd820d11931" |
| 2114 | + integrity sha512-xY07NmOBJ7JuhX3tic021PaeLepZARIQyqpAQoNQZoml1keBFfB6MbA7XlWZv0ebbarUFE4yhKxOPw+WFv7/qw== |
2115 | 2115 | dependencies: |
2116 | | - "@commitlint/types" "^18.4.4" |
| 2116 | + "@commitlint/types" "^18.6.0" |
2117 | 2117 | lodash.camelcase "^4.3.0" |
2118 | 2118 | lodash.kebabcase "^4.1.1" |
2119 | 2119 | lodash.snakecase "^4.1.1" |
|
2125 | 2125 | resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-18.4.4.tgz#ade986742c1944c8162a54288747e54a8c6146b5" |
2126 | 2126 | integrity sha512-a37Nd3bDQydtg9PCLLWM9ZC+GO7X5i4zJvrggJv5jBhaHsXeQ9ZWdO6ODYR+f0LxBXXNYK3geYXJrCWUCP8JEg== |
2127 | 2127 |
|
2128 | | -"@commitlint/format@^18.4.4": |
2129 | | - version "18.4.4" |
2130 | | - resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-18.4.4.tgz#51996ba0a7eac14f7f8991cff8700e4a2fd86ba7" |
2131 | | - integrity sha512-2v3V5hVlv0R3pe7p66IX5F7cjeVvGM5JqITRIbBCFvGHPJ/CG74rjTkAu0RBEiIhlk3eOaLjVGq3d5falPkLBA== |
| 2128 | +"@commitlint/format@^18.6.0": |
| 2129 | + version "18.6.0" |
| 2130 | + resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-18.6.0.tgz#e13ef8419cd8eb37be5825a2e84e73cabbfb56ad" |
| 2131 | + integrity sha512-8UNWfs2slPPSQiiVpLGJTnPHv7Jkd5KYxfbNXbmLL583bjom4RrylvyrCVnmZReA8nNad7pPXq6mDH4FNVj6xg== |
2132 | 2132 | dependencies: |
2133 | | - "@commitlint/types" "^18.4.4" |
| 2133 | + "@commitlint/types" "^18.6.0" |
2134 | 2134 | chalk "^4.1.0" |
2135 | 2135 |
|
2136 | | -"@commitlint/is-ignored@^18.4.4": |
2137 | | - version "18.4.4" |
2138 | | - resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-18.4.4.tgz#3fbf2a55a960ccf037e79ad4610091a693800680" |
2139 | | - integrity sha512-rXWes9owKBTjfTr6Od7YlflRg4N+ngkOH+dUZhk0qL/XQb26mHz0EgVgdixMVBac1OsohRwJaLmVHX+5F6vfmg== |
| 2136 | +"@commitlint/is-ignored@^18.6.0": |
| 2137 | + version "18.6.0" |
| 2138 | + resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-18.6.0.tgz#d15ab04f547f7554cc3377d50f8e19178502b8af" |
| 2139 | + integrity sha512-Xjx/ZyyJ4FdLuz0FcOvqiqSFgiO2yYj3QN9XlvyrxqbXTxPVC7QFEXJYBVPulUSN/gR7WXH1Udw+HYYfD17xog== |
2140 | 2140 | dependencies: |
2141 | | - "@commitlint/types" "^18.4.4" |
| 2141 | + "@commitlint/types" "^18.6.0" |
2142 | 2142 | semver "7.5.4" |
2143 | 2143 |
|
2144 | | -"@commitlint/lint@^18.5.0": |
2145 | | - version "18.5.0" |
2146 | | - resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-18.5.0.tgz#83c7434e969d04aaa84c5129c17b3dcde33d4650" |
2147 | | - integrity sha512-4VbfTGTZf/aDaOn+vednMQFu5EIKfERvv7j8La3etQCra0O2QMrZL28xugTroYekawpTkiWWvLswtpVfabIbgw== |
| 2144 | +"@commitlint/lint@^18.6.0": |
| 2145 | + version "18.6.0" |
| 2146 | + resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-18.6.0.tgz#f54c856840a6238e0c2972588c2dc986317f1b7b" |
| 2147 | + integrity sha512-ycbuDWfyykPmslgiHzhz8dL6F0BJYltXLVfc+M49z0c+FNITM0v+r0Vd2+Tdtq06VTc894p2+YSmZhulY8Jn3Q== |
2148 | 2148 | dependencies: |
2149 | | - "@commitlint/is-ignored" "^18.4.4" |
2150 | | - "@commitlint/parse" "^18.4.4" |
2151 | | - "@commitlint/rules" "^18.4.4" |
2152 | | - "@commitlint/types" "^18.4.4" |
| 2149 | + "@commitlint/is-ignored" "^18.6.0" |
| 2150 | + "@commitlint/parse" "^18.6.0" |
| 2151 | + "@commitlint/rules" "^18.6.0" |
| 2152 | + "@commitlint/types" "^18.6.0" |
2153 | 2153 |
|
2154 | | -"@commitlint/load@^18.5.0": |
2155 | | - version "18.5.0" |
2156 | | - resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-18.5.0.tgz#b14eef9306c2500594d8a7f1e4a8d68cb2562439" |
2157 | | - integrity sha512-vpyGgk7rzbFsU01NVwPNC/WetHFP0EwSYnQ1R833SJFHkEo+cWvqoVlw/VoZwBMoI6sF5/lwEdKzFDr1DHJ6+A== |
| 2154 | +"@commitlint/load@^18.6.0": |
| 2155 | + version "18.6.0" |
| 2156 | + resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-18.6.0.tgz#98108294b9383aa2905781b192215df4718babb7" |
| 2157 | + integrity sha512-RRssj7TmzT0bowoEKlgwg8uQ7ORXWkw7lYLsZZBMi9aInsJuGNLNWcMxJxRZbwxG3jkCidGUg85WmqJvRjsaDA== |
2158 | 2158 | dependencies: |
2159 | | - "@commitlint/config-validator" "^18.5.0" |
| 2159 | + "@commitlint/config-validator" "^18.6.0" |
2160 | 2160 | "@commitlint/execute-rule" "^18.4.4" |
2161 | | - "@commitlint/resolve-extends" "^18.5.0" |
2162 | | - "@commitlint/types" "^18.4.4" |
| 2161 | + "@commitlint/resolve-extends" "^18.6.0" |
| 2162 | + "@commitlint/types" "^18.6.0" |
2163 | 2163 | chalk "^4.1.0" |
2164 | 2164 | cosmiconfig "^8.3.6" |
2165 | 2165 | cosmiconfig-typescript-loader "^5.0.0" |
|
2173 | 2173 | resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-18.4.4.tgz#811682a0d147a24e5c467acdb52071434df2b9f5" |
2174 | 2174 | integrity sha512-lHF95mMDYgAI1LBXveJUyg4eLaMXyOqJccCK3v55ZOEUsMPrDi8upqDjd/NmzWmESYihaOMBTAnxm+6oD1WoDQ== |
2175 | 2175 |
|
2176 | | -"@commitlint/parse@^18.4.4": |
2177 | | - version "18.4.4" |
2178 | | - resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-18.4.4.tgz#5c8f515d4dbebe9b7ccfcd1701e58446e2bec6da" |
2179 | | - integrity sha512-99G7dyn/OoyNWXJni0Ki0K3aJd01pEb/Im/Id6y4X7PN+kGOahjz2z/cXYYHn7xDdooqFVdiVrVLeChfgpWZ2g== |
| 2176 | +"@commitlint/parse@^18.6.0": |
| 2177 | + version "18.6.0" |
| 2178 | + resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-18.6.0.tgz#ae19ff8ceb0c8ffab131158829b06b505b9921fd" |
| 2179 | + integrity sha512-Y/G++GJpATFw54O0jikc/h2ibyGHgghtPnwsOk3O/aU092ydJ5XEHYcd7xGNQYuLweLzQis2uEwRNk9AVIPbQQ== |
2180 | 2180 | dependencies: |
2181 | | - "@commitlint/types" "^18.4.4" |
| 2181 | + "@commitlint/types" "^18.6.0" |
2182 | 2182 | conventional-changelog-angular "^7.0.0" |
2183 | 2183 | conventional-commits-parser "^5.0.0" |
2184 | 2184 |
|
2185 | | -"@commitlint/read@^18.4.4": |
2186 | | - version "18.4.4" |
2187 | | - resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-18.4.4.tgz#7f6848edd3210bf82e6aaa0cd30e72e7e669e009" |
2188 | | - integrity sha512-r58JbWky4gAFPea/CZmvlqP9Ehbs+8gSEUqhIJOojKzTc3xlxFnZUDVPcEnnaqzQEEoV6C69VW7xuzdcBlu/FQ== |
| 2185 | +"@commitlint/read@^18.6.0": |
| 2186 | + version "18.6.0" |
| 2187 | + resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-18.6.0.tgz#324ea1fa625f88427780df23fffe4a92d383d665" |
| 2188 | + integrity sha512-w39ji8VfWhPKRquPhRHB3Yd8XIHwaNHgOh28YI1QEmZ59qVpuVUQo6h/NsVb+uoC6LbXZiofTZv2iFR084jKEA== |
2189 | 2189 | dependencies: |
2190 | 2190 | "@commitlint/top-level" "^18.4.4" |
2191 | | - "@commitlint/types" "^18.4.4" |
| 2191 | + "@commitlint/types" "^18.6.0" |
2192 | 2192 | git-raw-commits "^2.0.11" |
2193 | 2193 | minimist "^1.2.6" |
2194 | 2194 |
|
2195 | | -"@commitlint/resolve-extends@^18.5.0": |
2196 | | - version "18.5.0" |
2197 | | - resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-18.5.0.tgz#ea955fc9455f70a5389cdc9633c78132c8008ed2" |
2198 | | - integrity sha512-OxCYOMnlkOEEIkwTaRiFjHyuWBq962WBZQVHfMHej8tr3d+SfjznvqZhPmW8/SuqtfmGEiJPGWUNOxgwH+O0MA== |
| 2195 | +"@commitlint/resolve-extends@^18.6.0": |
| 2196 | + version "18.6.0" |
| 2197 | + resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-18.6.0.tgz#db55be2b32e12593bc98dc44c6d9a9d90941bab4" |
| 2198 | + integrity sha512-k2Xp+Fxeggki2i90vGrbiLDMefPius3zGSTFFlRAPKce/SWLbZtI+uqE9Mne23mHO5lmcSV8z5m6ziiJwGpOcg== |
2199 | 2199 | dependencies: |
2200 | | - "@commitlint/config-validator" "^18.5.0" |
2201 | | - "@commitlint/types" "^18.4.4" |
| 2200 | + "@commitlint/config-validator" "^18.6.0" |
| 2201 | + "@commitlint/types" "^18.6.0" |
2202 | 2202 | import-fresh "^3.0.0" |
2203 | 2203 | lodash.mergewith "^4.6.2" |
2204 | 2204 | resolve-from "^5.0.0" |
2205 | 2205 | resolve-global "^1.0.0" |
2206 | 2206 |
|
2207 | | -"@commitlint/rules@^18.4.4": |
2208 | | - version "18.4.4" |
2209 | | - resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-18.4.4.tgz#859e920a4f0053ae27e4cdd65f68e7576a5ab53f" |
2210 | | - integrity sha512-6Uzlsnl/GljEI+80NWjf4ThOfR8NIsbm18IfXYuCEchlwMHSxiuYG4rHSK5DNmG/+MIo8eR5VdQ0gQyt7kWzAA== |
| 2207 | +"@commitlint/rules@^18.6.0": |
| 2208 | + version "18.6.0" |
| 2209 | + resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-18.6.0.tgz#6d933e2de5639b75b4946120b3880e72e66a6051" |
| 2210 | + integrity sha512-pTalvCEvuCWrBWZA/YqO/3B3nZnY3Ncc+TmQsRajBdC1tkQIm5Iovdo4Ec7f2Dw1tVvpYMUUNAgcWqsY0WckWg== |
2211 | 2211 | dependencies: |
2212 | | - "@commitlint/ensure" "^18.4.4" |
| 2212 | + "@commitlint/ensure" "^18.6.0" |
2213 | 2213 | "@commitlint/message" "^18.4.4" |
2214 | 2214 | "@commitlint/to-lines" "^18.4.4" |
2215 | | - "@commitlint/types" "^18.4.4" |
| 2215 | + "@commitlint/types" "^18.6.0" |
2216 | 2216 | execa "^5.0.0" |
2217 | 2217 |
|
2218 | 2218 | "@commitlint/to-lines@^18.4.4": |
|
2227 | 2227 | dependencies: |
2228 | 2228 | find-up "^5.0.0" |
2229 | 2229 |
|
2230 | | -"@commitlint/types@^18.4.4": |
2231 | | - version "18.4.4" |
2232 | | - resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-18.4.4.tgz#dae9e0ce6a6728a36b8982ff301af0170bbe0d38" |
2233 | | - integrity sha512-/FykLtodD8gKs3+VNkAUwofu4LBHankclj+I8fB2jTRvG6PV7k/OUt4P+VbM7ip853qS4F0g7Z6hLNa6JeMcAQ== |
| 2230 | +"@commitlint/types@^18.6.0": |
| 2231 | + version "18.6.0" |
| 2232 | + resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-18.6.0.tgz#3d3493cb5910f60f3749a8eb56aca47dc2e1b662" |
| 2233 | + integrity sha512-oavoKLML/eJa2rJeyYSbyGAYzTxQ6voG5oeX3OrxpfrkRWhJfm4ACnhoRf5tgiybx2MZ+EVFqC1Lw3W8/uwpZA== |
2234 | 2234 | dependencies: |
2235 | 2235 | chalk "^4.1.0" |
2236 | 2236 |
|
|
0 commit comments