@salesforce/cli 2.35.4 → 2.35.5

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.
@@ -1,46 +1,46 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.35.4",
3
+ "version": "2.35.5",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.35.4",
9
+ "version": "2.35.5",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
13
13
  "@inquirer/select": "^1.3.1",
14
14
  "@oclif/core": "3.26.0",
15
15
  "@oclif/plugin-autocomplete": "3.0.13",
16
- "@oclif/plugin-commands": "3.2.1",
17
- "@oclif/plugin-help": "6.0.19",
16
+ "@oclif/plugin-commands": "3.2.2",
17
+ "@oclif/plugin-help": "6.0.20",
18
18
  "@oclif/plugin-not-found": "3.1.1",
19
- "@oclif/plugin-plugins": "4.3.9",
19
+ "@oclif/plugin-plugins": "5.0.0",
20
20
  "@oclif/plugin-search": "1.0.20",
21
- "@oclif/plugin-update": "4.2.1",
22
- "@oclif/plugin-version": "2.0.15",
21
+ "@oclif/plugin-update": "4.2.2",
22
+ "@oclif/plugin-version": "2.0.16",
23
23
  "@oclif/plugin-warn-if-update-available": "3.0.15",
24
- "@oclif/plugin-which": "3.1.6",
24
+ "@oclif/plugin-which": "3.1.7",
25
25
  "@salesforce/core": "^6.1.4",
26
- "@salesforce/plugin-apex": "3.0.31",
27
- "@salesforce/plugin-auth": "3.3.27",
26
+ "@salesforce/plugin-apex": "3.1.0",
27
+ "@salesforce/plugin-auth": "3.5.0",
28
28
  "@salesforce/plugin-data": "3.2.2",
29
- "@salesforce/plugin-deploy-retrieve": "3.3.1",
30
- "@salesforce/plugin-info": "3.0.34",
31
- "@salesforce/plugin-limits": "3.1.15",
32
- "@salesforce/plugin-marketplace": "1.0.29",
33
- "@salesforce/plugin-org": "3.5.1",
34
- "@salesforce/plugin-packaging": "2.1.12",
35
- "@salesforce/plugin-schema": "3.1.9",
36
- "@salesforce/plugin-settings": "2.0.33",
37
- "@salesforce/plugin-sobject": "1.1.21",
38
- "@salesforce/plugin-source": "3.1.23",
29
+ "@salesforce/plugin-deploy-retrieve": "3.4.0",
30
+ "@salesforce/plugin-info": "3.1.0",
31
+ "@salesforce/plugin-limits": "3.2.0",
32
+ "@salesforce/plugin-marketplace": "1.1.0",
33
+ "@salesforce/plugin-org": "3.6.0",
34
+ "@salesforce/plugin-packaging": "2.2.0",
35
+ "@salesforce/plugin-schema": "3.2.0",
36
+ "@salesforce/plugin-settings": "2.1.0",
37
+ "@salesforce/plugin-sobject": "1.2.0",
38
+ "@salesforce/plugin-source": "3.2.0",
39
39
  "@salesforce/plugin-telemetry": "3.1.17",
40
- "@salesforce/plugin-templates": "56.0.25",
41
- "@salesforce/plugin-trust": "3.3.18",
42
- "@salesforce/plugin-user": "3.3.4",
43
- "@salesforce/sf-plugins-core": "8.0.0",
40
+ "@salesforce/plugin-templates": "56.1.0",
41
+ "@salesforce/plugin-trust": "3.4.0",
42
+ "@salesforce/plugin-user": "3.4.0",
43
+ "@salesforce/sf-plugins-core": "8.0.1",
44
44
  "chalk": "^5.3.0",
45
45
  "debug": "^4.3.4",
46
46
  "strip-ansi": "^7.1.0"
@@ -57,7 +57,7 @@
57
57
  "@salesforce/ts-types": "^2.0.9",
58
58
  "@types/debug": "^4.1.12",
59
59
  "aws-sdk": "^2.1580.0",
60
- "oclif": "^4.5.7",
60
+ "oclif": "^4.6.3",
61
61
  "ts-node": "^10.9.1",
62
62
  "typescript": "^5"
63
63
  },
@@ -2552,17 +2552,41 @@
2552
2552
  }
2553
2553
  },
2554
2554
  "node_modules/@inquirer/input": {
2555
- "version": "1.2.16",
2556
- "resolved": "https://registry.npmjs.org/@inquirer/input/-/input-1.2.16.tgz",
2557
- "integrity": "sha512-Ou0LaSWvj1ni+egnyQ+NBtfM1885UwhRCMtsRt2bBO47DoC1dwtCa+ZUNgrxlnCHHF0IXsbQHYtIIjFGAavI4g==",
2555
+ "version": "2.1.0",
2556
+ "resolved": "https://registry.npmjs.org/@inquirer/input/-/input-2.1.0.tgz",
2557
+ "integrity": "sha512-o57pST+xxZfGww1h4G7ISiX37KlLcajhKgKGG7/h8J6ClWtsyqwMv1el9Ds/4geuYN/HcPj0MyX9gTEO62UpcA==",
2558
2558
  "license": "MIT",
2559
2559
  "dependencies": {
2560
- "@inquirer/core": "^6.0.0",
2561
- "@inquirer/type": "^1.1.6",
2562
- "chalk": "^4.1.2"
2560
+ "@inquirer/core": "^7.1.0",
2561
+ "@inquirer/type": "^1.2.1"
2563
2562
  },
2564
2563
  "engines": {
2565
- "node": ">=14.18.0"
2564
+ "node": ">=18"
2565
+ }
2566
+ },
2567
+ "node_modules/@inquirer/input/node_modules/@inquirer/core": {
2568
+ "version": "7.1.0",
2569
+ "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-7.1.0.tgz",
2570
+ "integrity": "sha512-FRCiDiU54XHt5B/D8hX4twwZuzSP244ANHbu3R7CAsJfiv1dUOz24ePBgCZjygEjDUi6BWIJuk4eWLKJ7LATUw==",
2571
+ "license": "MIT",
2572
+ "dependencies": {
2573
+ "@inquirer/type": "^1.2.1",
2574
+ "@types/mute-stream": "^0.0.4",
2575
+ "@types/node": "^20.11.26",
2576
+ "@types/wrap-ansi": "^3.0.0",
2577
+ "ansi-escapes": "^4.3.2",
2578
+ "chalk": "^4.1.2",
2579
+ "cli-spinners": "^2.9.2",
2580
+ "cli-width": "^4.1.0",
2581
+ "figures": "^3.2.0",
2582
+ "mute-stream": "^1.0.0",
2583
+ "run-async": "^3.0.0",
2584
+ "signal-exit": "^4.1.0",
2585
+ "strip-ansi": "^6.0.1",
2586
+ "wrap-ansi": "^6.2.0"
2587
+ },
2588
+ "engines": {
2589
+ "node": ">=18"
2566
2590
  }
2567
2591
  },
2568
2592
  "node_modules/@inquirer/input/node_modules/chalk": {
@@ -2581,6 +2605,30 @@
2581
2605
  "url": "https://github.com/chalk/chalk?sponsor=1"
2582
2606
  }
2583
2607
  },
2608
+ "node_modules/@inquirer/input/node_modules/signal-exit": {
2609
+ "version": "4.1.0",
2610
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
2611
+ "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
2612
+ "license": "ISC",
2613
+ "engines": {
2614
+ "node": ">=14"
2615
+ },
2616
+ "funding": {
2617
+ "url": "https://github.com/sponsors/isaacs"
2618
+ }
2619
+ },
2620
+ "node_modules/@inquirer/input/node_modules/strip-ansi": {
2621
+ "version": "6.0.1",
2622
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
2623
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
2624
+ "license": "MIT",
2625
+ "dependencies": {
2626
+ "ansi-regex": "^5.0.1"
2627
+ },
2628
+ "engines": {
2629
+ "node": ">=8"
2630
+ }
2631
+ },
2584
2632
  "node_modules/@inquirer/password": {
2585
2633
  "version": "1.1.16",
2586
2634
  "resolved": "https://registry.npmjs.org/@inquirer/password/-/password-1.1.16.tgz",
@@ -3575,9 +3623,9 @@
3575
3623
  }
3576
3624
  },
3577
3625
  "node_modules/@oclif/plugin-commands": {
3578
- "version": "3.2.1",
3579
- "resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-3.2.1.tgz",
3580
- "integrity": "sha512-U17sPJPZx563vODY9rxcLq93mAMuBd7pRUpYDkmsTNtoooytOF/1p1HKLXB2Ep7rBRxuyU5osUjulwc//p78LA==",
3626
+ "version": "3.2.2",
3627
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-3.2.2.tgz",
3628
+ "integrity": "sha512-agPybbeetCh75P+8fcim/WXaV7WdBcyXhX34AJ6cPAr/aTddlBkgmta+dgxa6yZ++L+K9jXXtZpsiVjtjHkD2g==",
3581
3629
  "license": "MIT",
3582
3630
  "dependencies": {
3583
3631
  "@oclif/core": "^3.26.0",
@@ -3591,9 +3639,9 @@
3591
3639
  }
3592
3640
  },
