@salesforce/cli 2.44.8 → 2.45.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/oclif.lock CHANGED
@@ -1409,24 +1409,33 @@
1409
1409
  resolved "https://registry.npmjs.org/@hutson/parse-repository-url/-/parse-repository-url-3.0.2.tgz"
1410
1410
  integrity sha512-H9XAx3hc0BQHY6l+IFSWHDySypcXsvsuLhgYLUGywmJ5pswRVQJUHpOsobnLYp2ZUaUlKiKDrgWWhosOwAEM8Q==
1411
1411
 
1412
- "@inquirer/checkbox@^2.3.5":
1413
- version "2.3.5"
1414
- resolved "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-2.3.5.tgz"
1415
- integrity sha512-3V0OSykTkE/38GG1DhxRGLBmqefgzRg2EK5A375zz+XEvIWfAHcac31e+zlBDPypRHxhmXc/Oh6v9eOPbH3nAg==
1416
- dependencies:
1417
- "@inquirer/core" "^8.2.2"
1418
- "@inquirer/figures" "^1.0.3"
1419
- "@inquirer/type" "^1.3.3"
1412
+ "@inquirer/checkbox@^1.5.2":
1413
+ version "1.5.2"
1414
+ resolved "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-1.5.2.tgz"
1415
+ integrity sha512-CifrkgQjDkUkWexmgYYNyB5603HhTHI91vLFeQXh6qrTKiCMVASol01Rs1cv6LP/A2WccZSRlJKZhbaBIs/9ZA==
1416
+ dependencies:
1417
+ "@inquirer/core" "^6.0.0"
1418
+ "@inquirer/type" "^1.1.6"
1420
1419
  ansi-escapes "^4.3.2"
1421
1420
  chalk "^4.1.2"
1421
+ figures "^3.2.0"
1422
+
1423
+ "@inquirer/confirm@^2.0.17":
1424
+ version "2.0.17"
1425
+ resolved "https://registry.npmjs.org/@inquirer/confirm/-/confirm-2.0.17.tgz"
1426
+ integrity sha512-EqzhGryzmGpy2aJf6LxJVhndxYmFs+m8cxXzf8nejb1DE3sabf6mUgBcp4J0jAUEiAcYzqmkqRr7LPFh/WdnXA==
1427
+ dependencies:
1428
+ "@inquirer/core" "^6.0.0"
1429
+ "@inquirer/type" "^1.1.6"
1430
+ chalk "^4.1.2"
1422
1431
 
1423
- "@inquirer/confirm@^3.1.6", "@inquirer/confirm@^3.1.8", "@inquirer/confirm@^3.1.9":
1424
- version "3.1.9"
1425
- resolved "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.1.9.tgz"
1426
- integrity sha512-UF09aejxCi4Xqm6N/jJAiFXArXfi9al52AFaSD+2uIHnhZGtd1d6lIGTRMPouVSJxbGEi+HkOWSYaiEY/+szUw==
1432
+ "@inquirer/confirm@^3.1.6", "@inquirer/confirm@^3.1.8":
1433
+ version "3.1.8"
1434
+ resolved "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.1.8.tgz"
1435
+ integrity sha512-f3INZ+ca4dQdn+MQiq1yP/mOIR/Oc8BLRYuDh6ciToWd6z4W8yArfzjBCMQ0BPY8PcJKwZxGIt8Z6yNT32eSTw==
1427
1436
  dependencies:
1428
- "@inquirer/core" "^8.2.2"
1429
- "@inquirer/type" "^1.3.3"
1437
+ "@inquirer/core" "^8.2.1"
1438
+ "@inquirer/type" "^1.3.2"
1430
1439
 
1431
1440
  "@inquirer/core@^3.1.1":
1432
1441
  version "3.1.2"
@@ -1447,29 +1456,49 @@
1447
1456
  strip-ansi "^6.0.1"
1448
1457
  wrap-ansi "^6.2.0"
1449
1458
 
1450
- "@inquirer/core@^8.2.1", "@inquirer/core@^8.2.2":
1451
- version "8.2.2"
1452
- resolved "https://registry.npmjs.org/@inquirer/core/-/core-8.2.2.tgz"
1453
- integrity sha512-K8SuNX45jEFlX3EBJpu9B+S2TISzMPGXZIuJ9ME924SqbdW6Pt6fIkKvXg7mOEOKJ4WxpQsxj0UTfcL/A434Ww==
1459
+ "@inquirer/core@^6.0.0":
1460
+ version "6.0.0"
1461
+ resolved "https://registry.npmjs.org/@inquirer/core/-/core-6.0.0.tgz"
1462
+ integrity sha512-fKi63Khkisgda3ohnskNf5uZJj+zXOaBvOllHsOkdsXRA/ubQLJQrZchFFi57NKbZzkTunXiBMdvWOv71alonw==
1454
1463
  dependencies:
