|
2199 | 2199 | resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" |
2200 | 2200 | integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw== |
2201 | 2201 |
|
2202 | | -"@commitlint/cli@17.4.4": |
2203 | | - version "17.4.4" |
2204 | | - resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.4.4.tgz#36df08bfa31dbb9a2b6b1d7187a31e578f001a06" |
2205 | | - integrity sha512-HwKlD7CPVMVGTAeFZylVNy14Vm5POVY0WxPkZr7EXLC/os0LH/obs6z4HRvJtH/nHCMYBvUBQhGwnufKfTjd5g== |
| 2202 | +"@commitlint/cli@17.5.0": |
| 2203 | + version "17.5.0" |
| 2204 | + resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.5.0.tgz#045bf46fc38bb4246da30b462d8db66f48c28f9a" |
| 2205 | + integrity sha512-yNW3+M7UM1ioK28LKTrryIVB5qGpXlEv8+rJQiWPMZNayy9/1XR5+lL8qBTNlgopYtZWWnIm5RETcAN29ZTL/A== |
2206 | 2206 | dependencies: |
2207 | 2207 | "@commitlint/format" "^17.4.4" |
2208 | 2208 | "@commitlint/lint" "^17.4.4" |
2209 | | - "@commitlint/load" "^17.4.4" |
| 2209 | + "@commitlint/load" "^17.5.0" |
2210 | 2210 | "@commitlint/read" "^17.4.4" |
2211 | 2211 | "@commitlint/types" "^17.4.4" |
2212 | 2212 | execa "^5.0.0" |
|
2266 | 2266 | "@commitlint/rules" "^17.4.4" |
2267 | 2267 | "@commitlint/types" "^17.4.4" |
2268 | 2268 |
|
2269 | | -"@commitlint/load@^17.4.4": |
2270 | | - version "17.4.4" |
2271 | | - resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-17.4.4.tgz#13fcb553572f265339801cde6dd10ee5eea07f5e" |
2272 | | - integrity sha512-z6uFIQ7wfKX5FGBe1AkOF4l/ShOQsaa1ml/nLMkbW7R/xF8galGS7Zh0yHvzVp/srtfS0brC+0bUfQfmpMPFVQ== |
| 2269 | +"@commitlint/load@^17.5.0": |
| 2270 | + version "17.5.0" |
| 2271 | + resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-17.5.0.tgz#be45dbbb50aaf5eb7e8e940e1e0d6171d1426bab" |
| 2272 | + integrity sha512-l+4W8Sx4CD5rYFsrhHH8HP01/8jEP7kKf33Xlx2Uk2out/UKoKPYMOIRcDH5ppT8UXLMV+x6Wm5osdRKKgaD1Q== |
2273 | 2273 | dependencies: |
2274 | 2274 | "@commitlint/config-validator" "^17.4.4" |
2275 | 2275 | "@commitlint/execute-rule" "^17.4.0" |
|
2284 | 2284 | lodash.uniq "^4.5.0" |
2285 | 2285 | resolve-from "^5.0.0" |
2286 | 2286 | ts-node "^10.8.1" |
2287 | | - typescript "^4.6.4" |
| 2287 | + typescript "^4.6.4 || ^5.0.0" |
2288 | 2288 |
|
2289 | 2289 | "@commitlint/message@^17.4.2": |
2290 | 2290 | version "17.4.2" |
@@ -10262,10 +10262,10 @@ typescript@^4.1.3: |
10262 | 10262 | resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.4.tgz#a17d3a0263bf5c8723b9c52f43c5084edf13c2e8" |
10263 | 10263 | integrity sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg== |
10264 | 10264 |
|
10265 | | -typescript@^4.6.4: |
10266 | | - version "4.6.4" |
10267 | | - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.4.tgz#caa78bbc3a59e6a5c510d35703f6a09877ce45e9" |
10268 | | - integrity sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg== |
| 10265 | +"typescript@^4.6.4 || ^5.0.0": |
| 10266 | + version "5.0.2" |
| 10267 | + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5" |
| 10268 | + integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw== |
10269 | 10269 |
|
10270 | 10270 | typescript@^4.9.3: |
10271 | 10271 | version "4.9.3" |
|
0 commit comments