|
490 | 490 | debug "^4.1.1" |
491 | 491 | semver "^7.3.2" |
492 | 492 |
|
| 493 | +"@oclif/command@^1.8.1", "@oclif/command@^1.8.6": |
| 494 | + version "1.8.7" |
| 495 | + resolved "https://registry.yarnpkg.com/@oclif/command/-/command-1.8.7.tgz#825d34bea8e93cecfaf0cb9bf327f4ab87cd0714" |
| 496 | + integrity sha512-5DRLd2WHppuKsudHe8rCZnjgEpA2/6P4zxrLwWBXrGz+/kzA/RWcPJgkcdfm1uBCEgHMSWZP4MX21d4lAB1vYA== |
| 497 | + dependencies: |
| 498 | + "@oclif/config" "^1.18.1" |
| 499 | + "@oclif/errors" "^1.3.5" |
| 500 | + "@oclif/parser" "^3.8.6" |
| 501 | + "@oclif/plugin-help" "^3.2.10" |
| 502 | + debug "^4.1.1" |
| 503 | + semver "^7.3.2" |
| 504 | + |
493 | 505 | "@oclif/config@^1", "@oclif/config@^1.14.0", "@oclif/config@^1.15.1", "@oclif/config@^1.17.0": |
494 | 506 | version "1.17.0" |
495 | 507 | resolved "https://registry.npmjs.org/@oclif/config/-/config-1.17.0.tgz#ba8639118633102a7e481760c50054623d09fcab" |
|
502 | 514 | is-wsl "^2.1.1" |
503 | 515 | tslib "^2.0.0" |
504 | 516 |
|
505 | | -"@oclif/config@^1.17.1": |
506 | | - version "1.17.1" |
507 | | - resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.17.1.tgz#383515f6715b91d8df5db8108214e93bb46e86ca" |
508 | | - integrity sha512-UqV5qsN2np96TNlJspSNlRl7CpFmxYSrB0iLe3XV9NDkbFEE5prGP++h6w6xOR/FL3QV7BoqrbwGuJdJdFbidw== |
| 517 | +"@oclif/config@^1.18.1": |
| 518 | + version "1.18.1" |
| 519 | + resolved "https://registry.yarnpkg.com/@oclif/config/-/config-1.18.1.tgz#81207d3682fa967bcd6981954fcfe414a29dcc77" |
| 520 | + integrity sha512-twRJO5RRl3CCDaAASb6LiynfFQl/SbkWWOQy1l0kJZSMPysEhz+fk3BKfmlCCm451Btkp4UezHUwI1JtH+/zYg== |
509 | 521 | dependencies: |
510 | 522 | "@oclif/errors" "^1.3.3" |
511 | | - "@oclif/parser" "^3.8.6" |
| 523 | + "@oclif/parser" "^3.8.0" |
512 | 524 | debug "^4.1.1" |
513 | 525 | globby "^11.0.1" |
514 | 526 | is-wsl "^2.1.1" |
|
533 | 545 | qqjs "^0.3.10" |
534 | 546 | tslib "^2.0.3" |
535 | 547 |
|
536 | | -"@oclif/errors@^1.2.1", "@oclif/errors@^1.2.2", "@oclif/errors@^1.3.3": |
| 548 | +"@oclif/errors@^1.2.1", "@oclif/errors@^1.2.2", "@oclif/errors@^1.3.3", "@oclif/errors@^1.3.5": |
537 | 549 | version "1.3.5" |
538 | 550 | resolved "https://registry.npmjs.org/@oclif/errors/-/errors-1.3.5.tgz#a1e9694dbeccab10fe2fe15acb7113991bed636c" |
539 | 551 | integrity sha512-OivucXPH/eLLlOT7FkCMoZXiaVYf8I/w1eTAM1+gKzfhALwWTusxEx7wBmW0uzvkSg/9ovWLycPaBgJbM3LOCQ== |
|
549 | 561 | resolved "https://registry.npmjs.org/@oclif/linewrap/-/linewrap-1.0.0.tgz#aedcb64b479d4db7be24196384897b5000901d91" |
550 | 562 | integrity sha512-Ups2dShK52xXa8w6iBWLgcjPJWjais6KPJQq3gQ/88AY6BXoTX+MIGFPrWQO1KLMiQfoTpcLnUwloN4brrVUHw== |
551 | 563 |
|
| 564 | +"@oclif/[email protected]", "@oclif/parser@^3.8.6": |
| 565 | + version "3.8.6" |
| 566 | + resolved "https://registry.yarnpkg.com/@oclif/parser/-/parser-3.8.6.tgz#d5a108af9c708a051cc6b1d27d47359d75f41236" |
| 567 | + integrity sha512-tXb0NKgSgNxmf6baN6naK+CCwOueaFk93FG9u202U7mTBHUKsioOUlw1SG/iPi9aJM3WE4pHLXmty59pci0OEw== |
| 568 | + dependencies: |
| 569 | + "@oclif/errors" "^1.2.2" |
| 570 | + "@oclif/linewrap" "^1.0.0" |
| 571 | + chalk "^4.1.0" |
| 572 | + tslib "^2.0.0" |
| 573 | + |
552 | 574 | "@oclif/parser@^3.8.0", "@oclif/parser@^3.8.3": |
553 | 575 | version "3.8.5" |
554 | 576 | resolved "https://registry.npmjs.org/@oclif/parser/-/parser-3.8.5.tgz#c5161766a1efca7343e1f25d769efbefe09f639b" |
|
559 | 581 | chalk "^2.4.2" |
560 | 582 | tslib "^1.9.3" |
561 | 583 |
|
562 | | -"@oclif/parser@^3.8.6": |
563 | | - version "3.8.6" |
564 | | - resolved "https://registry.yarnpkg.com/@oclif/parser/-/parser-3.8.6.tgz#d5a108af9c708a051cc6b1d27d47359d75f41236" |
565 | | - integrity sha512-tXb0NKgSgNxmf6baN6naK+CCwOueaFk93FG9u202U7mTBHUKsioOUlw1SG/iPi9aJM3WE4pHLXmty59pci0OEw== |
566 | | - dependencies: |
567 | | - "@oclif/errors" "^1.2.2" |
568 | | - "@oclif/linewrap" "^1.0.0" |
569 | | - chalk "^4.1.0" |
570 | | - tslib "^2.0.0" |
571 | | - |
572 | 584 | "@oclif/plugin-command-snapshot@^2.2.2": |
573 | 585 | version "2.2.2" |
574 | 586 | resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-2.2.2.tgz#2da73d06886e8b74c5e95f7369562d795dcfa5a2" |
|
613 | 625 | widest-line "^3.1.0" |
614 | 626 | wrap-ansi "^4.0.0" |
615 | 627 |
|
| 628 | +"@oclif/plugin-help@^3.2.10": |
| 629 | + version "3.2.10" |
| 630 | + resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-3.2.10.tgz#1843ac05f8cd139b575ee8b1dfc34bb500110e68" |
| 631 | + integrity sha512-U3Jk01MTnqnd9druulNSn6nTjPEE1Rr6PWhD4rJ6Z+NjLFTKhp3S1kutWDXJQd7CQ6m8tHd1AYgsIjiR+36bSw== |
| 632 | + dependencies: |
| 633 | + "@oclif/command" "^1.8.6" |
| 634 | + "@oclif/config" "^1.18.1" |
| 635 | + "@oclif/errors" "^1.3.5" |
| 636 | + chalk "^4.1.2" |
| 637 | + indent-string "^4.0.0" |
| 638 | + lodash "^4.17.21" |
| 639 | + string-width "^4.2.0" |
| 640 | + strip-ansi "^6.0.0" |
| 641 | + widest-line "^3.1.0" |
| 642 | + wrap-ansi "^6.2.0" |
| 643 | + |
616 | 644 | "@oclif/screen@^1.0.3": |
617 | 645 | version "1.0.4" |
618 | 646 | resolved "https://registry.npmjs.org/@oclif/screen/-/screen-1.0.4.tgz#b740f68609dfae8aa71c3a6cab15d816407ba493" |
|
666 | 694 | chalk "^2.4.2" |
667 | 695 | cli-ux "^4.9.3" |
668 | 696 |
|
669 | | -"@salesforce/command@^4.1.3": |
670 | | - version "4.1.4" |
671 | | - resolved "https://registry.yarnpkg.com/@salesforce/command/-/command-4.1.4.tgz#84ffbbdd07a6b82c6a52dcd20edff677483b803e" |
672 | | - integrity sha512-rATEYdM370wFHcZw10W0vDaRZwtBUAD8xukzPRkSGCBhYwm8csLbW0Vlx+vaG2Wh7G85Uzy8ZEWpzmLDRtbvHQ== |
| 697 | +"@salesforce/command@^4.2.0": |
| 698 | + version "4.2.0" |
| 699 | + resolved "https://registry.yarnpkg.com/@salesforce/command/-/command-4.2.0.tgz#e2a1a620e6a0f1f1e25747bd651a749cf29ad9e6" |
| 700 | + integrity sha512-KxvzBHqJHLR5WMP/Gh4TpSjCSfIveZEVRA8+zS+ZFXXLILuZzCPi/kHwZnKwOedO3EyjC8HFnFDgKt62vqgw8w== |
673 | 701 | dependencies: |
674 | | - "@oclif/command" "^1.5.17" |
| 702 | + "@oclif/command" "^1.8.1" |
675 | 703 | "@oclif/errors" "^1.2.2" |
676 | | - "@oclif/parser" "^3.8.3" |
| 704 | + "@oclif/parser" "3.8.6" |
677 | 705 | "@oclif/plugin-help" "^2.2.0" |
678 | 706 | "@oclif/test" "^1.2.4" |
679 | | - "@salesforce/core" "^2.28.0" |
| 707 | + "@salesforce/core" "^2.31.0" |
680 | 708 | "@salesforce/kit" "^1.5.17" |
681 | 709 | "@salesforce/ts-types" "^1.5.20" |
682 | 710 | chalk "^2.4.2" |
683 | 711 | cli-ux "^4.9.3" |
684 | 712 |
|
685 | | -"@salesforce/core@^2.2.0", "@salesforce/core@^2.23.4", "@salesforce/core@^2.24.0", "@salesforce/core@^2.28.0", "@salesforce/core@^2.30.0": |
| 713 | +"@salesforce/core@^2.2.0", "@salesforce/core@^2.23.4", "@salesforce/core@^2.24.0": |
686 | 714 | version "2.30.0" |
687 | 715 | resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-2.30.0.tgz#0cf52378d87f18a55d438a492fd13b4579f01105" |
688 | 716 | integrity sha512-Uh1XCEL9qnf7mBuKrKTzK3TIXlkZn+ZQyYOGW0taa2uanVu6BrVHC+2E689RFr/9vK6zv1NsJklg6B3zguekVw== |
|
704 | 732 | sfdx-faye "^1.0.9" |
705 | 733 | ts-retry-promise "^0.6.0" |
706 | 734 |
|
| 735 | +"@salesforce/core@^2.31.0": |
| 736 | + version "2.31.0" |
| 737 | + resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-2.31.0.tgz#cdeaa9968060afb52f40c12bf5a4f9844a2a1909" |
| 738 | + integrity sha512-ROEjX/M0ZHpGlmRfNUoDKsE4ppOZUU5Hcl3XHr2pCO7F505imAmhKg8I+XfGSxXyj4bL/kftkNTK5xFffJ+6mw== |
| 739 | + dependencies: |
| 740 | + "@salesforce/bunyan" "^2.0.0" |
| 741 | + "@salesforce/kit" "^1.5.0" |
| 742 | + "@salesforce/schemas" "^1.0.1" |
| 743 | + "@salesforce/ts-types" "^1.5.13" |
| 744 | + "@types/graceful-fs" "^4.1.5" |
| 745 | + "@types/jsforce" "^1.9.35" |
| 746 | + "@types/mkdirp" "^1.0.1" |
| 747 | + debug "^3.1.0" |
| 748 | + graceful-fs "^4.2.4" |
| 749 | + jsen "0.6.6" |
| 750 | + jsforce "^1.11.0" |
| 751 | + jsonwebtoken "8.5.0" |
| 752 | + mkdirp "1.0.4" |
| 753 | + semver "^7.3.5" |
| 754 | + sfdx-faye "^1.0.9" |
| 755 | + ts-retry-promise "^0.6.0" |
| 756 | + |
707 | 757 | "@salesforce/dev-config@^2.1.2": |
708 | 758 | version "2.1.2" |
709 | 759 | resolved "https://registry.npmjs.org/@salesforce/dev-config/-/dev-config-2.1.2.tgz#b4e206f860e87065d068bf8ba3994a032389ad81" |
@@ -1543,7 +1593,7 @@ chalk@^3.0.0: |
1543 | 1593 | ansi-styles "^4.1.0" |
1544 | 1594 | supports-color "^7.1.0" |
1545 | 1595 |
|
1546 | | -chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1: |
| 1596 | +chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.1, chalk@^4.1.2: |
1547 | 1597 | version "4.1.2" |
1548 | 1598 | resolved "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01" |
1549 | 1599 | integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA== |
@@ -2647,9 +2697,9 @@ faye-websocket@~0.9.1: |
2647 | 2697 | dependencies: |
2648 | 2698 | websocket-driver ">=0.5.1" |
2649 | 2699 |
|
2650 | | -faye@^1.2.0: |
| 2700 | +faye@^1.2.0, faye@^1.4.0: |
2651 | 2701 | version "1.4.0" |
2652 | | - resolved "https://registry.npmjs.org/faye/-/faye-1.4.0.tgz#01d3d26ed5642c1cb203eed358afb1c1444b8669" |
| 2702 | + resolved "https://registry.yarnpkg.com/faye/-/faye-1.4.0.tgz#01d3d26ed5642c1cb203eed358afb1c1444b8669" |
2653 | 2703 | integrity sha512-kRrIg4be8VNYhycS2PY//hpBJSzZPr/DBbcy9VWelhZMW3KhyLkQR0HL0k0MNpmVoNFF4EdfMFkNAWjTP65g6w== |
2654 | 2704 | dependencies: |
2655 | 2705 | asap "*" |
@@ -3688,6 +3738,27 @@ jsforce@^1.10.1: |
3688 | 3738 | request "^2.72.0" |
3689 | 3739 | xml2js "^0.4.16" |
3690 | 3740 |
|
| 3741 | +jsforce@^1.11.0: |
| 3742 | + version "1.11.0" |
| 3743 | + resolved "https://registry.yarnpkg.com/jsforce/-/jsforce-1.11.0.tgz#7e853b82c534f1fe8e18f432a344bae81881a133" |
| 3744 | + integrity sha512-vYNXJXXdz9ZQNdfRqq/MCJ/zU7JGA7iEduwafQDzChR9FeqXgTNfHTppLVbw9mIniKkQZemmxSOtl7N04lj/5Q== |
| 3745 | + dependencies: |
| 3746 | + base64-url "^2.2.0" |
| 3747 | + co-prompt "^1.0.0" |
| 3748 | + coffeescript "^1.10.0" |
| 3749 | + commander "^2.9.0" |
| 3750 | + csv-parse "^4.10.1" |
| 3751 | + csv-stringify "^1.0.4" |
| 3752 | + faye "^1.4.0" |
| 3753 | + inherits "^2.0.1" |
| 3754 | + lodash "^4.17.19" |
| 3755 | + multistream "^2.0.5" |
| 3756 | + opn "^5.3.0" |
| 3757 | + promise "^7.1.1" |
| 3758 | + readable-stream "^2.1.0" |
| 3759 | + request "^2.72.0" |
| 3760 | + xml2js "^0.4.16" |
| 3761 | + |
3691 | 3762 | json-parse-better-errors@^1.0.1: |
3692 | 3763 | version "1.0.2" |
3693 | 3764 | resolved "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9" |
|
0 commit comments