1455
- "@inquirer/figures" "^1.0.3"
1456
- "@inquirer/type" "^1.3.3"
1464
+ "@inquirer/type" "^1.1.6"
1457
1465
  "@types/mute-stream" "^0.0.4"
1458
- "@types/node" "^20.12.13"
1466
+ "@types/node" "^20.10.7"
1459
1467
  "@types/wrap-ansi" "^3.0.0"
1460
1468
  ansi-escapes "^4.3.2"
1461
1469
  chalk "^4.1.2"
1462
1470
  cli-spinners "^2.9.2"
1463
1471
  cli-width "^4.1.0"
1472
+ figures "^3.2.0"
1464
1473
  mute-stream "^1.0.0"
1474
+ run-async "^3.0.0"
1465
1475
  signal-exit "^4.1.0"
1466
1476
  strip-ansi "^6.0.1"
1467
1477
  wrap-ansi "^6.2.0"
1468
1478
 
1469
- "@inquirer/figures@^1.0.3":
1470
- version "1.0.3"
1471
- resolved "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.3.tgz"
1472
- integrity sha512-ErXXzENMH5pJt5/ssXV0DfWUZqly8nGzf0UcBV9xTnP+KyffE2mqyxIMBrZ8ijQck2nU0TQm40EQB53YreyWHw==
1479
+ "@inquirer/core@^8.2.1":
1480
+ version "8.2.1"
1481
+ resolved "https://registry.npmjs.org/@inquirer/core/-/core-8.2.1.tgz"
1482
+ integrity sha512-TIcuQMn2qrtyYe0j136UpHeYpk7AcR/trKeT/7YY0vRgcS9YSfJuQ2+PudPhSofLLsHNnRYAHScQCcVZrJkMqA==
1483
+ dependencies:
1484
+ "@inquirer/figures" "^1.0.2"
1485
+ "@inquirer/type" "^1.3.2"
1486
+ "@types/mute-stream" "^0.0.4"
1487
+ "@types/node" "^20.12.12"
1488
+ "@types/wrap-ansi" "^3.0.0"
1489
+ ansi-escapes "^4.3.2"
1490
+ chalk "^4.1.2"
1491
+ cli-spinners "^2.9.2"
1492
+ cli-width "^4.1.0"
1493
+ mute-stream "^1.0.0"
1494
+ signal-exit "^4.1.0"
1495
+ strip-ansi "^6.0.1"
1496
+ wrap-ansi "^6.2.0"
1497
+
1498
+ "@inquirer/figures@^1.0.2":
1499
+ version "1.0.2"
1500
+ resolved "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.2.tgz"
1501
+ integrity sha512-4F1MBwVr3c/m4bAUef6LgkvBfSjzwH+OfldgHqcuacWwSUetFebM2wi58WfG9uk1rR98U6GwLed4asLJbwdV5w==
1473
1502
 
1474
1503
  "@inquirer/input@^2.1.1", "@inquirer/input@^2.1.8":
1475
1504
  version "2.1.8"
@@ -1479,30 +1508,53 @@
1479
1508
  "@inquirer/core" "^8.2.1"
1480
1509
  "@inquirer/type" "^1.3.2"
1481
1510
 
1482
- "@inquirer/password@^2.1.9":
1483
- version "2.1.9"
1484
- resolved "https://registry.npmjs.org/@inquirer/password/-/password-2.1.9.tgz"
1485
- integrity sha512-QPtVcT12Fkn0TyuZJelR7QOtc5l1d/6pB5EfkHOivTzC6QTFxRCHl+Gx7Q3E2U/kgJeCCmDov6itDFggk9nkgA==
1511
+ "@inquirer/password@^1.1.16":
1512
+ version "1.1.16"
1513
+ resolved "https://registry.npmjs.org/@inquirer/password/-/password-1.1.16.tgz"
1514
+ integrity sha512-aZYZVHLUXZ2gbBot+i+zOJrks1WaiI95lvZCn1sKfcw6MtSSlYC8uDX8sTzQvAsQ8epHoP84UNvAIT0KVGOGqw==
1486
1515
  dependencies:
