|
265 | 265 | dependencies:
|
266 | 266 | "@babel/helper-plugin-utils" "^7.14.5"
|
267 | 267 |
|
268 |
| -"@babel/runtime@^7.11.2": |
269 |
| - version "7.14.5" |
270 |
| - resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.14.5.tgz#665450911c6031af38f81db530f387ec04cd9a98" |
271 |
| - integrity sha512-121rumjddw9c3NCQ55KGkyE1h/nzWhU/owjhw0l4mQrkzz4x9SGS1X8gFLraHwX7td3Yo4QTL+qj0NcIzN87BA== |
272 |
| - dependencies: |
273 |
| - regenerator-runtime "^0.13.4" |
274 |
| - |
275 | 268 | "@babel/template@^7.14.5", "@babel/template@^7.3.3":
|
276 | 269 | version "7.14.5"
|
277 | 270 | resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.14.5.tgz#a9bc9d8b33354ff6e55a9c60d1109200a68974f4"
|
|
317 | 310 | exec-sh "^0.3.2"
|
318 | 311 | minimist "^1.2.0"
|
319 | 312 |
|
320 |
| - |
321 |
| - version "11.0.0" |
322 |
| - resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-11.0.0.tgz#698199bc52afed50aa28169237758fa14a67b5d3" |
323 |
| - integrity sha512-YWZWg1DuqqO5Zjh7vUOeSX76vm0FFyz4y0cpGMFhrhvUi5unc4IVfCXZ6337R9zxuBtmveiRuuhQqnRRer+13g== |
324 |
| - dependencies: |
325 |
| - "@babel/runtime" "^7.11.2" |
326 |
| - "@commitlint/format" "^11.0.0" |
327 |
| - "@commitlint/lint" "^11.0.0" |
328 |
| - "@commitlint/load" "^11.0.0" |
329 |
| - "@commitlint/read" "^11.0.0" |
330 |
| - chalk "4.1.0" |
331 |
| - core-js "^3.6.1" |
332 |
| - get-stdin "8.0.0" |
| 313 | + |
| 314 | + version "12.1.4" |
| 315 | + resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-12.1.4.tgz#af4d9dd3c0122c7b39a61fa1cd2abbad0422dbe0" |
| 316 | + integrity sha512-ZR1WjXLvqEffYyBPT0XdnSxtt3Ty1TMoujEtseW5o3vPnkA1UNashAMjQVg/oELqfaiAMnDw8SERPMN0e/0kLg== |
| 317 | + dependencies: |
| 318 | + "@commitlint/format" "^12.1.4" |
| 319 | + "@commitlint/lint" "^12.1.4" |
| 320 | + "@commitlint/load" "^12.1.4" |
| 321 | + "@commitlint/read" "^12.1.4" |
| 322 | + "@commitlint/types" "^12.1.4" |
333 | 323 | lodash "^4.17.19"
|
334 | 324 | resolve-from "5.0.0"
|
335 | 325 | resolve-global "1.0.0"
|
336 |
| - yargs "^15.1.0" |
| 326 | + yargs "^16.2.0" |
337 | 327 |
|
338 |
| -"@commitlint/config-conventional@11.0.0": |
339 |
| - version "11.0.0" |
340 |
| - resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-11.0.0.tgz#3fa300a1b639273946de3c3f15e1cda518333422" |
341 |
| - integrity sha512-SNDRsb5gLuDd2PL83yCOQX6pE7gevC79UPFx+GLbLfw6jGnnbO9/tlL76MLD8MOViqGbo7ZicjChO9Gn+7tHhA== |
| 328 | +"@commitlint/config-conventional@12.1.4": |
| 329 | + version "12.1.4" |
| 330 | + resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-12.1.4.tgz#95bbab622f117a8a3e49f95917b08655040c66a8" |
| 331 | + integrity sha512-ZIdzmdy4o4WyqywMEpprRCrehjCSQrHkaRTVZV411GyLigFQHlEBSJITAihLAWe88Qy/8SyoIe5uKvAsV5vRqQ== |
342 | 332 | dependencies:
|
343 | 333 | conventional-changelog-conventionalcommits "^4.3.1"
|
344 | 334 |
|
345 |
| -"@commitlint/ensure@^11.0.0": |
346 |
| - version "11.0.0" |
347 |
| - resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-11.0.0.tgz#3e796b968ab5b72bc6f8a6040076406306c987fb" |
348 |
| - integrity sha512-/T4tjseSwlirKZdnx4AuICMNNlFvRyPQimbZIOYujp9DSO6XRtOy9NrmvWujwHsq9F5Wb80QWi4WMW6HMaENug== |
| 335 | +"@commitlint/ensure@^12.1.4": |
| 336 | + version "12.1.4" |
| 337 | + resolved "https://registry.yarnpkg.com/@commitlint/ensure/-/ensure-12.1.4.tgz#287ae2dcc5ccb086e749705b1bd9bdb99773056f" |
| 338 | + integrity sha512-MxHIBuAG9M4xl33qUfIeMSasbv3ktK0W+iygldBxZOL4QSYC2Gn66pZAQMnV9o3V+sVFHoAK2XUKqBAYrgbEqw== |
349 | 339 | dependencies:
|
350 |
| - "@commitlint/types" "^11.0.0" |
| 340 | + "@commitlint/types" "^12.1.4" |
351 | 341 | lodash "^4.17.19"
|
352 | 342 |
|
353 |
| -"@commitlint/execute-rule@^11.0.0": |
354 |
| - version "11.0.0" |
355 |
| - resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-11.0.0.tgz#3ed60ab7a33019e58d90e2d891b75d7df77b4b4d" |
356 |
| - integrity sha512-g01p1g4BmYlZ2+tdotCavrMunnPFPhTzG1ZiLKTCYrooHRbmvqo42ZZn4QMStUEIcn+jfLb6BRZX3JzIwA1ezQ== |
| 343 | +"@commitlint/execute-rule@^12.1.4": |
| 344 | + version "12.1.4" |
| 345 | + resolved "https://registry.yarnpkg.com/@commitlint/execute-rule/-/execute-rule-12.1.4.tgz#9973b02e9779adbf1522ae9ac207a4815ec73de1" |
| 346 | + integrity sha512-h2S1j8SXyNeABb27q2Ok2vD1WfxJiXvOttKuRA9Or7LN6OQoC/KtT3844CIhhWNteNMu/wE0gkTqGxDVAnJiHg== |
357 | 347 |
|
358 |
| -"@commitlint/format@^11.0.0": |
359 |
| - version "11.0.0" |
360 |
| - resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-11.0.0.tgz#ac47b0b9ca46540c0082c721b290794e67bdc51b" |
361 |
| - integrity sha512-bpBLWmG0wfZH/svzqD1hsGTpm79TKJWcf6EXZllh2J/LSSYKxGlv967lpw0hNojme0sZd4a/97R3qA2QHWWSLg== |
| 348 | +"@commitlint/format@^12.1.4": |
| 349 | + version "12.1.4" |
| 350 | + resolved "https://registry.yarnpkg.com/@commitlint/format/-/format-12.1.4.tgz#db2d46418a6ae57c90e5f7f65dff46f0265d9f24" |
| 351 | + integrity sha512-h28ucMaoRjVvvgS6Bdf85fa/+ZZ/iu1aeWGCpURnQV7/rrVjkhNSjZwGlCOUd5kDV1EnZ5XdI7L18SUpRjs26g== |
362 | 352 | dependencies:
|
363 |
| - "@commitlint/types" "^11.0.0" |
| 353 | + "@commitlint/types" "^12.1.4" |
364 | 354 | chalk "^4.0.0"
|
365 | 355 |
|
366 |
| -"@commitlint/is-ignored@^11.0.0": |
367 |
| - version "11.0.0" |
368 |
| - resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-11.0.0.tgz#7b803eda56276dbe7fec51eb1510676198468f39" |
369 |
| - integrity sha512-VLHOUBN+sOlkYC4tGuzE41yNPO2w09sQnOpfS+pSPnBFkNUUHawEuA44PLHtDvQgVuYrMAmSWFQpWabMoP5/Xg== |
| 356 | +"@commitlint/is-ignored@^12.1.4": |
| 357 | + version "12.1.4" |
| 358 | + resolved "https://registry.yarnpkg.com/@commitlint/is-ignored/-/is-ignored-12.1.4.tgz#4c430bc3b361aa9be5cd4ddb252c1559870ea7bc" |
| 359 | + integrity sha512-uTu2jQU2SKvtIRVLOzMQo3KxDtO+iJ1p0olmncwrqy4AfPLgwoyCP2CiULq5M7xpR3+dE3hBlZXbZTQbD7ycIw== |
370 | 360 | dependencies:
|
371 |
| - "@commitlint/types" "^11.0.0" |
372 |
| - semver "7.3.2" |
| 361 | + "@commitlint/types" "^12.1.4" |
| 362 | + semver "7.3.5" |
373 | 363 |
|
374 |
| -"@commitlint/lint@^11.0.0": |
375 |
| - version "11.0.0" |
376 |
| - resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-11.0.0.tgz#01e062cd1b0e7c3d756aa2c246462e0b6a3348a4" |
377 |
| - integrity sha512-Q8IIqGIHfwKr8ecVZyYh6NtXFmKw4YSEWEr2GJTB/fTZXgaOGtGFZDWOesCZllQ63f1s/oWJYtVv5RAEuwN8BQ== |
| 364 | +"@commitlint/lint@^12.1.4": |
| 365 | + version "12.1.4" |
| 366 | + resolved "https://registry.yarnpkg.com/@commitlint/lint/-/lint-12.1.4.tgz#856b7fd2b2e6367b836cb84a12f1c1b3c0e40d22" |
| 367 | + integrity sha512-1kZ8YDp4to47oIPFELUFGLiLumtPNKJigPFDuHt2+f3Q3IKdQ0uk53n3CPl4uoyso/Og/EZvb1mXjFR/Yce4cA== |
378 | 368 | dependencies:
|
379 |
| - "@commitlint/is-ignored" "^11.0.0" |
380 |
| - "@commitlint/parse" "^11.0.0" |
381 |
| - "@commitlint/rules" "^11.0.0" |
382 |
| - "@commitlint/types" "^11.0.0" |
| 369 | + "@commitlint/is-ignored" "^12.1.4" |
| 370 | + "@commitlint/parse" "^12.1.4" |
| 371 | + "@commitlint/rules" "^12.1.4" |
| 372 | + "@commitlint/types" "^12.1.4" |
383 | 373 |
|
384 |
| -"@commitlint/load@^11.0.0": |
385 |
| - version "11.0.0" |
386 |
| - resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-11.0.0.tgz#f736562f0ffa7e773f8808fea93319042ee18211" |
387 |
| - integrity sha512-t5ZBrtgvgCwPfxmG811FCp39/o3SJ7L+SNsxFL92OR4WQxPcu6c8taD0CG2lzOHGuRyuMxZ7ps3EbngT2WpiCg== |
| 374 | +"@commitlint/load@^12.1.4": |
| 375 | + version "12.1.4" |
| 376 | + resolved "https://registry.yarnpkg.com/@commitlint/load/-/load-12.1.4.tgz#e3c2dbc0e7d8d928f57a6878bd7219909fc0acab" |
| 377 | + integrity sha512-Keszi0IOjRzKfxT+qES/n+KZyLrxy79RQz8wWgssCboYjKEp+wC+fLCgbiMCYjI5k31CIzIOq/16J7Ycr0C0EA== |
388 | 378 | dependencies:
|
389 |
| - "@commitlint/execute-rule" "^11.0.0" |
390 |
| - "@commitlint/resolve-extends" "^11.0.0" |
391 |
| - "@commitlint/types" "^11.0.0" |
392 |
| - chalk "4.1.0" |
| 379 | + "@commitlint/execute-rule" "^12.1.4" |
| 380 | + "@commitlint/resolve-extends" "^12.1.4" |
| 381 | + "@commitlint/types" "^12.1.4" |
| 382 | + chalk "^4.0.0" |
393 | 383 | cosmiconfig "^7.0.0"
|
394 | 384 | lodash "^4.17.19"
|
395 | 385 | resolve-from "^5.0.0"
|
396 | 386 |
|
397 |
| -"@commitlint/message@^11.0.0": |
398 |
| - version "11.0.0" |
399 |
| - resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-11.0.0.tgz#83554c3cbbc884fd07b473593bc3e94bcaa3ee05" |
400 |
| - integrity sha512-01ObK/18JL7PEIE3dBRtoMmU6S3ecPYDTQWWhcO+ErA3Ai0KDYqV5VWWEijdcVafNpdeUNrEMigRkxXHQLbyJA== |
| 387 | +"@commitlint/message@^12.1.4": |
| 388 | + version "12.1.4" |
| 389 | + resolved "https://registry.yarnpkg.com/@commitlint/message/-/message-12.1.4.tgz#3895edcc0709deca5945f3d55f5ea95a9f1f446d" |
| 390 | + integrity sha512-6QhalEKsKQ/Y16/cTk5NH4iByz26fqws2ub+AinHPtM7Io0jy4e3rym9iE+TkEqiqWZlUigZnTwbPvRJeSUBaA== |
401 | 391 |
|
402 |
| -"@commitlint/parse@^11.0.0": |
403 |
| - version "11.0.0" |
404 |
| - resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-11.0.0.tgz#d18b08cf67c35d02115207d7009306a2e8e7c901" |
405 |
| - integrity sha512-DekKQAIYWAXIcyAZ6/PDBJylWJ1BROTfDIzr9PMVxZRxBPc1gW2TG8fLgjZfBP5mc0cuthPkVi91KQQKGri/7A== |
| 392 | +"@commitlint/parse@^12.1.4": |
| 393 | + version "12.1.4" |
| 394 | + resolved "https://registry.yarnpkg.com/@commitlint/parse/-/parse-12.1.4.tgz#ba03d54d24ef84f6fd2ff31c5e9998b22d7d0aa1" |
| 395 | + integrity sha512-yqKSAsK2V4X/HaLb/yYdrzs6oD/G48Ilt0EJ2Mp6RJeWYxG14w/Out6JrneWnr/cpzemyN5hExOg6+TB19H/Lw== |
406 | 396 | dependencies:
|
407 |
| - conventional-changelog-angular "^5.0.0" |
| 397 | + "@commitlint/types" "^12.1.4" |
| 398 | + conventional-changelog-angular "^5.0.11" |
408 | 399 | conventional-commits-parser "^3.0.0"
|
409 | 400 |
|
410 |
| -"@commitlint/read@^11.0.0": |
411 |
| - version "11.0.0" |
412 |
| - resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-11.0.0.tgz#f24240548c63587bba139fa5a364cab926077016" |
413 |
| - integrity sha512-37V0V91GSv0aDzMzJioKpCoZw6l0shk7+tRG8RkW1GfZzUIytdg3XqJmM+IaIYpaop0m6BbZtfq+idzUwJnw7g== |
| 401 | +"@commitlint/read@^12.1.4": |
| 402 | + version "12.1.4" |
| 403 | + resolved "https://registry.yarnpkg.com/@commitlint/read/-/read-12.1.4.tgz#552fda42ef185d5b578beb6f626a5f8b282de3a6" |
| 404 | + integrity sha512-TnPQSJgD8Aod5Xeo9W4SaYKRZmIahukjcCWJ2s5zb3ZYSmj6C85YD9cR5vlRyrZjj78ItLUV/X4FMWWVIS38Jg== |
414 | 405 | dependencies:
|
415 |
| - "@commitlint/top-level" "^11.0.0" |
| 406 | + "@commitlint/top-level" "^12.1.4" |
| 407 | + "@commitlint/types" "^12.1.4" |
416 | 408 | fs-extra "^9.0.0"
|
417 | 409 | git-raw-commits "^2.0.0"
|
418 | 410 |
|
419 |
| -"@commitlint/resolve-extends@^11.0.0": |
420 |
| - version "11.0.0" |
421 |
| - resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-11.0.0.tgz#158ecbe27d4a2a51d426111a01478e216fbb1036" |
422 |
| - integrity sha512-WinU6Uv6L7HDGLqn/To13KM1CWvZ09VHZqryqxXa1OY+EvJkfU734CwnOEeNlSCK7FVLrB4kmodLJtL1dkEpXw== |
| 411 | +"@commitlint/resolve-extends@^12.1.4": |
| 412 | + version "12.1.4" |
| 413 | + resolved "https://registry.yarnpkg.com/@commitlint/resolve-extends/-/resolve-extends-12.1.4.tgz#e758ed7dcdf942618b9f603a7c28a640f6a0802a" |
| 414 | + integrity sha512-R9CoUtsXLd6KSCfsZly04grsH6JVnWFmVtWgWs1KdDpdV+G3TSs37tColMFqglpkx3dsWu8dsPD56+D9YnJfqg== |
423 | 415 | dependencies:
|
424 | 416 | import-fresh "^3.0.0"
|
425 | 417 | lodash "^4.17.19"
|
426 | 418 | resolve-from "^5.0.0"
|
427 | 419 | resolve-global "^1.0.0"
|
428 | 420 |
|
429 |
| -"@commitlint/rules@^11.0.0": |
430 |
| - version "11.0.0" |
431 |
| - resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-11.0.0.tgz#bdb310cc6fc55c9f8d7d917a22b69055c535c375" |
432 |
| - integrity sha512-2hD9y9Ep5ZfoNxDDPkQadd2jJeocrwC4vJ98I0g8pNYn/W8hS9+/FuNpolREHN8PhmexXbkjrwyQrWbuC0DVaA== |
| 421 | +"@commitlint/rules@^12.1.4": |
| 422 | + version "12.1.4" |
| 423 | + resolved "https://registry.yarnpkg.com/@commitlint/rules/-/rules-12.1.4.tgz#0e141b08caa3d7bdc48aa784baa8baff3efd64db" |
| 424 | + integrity sha512-W8m6ZSjg7RuIsIfzQiFHa48X5mcPXeKT9yjBxVmjHvYfS2FDBf1VxCQ7vO0JTVIdV4ohjZ0eKg/wxxUuZHJAZg== |
433 | 425 | dependencies:
|
434 |
| - "@commitlint/ensure" "^11.0.0" |
435 |
| - "@commitlint/message" "^11.0.0" |
436 |
| - "@commitlint/to-lines" "^11.0.0" |
437 |
| - "@commitlint/types" "^11.0.0" |
| 426 | + "@commitlint/ensure" "^12.1.4" |
| 427 | + "@commitlint/message" "^12.1.4" |
| 428 | + "@commitlint/to-lines" "^12.1.4" |
| 429 | + "@commitlint/types" "^12.1.4" |
438 | 430 |
|
439 |
| -"@commitlint/to-lines@^11.0.0": |
440 |
| - version "11.0.0" |
441 |
| - resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-11.0.0.tgz#86dea151c10eea41e39ea96fa4de07839258a7fe" |
442 |
| - integrity sha512-TIDTB0Y23jlCNubDROUVokbJk6860idYB5cZkLWcRS9tlb6YSoeLn1NLafPlrhhkkkZzTYnlKYzCVrBNVes1iw== |
| 431 | +"@commitlint/to-lines@^12.1.4": |
| 432 | + version "12.1.4" |
| 433 | + resolved "https://registry.yarnpkg.com/@commitlint/to-lines/-/to-lines-12.1.4.tgz#caa582dbf121f377a0588bb64e25c4854843cd25" |
| 434 | + integrity sha512-TParumvbi8bdx3EdLXz2MaX+e15ZgoCqNUgqHsRLwyqLUTRbqCVkzrfadG1UcMQk8/d5aMbb327ZKG3Q4BRorw== |
443 | 435 |
|
444 |
| -"@commitlint/top-level@^11.0.0": |
445 |
| - version "11.0.0" |
446 |
| - resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-11.0.0.tgz#bb2d1b6e5ed3be56874633b59e1f7de118c32783" |
447 |
| - integrity sha512-O0nFU8o+Ws+py5pfMQIuyxOtfR/kwtr5ybqTvR+C2lUPer2x6lnQU+OnfD7hPM+A+COIUZWx10mYQvkR3MmtAA== |
| 436 | +"@commitlint/top-level@^12.1.4": |
| 437 | + version "12.1.4" |
| 438 | + resolved "https://registry.yarnpkg.com/@commitlint/top-level/-/top-level-12.1.4.tgz#96d5c715bfc1bdf86dfcf11b67fc2cf7658c7a6e" |
| 439 | + integrity sha512-d4lTJrOT/dXlpY+NIt4CUl77ciEzYeNVc0VFgUQ6VA+b1rqYD2/VWFjBlWVOrklxtSDeKyuEhs36RGrppEFAvg== |
448 | 440 | dependencies:
|
449 | 441 | find-up "^5.0.0"
|
450 | 442 |
|
451 |
| -"@commitlint/types@^11.0.0": |
452 |
| - version "11.0.0" |
453 |
| - resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-11.0.0.tgz#719cf05fcc1abb6533610a2e0f5dd1e61eac14fe" |
454 |
| - integrity sha512-VoNqai1vR5anRF5Tuh/+SWDFk7xi7oMwHrHrbm1BprYXjB2RJsWLhUrStMssDxEl5lW/z3EUdg8RvH/IUBccSQ== |
| 443 | +"@commitlint/types@^12.1.4": |
| 444 | + version "12.1.4" |
| 445 | + resolved "https://registry.yarnpkg.com/@commitlint/types/-/types-12.1.4.tgz#9618a5dc8991fb58e6de6ed89d7bf712fa74ba7e" |
| 446 | + integrity sha512-KRIjdnWNUx6ywz+SJvjmNCbQKcKP6KArhjZhY2l+CWKxak0d77SOjggkMwFTiSgLODOwmuLTbarR2ZfWPiPMlw== |
| 447 | + dependencies: |
| 448 | + chalk "^4.0.0" |
455 | 449 |
|
456 | 450 | "@eslint/eslintrc@^0.4.2":
|
457 | 451 | version "0.4.2"
|
@@ -1883,14 +1877,6 @@ caseless@~0.12.0:
|
1883 | 1877 | resolved "https://registry.yarnpkg.com/caseless/-/caseless-0.12.0.tgz#1b681c21ff84033c826543090689420d187151dc"
|
1884 | 1878 | integrity sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=
|
1885 | 1879 |
|
1886 |
| - |
1887 |
| - version "4.1.0" |
1888 |
| - resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a" |
1889 |
| - integrity sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A== |
1890 |
| - dependencies: |
1891 |
| - ansi-styles "^4.1.0" |
1892 |
| - supports-color "^7.1.0" |
1893 |
| - |
1894 | 1880 | chalk@^2.0.0, chalk@^2.3.2:
|
1895 | 1881 | version "2.4.2"
|
1896 | 1882 | resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424"
|
@@ -2158,7 +2144,7 @@ conventional-changelog-angular@^1.6.6:
|
2158 | 2144 | compare-func "^1.3.1"
|
2159 | 2145 | q "^1.5.1"
|
2160 | 2146 |
|
2161 |
| -conventional-changelog-angular@^5.0.0, conventional-changelog-angular@^5.0.12: |
| 2147 | +conventional-changelog-angular@^5.0.0, conventional-changelog-angular@^5.0.11, conventional-changelog-angular@^5.0.12: |
2162 | 2148 | version "5.0.12"
|
2163 | 2149 | resolved "https://registry.yarnpkg.com/conventional-changelog-angular/-/conventional-changelog-angular-5.0.12.tgz#c979b8b921cbfe26402eb3da5bbfda02d865a2b9"
|
2164 | 2150 | integrity sha512-5GLsbnkR/7A89RyHLvvoExbiGbd9xKdKqDTrArnPbOqBqG/2wIosu0fHwpeIRI8Tl94MhVNBXcLJZl92ZQ5USw==
|
@@ -2396,11 +2382,6 @@ copy-descriptor@^0.1.0:
|
2396 | 2382 | resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
|
2397 | 2383 | integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
|
2398 | 2384 |
|
2399 |
| -core-js@^3.6.1: |
2400 |
| - version "3.14.0" |
2401 |
| - resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.14.0.tgz#62322b98c71cc2018b027971a69419e2425c2a6c" |
2402 |
| - integrity sha512-3s+ed8er9ahK+zJpp9ZtuVcDoFzHNiZsPbNAAE4KXgrRHbjSqqNN6xGSXq6bq7TZIbKj4NLrLb6bJ5i+vSVjHA== |
2403 |
| - |
2404 | 2385 | [email protected], core-util-is@~1.0.0:
|
2405 | 2386 | version "1.0.2"
|
2406 | 2387 | resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
|
@@ -3474,11 +3455,6 @@ get-pkg-repo@^1.0.0:
|
3474 | 3455 | parse-github-repo-url "^1.3.0"
|
3475 | 3456 | through2 "^2.0.0"
|
3476 | 3457 |
|
3477 |
| - |
3478 |
| - version "8.0.0" |
3479 |
| - resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-8.0.0.tgz#cbad6a73feb75f6eeb22ba9e01f89aa28aa97a53" |
3480 |
| - integrity sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg== |
3481 |
| - |
3482 | 3458 | get-stdin@^4.0.1:
|
3483 | 3459 | version "4.0.1"
|
3484 | 3460 | resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-4.0.1.tgz#b968c6b0a04384324902e8bf1a5df32579a450fe"
|
@@ -6788,11 +6764,6 @@ redeyed@~2.1.0:
|
6788 | 6764 | dependencies:
|
6789 | 6765 | esprima "~4.0.0"
|
6790 | 6766 |
|
6791 |
| -regenerator-runtime@^0.13.4: |
6792 |
| - version "0.13.7" |
6793 |
| - resolved "https://registry.yarnpkg.com/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz#cac2dacc8a1ea675feaabaeb8ae833898ae46f55" |
6794 |
| - integrity sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew== |
6795 |
| - |
6796 | 6767 | regex-not@^1.0.0, regex-not@^1.0.2:
|
6797 | 6768 | version "1.0.2"
|
6798 | 6769 | resolved "https://registry.yarnpkg.com/regex-not/-/regex-not-1.0.2.tgz#1f4ece27e00b0b65e0247a6810e6a85d83a5752c"
|
@@ -7102,12 +7073,7 @@ semver-regex@^3.1.2:
|
7102 | 7073 | resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
|
7103 | 7074 | integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
|
7104 | 7075 |
|
7105 |
| - |
7106 |
| - version "7.3.2" |
7107 |
| - resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.2.tgz#604962b052b81ed0786aae84389ffba70ffd3938" |
7108 |
| - integrity sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ== |
7109 |
| - |
7110 |
| -[email protected], semver@^7.1.1, semver@^7.1.2, semver@^7.1.3, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5: |
| 7076 | +[email protected], [email protected], semver@^7.1.1, semver@^7.1.2, semver@^7.1.3, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5: |
7111 | 7077 | version "7.3.5"
|
7112 | 7078 | resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
|
7113 | 7079 | integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==
|
@@ -8379,7 +8345,7 @@ yargs-parser@^18.1.2, yargs-parser@^18.1.3:
|
8379 | 8345 | camelcase "^5.0.0"
|
8380 | 8346 | decamelize "^1.2.0"
|
8381 | 8347 |
|
8382 |
| -yargs@^15.1.0, yargs@^15.4.1: |
| 8348 | +yargs@^15.4.1: |
8383 | 8349 | version "15.4.1"
|
8384 | 8350 | resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.4.1.tgz#0d87a16de01aee9d8bec2bfbf74f67851730f4f8"
|
8385 | 8351 | integrity sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==
|
|
0 commit comments