3593
3641
  "node_modules/@oclif/plugin-help": {
3594
- "version": "6.0.19",
3595
- "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.19.tgz",
3596
- "integrity": "sha512-ib9wjiWi8afTIQrdDPDgUkKaC4R+78wnKWpzybMH0yG1dd3krVHu0zHYEJUtC3Ples/cRv7f4EHBkO3lQpnZcA==",
3642
+ "version": "6.0.20",
3643
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.20.tgz",
3644
+ "integrity": "sha512-4UG/5q7O3dhUsC0JMqcUV0NU7jybkXkAXLnsRt+KVzDtZWwNOeBECimIFWOmwna5BaneTn8b0+lqO4JvUgeiqA==",
3597
3645
  "license": "MIT",
3598
3646
  "dependencies": {
3599
3647
  "@oclif/core": "^3.26.0"
@@ -3696,20 +3744,19 @@
3696
3744
  }
3697
3745
  },
3698
3746
  "node_modules/@oclif/plugin-plugins": {
3699
- "version": "4.3.9",
3700
- "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-4.3.9.tgz",
3701
- "integrity": "sha512-UEZDj5B+goDKivraSyIY0CrDYhH1QYbmyqYs0AjSVaytrBcf5wSxLjg20rOT/R+Ou0glYXbtvY7sN4YFd/7SSw==",
3747
+ "version": "5.0.0",
3748
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.0.0.tgz",
3749
+ "integrity": "sha512-7pLNMoFr8rUToEpku7AlsaRSyjQajrUABHshbY7CPcAuDtKibwbD+msM47JuLM5aa7u2MV7Lw15nX8f+oj06fA==",
3702
3750
  "license": "MIT",
3703
3751
  "dependencies": {
3704
3752
  "@oclif/core": "^3.25.2",
3705
3753
  "chalk": "^5.3.0",
3706
3754
  "debug": "^4.3.4",
3707
3755
  "npm": "10.5.0",
3708
- "npm-run-path": "^4.0.1",
3756
+ "npm-package-arg": "^11.0.1",
3757
+ "npm-run-path": "^5.2.0",
3709
3758
  "semver": "^7.6.0",
3710
- "shelljs": "^0.8.5",
3711
- "validate-npm-package-name": "^5.0.0",
3712
- "yarn": "^1.22.21"
3759
+ "validate-npm-package-name": "^5.0.0"
3713
3760
  },
3714
3761
  "engines": {
3715
3762
  "node": ">=18.0.0"
@@ -3918,6 +3965,21 @@
3918
3965
  "node": "^18.17.0 || >=20.5.0"
3919
3966
  }
3920
3967
  },
3968
+ "node_modules/@oclif/plugin-plugins/node_modules/npm-run-path": {
3969
+ "version": "5.3.0",
3970
+ "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-5.3.0.tgz",
3971
+ "integrity": "sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==",
3972
+ "license": "MIT",
3973
+ "dependencies": {
3974
+ "path-key": "^4.0.0"
3975
+ },
3976
+ "engines": {
3977
+ "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
3978
+ },
3979
+ "funding": {
3980
+ "url": "https://github.com/sponsors/sindresorhus"
3981
+ }
3982
+ },
3921
3983
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@colors/colors": {
3922
3984
  "version": "1.5.0",
3923
3985
  "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz",
@@ -6743,6 +6805,18 @@
6743
6805
  "inBundle": true,
6744
6806
  "license": "ISC"
6745
6807
  },
6808
+ "node_modules/@oclif/plugin-plugins/node_modules/path-key": {
6809
+ "version": "4.0.0",
6810
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-4.0.0.tgz",
6811
+ "integrity": "sha512-haREypq7xkM7ErfgIyA0z+Bj4AGKlMSdlQE2jvJo6huWD1EdkKYV+G/T4nq0YEF2vgTT8kqMFKo1uHn950r4SQ==",
6812
+ "license": "MIT",
6813
+ "engines": {
6814
+ "node": ">=12"
6815
+ },
6816
+ "funding": {
6817
+ "url": "https://github.com/sponsors/sindresorhus"
6818
+ }
6819
+ },
6746
6820
  "node_modules/@oclif/plugin-plugins/node_modules/supports-color": {
6747
6821
  "version": "9.4.0",
6748
6822
  "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-9.4.0.tgz",
@@ -6770,9 +6844,9 @@
6770
6844
  }
6771
6845
  },
6772
6846
  "node_modules/@oclif/plugin-update": {
6773
- "version": "4.2.1",
6774
- "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.2.1.tgz",
6775
- "integrity": "sha512-k163IHMtxnLNk5NlGhKTV2p9fvYTw8OSi5oN7P8EgD58e+rlc1/6BY2gMfTk6T+im8vVxNyCjqSNmBVl8nZarA==",
6847
+ "version": "4.2.2",
6848
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.2.2.tgz",
6849
+ "integrity": "sha512-d7xUjEVUgNHV97e4Qc/8jGejQeWD5c9jkptp0+BccLg9HhT0vQemyrqctqF2lHmQSAfHtvP33q/6mZx7ZNf5pQ==",
6776
6850
  "license": "MIT",
6777
6851
  "dependencies": {
6778
6852
  "@oclif/core": "^3.21.0",
@@ -6829,9 +6903,9 @@
6829
6903
  }
6830
6904
  },
6831
6905
  "node_modules/@oclif/plugin-version": {
6832
- "version": "2.0.15",
6833
- "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.0.15.tgz",
6834
- "integrity": "sha512-wTHLm3jjZwO1k/56+rCwk45wZG23C4QED7t/Iv/NrDSljnKE4s3QJJYp4tr5hN6U6mfBa92U5KIhRbt60tpSSg==",
6906
+ "version": "2.0.16",
6907
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.0.16.tgz",
6908
+ "integrity": "sha512-fnevJpPwxR1iEmJcHQzt/NWCuJm1ejm5LiCGyzZa2PIhPIiAnt0cdr67e6ovbisEXc/yl0lRuo+ij9m+Mvxrdw==",
6835
6909
  "license": "MIT",
6836
6910
  "dependencies": {
6837
6911
  "@oclif/core": "^3.26.0"
@@ -6857,9 +6931,9 @@
6857
6931
  }
6858
6932
  },
6859
6933
  "node_modules/@oclif/plugin-which": {
6860
- "version": "3.1.6",
6861
- "resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.1.6.tgz",
6862
- "integrity": "sha512-LOhmvVs4WUAr1SEOBI5L0zsgk4adhTmI3p7rlX03atl6vafkubMR1I+SqKsepL5lSp8H4qiIos2BUF/vQ73wWw==",
6934
+ "version": "3.1.7",
6935
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.1.7.tgz",
6936
+ "integrity": "sha512-Kt5MIdN3eChY6E8+TlS+c/9S+Y6C+Xtb62Uw46dSX9kT9JXyviYDrLX+4VmSjSI4+wqVkg955OO2xY/9G6zhcg==",
6863
6937
  "license": "MIT",
6864
6938
  "dependencies": {
6865
6939
  "@oclif/core": "^3.26.0"
@@ -7394,16 +7468,16 @@
7394
7468
  }
7395
7469
  },
7396
7470
  "node_modules/@salesforce/plugin-apex": {
7397
- "version": "3.0.31",
7398
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.0.31.tgz",
7399
- "integrity": "sha512-UZ4IaSnTWTOTG53lB8OKw8TSH0CRaBIT0exyoG5V7S5UaJOQGPVv/kb0xDiCYqzy+reyqVNTFip9XADQnE0RQw==",
7471
+ "version": "3.1.0",
7472
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.1.0.tgz",
7473
+ "integrity": "sha512-GZpvKhSYan6HvCERMfeKPKGiNbHeD2B5EP7zLB4OmlEu/Iu9Y1kFd7yubYGvf52U0jvneepc67ehW0F4K08AeQ==",
7400
7474
  "license": "BSD-3-Clause",
7401
7475
  "dependencies": {
7402
7476
  "@oclif/core": "^3.23.0",
7403
7477
  "@salesforce/apex-node": "^3.1.0",
7404
7478
  "@salesforce/core": "^6.5.1",
7405
7479
  "@salesforce/kit": "^3.0.15",
7406
- "@salesforce/sf-plugins-core": "^7.1.15",
7480
+ "@salesforce/sf-plugins-core": "^8.0.1",
7407
7481
  "chalk": "^5.3.0",
7408
7482
  "color-convert": "^2.0.1",
7409
7483
  "color-name": "^2.0.0"
@@ -7412,24 +7486,6 @@
7412
7486
  "node": ">=18.0.0"
7413
7487
  }
7414
7488
  },
7415
- "node_modules/@salesforce/plugin-apex/node_modules/@salesforce/sf-plugins-core": {
7416
- "version": "7.1.16",
7417
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.16.tgz",
7418
- "integrity": "sha512-v135A7TG1n97eFoh0j96kbHKbivXbbd7M5url3L0I5lJsCGGF+mMSL2Tpm8FNUN8DCLOGkvymR1s2QmNzMR7Tw==",
7419
- "license": "BSD-3-Clause",
7420
- "dependencies": {
7421
- "@inquirer/confirm": "^2.0.17",
7422
- "@inquirer/password": "^1.1.16",
7423
- "@oclif/core": "^3.23.0",
7424
- "@salesforce/core": "^6.6.0",
7425
- "@salesforce/kit": "^3.0.15",
7426
- "@salesforce/ts-types": "^2.0.9",
7427
- "chalk": "^5.3.0"
7428
- },
7429
- "engines": {
7430
- "node": ">=18.0.0"
7431
- }
7432
- },
7433
7489
  "node_modules/@salesforce/plugin-apex/node_modules/color-name": {
7434
7490
  "version": "2.0.0",
7435
7491
  "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
@@ -7440,9 +7496,9 @@
7440
7496
  }