1487
- "@inquirer/core" "^8.2.2"
1488
- "@inquirer/type" "^1.3.3"
1516
+ "@inquirer/core" "^6.0.0"
1517
+ "@inquirer/type" "^1.1.6"
1489
1518
  ansi-escapes "^4.3.2"
1519
+ chalk "^4.1.2"
1490
1520
 
1491
- "@inquirer/select@^2.3.2", "@inquirer/select@^2.3.4", "@inquirer/select@^2.3.5":
1492
- version "2.3.5"
1493
- resolved "https://registry.npmjs.org/@inquirer/select/-/select-2.3.5.tgz"
1494
- integrity sha512-IyBj8oEtmdF2Gx4FJTPtEya37MD6s0KATKsHqgmls0lK7EQbhYSq9GQlcFq6cBsYe/cgQ0Fg2cCqYYPi/d/fxQ==
1521
+ "@inquirer/select@^1.3.1", "@inquirer/select@^1.3.3":
1522
+ version "1.3.3"
1523
+ resolved "https://registry.npmjs.org/@inquirer/select/-/select-1.3.3.tgz"
1524
+ integrity sha512-RzlRISXWqIKEf83FDC9ZtJ3JvuK1l7aGpretf41BCWYrvla2wU8W8MTRNMiPrPJ+1SIqrRC1nZdZ60hD9hRXLg==
1495
1525
  dependencies:
1496
- "@inquirer/core" "^8.2.2"
1497
- "@inquirer/figures" "^1.0.3"
1498
- "@inquirer/type" "^1.3.3"
1526
+ "@inquirer/core" "^6.0.0"
1527
+ "@inquirer/type" "^1.1.6"
1499
1528
  ansi-escapes "^4.3.2"
1500
1529
  chalk "^4.1.2"
1530
+ figures "^3.2.0"
1501
1531
 
1502
- "@inquirer/type@^1.1.2", "@inquirer/type@^1.3.2", "@inquirer/type@^1.3.3":
1503
- version "1.3.3"
1504
- resolved "https://registry.npmjs.org/@inquirer/type/-/type-1.3.3.tgz"
1505
- integrity sha512-xTUt0NulylX27/zMx04ZYar/kr1raaiFTVvQ5feljQsiAgdm0WPj4S73/ye0fbslh+15QrIuDvfCXTek7pMY5A==
1532
+ "@inquirer/select@^2.3.2":
1533
+ version "2.3.4"
1534
+ resolved "https://registry.npmjs.org/@inquirer/select/-/select-2.3.4.tgz"
1535
+ integrity sha512-y9HGzHfPPh60QciH7WiKtjtWjgU24jrIsfJnq4Zqmu8k4HVVQPBXxiKKzwzJyJWwdWZcWATm4VDDWGFEjVHvGA==
1536
+ dependencies:
1537
+ "@inquirer/core" "^8.2.1"
1538
+ "@inquirer/figures" "^1.0.2"
1539
+ "@inquirer/type" "^1.3.2"
1540
+ ansi-escapes "^4.3.2"
1541
+ chalk "^4.1.2"
1542
+
1543
+ "@inquirer/select@^2.3.4":
1544
+ version "2.3.4"
1545
+ resolved "https://registry.npmjs.org/@inquirer/select/-/select-2.3.4.tgz"
1546
+ integrity sha512-y9HGzHfPPh60QciH7WiKtjtWjgU24jrIsfJnq4Zqmu8k4HVVQPBXxiKKzwzJyJWwdWZcWATm4VDDWGFEjVHvGA==
1547
+ dependencies:
1548
+ "@inquirer/core" "^8.2.1"
1549
+ "@inquirer/figures" "^1.0.2"
1550
+ "@inquirer/type" "^1.3.2"
1551
+ ansi-escapes "^4.3.2"
1552
+ chalk "^4.1.2"
1553
+
1554
+ "@inquirer/type@^1.1.2", "@inquirer/type@^1.1.6", "@inquirer/type@^1.3.2":
1555
+ version "1.3.2"
1556
+ resolved "https://registry.npmjs.org/@inquirer/type/-/type-1.3.2.tgz"
1557
+ integrity sha512-5Frickan9c89QbPkSu6I6y8p+9eR6hZkdPahGmNDsTFX8FHLPAozyzCZMKUeW8FyYwnlCKUjqIEqxY+UctARiw==
1506
1558
 
1507
1559
  "@isaacs/cliui@^8.0.2":
