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