7441
7497
  },
7442
7498
  "node_modules/@salesforce/plugin-auth": {
7443
- "version": "3.3.27",
7444
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.3.27.tgz",
7445
- "integrity": "sha512-wmeeBNvuaopneVy2t63T5IbRLq2BYdmMA+RtRCorH6+nLfXDF7i3IcTkfeQAKv+LrNmj1NJXM4qfuOFfLCz1Zw==",
7499
+ "version": "3.5.0",
7500
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.5.0.tgz",
7501
+ "integrity": "sha512-0EIzAH8R6wait2Jsx9uYwq6R79757O1jKPcimiFGuc5ekQfBTFj3lqjO2NQFsvFNPxyJdHHTBDmf5U5ofCjuyg==",
7446
7502
  "license": "BSD-3-Clause",
7447
7503
  "dependencies": {
7448
7504
  "@inquirer/checkbox": "^1.5.2",
@@ -7450,7 +7506,7 @@
7450
7506
  "@oclif/core": "^3.25.2",
7451
7507
  "@salesforce/core": "^6.7.3",
7452
7508
  "@salesforce/kit": "^3.0.15",
7453
- "@salesforce/sf-plugins-core": "^7.1.15",
7509
+ "@salesforce/sf-plugins-core": "^8.0.1",
7454
7510
  "@salesforce/ts-types": "^2.0.9",
7455
7511
  "chalk": "^5.3.0",
7456
7512
  "open": "^10.1.0"
@@ -7459,24 +7515,6 @@
7459
7515
  "node": ">=18.0.0"
7460
7516
  }
7461
7517
  },
7462
- "node_modules/@salesforce/plugin-auth/node_modules/@salesforce/sf-plugins-core": {
7463
- "version": "7.1.16",
7464
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.16.tgz",
7465
- "integrity": "sha512-v135A7TG1n97eFoh0j96kbHKbivXbbd7M5url3L0I5lJsCGGF+mMSL2Tpm8FNUN8DCLOGkvymR1s2QmNzMR7Tw==",
7466
- "license": "BSD-3-Clause",
7467
- "dependencies": {
7468
- "@inquirer/confirm": "^2.0.17",
7469
- "@inquirer/password": "^1.1.16",
7470
- "@oclif/core": "^3.23.0",
7471
- "@salesforce/core": "^6.6.0",
7472
- "@salesforce/kit": "^3.0.15",
7473
- "@salesforce/ts-types": "^2.0.9",
7474
- "chalk": "^5.3.0"
7475
- },
7476
- "engines": {
7477
- "node": ">=18.0.0"
7478
- }
7479
- },
7480
7518
  "node_modules/@salesforce/plugin-command-reference": {
7481
7519
  "version": "3.0.69",
7482
7520
  "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.69.tgz",
@@ -7561,9 +7599,9 @@
7561
7599
  "license": "MIT"
7562
7600
  },
7563
7601
  "node_modules/@salesforce/plugin-deploy-retrieve": {
7564
- "version": "3.3.1",
7565
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.3.1.tgz",
7566
- "integrity": "sha512-JGv/Lo9pIyztMTLezI60FqscBJuF9IvlxOKRVngNOuPbkUQR9RR4svh7cPw248tg4IPQKCIm2gaknyntWAEPVg==",
7602
+ "version": "3.4.0",
7603
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.4.0.tgz",
7604
+ "integrity": "sha512-T/o+XavkMbBDjAkovRjF9RxjMGPL1Gpio1nRz5ElCjx0NevcMeQ5BENCsgMPwfJDbetLdS6nV0+BvHwucZPsEw==",
7567
7605
  "license": "BSD-3-Clause",
7568
7606
  "dependencies": {
7569
7607
  "@oclif/core": "^3.26.0",
@@ -7582,16 +7620,16 @@
7582
7620
  }
7583
7621
  },
7584
7622
  "node_modules/@salesforce/plugin-info": {
7585
- "version": "3.0.34",
7586
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.0.34.tgz",
7587
- "integrity": "sha512-eTYP+Vd+Wg/c4mI6ui23cWqXxxLbxQrXWnYRVPedsUSPvtXrOhLDCnOvLuUlnhi9G3fMYYZDVUZnkG0YK4KsIQ==",
7623
+ "version": "3.1.0",
7624
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.1.0.tgz",
7625
+ "integrity": "sha512-p3aE/GbKY2w4EkbW/17+Rv8496ERaiL/u8V6n9P2+YqLvm0dBYxanZOYRJByJsaajmriuCUS+bjCmkQi7ie5KA==",
7588
7626
  "license": "BSD-3-Clause",
7589
7627
  "dependencies": {
7590
7628
  "@inquirer/input": "^2.1.0",
7591
7629
  "@oclif/core": "^3.23.0",
7592
7630
  "@salesforce/core": "^6.7.1",
7593
7631
  "@salesforce/kit": "^3.0.15",
7594
- "@salesforce/sf-plugins-core": "^7.1.16",
7632
+ "@salesforce/sf-plugins-core": "^8.0.1",
7595
7633
  "got": "^13.0.0",
7596
7634
  "marked": "^4.3.0",
7597
7635
  "marked-terminal": "^4.2.0",
@@ -7603,145 +7641,31 @@
7603
7641
  "node": ">=18.0.0"
7604
7642
  }
7605
7643
  },
7606
- "node_modules/@salesforce/plugin-info/node_modules/@inquirer/core": {
7607
- "version": "7.1.0",
7608
- "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-7.1.0.tgz",
7609
- "integrity": "sha512-FRCiDiU54XHt5B/D8hX4twwZuzSP244ANHbu3R7CAsJfiv1dUOz24ePBgCZjygEjDUi6BWIJuk4eWLKJ7LATUw==",
7610
- "license": "MIT",
7611
- "dependencies": {
7612
- "@inquirer/type": "^1.2.1",
7613
- "@types/mute-stream": "^0.0.4",
7614
- "@types/node": "^20.11.26",
7615
- "@types/wrap-ansi": "^3.0.0",
7616
- "ansi-escapes": "^4.3.2",
7617
- "chalk": "^4.1.2",
7618
- "cli-spinners": "^2.9.2",
7619
- "cli-width": "^4.1.0",
7620
- "figures": "^3.2.0",
7621
- "mute-stream": "^1.0.0",
7622
- "run-async": "^3.0.0",
7623
- "signal-exit": "^4.1.0",
7624
- "strip-ansi": "^6.0.1",
7625
- "wrap-ansi": "^6.2.0"
7626
- },
7627
- "engines": {
7628
- "node": ">=18"
7629
- }
7630
- },
7631
- "node_modules/@salesforce/plugin-info/node_modules/@inquirer/core/node_modules/chalk": {
7632
- "version": "4.1.2",
7633
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
7634
- "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
7635
- "license": "MIT",
7636
- "dependencies": {
7637
- "ansi-styles": "^4.1.0",
7638
- "supports-color": "^7.1.0"
7639
- },
7640
- "engines": {
7641
- "node": ">=10"
7642
- },
7643
- "funding": {
7644
- "url": "https://github.com/chalk/chalk?sponsor=1"
7645
- }
7646
- },
7647
- "node_modules/@salesforce/plugin-info/node_modules/@inquirer/input": {
7648
- "version": "2.1.0",
7649
- "resolved": "https://registry.npmjs.org/@inquirer/input/-/input-2.1.0.tgz",
7650
- "integrity": "sha512-o57pST+xxZfGww1h4G7ISiX37KlLcajhKgKGG7/h8J6ClWtsyqwMv1el9Ds/4geuYN/HcPj0MyX9gTEO62UpcA==",
7651
- "license": "MIT",
7652
- "dependencies": {
7653
- "@inquirer/core": "^7.1.0",
7654
- "@inquirer/type": "^1.2.1"
7655
- },
7656
- "engines": {
7657
- "node": ">=18"
7658
- }
7659
- },
7660
- "node_modules/@salesforce/plugin-info/node_modules/@salesforce/sf-plugins-core": {
7661
- "version": "7.1.16",
7662
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.16.tgz",
7663
- "integrity": "sha512-v135A7TG1n97eFoh0j96kbHKbivXbbd7M5url3L0I5lJsCGGF+mMSL2Tpm8FNUN8DCLOGkvymR1s2QmNzMR7Tw==",
7664
- "license": "BSD-3-Clause",
7665
- "dependencies": {
7666
- "@inquirer/confirm": "^2.0.17",
7667
- "@inquirer/password": "^1.1.16",
7668
- "@oclif/core": "^3.23.0",
7669
- "@salesforce/core": "^6.6.0",
7670
- "@salesforce/kit": "^3.0.15",
7671
- "@salesforce/ts-types": "^2.0.9",
7672
- "chalk": "^5.3.0"
7673
- },
7674
- "engines": {
7675
- "node": ">=18.0.0"
7676
- }
7677
- },
7678
- "node_modules/@salesforce/plugin-info/node_modules/signal-exit": {
7679
- "version": "4.1.0",
7680
- "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
7681
- "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
7682
- "license": "ISC",
7683
- "engines": {
7684
- "node": ">=14"
7685
- },
7686
- "funding": {
7687
- "url": "https://github.com/sponsors/isaacs"
7688
- }
7689
- },
7690
- "node_modules/@salesforce/plugin-info/node_modules/strip-ansi": {
7691
- "version": "6.0.1",
7692
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
7693
- "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
7694
- "license": "MIT",
7695
- "dependencies": {
7696
- "ansi-regex": "^5.0.1"
7697
- },
7698
- "engines": {
7699
- "node": ">=8"
7700
- }
7701
- },
7702
7644
  "node_modules/@salesforce/plugin-limits": {
7703
- "version": "3.1.15",
7704
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.1.15.tgz",
7705
- "integrity": "sha512-XVK8XBZ5y3gCXuCPU0h2lYSPfmTKrMXGrkJQaI9/9l37S3Nj8Bn6uOvsQ2rp3GCl1YI8B5hj1mFBbax5hhDywg==",
7645
+ "version": "3.2.0",
7646
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.2.0.tgz",
7647
+ "integrity": "sha512-ZYHeIszCqkbAGa70t1ZNkqYT9Nhd0Mb9FPVTGfX1uWWCU9Bx0PlPq6xDqiBLuyIT3MUoOsIELdmNFzjyoGeKHw==",
7706
7648
  "license": "BSD-3-Clause",
7707
7649
  "dependencies": {
7708
7650
  "@oclif/core": "^3.19.2",
7709
7651
  "@salesforce/core": "^6.7.3",
7710
7652
  "@salesforce/kit": "^3.0.15",
7711
- "@salesforce/sf-plugins-core": "^7.1.15"
7712
- },
7713
- "engines": {
7714
- "node": ">=18.0.0"
7715
- }
7716
- },
7717
- "node_modules/@salesforce/plugin-limits/node_modules/@salesforce/sf-plugins-core": {
7718
- "version": "7.1.16",
7719
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.16.tgz",
7720
- "integrity": "sha512-v135A7TG1n97eFoh0j96kbHKbivXbbd7M5url3L0I5lJsCGGF+mMSL2Tpm8FNUN8DCLOGkvymR1s2QmNzMR7Tw==",
7721
- "license": "BSD-3-Clause",
7722
- "dependencies": {
7723
- "@inquirer/confirm": "^2.0.17",
7724
- "@inquirer/password": "^1.1.16",
7725
- "@oclif/core": "^3.23.0",
7726
- "@salesforce/core": "^6.6.0",
7727
- "@salesforce/kit": "^3.0.15",
7728
- "@salesforce/ts-types": "^2.0.9",
7729
- "chalk": "^5.3.0"
7653
+ "@salesforce/sf-plugins-core": "^8.0.1"
7730
7654
  },
7731
7655
  "engines": {
7732
7656
  "node": ">=18.0.0"
7733
7657
  }
7734
7658
  },