1508
1560
  version "8.0.2"
@@ -2494,18 +2546,18 @@
2494
2546
  color-convert "^2.0.1"
2495
2547
  color-name "^2.0.0"
2496
2548
 
2497
- "@salesforce/plugin-auth@3.6.17":
2498
- version "3.6.17"
2499
- resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.17.tgz"
2500
- integrity sha512-VNVI3UKcmjF4pILqFdXqy/Q8+N1MDmjsZljo6+5180rUkm/94OciMAUBxflgz9P5tVSr1qRrgaxBQca7R5dFBA==
2549
+ "@salesforce/plugin-auth@3.6.16":
2550
+ version "3.6.16"
2551
+ resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.16.tgz"
2552
+ integrity sha512-tsU6chieBMygvTsgGP/9TeKnj7KTnraiwrX7FWu8QdhZLaAfr8cwZMvgbkfyOy8LhA5NNqQgvw6DPKMw7XLdDA==
2501
2553
  dependencies:
2502
- "@inquirer/checkbox" "^2.3.5"
2503
- "@inquirer/select" "^2.3.5"
2554
+ "@inquirer/checkbox" "^1.5.2"
2555
+ "@inquirer/select" "^1.3.3"
2504
2556
  "@oclif/core" "^3.26.5"
2505
2557
  "@salesforce/core" "^7.3.9"
2506
2558
  "@salesforce/kit" "^3.1.1"
2507
2559
  "@salesforce/plugin-info" "^3.3.1"
2508
- "@salesforce/sf-plugins-core" "^9.1.1"
2560
+ "@salesforce/sf-plugins-core" "^9.0.10"
2509
2561
  "@salesforce/ts-types" "^2.0.9"
2510
2562
  chalk "^5.3.0"
2511
2563
  open "^10.1.0"
@@ -2541,10 +2593,10 @@
2541
2593
  csv-stringify "^6.5.0"
2542
2594
  form-data "^4.0.0"
2543
2595
 
2544
- "@salesforce/plugin-deploy-retrieve@3.8.3":
2545
- version "3.8.3"
2546
- resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.8.3.tgz"
2547
- integrity sha512-cIBPeXJBlCazRgwfq5s9clV5Ckeva9akrn2lY1OKKEC/5EKXJ+ZtI8cSgkV7gB98fMTyfrWNV3U+8MsGc2dD5A==
2596
+ "@salesforce/plugin-deploy-retrieve@3.8.2":
2597
+ version "3.8.2"
2598
+ resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.8.2.tgz"
2599
+ integrity sha512-7QLkKD1WnMSuP/fvPS+KE2t5rPkBnSNaIgtMkyRtFO1QzS/JsQfGPw8gfarJoK8NRa91H0cKTcS5n6pNrsS3bA==
2548
2600
  dependencies:
2549
2601
  "@oclif/core" "^3.26.6"
2550
2602
  "@salesforce/apex-node" "^6.0.0"
@@ -2553,7 +2605,7 @@
2553
2605
  "@salesforce/plugin-info" "^3.3.0"
2554
2606
  "@salesforce/sf-plugins-core" "^9.1.0"
2555
2607
  "@salesforce/source-deploy-retrieve" "^11.6.3"
2556
- "@salesforce/source-tracking" "^6.3.2"
2608
+ "@salesforce/source-tracking" "^6.3.0"
2557
2609
  "@salesforce/ts-types" "^2.0.9"
2558
2610
  chalk "^5.3.0"
2559
2611
 
@@ -2597,10 +2649,10 @@
2597
2649
  got "^13.0.0"
2598
2650
  proxy-agent "^6.4.0"
2599
2651
 
2600
- "@salesforce/plugin-org@4.1.14":
2601
- version "4.1.14"
2602
- resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.1.14.tgz"
2603
- integrity sha512-0NMYMcFHkRIbBOvmsLVk39DliaZ+p5Rec8Qwj6Ia7FdUN+BvI86n3b4yc4hg+JM7VkJJQA2zIrGi/Mtc80PVEg==
2652
+ "@salesforce/plugin-org@4.1.16":
2653
+ version "4.1.16"
2654
+ resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.1.16.tgz"
2655
+ integrity sha512-qu0RA9kOP/O1VbDtpRCh5SrXk6D+zrWmUTwWgdbL0MbVQ3VqwVEzHcEfiZFdHLZZCgOL60JylE3GYlSFhPHzeg==
2604
2656
  dependencies:
2605
2657
  "@oclif/core" "^3.26.4"
2606
2658
  "@salesforce/core" "^7.3.9"
@@ -2767,23 +2819,23 @@
2767
2819
  resolved "https://registry.npmjs.org/@salesforce/schemas/-/schemas-1.9.0.tgz"
2768
2820
  integrity sha512-LiN37zG5ODT6z70sL1fxF7BQwtCX9JOWofSU8iliSNIM+WDEeinnoFtVqPInRSNt8I0RiJxIKCrqstsmQRBNvA==
2769
2821
 
2770
- "@salesforce/sf-plugins-core@^9.0.10", "@salesforce/sf-plugins-core@^9.0.11", "@salesforce/sf-plugins-core@^9.0.12", "@salesforce/sf-plugins-core@^9.0.13", "@salesforce/sf-plugins-core@^9.0.14", "@salesforce/sf-plugins-core@^9.0.7", "@salesforce/sf-plugins-core@^9.1.0", "@salesforce/sf-plugins-core@^9.1.1", "@salesforce/sf-plugins-core@9.1.1":
2771
- version "9.1.1"
2772
- resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.1.1.tgz"
2773
- integrity sha512-5d4vGLqb1NZoHvDpuTu96TsFg/lexdnQNWC0h7GhOqxikJBpxk6P1DEbk9HrZWL18Gs1YXO9OCj2g8nKqbIC/Q==
2822
+ "@salesforce/sf-plugins-core@^9.0.10", "@salesforce/sf-plugins-core@^9.0.11", "@salesforce/sf-plugins-core@^9.0.12", "@salesforce/sf-plugins-core@^9.0.13", "@salesforce/sf-plugins-core@^9.0.14", "@salesforce/sf-plugins-core@^9.0.7", "@salesforce/sf-plugins-core@^9.1.0", "@salesforce/sf-plugins-core@9.1.0":
2823
+ version "9.1.0"
2824
+ resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.1.0.tgz"
2825
+ integrity sha512-tBfbsJ0jUv/UtvbzY8wClNVagBA10mzs61BRI5nMpNlrYppRD3domGIOaOXchldO7XsYkrUnzkJVOuungPgu8A==
2774
2826
  dependencies:
2775
- "@inquirer/confirm" "^3.1.9"
2776
- "@inquirer/password" "^2.1.9"
2827
+ "@inquirer/confirm" "^2.0.17"
2828
+ "@inquirer/password" "^1.1.16"
2777
2829
  "@oclif/core" "^3.26.6"
2778
2830
  "@salesforce/core" "^7.3.9"
2779
2831
  "@salesforce/kit" "^3.1.2"
2780
2832
  "@salesforce/ts-types" "^2.0.9"
2781
2833
  chalk "^5.3.0"
2782
2834
 
2783
- "@salesforce/source-deploy-retrieve@^11.4.3", "@salesforce/source-deploy-retrieve@^11.4.4", "@salesforce/source-deploy-retrieve@^11.6.2", "@salesforce/source-deploy-retrieve@^11.6.3", "@salesforce/source-deploy-retrieve@^11.6.4":
2784
- version "11.6.4"
2785
- resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-11.6.4.tgz"
2786
- integrity sha512-HwR33sizKJD+33Xgo7IiwnHYLXuKTwShzlr4Rv3oRBoHZyaz4wBpJOtVldwVq5l5U9++Nk5iBI4IXyWaX7SlOg==
2835
+ "@salesforce/source-deploy-retrieve@^11.4.3", "@salesforce/source-deploy-retrieve@^11.4.4", "@salesforce/source-deploy-retrieve@^11.6.2", "@salesforce/source-deploy-retrieve@^11.6.3":
2836
+ version "11.6.3"
2837
+ resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-11.6.3.tgz"
2838
+ integrity sha512-6h/KJV8cRfzLZ3aE6PP76oP1bz28zRxL9wtCx6yD+jz4GRdIxHNjNQhiKJJI9m2Z+npWl/sjth8aHB7rrSgSrg==
2787
2839
  dependencies:
2788
2840
  "@salesforce/core" "^7.3.9"
2789
2841
  "@salesforce/kit" "^3.1.1"
@@ -2798,19 +2850,19 @@
2798
2850
  minimatch "^5.1.6"
2799
2851
  proxy-agent "^6.4.0"
2800
2852
 