7735
7659
  "node_modules/@salesforce/plugin-marketplace": {
7736
- "version": "1.0.29",
7737
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-1.0.29.tgz",
7738
- "integrity": "sha512-xCYhaNmIp+zA+WFXtw00ZwH3lD86ca6Jo69L4NL59SyRhA8Xeu3xmrpwzHxvJyaRp4B+kglU3rA1Yq+PeayRAA==",
7660
+ "version": "1.1.0",
7661
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-1.1.0.tgz",
7662
+ "integrity": "sha512-fM53BsgLm5eq3aohRmQt4aa36S5d9pGz6Yq10aXJhnQxeyjxocmb4MWOZQHaceaVlxbPZnkLTijfKcE0PydT/Q==",
7739
7663
  "license": "BSD-3-Clause",
7740
7664
  "dependencies": {
7741
7665
  "@oclif/core": "^3.19.2",
7742
- "@salesforce/core": "^6.7.1",
7666
+ "@salesforce/core": "^6.7.3",
7743
7667
  "@salesforce/kit": "^3.0.15",
7744
- "@salesforce/sf-plugins-core": "^7.1.15",
7668
+ "@salesforce/sf-plugins-core": "^8.0.1",
7745
7669
  "got": "^13.0.0",
7746
7670
  "proxy-agent": "^6.4.0"
7747
7671
  },
@@ -7749,34 +7673,16 @@
7749
7673
  "node": ">=18.0.0"
7750
7674
  }
7751
7675
  },
7752
- "node_modules/@salesforce/plugin-marketplace/node_modules/@salesforce/sf-plugins-core": {
7753
- "version": "7.1.16",
7754
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.16.tgz",
7755
- "integrity": "sha512-v135A7TG1n97eFoh0j96kbHKbivXbbd7M5url3L0I5lJsCGGF+mMSL2Tpm8FNUN8DCLOGkvymR1s2QmNzMR7Tw==",
7756
- "license": "BSD-3-Clause",
7757
- "dependencies": {
7758
- "@inquirer/confirm": "^2.0.17",
7759
- "@inquirer/password": "^1.1.16",
7760
- "@oclif/core": "^3.23.0",
7761
- "@salesforce/core": "^6.6.0",
7762
- "@salesforce/kit": "^3.0.15",
7763
- "@salesforce/ts-types": "^2.0.9",
7764
- "chalk": "^5.3.0"
7765
- },
7766
- "engines": {
7767
- "node": ">=18.0.0"
7768
- }
7769
- },
7770
7676
  "node_modules/@salesforce/plugin-org": {
7771
- "version": "3.5.1",
7772
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-3.5.1.tgz",
7773
- "integrity": "sha512-1+uFTYxtdH7oyfT5z9G9JmpFQcR9PfB73YPOUM61ZOBlqgUXy2JYXtl4V5vQyvXI5QCdVVwN3V3yseIyJLRt1Q==",
7677
+ "version": "3.6.0",
7678
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-3.6.0.tgz",
7679
+ "integrity": "sha512-7i6ewo6VTcM06gxHHrU/+UsNKcJsEK6yMjp40kqvVPRTha2P9TPtGiBaWq294m6rqYcC/dMJa/xXn6rd2L+Ivg==",
7774
7680
  "license": "BSD-3-Clause",
7775
7681
  "dependencies": {
7776
7682
  "@oclif/core": "^3.25.2",
7777
7683
  "@salesforce/core": "^6.6.0",
7778
7684
  "@salesforce/kit": "^3.0.15",
7779
- "@salesforce/sf-plugins-core": "^7.1.15",
7685
+ "@salesforce/sf-plugins-core": "^8.0.1",
7780
7686
  "@salesforce/source-deploy-retrieve": "^10.5.5",
7781
7687
  "chalk": "^5.3.0",
7782
7688
  "change-case": "^5.4.3",
@@ -7787,24 +7693,6 @@
7787
7693
  "node": ">=18.0.0"
7788
7694
  }
7789
7695
  },
7790
- "node_modules/@salesforce/plugin-org/node_modules/@salesforce/sf-plugins-core": {
7791
- "version": "7.1.16",
7792
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.16.tgz",
7793
- "integrity": "sha512-v135A7TG1n97eFoh0j96kbHKbivXbbd7M5url3L0I5lJsCGGF+mMSL2Tpm8FNUN8DCLOGkvymR1s2QmNzMR7Tw==",
7794
- "license": "BSD-3-Clause",
7795
- "dependencies": {
7796
- "@inquirer/confirm": "^2.0.17",
7797
- "@inquirer/password": "^1.1.16",
7798
- "@oclif/core": "^3.23.0",
7799
- "@salesforce/core": "^6.6.0",
7800
- "@salesforce/kit": "^3.0.15",
7801
- "@salesforce/ts-types": "^2.0.9",
7802
- "chalk": "^5.3.0"
7803
- },
7804
- "engines": {
7805
- "node": ">=18.0.0"
7806
- }
7807
- },
7808
7696
  "node_modules/@salesforce/plugin-org/node_modules/change-case": {
7809
7697
  "version": "5.4.3",
7810
7698
  "resolved": "https://registry.npmjs.org/change-case/-/change-case-5.4.3.tgz",
@@ -7827,34 +7715,16 @@
7827
7715
  }
7828
7716
  },
7829
7717
  "node_modules/@salesforce/plugin-packaging": {
7830
- "version": "2.1.12",
7831
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.1.12.tgz",
7832
- "integrity": "sha512-MTuUcBAs6AJgnfJIhqduxoJsg5ntJsWlDllhtOC0o+vx6O5mzqNkRux9FvL8e3DhvTJALQQuyRCs3AkuKvSQNg==",
7718
+ "version": "2.2.0",
7719
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.2.0.tgz",
7720
+ "integrity": "sha512-UmI7ZvQbSTZvDUSaf2UX1UiQxR7Cw8pfhNTQPw4gejvjROQSOyPXqmlqmT5ZJNRHlyXU4l4zsRuE87WPJXAAXA==",
7833
7721
  "license": "BSD-3-Clause",
7834
7722
  "dependencies": {
7835
7723
  "@oclif/core": "^3.23.0",
7836
7724
  "@salesforce/core": "^6.5.2",
7837
7725
  "@salesforce/kit": "^3.0.15",
7838
7726
  "@salesforce/packaging": "^3.2.18",
7839
- "@salesforce/sf-plugins-core": "^7.1.9",
7840
- "chalk": "^5.3.0"
7841
- },
7842
- "engines": {
7843
- "node": ">=18.0.0"
7844
- }
7845
- },
7846
- "node_modules/@salesforce/plugin-packaging/node_modules/@salesforce/sf-plugins-core": {
7847
- "version": "7.1.16",
7848
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.16.tgz",
7849
- "integrity": "sha512-v135A7TG1n97eFoh0j96kbHKbivXbbd7M5url3L0I5lJsCGGF+mMSL2Tpm8FNUN8DCLOGkvymR1s2QmNzMR7Tw==",
7850
- "license": "BSD-3-Clause",
7851
- "dependencies": {
7852
- "@inquirer/confirm": "^2.0.17",
7853
- "@inquirer/password": "^1.1.16",
7854
- "@oclif/core": "^3.23.0",
7855
- "@salesforce/core": "^6.6.0",
7856
- "@salesforce/kit": "^3.0.15",
7857
- "@salesforce/ts-types": "^2.0.9",
7727
+ "@salesforce/sf-plugins-core": "^8.0.1",
7858
7728
  "chalk": "^5.3.0"
7859
7729
  },
7860
7730
  "engines": {
@@ -8074,90 +7944,38 @@
8074
7944
  }
8075
7945
  },