2801
- "@salesforce/source-tracking@^6.2.1", "@salesforce/source-tracking@^6.3.2":
2802
- version "6.3.2"
2803
- resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-6.3.2.tgz"
2804
- integrity sha512-2bEhGvTOxZ/gesJmOUJ5TrcouFpSFZfRAm7s/J8moDXCE1pyisTcl+cmtFWLM2Q4hwiKaPzud2OTbolNMwM6GQ==
2853
+ "@salesforce/source-tracking@^6.2.1", "@salesforce/source-tracking@^6.3.0":
2854
+ version "6.3.0"
2855
+ resolved "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-6.3.0.tgz"
2856
+ integrity sha512-4o/HUDrEF7/WLZQxs9WWDBmwp0QhrvjewFp1OPFtY4HtcjUTu2yXuOUpgByHrKGQevmq2yfua9VccV3TV3SNjg==
2805
2857
  dependencies:
2806
2858
  "@oclif/core" "^3.26.6"
2807
2859
  "@salesforce/core" "^7.3.9"
2808
2860
  "@salesforce/kit" "^3.1.2"
2809
- "@salesforce/source-deploy-retrieve" "^11.6.4"
2861
+ "@salesforce/source-deploy-retrieve" "^11.6.3"
2810
2862
  "@salesforce/ts-types" "^2.0.9"
2811
2863
  fast-xml-parser "^4.3.6"
2812
2864
  graceful-fs "^4.2.11"
2813
- isomorphic-git "^1.25.10"
2865
+ isomorphic-git "1.23.0"
2814
2866
  ts-retry-promise "^0.8.0"
2815
2867
 
2816
2868
  "@salesforce/telemetry@^6.0.7":
@@ -3705,10 +3757,10 @@
3705
3757
  dependencies:
3706
3758
  "@types/node" "*"
3707
3759
 
3708
- "@types/node@*", "@types/node@^20.12.13", "@types/node@^20.4.8":
3709
- version "20.13.0"
3710
- resolved "https://registry.npmjs.org/@types/node/-/node-20.13.0.tgz"
3711
- integrity sha512-FM6AOb3khNkNIXPnHFDYaHerSv8uN22C91z098AnGccVu+Pcdhi+pNUFDi0iLmPIsVE0JBD0KVS7mzUYt4nRzQ==
3760
+ "@types/node@*", "@types/node@^20.10.7", "@types/node@^20.12.12", "@types/node@^20.4.8":
3761
+ version "20.12.12"
3762
+ resolved "https://registry.npmjs.org/@types/node/-/node-20.12.12.tgz"
3763
+ integrity sha512-eWLDGF/FOSPtAvEqeRAQ4C8LSA7M1I7i0ky1I8U7kD1J5ITyW3AsRhQrKVoWf5pFKZ2kILsEGJhsI9r93PYnOw==
3712
3764
  dependencies:
3713
3765
  undici-types "~5.26.4"
3714
3766
 
@@ -4264,7 +4316,7 @@ async-listener@^0.6.0:
4264
4316
  semver "^5.3.0"
4265
4317
  shimmer "^1.1.0"
4266
4318
 
4267
- async-lock@^1.4.1:
4319
+ async-lock@^1.1.0:
4268
4320
  version "1.4.1"
4269
4321
  resolved "https://registry.npmjs.org/async-lock/-/async-lock-1.4.1.tgz"
4270
4322
  integrity sha512-Az2ZTpuytrtqENulXwO3GGv1Bztugx6TT37NIo7imr/Qo0gsYiGtSdBa2B6fsXhTpVZDNfu1Qn3pk531e3q+nQ==
@@ -4299,9 +4351,9 @@ available-typed-arrays@^1.0.7:
4299
4351
  possible-typed-array-names "^1.0.0"
4300
4352
 
4301
4353
  aws-sdk@^2.1623.0, aws-sdk@^2.1628.0:
4302
- version "2.1632.0"
4303
- resolved "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1632.0.tgz"
4304
- integrity sha512-doNHUxto00r7r9qWb5RcIsQHUTHdGiPPyJoXxmsmQW6aOr69BqYeuFl8SicNS1YzP6s5sFFnDNKq9KB7jA2fyA==
4354
+ version "2.1631.0"
4355
+ resolved "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1631.0.tgz"
4356
+ integrity sha512-QG1A1bsgy9jKyY20LVxEeB16zEbn3dPIZmVeh/7vk6ukb2+5Vjh0s+E5bVlNHFFXVu6rsviayqGmjr16fJ5I1g==
4305
4357
  dependencies:
4306
4358
  buffer "4.9.2"
4307
4359
  events "1.1.1"
@@ -4696,7 +4748,7 @@ chalk@^2.4.2:
4696
4748
  escape-string-regexp "^1.0.5"
4697
4749
  supports-color "^5.3.0"
4698
4750
 
4699
- chalk@^4:
4751
+ chalk@^4, chalk@^4.1.2:
4700
4752
  version "4.1.2"
4701
4753
  resolved "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz"
4702
4754
  integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
@@ -4736,14 +4788,6 @@ chalk@^4.1.1:
4736
4788
  ansi-styles "^4.1.0"
4737
4789
  supports-color "^7.1.0"
4738
4790
 
4739
- chalk@^4.1.2:
4740
- version "4.1.2"
4741
- resolved "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz"
4742
- integrity sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==
4743
- dependencies:
4744
- ansi-styles "^4.1.0"
4745
- supports-color "^7.1.0"
4746
-
4747
4791
  chalk@^5, chalk@^5.0.0, chalk@^5.3.0:
4748
4792
  version "5.3.0"
4749
4793
  resolved "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz"
@@ -6343,14 +6387,7 @@ faye@^1.4.0, faye@1.4.0:
6343
6387
  tough-cookie "*"
6344
6388
  tunnel-agent "*"
6345
6389
 
6346
- figures@^3.0.0, figures@^3.1.0:
6347
- version "3.2.0"
6348
- resolved "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz"
6349
- integrity sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==
6350
- dependencies:
6351
- escape-string-regexp "^1.0.5"
6352
-
6353
- figures@^3.2.0:
6390
+ figures@^3.0.0, figures@^3.1.0, figures@^3.2.0:
6354
6391
  version "3.2.0"
6355
6392
  resolved "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz"
6356
6393
  integrity sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==
@@ -7821,12 +7858,12 @@ isexe@^3.1.1:
7821
7858
  resolved "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz"
7822
7859
  integrity sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==
7823
7860
 
7824
- isomorphic-git@^1.25.10:
7825
- version "1.25.10"
7826
- resolved "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.25.10.tgz"
7827
- integrity sha512-IxGiaKBwAdcgBXwIcxJU6rHLk+NrzYaaPKXXQffcA0GW3IUrQXdUPDXDo+hkGVcYruuz/7JlGBiuaeTCgIgivQ==
7861
+ isomorphic-git@1.23.0:
7862
+ version "1.23.0"
7863
+ resolved "https://registry.npmjs.org/isomorphic-git/-/isomorphic-git-1.23.0.tgz"
7864
+ integrity sha512-7mQlnZivFwrU6B3CswvmoNtVN8jqF9BcLf80uk7yh4fNA8PhFjAfQigi2Hu/Io0cmIvpOc7vn0/Rq3KtL5Ph8g==
7828
7865
  dependencies:
7829
- async-lock "^1.4.1"
7866
+ async-lock "^1.1.0"
7830
7867
  clean-git-ref "^2.0.1"
7831
7868
  crc-32 "^1.2.0"
7832
7869
  diff3 "0.0.3"
@@ -3615,7 +3615,7 @@
3615
3615
  ],
3616
3616
  "args": {},
3617
3617
  "deprecateAliases": true,
3618
- "description": "Scratch org shapes mimic the baseline setup (features, limits, edition, and Metadata API settings) of a source org without the extraneous data and metadata.\n\nRun \"<%= config.bin %> org list shape\" to view the available org shapes and their IDs.\n\nTo create a scratch org from an org shape, include the \"sourceOrg\" property in the scratch org definition file and set it to the org ID of the source org. Then create a scratch org with the \"<%= config.bin %> force:org:create\" command.",
3618
+ "description": "Scratch org shapes mimic the baseline setup (features, limits, edition, and Metadata API settings) of a source org without the extraneous data and metadata.\n\nRun \"<%= config.bin %> org list shape\" to view the available org shapes and their IDs.\n\nTo create a scratch org from an org shape, include the \"sourceOrg\" property in the scratch org definition file and set it to the org ID of the source org. Then create a scratch org with the \"<%= config.bin %> org create scratch\" command.",
3619
3619
  "examples": [
3620
3620
  "Create an org shape for the source org with alias SourceOrg:\n<%= config.bin %> <%= command.id %> --target-org SourceOrg"
3621
3621
  ],
@@ -3730,7 +3730,7 @@
3730
3730
  ],
3731
3731
  "args": {},
3732
3732
  "deprecateAliases": true,