8076
7946
  "node_modules/@salesforce/plugin-schema": {
8077
- "version": "3.1.9",
8078
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.1.9.tgz",
8079
- "integrity": "sha512-nvy0i1T81b2PIvwtX0gvqgscIRWTDx7MxNtLU30qHc1Cfn2QkFix0wKN9TCkcyk9MYHc75FDlM3+fQNTIZqFMg==",
7947
+ "version": "3.2.0",
7948
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.2.0.tgz",
7949
+ "integrity": "sha512-LtuqEaeiGcVnVz0f09FRJVhWD38J4KKq54XzbKuPveV/qqhBXKAAU/HYjyLUNVohLOTmPBj4P46EDEoL9i4kuQ==",
8080
7950
  "license": "BSD-3-Clause",
8081
7951
  "dependencies": {
8082
7952
  "@oclif/core": "^3.25.2",
8083
7953
  "@salesforce/core": "^6.7.1",
8084
- "@salesforce/sf-plugins-core": "^5.0.10"
8085
- },
8086
- "engines": {
8087
- "node": ">=18.0.0"
8088
- }
8089
- },
8090
- "node_modules/@salesforce/plugin-schema/node_modules/@salesforce/sf-plugins-core": {
8091
- "version": "5.0.13",
8092
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.13.tgz",
8093
- "integrity": "sha512-b5R8krKeOIkW0hPxvfpm8T5tCSyWW7MDERnJwm/FXq4ueUJsC1/TCWSscyVKPSZ0VRcEFbzOWKJvpV/omB1D9w==",
8094
- "license": "BSD-3-Clause",
8095
- "dependencies": {
8096
- "@oclif/core": "^3.15.1",
8097
- "@salesforce/core": "^6.4.1",
8098
- "@salesforce/kit": "^3.0.15",
8099
- "@salesforce/ts-types": "^2.0.9",
8100
- "@types/inquirer": "^8.2.3",
8101
- "chalk": "^4",
8102
- "inquirer": "^8.2.5"
7954
+ "@salesforce/sf-plugins-core": "^8.0.1"
8103
7955
  },
8104
7956
  "engines": {
8105
7957
  "node": ">=18.0.0"
8106
7958
  }
8107
7959
  },
8108
- "node_modules/@salesforce/plugin-schema/node_modules/chalk": {
8109
- "version": "4.1.2",
8110
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
8111
- "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
8112
- "license": "MIT",
8113
- "dependencies": {
8114
- "ansi-styles": "^4.1.0",
8115
- "supports-color": "^7.1.0"
8116
- },
8117
- "engines": {
8118
- "node": ">=10"
8119
- },
8120
- "funding": {
8121
- "url": "https://github.com/chalk/chalk?sponsor=1"
8122
- }
8123
- },
8124
7960
  "node_modules/@salesforce/plugin-settings": {
8125
- "version": "2.0.33",
8126
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.0.33.tgz",
8127
- "integrity": "sha512-g6lxLPV847+OLMg88Kk1dAt22IIu8KUwWgpaxLaPwzeKu1wBjYVJ5PRXPXVdgGmRsxnlIejsRV/1t9kW8p6ZDw==",
8128
- "license": "BSD-3-Clause",
8129
- "dependencies": {
8130
- "@oclif/core": "^3.20.0",
8131
- "@salesforce/core": "^6.7.3",
8132
- "@salesforce/sf-plugins-core": "^7.1.16",
8133
- "fast-levenshtein": "^3.0.0"
8134
- },
8135
- "engines": {
8136
- "node": ">=18.0.0"
8137
- }
8138
- },
8139
- "node_modules/@salesforce/plugin-settings/node_modules/@salesforce/sf-plugins-core": {
8140
- "version": "7.1.16",
8141
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.16.tgz",
8142
- "integrity": "sha512-v135A7TG1n97eFoh0j96kbHKbivXbbd7M5url3L0I5lJsCGGF+mMSL2Tpm8FNUN8DCLOGkvymR1s2QmNzMR7Tw==",
7961
+ "version": "2.1.0",
7962
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.1.0.tgz",
7963
+ "integrity": "sha512-m7CV2Hcc/2eBhEHJjvz7M2PxGcBEXlQ/yFb6X4VOgzQj6dGD6gK0iZ1PMuvXY+wf9ArtryW3KbjWEjU3lQL/5Q==",
8143
7964
  "license": "BSD-3-Clause",
8144
7965
  "dependencies": {
8145
- "@inquirer/confirm": "^2.0.17",
8146
- "@inquirer/password": "^1.1.16",
8147
- "@oclif/core": "^3.23.0",
8148
- "@salesforce/core": "^6.6.0",
8149
- "@salesforce/kit": "^3.0.15",
8150
- "@salesforce/ts-types": "^2.0.9",
8151
- "chalk": "^5.3.0"
7966
+ "@oclif/core": "^3.20.0",
7967
+ "@salesforce/core": "^6.7.3",
7968
+ "@salesforce/sf-plugins-core": "^8.0.1",
7969
+ "fast-levenshtein": "^3.0.0"
8152
7970
  },
8153
7971
  "engines": {
8154
7972
  "node": ">=18.0.0"
8155
7973
  }
8156
7974
  },
8157
7975
  "node_modules/@salesforce/plugin-sobject": {
8158
- "version": "1.1.21",
8159
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.1.21.tgz",
8160
- "integrity": "sha512-ILG20sLxuuSzorE+IqHt0ROJRLnZa7f4Vht96JrGBsXjasBaWUyrV/+kIgud2hHkAFLwSf7aVGdW8Ul90fttpw==",
7976
+ "version": "1.2.0",
7977
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.2.0.tgz",
7978
+ "integrity": "sha512-53tEx1jboFfMAvc2Jh3Rl1AUi+sSBpTZeRZqtCKqGiJOpWacY0j8JW6fs4jcj7ag8uv6nqIpmwysjJc9EqSDug==",
8161
7979
  "license": "BSD-3-Clause",
8162
7980
  "dependencies": {
8163
7981
  "@inquirer/confirm": "^2.0.17",
@@ -8166,7 +7984,7 @@
8166
7984
  "@oclif/core": "^3.25.2",
8167
7985
  "@salesforce/core": "^6.7.3",
8168
7986
  "@salesforce/kit": "^3.0.15",
8169
- "@salesforce/sf-plugins-core": "^7.1.14",
7987
+ "@salesforce/sf-plugins-core": "^8.0.1",
8170
7988
  "fast-glob": "^3.3.2",
8171
7989
  "fast-xml-parser": "^4.3.6",
8172
7990
  "js2xmlparser": "^4.0.2"
@@ -8175,35 +7993,47 @@
8175
7993
  "node": ">=18.0.0"
8176
7994
  }
8177
7995
  },