3733
- "description": "A snapshot is a point-in-time copy of a scratch org. The copy is referenced by its unique name in a scratch org definition file.\n\nUse \"<%= config.bin %> org get snapshot\" to get details, including status, about a snapshot creation request.\n\nTo create a scratch org from a snapshot, include the \"snapshot\" option (instead of \"edition\") in the scratch org definition file and set it to the name of the snapshot. Then use \"<%= config.bin %> force:org:create\" to create the scratch org.",
3733
+ "description": "A snapshot is a point-in-time copy of a scratch org. The copy is referenced by its unique name in a scratch org definition file.\n\nUse \"<%= config.bin %> org get snapshot\" to get details, including status, about a snapshot creation request.\n\nTo create a scratch org from a snapshot, include the \"snapshot\" option (instead of \"edition\") in the scratch org definition file and set it to the name of the snapshot. Then use \"<%= config.bin %> org create scratch\" to create the scratch org.",
3734
3734
  "examples": [
3735
3735
  "Create a snapshot called \"Dependencies\" using the source scratch org ID and your default Dev Hub org:\n<%= config.bin %> <%= command.id %> --source-org 00Dxx0000000000 --name Dependencies --description 'Contains PackageA v1.1.0'",
3736
3736
  "Create a snapshot called \"NightlyBranch\" using the source scratch org username and a Dev Hub org with alias NightlyDevHub:\n<%= config.bin %> <%= command.id %> --source-org myuser@myorg --name NightlyBranch --description 'Contains PkgA v2.1.0 and PkgB 3.3.0' --target-dev-hub NightlyDevHub"
@@ -5379,5 +5379,5 @@
5379
5379
  ]
5380
5380
  }
5381
5381
  },
5382
- "version": "2.44.8"
5382
+ "version": "2.45.1"
5383
5383
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.44.8",
4
+ "version": "2.45.1",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -81,7 +81,7 @@
81
81
  "@salesforce/plugin-devops-center": "1.2.13",
82
82
  "@salesforce/plugin-env": "3.0.30",
83
83
  "@salesforce/plugin-functions": "1.23.0",
84
- "@salesforce/plugin-signups": "2.3.5",
84
+ "@salesforce/plugin-signups": "2.3.6",
85
85
  "@salesforce/sfdx-plugin-lwc-test": "1.2.0",
86
86
  "@salesforce/sfdx-scanner": "3.25.0"
87
87
  },
@@ -138,7 +138,7 @@
138
138
  }
139
139
  },
140
140
  "dependencies": {
141
- "@inquirer/select": "^2.3.5",
141
+ "@inquirer/select": "^1.3.1",
142
142
  "@oclif/core": "3.26.6",
143
143
  "@oclif/plugin-autocomplete": "3.0.18",
144
144
  "@oclif/plugin-commands": "3.3.4",
@@ -153,13 +153,13 @@
153
153
  "@salesforce/core": "^7.2.0",
154
154
  "@salesforce/kit": "^3.1.0",
155
155
  "@salesforce/plugin-apex": "3.1.13",
156
- "@salesforce/plugin-auth": "3.6.17",
156
+ "@salesforce/plugin-auth": "3.6.16",
157
157
  "@salesforce/plugin-data": "3.4.3",
158
- "@salesforce/plugin-deploy-retrieve": "3.8.3",
158
+ "@salesforce/plugin-deploy-retrieve": "3.8.2",
159
159
  "@salesforce/plugin-info": "3.3.3",
160
160
  "@salesforce/plugin-limits": "3.3.9",
161
161
  "@salesforce/plugin-marketplace": "1.2.8",
162
- "@salesforce/plugin-org": "4.1.14",
162
+ "@salesforce/plugin-org": "4.1.16",
163
163
  "@salesforce/plugin-packaging": "2.4.5",
164
164
  "@salesforce/plugin-schema": "3.3.9",
165
165
  "@salesforce/plugin-settings": "2.2.7",
@@ -169,7 +169,7 @@
169
169
  "@salesforce/plugin-templates": "56.2.9",
170
170
  "@salesforce/plugin-trust": "3.7.3",
171
171
  "@salesforce/plugin-user": "3.5.11",
172
- "@salesforce/sf-plugins-core": "9.1.1",
172
+ "@salesforce/sf-plugins-core": "9.1.0",
173
173
  "chalk": "^5.3.0",
174
174
  "debug": "^4.3.4",
175
175
  "strip-ansi": "^7.1.0"