8178
- "node_modules/@salesforce/plugin-sobject/node_modules/@salesforce/sf-plugins-core": {
8179
- "version": "7.1.16",
8180
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.16.tgz",
8181
- "integrity": "sha512-v135A7TG1n97eFoh0j96kbHKbivXbbd7M5url3L0I5lJsCGGF+mMSL2Tpm8FNUN8DCLOGkvymR1s2QmNzMR7Tw==",
8182
- "license": "BSD-3-Clause",
7996
+ "node_modules/@salesforce/plugin-sobject/node_modules/@inquirer/input": {
7997
+ "version": "1.2.16",
7998
+ "resolved": "https://registry.npmjs.org/@inquirer/input/-/input-1.2.16.tgz",
7999
+ "integrity": "sha512-Ou0LaSWvj1ni+egnyQ+NBtfM1885UwhRCMtsRt2bBO47DoC1dwtCa+ZUNgrxlnCHHF0IXsbQHYtIIjFGAavI4g==",
8000
+ "license": "MIT",
8183
8001
  "dependencies": {
8184
- "@inquirer/confirm": "^2.0.17",
8185
- "@inquirer/password": "^1.1.16",
8186
- "@oclif/core": "^3.23.0",
8187
- "@salesforce/core": "^6.6.0",
8188
- "@salesforce/kit": "^3.0.15",
8189
- "@salesforce/ts-types": "^2.0.9",
8190
- "chalk": "^5.3.0"
8002
+ "@inquirer/core": "^6.0.0",
8003
+ "@inquirer/type": "^1.1.6",
8004
+ "chalk": "^4.1.2"
8191
8005
  },
8192
8006
  "engines": {
8193
- "node": ">=18.0.0"
8007
+ "node": ">=14.18.0"
8008
+ }
8009
+ },
8010
+ "node_modules/@salesforce/plugin-sobject/node_modules/chalk": {
8011
+ "version": "4.1.2",
8012
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
8013
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
8014
+ "license": "MIT",
8015
+ "dependencies": {
8016
+ "ansi-styles": "^4.1.0",
8017
+ "supports-color": "^7.1.0"
8018
+ },
8019
+ "engines": {
8020
+ "node": ">=10"
8021
+ },
8022
+ "funding": {
8023
+ "url": "https://github.com/chalk/chalk?sponsor=1"
8194
8024
  }
8195
8025
  },
8196
8026
  "node_modules/@salesforce/plugin-source": {
8197
- "version": "3.1.23",
8198
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.1.23.tgz",
8199
- "integrity": "sha512-9C6J2c5N5lwI9UncCwAbAnvABJBTl3UPbhNiCJcLjKjLVYZd191G/1LFneaxNnO7EA0Yo4BRPJUkGg3HKKZXjA==",
8027
+ "version": "3.2.0",
8028
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.2.0.tgz",
8029
+ "integrity": "sha512-B6zKEAxky0aIFmt3PT8iglEqT9XThAM5RJJ9krxFHNZZZRVCwF+QcwX/y2ifdYwJ44C8fULlnUCPVxOM+U/mfQ==",
8200
8030
  "license": "BSD-3-Clause",
8201
8031
  "dependencies": {
8202
8032
  "@oclif/core": "^3.25.2",
8203
8033
  "@salesforce/apex-node": "^3.1.0",
8204
8034
  "@salesforce/core": "^6.4.4",
8205
8035
  "@salesforce/kit": "^3.0.15",
8206
- "@salesforce/sf-plugins-core": "^7.1.14",
8036
+ "@salesforce/sf-plugins-core": "^8.0.1",
8207
8037
  "@salesforce/source-deploy-retrieve": "^10.5.5",
8208
8038
  "@salesforce/source-tracking": "^5.1.11",
8209
8039
  "chalk": "^5.3.0",
@@ -8214,24 +8044,6 @@
8214
8044
  "node": ">=18.0.0"
8215
8045
  }
8216
8046
  },
8217
- "node_modules/@salesforce/plugin-source/node_modules/@salesforce/sf-plugins-core": {
8218
- "version": "7.1.16",
8219
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.16.tgz",
8220
- "integrity": "sha512-v135A7TG1n97eFoh0j96kbHKbivXbbd7M5url3L0I5lJsCGGF+mMSL2Tpm8FNUN8DCLOGkvymR1s2QmNzMR7Tw==",
8221
- "license": "BSD-3-Clause",
8222
- "dependencies": {
8223
- "@inquirer/confirm": "^2.0.17",
8224
- "@inquirer/password": "^1.1.16",
8225
- "@oclif/core": "^3.23.0",
8226
- "@salesforce/core": "^6.6.0",
8227
- "@salesforce/kit": "^3.0.15",
8228
- "@salesforce/ts-types": "^2.0.9",
8229
- "chalk": "^5.3.0"
8230
- },
8231
- "engines": {
8232
- "node": ">=18.0.0"
8233
- }
8234
- },
8235
8047
  "node_modules/@salesforce/plugin-telemetry": {
8236
8048
  "version": "3.1.17",
8237
8049
  "resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.1.17.tgz",
@@ -8267,14 +8079,14 @@
8267
8079
  }
8268
8080
  },
8269
8081
  "node_modules/@salesforce/plugin-templates": {
8270
- "version": "56.0.25",
8271
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.0.25.tgz",
8272
- "integrity": "sha512-LvTO6+TMtOtmGxTpKZ7rUwJhH6frHXXmzAaggs3ZALv2thL5CsBl/tfrZO48wR6nOE+NWZpLMvWjzjwelzxw8w==",
8082
+ "version": "56.1.0",
8083
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.1.0.tgz",
8084
+ "integrity": "sha512-nwfhXkSNAMboCJ2WPYCesCttbwataCTdMSJawI9z2xJNGnKMPYJsC0WVqFuwLGUR9g/QNSCL3Vdxn2lYbLwNUQ==",
8273
8085
  "license": "BSD-3-Clause",
8274
8086
  "dependencies": {
8275
8087
  "@oclif/core": "^3.25.2",
8276
8088
  "@salesforce/core": "^6.7.1",
8277
- "@salesforce/sf-plugins-core": "^7.1.16",
8089
+ "@salesforce/sf-plugins-core": "^8.0.1",
8278
8090
  "@salesforce/templates": "^59.0.4",
8279
8091
  "yeoman-environment": "^3",
8280
8092
  "yeoman-generator": "^5"
@@ -8283,33 +8095,15 @@
8283
8095
  "node": ">=18.0.0"
8284
8096
  }
8285
8097
  },
8286
- "node_modules/@salesforce/plugin-templates/node_modules/@salesforce/sf-plugins-core": {
8287
- "version": "7.1.16",
8288
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.16.tgz",
8289
- "integrity": "sha512-v135A7TG1n97eFoh0j96kbHKbivXbbd7M5url3L0I5lJsCGGF+mMSL2Tpm8FNUN8DCLOGkvymR1s2QmNzMR7Tw==",
8290
- "license": "BSD-3-Clause",
8291
- "dependencies": {
8292
- "@inquirer/confirm": "^2.0.17",
8293
- "@inquirer/password": "^1.1.16",
8294
- "@oclif/core": "^3.23.0",
8295
- "@salesforce/core": "^6.6.0",
8296
- "@salesforce/kit": "^3.0.15",
8297
- "@salesforce/ts-types": "^2.0.9",
8298
- "chalk": "^5.3.0"
8299
- },
8300
- "engines": {
8301
- "node": ">=18.0.0"
8302
- }
8303
- },
8304
8098
  "node_modules/@salesforce/plugin-trust": {
8305
- "version": "3.3.18",
8306
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.3.18.tgz",
8307
- "integrity": "sha512-H97rxWGaDGK0ABJTYSB3gN7BVYAdPlmU0tpbwwPUTJ3pHaD/4vqhc9+zdLCpDrfq4FvlgCddRIaSBpRwbzIISA==",
8099
+ "version": "3.4.0",
8100
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.4.0.tgz",
8101
+ "integrity": "sha512-zfhG0gaa2YM32m1C+Ru9eJKPE+GsC23+k/CpAsjFabNzmzmfjI4WEC0YV6uRQV/eyDKtCovMHZ6iV/sY7HdBoQ==",
8308
8102
  "license": "BSD-3-Clause",
8309
8103
  "dependencies": {
8310
8104
  "@oclif/core": "^3.26.0",
8311
8105
  "@salesforce/core": "^6.5.5",
8312
- "@salesforce/sf-plugins-core": "^7.1.15",
8106
+ "@salesforce/sf-plugins-core": "^8.0.1",
8313
8107
  "got": "^13.0.0",
8314
8108
  "npm": "10.2.3",
8315
8109
  "npm-run-path": "^4.0.1",
@@ -8324,58 +8118,22 @@
8324
8118
  "node": ">=18.0.0"
8325
8119
  }
8326
8120
  },
8327
- "node_modules/@salesforce/plugin-trust/node_modules/@salesforce/sf-plugins-core": {
8328
- "version": "7.1.16",
8329
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.16.tgz",
8330
- "integrity": "sha512-v135A7TG1n97eFoh0j96kbHKbivXbbd7M5url3L0I5lJsCGGF+mMSL2Tpm8FNUN8DCLOGkvymR1s2QmNzMR7Tw==",
8331
- "license": "BSD-3-Clause",
8332
- "dependencies": {
8333
- "@inquirer/confirm": "^2.0.17",
8334
- "@inquirer/password": "^1.1.16",
8335
- "@oclif/core": "^3.23.0",
8336
- "@salesforce/core": "^6.6.0",
8337
- "@salesforce/kit": "^3.0.15",
8338
- "@salesforce/ts-types": "^2.0.9",
8339
- "chalk": "^5.3.0"
8340
- },
8341
- "engines": {
8342
- "node": ">=18.0.0"
8343
- }
8344
- },
8345
8121
  "node_modules/@salesforce/plugin-user": {
8346
- "version": "3.3.4",
8347
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.3.4.tgz",
8348
- "integrity": "sha512-7RwFyEKVBP2CnEx1cpbimPr4eBH3pmx8zJn5hJVXbDcgz7bRgSN77Amtht/JxA6/4C183kyJRsCPtop51HeFSQ==",
8122
+ "version": "3.4.0",
8123
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.4.0.tgz",
8124
+ "integrity": "sha512-F6KlpLIRg1+bqbw7L4i7pex7Nh2zK2RgBRKGL+uo2QKJLs+3ZFf4THnZ/iHpO3toFPpF22F6zcCPXe+7Rx6MTg==",
8349
8125
  "license": "BSD-3-Clause",
8350
8126
  "dependencies": {
8351
8127
  "@oclif/core": "^3.23.0",
8352
8128
  "@salesforce/core": "^6.7.1",
8353
8129
  "@salesforce/kit": "^3.0.15",
8354
- "@salesforce/sf-plugins-core": "^7.1.14",
8130
+ "@salesforce/sf-plugins-core": "^8.0.1",
8355
8131
  "@salesforce/ts-types": "^2.0.9"
8356
8132
  },
8357
8133
  "engines": {
8358
8134
  "node": ">=18.0.0"
8359
8135
  }
8360
8136
  },
8361
- "node_modules/@salesforce/plugin-user/node_modules/@salesforce/sf-plugins-core": {
8362
- "version": "7.1.16",
8363
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.16.tgz",
8364
- "integrity": "sha512-v135A7TG1n97eFoh0j96kbHKbivXbbd7M5url3L0I5lJsCGGF+mMSL2Tpm8FNUN8DCLOGkvymR1s2QmNzMR7Tw==",
8365
- "license": "BSD-3-Clause",
8366
- "dependencies": {
8367
- "@inquirer/confirm": "^2.0.17",
8368
- "@inquirer/password": "^1.1.16",
8369
- "@oclif/core": "^3.23.0",
8370
- "@salesforce/core": "^6.6.0",
8371
- "@salesforce/kit": "^3.0.15",
8372
- "@salesforce/ts-types": "^2.0.9",
8373
- "chalk": "^5.3.0"
8374
- },
8375
- "engines": {
8376
- "node": ">=18.0.0"
8377
- }
8378
- },
8379
8137
  "node_modules/@salesforce/prettier-config": {
8380
8138
  "version": "0.0.3",
8381
8139
  "resolved": "https://registry.npmjs.org/@salesforce/prettier-config/-/prettier-config-0.0.3.tgz",
@@ -8390,15 +8148,15 @@
8390
8148
  "license": "ISC"
8391
8149
  },
8392
8150
  "node_modules/@salesforce/sf-plugins-core": {
8393
- "version": "8.0.0",
8394
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-8.0.0.tgz",
8395
- "integrity": "sha512-S1ZAIn2aIi0qR7NBGVTmL8V1I62lDTEGWRlljNrdxx8qEFnz0Gt6LTdz0330FtVUIvJNPzvsAPOyjWjvlxDeow==",
8151
+ "version": "8.0.1",
8152
+ "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-8.0.1.tgz",
8153
+ "integrity": "sha512-R6SqJ1XqSINSWdZruKtC2SKGnLBh7KbFI7+qS0FYlyPU4IlWoa+AZkGwWvlczuSOumqnlhT95rNKwZTS5rJugA==",
8396
8154
  "license": "BSD-3-Clause",
8397
8155
  "dependencies": {
8398
8156
  "@inquirer/confirm": "^2.0.17",
8399
8157
  "@inquirer/password": "^1.1.16",
8400
8158
  "@oclif/core": "^3.23.0",
8401
- "@salesforce/core": "^6.6.0",
8159
+ "@salesforce/core": "^6.7.3",
8402
8160
  "@salesforce/kit": "^3.0.15",
8403
8161
  "@salesforce/ts-types": "^2.0.9",
8404
8162
  "chalk": "^5.3.0"
@@ -9963,6 +9721,7 @@
9963
9721
  "version": "8.2.10",
9964
9722
  "resolved": "https://registry.npmjs.org/@types/inquirer/-/inquirer-8.2.10.tgz",
9965
9723
  "integrity": "sha512-IdD5NmHyVjWM8SHWo/kPBgtzXatwPkfwzyP3fN1jF2g9BWt5WO+8hL2F4o2GKIYsU40PpqeevuUWvkS/roXJkA==",
9724
+ "dev": true,
9966
9725
  "license": "MIT",
9967
9726
  "dependencies": {
9968
9727
  "@types/through": "*",
@@ -10127,6 +9886,7 @@
10127
9886
  "version": "0.0.33",
10128
9887
  "resolved": "https://registry.npmjs.org/@types/through/-/through-0.0.33.tgz",
10129
9888
  "integrity": "sha512-HsJ+z3QuETzP3cswwtzt2vEIiHBk/dCcHGhbmG5X3ecnwFD/lPrMpliGXxSCg03L9AhrdwA4Oz/qfspkDW+xGQ==",
9889
+ "dev": true,
10130
9890
  "license": "MIT",
10131
9891
  "dependencies": {
10132
9892
  "@types/node": "*"
@@ -15706,7 +15466,6 @@
15706
15466
  "version": "7.0.1",
15707
15467
  "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.1.tgz",
15708
15468
  "integrity": "sha512-+K84LB1DYwMHoHSgaOY/Jfhw3ucPmSET5v98Ke/HdNSw4a0UktWzyW1mjhjpuxxTqOOsfWT/7iVshHmVZ4IpOA==",
15709
- "extraneous": true,
15710
15469
  "license": "ISC",
15711
15470
  "dependencies": {
15712
15471
  "lru-cache": "^10.0.1"
@@ -15719,7 +15478,6 @@
15719
15478
  "version": "10.2.0",
15720
15479
  "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.0.tgz",
15721
15480
  "integrity": "sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==",
15722
- "extraneous": true,
15723
15481
  "license": "ISC",
15724
15482
  "engines": {
15725
15483
  "node": "14 || >=16.14"
@@ -19647,7 +19405,6 @@
19647
19405
  "version": "11.0.1",
19648
19406
  "resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-11.0.1.tgz",
19649
19407
  "integrity": "sha512-M7s1BD4NxdAvBKUPqqRW957Xwcl/4Zvo8Aj+ANrzvIPzGJZElrH7Z//rSaec2ORcND6FHHLnZeY8qgTpXDMFQQ==",
19650
- "extraneous": true,
19651
19408
  "license": "ISC",
19652
19409
  "dependencies": {
19653
19410
  "hosted-git-info": "^7.0.0",
@@ -22885,32 +22642,35 @@
22885
22642
  "license": "MIT"
22886
22643
  },
22887
22644
  "node_modules/oclif": {
22888
- "version": "4.5.7",
22889
- "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.5.7.tgz",
22890
- "integrity": "sha512-We/j5WbemIw6DSbwFUpThrUGF2dv37CpyyAC83a+oAwBQELx2KddfrXxSR6Nv7hmkwf3nfuKGb89uLl35qOOLA==",
22645
+ "version": "4.6.3",
22646
+ "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.6.3.tgz",
22647
+ "integrity": "sha512-T/61U0IcslqHwZTo1W/6//BoSz/rv24ckM0s7S+ROI7x/GzQyMcjq7NHGdytRISb6ripxU5GI2CsEc1Vo5vhnA==",
22891
22648
  "dev": true,
22892
22649
  "license": "MIT",
22893
22650
  "dependencies": {
22894
22651
  "@aws-sdk/client-cloudfront": "^3.535.0",
22895
22652
  "@aws-sdk/client-s3": "^3.535.0",
22653
+ "@inquirer/confirm": "^3.0.0",
22654
+ "@inquirer/input": "^2.1.0",
22655
+ "@inquirer/select": "^2.0.0",
22896
22656
  "@oclif/core": "^3.21.0",
22897
22657
  "@oclif/plugin-help": "^6.0.18",
22898
22658
  "@oclif/plugin-not-found": "^3.0.14",
22899
- "@oclif/plugin-warn-if-update-available": "^3.0.12",
22659
+ "@oclif/plugin-warn-if-update-available": "^3.0.14",
22900
22660
  "async-retry": "^1.3.3",
22661
+ "chalk": "^4",
22901
22662
  "change-case": "^4",
22902
22663
  "debug": "^4.3.3",
22664
+ "ejs": "^3.1.9",
22903
22665
  "find-yarn-workspace-root": "^2.0.0",
22904
22666
  "fs-extra": "^8.1",
22905
22667
  "github-slugger": "^1.5.0",
22906
- "got": "^11",
22668
+ "got": "^13",
22907
22669
  "lodash.template": "^4.5.0",
22908
22670
  "normalize-package-data": "^3.0.3",
22909
22671
  "semver": "^7.6.0",
22910
22672
  "sort-package-json": "^2.8.0",
22911
- "validate-npm-package-name": "^5.0.0",
22912
- "yeoman-environment": "^3.15.1",
22913
- "yeoman-generator": "^5.8.0"
22673
+ "validate-npm-package-name": "^5.0.0"
22914
22674
  },
22915
22675
  "bin": {
22916
22676
  "oclif": "bin/run.js"
@@ -22919,88 +22679,78 @@
22919
22679
  "node": ">=18.0.0"
22920
22680
  }
22921
22681
  },
22922
- "node_modules/oclif/node_modules/@szmarczak/http-timer": {
22923
- "version": "4.0.6",
22924
- "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-4.0.6.tgz",
22925
- "integrity": "sha512-4BAffykYOgO+5nzBWYwE3W90sBgLJoUPRWWcL8wlyiM8IB8ipJz3UMJ9KXQd1RKQXpKp8Tutn80HZtWsu2u76w==",
22682
+ "node_modules/oclif/node_modules/@inquirer/confirm": {
22683
+ "version": "3.1.0",
22684
+ "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.1.0.tgz",
22685
+ "integrity": "sha512-nH5mxoTEoqk6WpoBz80GMpDSm9jH5V9AF8n+JZAZfMzd9gHeEG9w1o3KawPRR72lfzpP+QxBHLkOKLEApwhDiQ==",
22926
22686
  "dev": true,
22927
22687
  "license": "MIT",
22928
22688
  "dependencies": {
22929
- "defer-to-connect": "^2.0.0"
22689
+ "@inquirer/core": "^7.1.0",
22690
+ "@inquirer/type": "^1.2.1"
22930
22691
  },
22931
22692
  "engines": {
22932
- "node": ">=10"
22933
- }
22934
- },
22935
- "node_modules/oclif/node_modules/cacheable-lookup": {
22936
- "version": "5.0.4",
22937
- "resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-5.0.4.tgz",
22938
- "integrity": "sha512-2/kNscPhpcxrOigMZzbiWF7dz8ilhb/nIHU3EyZiXWXpeq/au8qJ8VhdftMkty3n7Gj6HIGalQG8oiBNB3AJgA==",
22939
- "dev": true,
22940
- "license": "MIT",
22941
- "engines": {
22942
- "node": ">=10.6.0"
22693
+ "node": ">=18"
22943
22694
  }
22944
22695
  },
22945
- "node_modules/oclif/node_modules/cacheable-request": {
22946
- "version": "7.0.4",
22947
- "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-7.0.4.tgz",
22948
- "integrity": "sha512-v+p6ongsrp0yTGbJXjgxPow2+DL93DASP4kXCDKb8/bwRtt9OEF3whggkkDkGNzgcWy2XaF4a8nZglC7uElscg==",
22696
+ "node_modules/oclif/node_modules/@inquirer/core": {
22697
+ "version": "7.1.0",
22698
+ "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-7.1.0.tgz",
22699
+ "integrity": "sha512-FRCiDiU54XHt5B/D8hX4twwZuzSP244ANHbu3R7CAsJfiv1dUOz24ePBgCZjygEjDUi6BWIJuk4eWLKJ7LATUw==",
22949
22700
  "dev": true,
22950
22701
  "license": "MIT",
22951
22702
  "dependencies": {
22952
- "clone-response": "^1.0.2",
22953
- "get-stream": "^5.1.0",
22954
- "http-cache-semantics": "^4.0.0",
22955
- "keyv": "^4.0.0",
22956
- "lowercase-keys": "^2.0.0",
22957
- "normalize-url": "^6.0.1",
22958
- "responselike": "^2.0.0"
22703
+ "@inquirer/type": "^1.2.1",
22704
+ "@types/mute-stream": "^0.0.4",
22705
+ "@types/node": "^20.11.26",
22706
+ "@types/wrap-ansi": "^3.0.0",
22707
+ "ansi-escapes": "^4.3.2",
22708
+ "chalk": "^4.1.2",
22709
+ "cli-spinners": "^2.9.2",
22710
+ "cli-width": "^4.1.0",
22711
+ "figures": "^3.2.0",
22712
+ "mute-stream": "^1.0.0",
22713
+ "run-async": "^3.0.0",
22714
+ "signal-exit": "^4.1.0",
22715
+ "strip-ansi": "^6.0.1",
22716
+ "wrap-ansi": "^6.2.0"
22959
22717
  },
22960
22718
  "engines": {
22961
- "node": ">=8"
22719
+ "node": ">=18"
22962
22720
  }
22963
22721
  },
22964
- "node_modules/oclif/node_modules/get-stream": {
22965
- "version": "5.2.0",
22966
- "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
22967
- "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==",
22722
+ "node_modules/oclif/node_modules/@inquirer/select": {
22723
+ "version": "2.2.0",
22724
+ "resolved": "https://registry.npmjs.org/@inquirer/select/-/select-2.2.0.tgz",
22725
+ "integrity": "sha512-Pml3DhVM1LnfqasUMIzaBtw+s5UjM5k0bzDeWrWOgqAMWe16AOg0DcAhXHf+SYbnj2CFBeP/TvkvedL4aAEWww==",
22968
22726
  "dev": true,
22969
22727
  "license": "MIT",
22970
22728
  "dependencies": {
22971
- "pump": "^3.0.0"
22729
+ "@inquirer/core": "^7.1.0",
22730
+ "@inquirer/type": "^1.2.1",
22731
+ "ansi-escapes": "^4.3.2",
22732
+ "chalk": "^4.1.2",
22733
+ "figures": "^3.2.0"
22972
22734
  },
22973
22735
  "engines": {
22974
- "node": ">=8"
22975
- },
22976
- "funding": {
22977
- "url": "https://github.com/sponsors/sindresorhus"
22736
+ "node": ">=18"
22978
22737
  }
22979
22738
  },
22980
- "node_modules/oclif/node_modules/got": {
22981
- "version": "11.8.6",
22982
- "resolved": "https://registry.npmjs.org/got/-/got-11.8.6.tgz",
22983
- "integrity": "sha512-6tfZ91bOr7bOXnK7PRDCGBLa1H4U080YHNaAQ2KsMGlLEzRbk44nsZF2E1IeRc3vtJHPVbKCYgdFbaGO2ljd8g==",
22739
+ "node_modules/oclif/node_modules/chalk": {
22740
+ "version": "4.1.2",
22741
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
22742
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
22984
22743
  "dev": true,
22985
22744
  "license": "MIT",
22986
22745
  "dependencies": {
22987
- "@sindresorhus/is": "^4.0.0",
22988
- "@szmarczak/http-timer": "^4.0.5",
22989
- "@types/cacheable-request": "^6.0.1",
22990
- "@types/responselike": "^1.0.0",
22991
- "cacheable-lookup": "^5.0.3",
22992
- "cacheable-request": "^7.0.2",
22993
- "decompress-response": "^6.0.0",
22994
- "http2-wrapper": "^1.0.0-beta.5.2",
22995
- "lowercase-keys": "^2.0.0",
22996
- "p-cancelable": "^2.0.0",
22997
- "responselike": "^2.0.0"
22746
+ "ansi-styles": "^4.1.0",
22747
+ "supports-color": "^7.1.0"
22998
22748
  },
22999
22749
  "engines": {
23000
- "node": ">=10.19.0"
22750
+ "node": ">=10"
23001
22751
  },
23002
22752
  "funding": {
23003
- "url": "https://github.com/sindresorhus/got?sponsor=1"
22753
+ "url": "https://github.com/chalk/chalk?sponsor=1"
23004
22754
  }
23005
22755
  },
23006
22756
  "node_modules/oclif/node_modules/hosted-git-info": {
@@ -23016,20 +22766,6 @@
23016
22766
  "node": ">=10"
23017
22767
  }
23018
22768
  },
23019
- "node_modules/oclif/node_modules/http2-wrapper": {
23020
- "version": "1.0.3",
23021
- "resolved": "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-1.0.3.tgz",
23022
- "integrity": "sha512-V+23sDMr12Wnz7iTcDeJr3O6AIxlnvT/bmaAAAP/Xda35C90p9599p0F1eHR/N1KILWSoWVAiOMFjBBXaXSMxg==",
23023
- "dev": true,
23024
- "license": "MIT",
23025
- "dependencies": {
23026
- "quick-lru": "^5.1.1",
23027
- "resolve-alpn": "^1.0.0"
23028
- },
23029
- "engines": {
23030
- "node": ">=10.19.0"
23031
- }
23032
- },
23033
22769
  "node_modules/oclif/node_modules/lru-cache": {
23034
22770
  "version": "6.0.0",
23035
22771
  "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
@@ -23059,25 +22795,28 @@
23059
22795
  "node": ">=10"
23060
22796
  }
23061
22797
  },
23062
- "node_modules/oclif/node_modules/normalize-url": {
23063
- "version": "6.1.0",
23064
- "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz",
23065
- "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==",
22798
+ "node_modules/oclif/node_modules/signal-exit": {
22799
+ "version": "4.1.0",
22800
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
22801
+ "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
23066
22802
  "dev": true,
23067
- "license": "MIT",
22803
+ "license": "ISC",
23068
22804
  "engines": {
23069
- "node": ">=10"
22805
+ "node": ">=14"
23070
22806
  },
23071
22807
  "funding": {
23072
- "url": "https://github.com/sponsors/sindresorhus"
22808
+ "url": "https://github.com/sponsors/isaacs"
23073
22809
  }
23074
22810
  },
23075
- "node_modules/oclif/node_modules/p-cancelable": {
23076
- "version": "2.1.1",
23077
- "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-2.1.1.tgz",
23078
- "integrity": "sha512-BZOr3nRQHOntUjTrH8+Lh54smKHoHyur8We1V8DSMVrl5A2malOOwuJRnKRDjSnkoeBh4at6BwEnb5I7Jl31wg==",
22811
+ "node_modules/oclif/node_modules/strip-ansi": {
22812
+ "version": "6.0.1",
22813
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
22814
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
23079
22815
  "dev": true,
23080
22816
  "license": "MIT",
22817
+ "dependencies": {
22818
+ "ansi-regex": "^5.0.1"
22819
+ },
23081
22820
  "engines": {
23082
22821
  "node": ">=8"
23083
22822
  }
@@ -26791,9 +26530,9 @@
26791
26530
  }
26792
26531
  },
26793
26532
  "node_modules/typescript": {
26794
- "version": "5.4.2",
26795
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.2.tgz",
26796
- "integrity": "sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==",
26533
+ "version": "5.4.3",
26534
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.3.tgz",
26535
+ "integrity": "sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==",
26797
26536
  "dev": true,
26798
26537
  "license": "Apache-2.0",
26799
26538
  "bin": {
@@ -27508,20 +27247,6 @@
27508
27247
  "url": "https://github.com/sponsors/sindresorhus"
27509
27248
  }
27510
27249
  },
27511
- "node_modules/yarn": {
27512
- "version": "1.22.21",
27513
- "resolved": "https://registry.npmjs.org/yarn/-/yarn-1.22.21.tgz",
27514
- "integrity": "sha512-ynXaJsADJ9JiZ84zU25XkPGOvVMmZ5b7tmTSpKURYwgELdjucAOydqIOrOfTxVYcNXe91xvLZwcRh68SR3liCg==",
27515
- "hasInstallScript": true,
27516
- "license": "BSD-2-Clause",
27517
- "bin": {
27518
- "yarn": "bin/yarn.js",
27519
- "yarnpkg": "bin/yarn.js"
27520
- },
27521
- "engines": {
27522
- "node": ">=4.0.0"
27523
- }
27524
- },
27525
27250
  "node_modules/yarn-deduplicate": {
27526
27251
  "version": "3.1.0",
27527
27252
  "resolved": "https://registry.npmjs.org/yarn-deduplicate/-/yarn-deduplicate-3.1.0.tgz",