@salesforce/cli 2.35.5-qa.0 → 2.35.6

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.5-qa.0",
3
+ "version": "2.35.6",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.35.5-qa.0",
9
+ "version": "2.35.6",
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": "5.0.0-beta.6",
19
+ "@oclif/plugin-plugins": "5.0.1",
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.2",
44
44
  "chalk": "^5.3.0",
45
45
  "debug": "^4.3.4",
46
46
  "strip-ansi": "^7.1.0"
@@ -56,8 +56,8 @@
56
56
  "@salesforce/ts-sinon": "^1.4.19",
57
57
  "@salesforce/ts-types": "^2.0.9",
58
58
  "@types/debug": "^4.1.12",
59
- "aws-sdk": "^2.1580.0",
60
- "oclif": "^4.5.7",
59
+ "aws-sdk": "^2.1585.0",
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,15 +3744,15 @@
3696
3744
  }
3697
3745
  },
3698
3746
  "node_modules/@oclif/plugin-plugins": {
3699
- "version": "5.0.0-beta.6",
3700
- "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.0.0-beta.6.tgz",
3701
- "integrity": "sha512-Vsh+4XRfF8MrexvBkyRZ4tVED+EjRDtQ8EJnnuQDBuRTui0tXYiqsq7xKaiDmYR80hOlxPzuR5eBYEGZGYLlFw==",
3747
+ "version": "5.0.1",
3748
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.0.1.tgz",
3749
+ "integrity": "sha512-IrZG5NQcj1IZVweRzciqy12kU4ImInN4ZypaC2hVLC58bBUcx187Dehvx38caYtNMykljU5vjkQKJPXyNKXlzQ==",
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
- "npm": "10.5.0",
3755
+ "npm": "10.2.4",
3708
3756
  "npm-package-arg": "^11.0.1",
3709
3757
  "npm-run-path": "^5.2.0",
3710
3758
  "semver": "^7.6.0",
@@ -3754,9 +3802,9 @@
3754
3802
  }
3755
3803
  },
3756
3804
  "node_modules/@oclif/plugin-plugins/node_modules/npm": {
3757
- "version": "10.5.0",
3758
- "resolved": "https://registry.npmjs.org/npm/-/npm-10.5.0.tgz",
3759
- "integrity": "sha512-Ejxwvfh9YnWVU2yA5FzoYLTW52vxHCz+MHrOFg9Cc8IFgF/6f5AGPAvb5WTay5DIUP1NIfN3VBZ0cLlGO0Ys+A==",
3805
+ "version": "10.2.4",
3806
+ "resolved": "https://registry.npmjs.org/npm/-/npm-10.2.4.tgz",
3807
+ "integrity": "sha512-umEuYneVEYO9KoEEI8n2sSGmNQeqco/3BSeacRlqIkCzw4E7XGtYSWMeJobxzr6hZ2n9cM+u5TsMTcC5bAgoWA==",
3760
3808
  "bundleDependencies": [
3761
3809
  "@isaacs/string-locale-compare",
3762
3810
  "@npmcli/arborist",
@@ -3820,6 +3868,7 @@
3820
3868
  "semver",
3821
3869
  "spdx-expression-parse",
3822
3870
  "ssri",
3871
+ "strip-ansi",
3823
3872
  "supports-color",
3824
3873
  "tar",
3825
3874
  "text-table",
@@ -3844,12 +3893,12 @@
3844
3893
  "@npmcli/fs": "^3.1.0",
3845
3894
  "@npmcli/map-workspaces": "^3.0.4",
3846
3895
  "@npmcli/package-json": "^5.0.0",
3847
- "@npmcli/promise-spawn": "^7.0.1",
3848
- "@npmcli/run-script": "^7.0.4",
3849
- "@sigstore/tuf": "^2.3.1",
3896
+ "@npmcli/promise-spawn": "^7.0.0",
3897
+ "@npmcli/run-script": "^7.0.2",
3898
+ "@sigstore/tuf": "^2.2.0",
3850
3899
  "abbrev": "^2.0.0",
3851
3900
  "archy": "~1.0.0",
3852
- "cacache": "^18.0.2",
3901
+ "cacache": "^18.0.0",
3853
3902
  "chalk": "^5.3.0",
3854
3903
  "ci-info": "^4.0.0",
3855
3904
  "cli-columns": "^4.0.0",
@@ -3863,7 +3912,7 @@
3863
3912
  "ini": "^4.1.1",
3864
3913
  "init-package-json": "^6.0.0",
3865
3914
  "is-cidr": "^5.0.3",
3866
- "json-parse-even-better-errors": "^3.0.1",
3915
+ "json-parse-even-better-errors": "^3.0.0",
3867
3916
  "libnpmaccess": "^8.0.1",
3868
3917
  "libnpmdiff": "^6.0.3",
3869
3918
  "libnpmexec": "^7.0.4",
@@ -3892,14 +3941,15 @@
3892
3941
  "npm-user-validate": "^2.0.0",
3893
3942
  "npmlog": "^7.0.1",
3894
3943
  "p-map": "^4.0.0",
3895
- "pacote": "^17.0.6",
3944
+ "pacote": "^17.0.4",
3896
3945
  "parse-conflict-json": "^3.0.1",
3897
3946
  "proc-log": "^3.0.0",
3898
3947
  "qrcode-terminal": "^0.12.0",
3899
3948
  "read": "^2.1.0",
3900
- "semver": "^7.6.0",
3949
+ "semver": "^7.5.4",
3901
3950
  "spdx-expression-parse": "^3.0.1",
3902
3951
  "ssri": "^10.0.5",
3952
+ "strip-ansi": "^7.1.0",
3903
3953
  "supports-color": "^9.4.0",
3904
3954
  "tar": "^6.2.0",
3905
3955
  "text-table": "~0.2.0",
@@ -3961,19 +4011,6 @@
3961
4011
  "node": ">=12"
3962
4012
  }
3963
4013
  },
3964
- "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@isaacs/cliui/node_modules/ansi-regex": {
3965
- "version": "6.0.1",
3966
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
3967
- "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
3968
- "inBundle": true,
3969
- "license": "MIT",
3970
- "engines": {
3971
- "node": ">=12"
3972
- },
3973
- "funding": {
3974
- "url": "https://github.com/chalk/ansi-regex?sponsor=1"
3975
- }
3976
- },
3977
4014
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@isaacs/cliui/node_modules/emoji-regex": {
3978
4015
  "version": "9.2.2",
3979
4016
  "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
@@ -3999,22 +4036,6 @@
3999
4036
  "url": "https://github.com/sponsors/sindresorhus"
4000
4037
  }
4001
4038
  },
4002
- "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@isaacs/cliui/node_modules/strip-ansi": {
4003
- "version": "7.1.0",
4004
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
4005
- "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
4006
- "inBundle": true,
4007
- "license": "MIT",
4008
- "dependencies": {
4009
- "ansi-regex": "^6.0.1"
4010
- },
4011
- "engines": {
4012
- "node": ">=12"
4013
- },
4014
- "funding": {
4015
- "url": "https://github.com/chalk/strip-ansi?sponsor=1"
4016
- }
4017
- },
4018
4039
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@isaacs/string-locale-compare": {
4019
4040
  "version": "1.1.0",
4020
4041
  "resolved": "https://registry.npmjs.org/@isaacs/string-locale-compare/-/string-locale-compare-1.1.0.tgz",
@@ -4023,9 +4044,7 @@
4023
4044
  "license": "ISC"
4024
4045
  },
4025
4046
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/agent": {
4026
- "version": "2.2.1",
4027
- "resolved": "https://registry.npmjs.org/@npmcli/agent/-/agent-2.2.1.tgz",
4028
- "integrity": "sha512-H4FrOVtNyWC8MUwL3UfjOsAihHvT1Pe8POj3JvjXhSTJipsZMtgUALCT4mGyYZNxymkUfOw3PUj6dE4QPp6osQ==",
4047
+ "version": "2.2.0",
4029
4048
  "inBundle": true,
4030
4049
  "license": "ISC",
4031
4050
  "dependencies": {
@@ -4040,9 +4059,7 @@
4040
4059
  }
4041
4060
  },
4042
4061
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/arborist": {
4043
- "version": "7.4.0",
4044
- "resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-7.4.0.tgz",
4045
- "integrity": "sha512-VFsUaTrV8NR+0E2I+xhp6pPC5eAbMmSMSMZbS57aogLc6du6HWBPATFOaiNWwp1QTFVeP4aLhYixQM9hHfaAsA==",
4062
+ "version": "7.2.1",
4046
4063
  "inBundle": true,
4047
4064
  "license": "ISC",
4048
4065
  "dependencies": {
@@ -4054,7 +4071,7 @@
4054
4071
  "@npmcli/name-from-folder": "^2.0.0",
4055
4072
  "@npmcli/node-gyp": "^3.0.0",
4056
4073
  "@npmcli/package-json": "^5.0.0",
4057
- "@npmcli/query": "^3.1.0",
4074
+ "@npmcli/query": "^3.0.1",
4058
4075
  "@npmcli/run-script": "^7.0.2",
4059
4076
  "bin-links": "^4.0.1",
4060
4077
  "cacache": "^18.0.0",
@@ -4073,7 +4090,7 @@
4073
4090
  "parse-conflict-json": "^3.0.0",
4074
4091
  "proc-log": "^3.0.0",
4075
4092
  "promise-all-reject-late": "^1.0.0",
4076
- "promise-call-limit": "^3.0.1",
4093
+ "promise-call-limit": "^1.0.2",
4077
4094
  "read-package-json-fast": "^3.0.2",
4078
4095
  "semver": "^7.3.7",
4079
4096
  "ssri": "^10.0.5",
@@ -4088,9 +4105,7 @@
4088
4105
  }
4089
4106
  },
4090
4107
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/config": {
4091
- "version": "8.2.0",
4092
- "resolved": "https://registry.npmjs.org/@npmcli/config/-/config-8.2.0.tgz",
4093
- "integrity": "sha512-YoEYZFg0hRSRP/Chmq+J4FvULFvji6SORUYWQc10FiJ+ReAnViXcDCENg6kM6dID04bAoKNUygrby798+gYBbQ==",
4108
+ "version": "8.0.2",
4094
4109
  "inBundle": true,
4095
4110
  "license": "ISC",
4096
4111
  "dependencies": {
@@ -4150,9 +4165,7 @@
4150
4165
  }
4151
4166
  },
4152
4167
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/git": {
4153
- "version": "5.0.4",
4154
- "resolved": "https://registry.npmjs.org/@npmcli/git/-/git-5.0.4.tgz",
4155
- "integrity": "sha512-nr6/WezNzuYUppzXRaYu/W4aT5rLxdXqEFupbh6e/ovlYFQ8hpu1UUPV3Ir/YTl+74iXl2ZOMlGzudh9ZPUchQ==",
4168
+ "version": "5.0.3",
4156
4169
  "inBundle": true,
4157
4170
  "license": "ISC",
4158
4171
  "dependencies": {
@@ -4258,9 +4271,7 @@
4258
4271
  }
4259
4272
  },
4260
4273
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/promise-spawn": {
4261
- "version": "7.0.1",
4262
- "resolved": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-7.0.1.tgz",
4263
- "integrity": "sha512-P4KkF9jX3y+7yFUxgcUdDtLy+t4OlDGuEBLNs57AZsfSfg+uV6MLndqGpnl4831ggaEdXwR50XFoZP4VFtHolg==",
4274
+ "version": "7.0.0",
4264
4275
  "inBundle": true,
4265
4276
  "license": "ISC",
4266
4277
  "dependencies": {
@@ -4271,9 +4282,7 @@
4271
4282
  }
4272
4283
  },
4273
4284
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/query": {
4274
- "version": "3.1.0",
4275
- "resolved": "https://registry.npmjs.org/@npmcli/query/-/query-3.1.0.tgz",
4276
- "integrity": "sha512-C/iR0tk7KSKGldibYIB9x8GtO/0Bd0I2mhOaDb8ucQL/bQVTmGoeREaFj64Z5+iCBRf3dQfed0CjJL7I8iTkiQ==",
4285
+ "version": "3.0.1",
4277
4286
  "inBundle": true,
4278
4287
  "license": "ISC",
4279
4288
  "dependencies": {
@@ -4284,16 +4293,14 @@
4284
4293
  }
4285
4294
  },
4286
4295
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@npmcli/run-script": {
4287
- "version": "7.0.4",
4288
- "resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-7.0.4.tgz",
4289
- "integrity": "sha512-9ApYM/3+rBt9V80aYg6tZfzj3UWdiYyCt7gJUD1VJKvWF5nwKDSICXbYIQbspFTq6TOpbsEtIC0LArB8d9PFmg==",
4296
+ "version": "7.0.2",
4290
4297
  "inBundle": true,
4291
4298
  "license": "ISC",
4292
4299
  "dependencies": {
4293
4300
  "@npmcli/node-gyp": "^3.0.0",
4294
- "@npmcli/package-json": "^5.0.0",
4295
4301
  "@npmcli/promise-spawn": "^7.0.0",
4296
4302
  "node-gyp": "^10.0.0",
4303
+ "read-package-json-fast": "^3.0.0",
4297
4304
  "which": "^4.0.0"
4298
4305
  },
4299
4306
  "engines": {
@@ -4312,32 +4319,18 @@
4312
4319
  }
4313
4320
  },
4314
4321
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@sigstore/bundle": {
4315
- "version": "2.2.0",
4316
- "resolved": "https://registry.npmjs.org/@sigstore/bundle/-/bundle-2.2.0.tgz",
4317
- "integrity": "sha512-5VI58qgNs76RDrwXNhpmyN/jKpq9evV/7f1XrcqcAfvxDl5SeVY/I5Rmfe96ULAV7/FK5dge9RBKGBJPhL1WsQ==",
4322
+ "version": "2.1.0",
4318
4323
  "inBundle": true,
4319
4324
  "license": "Apache-2.0",
4320
4325
  "dependencies": {
4321
- "@sigstore/protobuf-specs": "^0.3.0"
4326
+ "@sigstore/protobuf-specs": "^0.2.1"
4322
4327
  },
4323
4328
  "engines": {
4324
4329
  "node": "^16.14.0 || >=18.0.0"
4325
4330
  }
4326
4331
  },
4327
- "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@sigstore/core": {
4328
- "version": "1.0.0",
4329
- "resolved": "https://registry.npmjs.org/@sigstore/core/-/core-1.0.0.tgz",
4330
- "integrity": "sha512-dW2qjbWLRKGu6MIDUTBuJwXCnR8zivcSpf5inUzk7y84zqy/dji0/uahppoIgMoKeR+6pUZucrwHfkQQtiG9Rw==",
4331
- "inBundle": true,
4332
- "license": "Apache-2.0",
4333
- "engines": {
4334
- "node": "^16.14.0 || >=18.0.0"
4335
- }
4336
- },
4337
4332
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@sigstore/protobuf-specs": {
4338
- "version": "0.3.0",
4339
- "resolved": "https://registry.npmjs.org/@sigstore/protobuf-specs/-/protobuf-specs-0.3.0.tgz",
4340
- "integrity": "sha512-zxiQ66JFOjVvP9hbhGj/F/qNdsZfkGb/dVXSanNRNuAzMlr4MC95voPUBX8//ZNnmv3uSYzdfR/JSkrgvZTGxA==",
4333
+ "version": "0.2.1",
4341
4334
  "inBundle": true,
4342
4335
  "license": "Apache-2.0",
4343
4336
  "engines": {
@@ -4345,15 +4338,12 @@
4345
4338
  }
4346
4339
  },
4347
4340
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@sigstore/sign": {
4348
- "version": "2.2.3",
4349
- "resolved": "https://registry.npmjs.org/@sigstore/sign/-/sign-2.2.3.tgz",
4350
- "integrity": "sha512-LqlA+ffyN02yC7RKszCdMTS6bldZnIodiox+IkT8B2f8oRYXCB3LQ9roXeiEL21m64CVH1wyveYAORfD65WoSw==",
4341
+ "version": "2.2.0",
4351
4342
  "inBundle": true,
4352
4343
  "license": "Apache-2.0",
4353
4344
  "dependencies": {
4354
- "@sigstore/bundle": "^2.2.0",
4355
- "@sigstore/core": "^1.0.0",
4356
- "@sigstore/protobuf-specs": "^0.3.0",
4345
+ "@sigstore/bundle": "^2.1.0",
4346
+ "@sigstore/protobuf-specs": "^0.2.1",
4357
4347
  "make-fetch-happen": "^13.0.0"
4358
4348
  },
4359
4349
  "engines": {
@@ -4361,29 +4351,12 @@
4361
4351
  }
4362
4352
  },
4363
4353
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@sigstore/tuf": {
4364
- "version": "2.3.1",
4365
- "resolved": "https://registry.npmjs.org/@sigstore/tuf/-/tuf-2.3.1.tgz",
4366
- "integrity": "sha512-9Iv40z652td/QbV0o5n/x25H9w6IYRt2pIGbTX55yFDYlApDQn/6YZomjz6+KBx69rXHLzHcbtTS586mDdFD+Q==",
4367
- "inBundle": true,
4368
- "license": "Apache-2.0",
4369
- "dependencies": {
4370
- "@sigstore/protobuf-specs": "^0.3.0",
4371
- "tuf-js": "^2.2.0"
4372
- },
4373
- "engines": {
4374
- "node": "^16.14.0 || >=18.0.0"
4375
- }
4376
- },
4377
- "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/@sigstore/verify": {
4378
- "version": "1.1.0",
4379
- "resolved": "https://registry.npmjs.org/@sigstore/verify/-/verify-1.1.0.tgz",
4380
- "integrity": "sha512-1fTqnqyTBWvV7cftUUFtDcHPdSox0N3Ub7C0lRyReYx4zZUlNTZjCV+HPy4Lre+r45dV7Qx5JLKvqqsgxuyYfg==",
4354
+ "version": "2.2.0",
4381
4355
  "inBundle": true,
4382
4356
  "license": "Apache-2.0",
4383
4357
  "dependencies": {
4384
- "@sigstore/bundle": "^2.2.0",
4385
- "@sigstore/core": "^1.0.0",
4386
- "@sigstore/protobuf-specs": "^0.3.0"
4358
+ "@sigstore/protobuf-specs": "^0.2.1",
4359
+ "tuf-js": "^2.1.0"
4387
4360
  },
4388
4361
  "engines": {
4389
4362
  "node": "^16.14.0 || >=18.0.0"
@@ -4423,6 +4396,19 @@
4423
4396
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
4424
4397
  }
4425
4398
  },
4399
+ "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/abort-controller": {
4400
+ "version": "3.0.0",
4401
+ "resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz",
4402
+ "integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==",
4403
+ "inBundle": true,
4404
+ "license": "MIT",
4405
+ "dependencies": {
4406
+ "event-target-shim": "^5.0.0"
4407
+ },
4408
+ "engines": {
4409
+ "node": ">=6.5"
4410
+ }
4411
+ },
4426
4412
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/agent-base": {
4427
4413
  "version": "7.1.0",
4428
4414
  "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.0.tgz",
@@ -4451,13 +4437,16 @@
4451
4437
  }
4452
4438
  },
4453
4439
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ansi-regex": {
4454
- "version": "5.0.1",
4455
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
4456
- "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
4440
+ "version": "6.0.1",
4441
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
4442
+ "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
4457
4443
  "inBundle": true,
4458
4444
  "license": "MIT",
4459
4445
  "engines": {
4460
- "node": ">=8"
4446
+ "node": ">=12"
4447
+ },
4448
+ "funding": {
4449
+ "url": "https://github.com/chalk/ansi-regex?sponsor=1"
4461
4450
  }
4462
4451
  },
4463
4452
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ansi-styles": {
@@ -4488,11 +4477,13 @@
4488
4477
  "license": "MIT"
4489
4478
  },
4490
4479
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/are-we-there-yet": {
4491
- "version": "4.0.2",
4492
- "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-4.0.2.tgz",
4493
- "integrity": "sha512-ncSWAawFhKMJDTdoAeOV+jyW1VCMj5QIAwULIBV0SSR7B/RLPPEQiknKcg/RIIZlUQrxELpsxMiTUoAQ4sIUyg==",
4480
+ "version": "4.0.1",
4494
4481
  "inBundle": true,
4495
4482
  "license": "ISC",
4483
+ "dependencies": {
4484
+ "delegates": "^1.0.0",
4485
+ "readable-stream": "^4.1.0"
4486
+ },
4496
4487
  "engines": {
4497
4488
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
4498
4489
  }
@@ -4504,6 +4495,27 @@
4504
4495
  "inBundle": true,
4505
4496
  "license": "MIT"
4506
4497
  },
4498
+ "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/base64-js": {
4499
+ "version": "1.5.1",
4500
+ "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
4501
+ "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
4502
+ "funding": [
4503
+ {
4504
+ "type": "github",
4505
+ "url": "https://github.com/sponsors/feross"
4506
+ },
4507
+ {
4508
+ "type": "patreon",
4509
+ "url": "https://www.patreon.com/feross"
4510
+ },
4511
+ {
4512
+ "type": "consulting",
4513
+ "url": "https://feross.org/support"
4514
+ }
4515
+ ],
4516
+ "inBundle": true,
4517
+ "license": "MIT"
4518
+ },
4507
4519
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/bin-links": {
4508
4520
  "version": "4.0.3",
4509
4521
  "resolved": "https://registry.npmjs.org/bin-links/-/bin-links-4.0.3.tgz",
@@ -4540,6 +4552,31 @@
4540
4552
  "balanced-match": "^1.0.0"
4541
4553
  }
4542
4554
  },
4555
+ "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/buffer": {
4556
+ "version": "6.0.3",
4557
+ "resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
4558
+ "integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
4559
+ "funding": [
4560
+ {
4561
+ "type": "github",
4562
+ "url": "https://github.com/sponsors/feross"
4563
+ },
4564
+ {
4565
+ "type": "patreon",
4566
+ "url": "https://www.patreon.com/feross"
4567
+ },
4568
+ {
4569
+ "type": "consulting",
4570
+ "url": "https://feross.org/support"
4571
+ }
4572
+ ],
4573
+ "inBundle": true,
4574
+ "license": "MIT",
4575
+ "dependencies": {
4576
+ "base64-js": "^1.3.1",
4577
+ "ieee754": "^1.2.1"
4578
+ }
4579
+ },
4543
4580
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/builtins": {
4544
4581
  "version": "5.0.1",
4545
4582
  "resolved": "https://registry.npmjs.org/builtins/-/builtins-5.0.1.tgz",
@@ -4551,9 +4588,7 @@
4551
4588
  }
4552
4589
  },
4553
4590
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/cacache": {
4554
- "version": "18.0.2",
4555
- "resolved": "https://registry.npmjs.org/cacache/-/cacache-18.0.2.tgz",
4556
- "integrity": "sha512-r3NU8h/P+4lVUHfeRw1dtgQYar3DZMm4/cm2bZgOvrFC/su7budSOeqh52VJIC4U4iG1WWwV6vRW0znqBvxNuw==",
4591
+ "version": "18.0.0",
4557
4592
  "inBundle": true,
4558
4593
  "license": "ISC",
4559
4594
  "dependencies": {
@@ -4562,7 +4597,7 @@
4562
4597
  "glob": "^10.2.2",
4563
4598
  "lru-cache": "^10.0.1",
4564
4599
  "minipass": "^7.0.3",
4565
- "minipass-collect": "^2.0.1",
4600
+ "minipass-collect": "^1.0.2",
4566
4601
  "minipass-flush": "^1.0.5",
4567
4602
  "minipass-pipeline": "^1.2.4",
4568
4603
  "p-map": "^4.0.0",
@@ -4650,6 +4685,29 @@
4650
4685
  "node": ">= 10"
4651
4686
  }
4652
4687
  },
4688
+ "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/cli-columns/node_modules/ansi-regex": {
4689
+ "version": "5.0.1",
4690
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
4691
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
4692
+ "inBundle": true,
4693
+ "license": "MIT",
4694
+ "engines": {
4695
+ "node": ">=8"
4696
+ }
4697
+ },
4698
+ "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/cli-columns/node_modules/strip-ansi": {
4699
+ "version": "6.0.1",
4700
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
4701
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
4702
+ "inBundle": true,
4703
+ "license": "MIT",
4704
+ "dependencies": {
4705
+ "ansi-regex": "^5.0.1"
4706
+ },
4707
+ "engines": {
4708
+ "node": ">=8"
4709
+ }
4710
+ },
4653
4711
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/cli-table3": {
4654
4712
  "version": "0.6.3",
4655
4713
  "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.3.tgz",
@@ -4730,6 +4788,29 @@
4730
4788
  "node": ">=8.0.0"
4731
4789
  }
4732
4790
  },
4791
+ "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/columnify/node_modules/ansi-regex": {
4792
+ "version": "5.0.1",
4793
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
4794
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
4795
+ "inBundle": true,
4796
+ "license": "MIT",
4797
+ "engines": {
4798
+ "node": ">=8"
4799
+ }
4800
+ },
4801
+ "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/columnify/node_modules/strip-ansi": {
4802
+ "version": "6.0.1",
4803
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
4804
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
4805
+ "inBundle": true,
4806
+ "license": "MIT",
4807
+ "dependencies": {
4808
+ "ansi-regex": "^5.0.1"
4809
+ },
4810
+ "engines": {
4811
+ "node": ">=8"
4812
+ }
4813
+ },
4733
4814
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/common-ancestor-path": {
4734
4815
  "version": "1.0.1",
4735
4816
  "resolved": "https://registry.npmjs.org/common-ancestor-path/-/common-ancestor-path-1.0.1.tgz",
@@ -4826,10 +4907,15 @@
4826
4907
  "url": "https://github.com/sponsors/sindresorhus"
4827
4908
  }
4828
4909
  },
4910
+ "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/delegates": {
4911
+ "version": "1.0.0",
4912
+ "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz",
4913
+ "integrity": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==",
4914
+ "inBundle": true,
4915
+ "license": "MIT"
4916
+ },
4829
4917
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/diff": {
4830
- "version": "5.2.0",
4831
- "resolved": "https://registry.npmjs.org/diff/-/diff-5.2.0.tgz",
4832
- "integrity": "sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==",
4918
+ "version": "5.1.0",
4833
4919
  "inBundle": true,
4834
4920
  "license": "BSD-3-Clause",
4835
4921
  "engines": {
@@ -4878,6 +4964,26 @@
4878
4964
  "inBundle": true,
4879
4965
  "license": "MIT"
4880
4966
  },
4967
+ "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/event-target-shim": {
4968
+ "version": "5.0.1",
4969
+ "resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz",
4970
+ "integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==",
4971
+ "inBundle": true,
4972
+ "license": "MIT",
4973
+ "engines": {
4974
+ "node": ">=6"
4975
+ }
4976
+ },
4977
+ "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/events": {
4978
+ "version": "3.3.0",
4979
+ "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
4980
+ "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
4981
+ "inBundle": true,
4982
+ "license": "MIT",
4983
+ "engines": {
4984
+ "node": ">=0.8.x"
4985
+ }
4986
+ },
4881
4987
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/exponential-backoff": {
4882
4988
  "version": "3.1.1",
4883
4989
  "resolved": "https://registry.npmjs.org/exponential-backoff/-/exponential-backoff-3.1.1.tgz",
@@ -4955,6 +5061,29 @@
4955
5061
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
4956
5062
  }
4957
5063
  },
5064
+ "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/gauge/node_modules/ansi-regex": {
5065
+ "version": "5.0.1",
5066
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
5067
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
5068
+ "inBundle": true,
5069
+ "license": "MIT",
5070
+ "engines": {
5071
+ "node": ">=8"
5072
+ }
5073
+ },
5074
+ "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/gauge/node_modules/strip-ansi": {
5075
+ "version": "6.0.1",
5076
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
5077
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
5078
+ "inBundle": true,
5079
+ "license": "MIT",
5080
+ "dependencies": {
5081
+ "ansi-regex": "^5.0.1"
5082
+ },
5083
+ "engines": {
5084
+ "node": ">=8"
5085
+ }
5086
+ },
4958
5087
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/glob": {
4959
5088
  "version": "10.3.10",
4960
5089
  "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz",
@@ -4993,9 +5122,7 @@
4993
5122
  "license": "ISC"
4994
5123
  },
4995
5124
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/hasown": {
4996
- "version": "2.0.1",
4997
- "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.1.tgz",
4998
- "integrity": "sha512-1/th4MHjnwncwXsIW6QMzlvYL9kG5e/CpVvLRZe4XPa8TOUNbCELqmvhDmnkNsAjwaG4+I8gJJL0JBvTTLO9qA==",
5125
+ "version": "2.0.0",
4999
5126
  "inBundle": true,
5000
5127
  "license": "MIT",
5001
5128
  "dependencies": {
@@ -5026,9 +5153,7 @@
5026
5153
  "license": "BSD-2-Clause"
5027
5154
  },
5028
5155
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/http-proxy-agent": {
5029
- "version": "7.0.2",
5030
- "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
5031
- "integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
5156
+ "version": "7.0.0",
5032
5157
  "inBundle": true,
5033
5158
  "license": "MIT",
5034
5159
  "dependencies": {
@@ -5040,9 +5165,7 @@
5040
5165
  }
5041
5166
  },
5042
5167
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/https-proxy-agent": {
5043
- "version": "7.0.4",
5044
- "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.4.tgz",
5045
- "integrity": "sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==",
5168
+ "version": "7.0.2",
5046
5169
  "inBundle": true,
5047
5170
  "license": "MIT",
5048
5171
  "dependencies": {
@@ -5067,10 +5190,29 @@
5067
5190
  "node": ">=0.10.0"
5068
5191
  }
5069
5192
  },
5193
+ "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ieee754": {
5194
+ "version": "1.2.1",
5195
+ "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
5196
+ "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
5197
+ "funding": [
5198
+ {
5199
+ "type": "github",
5200
+ "url": "https://github.com/sponsors/feross"
5201
+ },
5202
+ {
5203
+ "type": "patreon",
5204
+ "url": "https://www.patreon.com/feross"
5205
+ },
5206
+ {
5207
+ "type": "consulting",
5208
+ "url": "https://feross.org/support"
5209
+ }
5210
+ ],
5211
+ "inBundle": true,
5212
+ "license": "BSD-3-Clause"
5213
+ },
5070
5214
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ignore-walk": {
5071
- "version": "6.0.4",
5072
- "resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-6.0.4.tgz",
5073
- "integrity": "sha512-t7sv42WkwFkyKbivUCglsQW5YWMskWtbEf4MNKX5u/CCWHKSPzN4FtBQGsQZgCLbxOzpVlcbWVK5KB3auIOjSw==",
5215
+ "version": "6.0.3",
5074
5216
  "inBundle": true,
5075
5217
  "license": "ISC",
5076
5218
  "dependencies": {
@@ -5129,26 +5271,10 @@
5129
5271
  "node": "^16.14.0 || >=18.0.0"
5130
5272
  }
5131
5273
  },
5132
- "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ip-address": {
5133
- "version": "9.0.5",
5134
- "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-9.0.5.tgz",
5135
- "integrity": "sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==",
5136
- "inBundle": true,
5137
- "license": "MIT",
5138
- "dependencies": {
5139
- "jsbn": "1.1.0",
5140
- "sprintf-js": "^1.1.3"
5141
- },
5142
- "engines": {
5143
- "node": ">= 12"
5144
- }
5145
- },
5146
- "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ip-address/node_modules/sprintf-js": {
5147
- "version": "1.1.3",
5148
- "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz",
5149
- "integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==",
5274
+ "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ip": {
5275
+ "version": "2.0.0",
5150
5276
  "inBundle": true,
5151
- "license": "BSD-3-Clause"
5277
+ "license": "MIT"
5152
5278
  },
5153
5279
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/ip-regex": {
5154
5280
  "version": "5.0.0",
@@ -5232,17 +5358,8 @@
5232
5358
  "@pkgjs/parseargs": "^0.11.0"
5233
5359
  }
5234
5360
  },
5235
- "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/jsbn": {
5236
- "version": "1.1.0",
5237
- "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-1.1.0.tgz",
5238
- "integrity": "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==",
5239
- "inBundle": true,
5240
- "license": "MIT"
5241
- },
5242
5361
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/json-parse-even-better-errors": {
5243
- "version": "3.0.1",
5244
- "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-3.0.1.tgz",
5245
- "integrity": "sha512-aatBvbL26wVUCLmbWdCpeu9iF5wOyWpagiKkInA+kfws3sWdBrTnsvN2CKcyCYyUrc7rebNBlK6+kteg7ksecg==",
5362
+ "version": "3.0.0",
5246
5363
  "inBundle": true,
5247
5364
  "license": "MIT",
5248
5365
  "engines": {
@@ -5284,9 +5401,7 @@
5284
5401
  "license": "MIT"
5285
5402
  },
5286
5403
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmaccess": {
5287
- "version": "8.0.2",
5288
- "resolved": "https://registry.npmjs.org/libnpmaccess/-/libnpmaccess-8.0.2.tgz",
5289
- "integrity": "sha512-4K+nsg3OYt4rjryP/3D5zGWluLbZaKozwj6YdtvAyxNhLhUrjCoyxHVoL5AkTJcAnjsd6/ATei52QPVvpSX9Ug==",
5404
+ "version": "8.0.1",
5290
5405
  "inBundle": true,
5291
5406
  "license": "ISC",
5292
5407
  "dependencies": {
@@ -5298,9 +5413,7 @@
5298
5413
  }
5299
5414
  },
5300
5415
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmdiff": {
5301
- "version": "6.0.7",
5302
- "resolved": "https://registry.npmjs.org/libnpmdiff/-/libnpmdiff-6.0.7.tgz",
5303
- "integrity": "sha512-Erca7NHh+MGk4O14mM4yv9S1S+Wc5TgFg6yr8r/g5ykn34dZdAP/GkzhQNJiOpzfD8j1HBhbTpkbGJHVDdgG5Q==",
5416
+ "version": "6.0.3",
5304
5417
  "inBundle": true,
5305
5418
  "license": "ISC",
5306
5419
  "dependencies": {
@@ -5319,9 +5432,7 @@
5319
5432
  }
5320
5433
  },
5321
5434
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmexec": {
5322
- "version": "7.0.8",
5323
- "resolved": "https://registry.npmjs.org/libnpmexec/-/libnpmexec-7.0.8.tgz",
5324
- "integrity": "sha512-xDzWoYpV1Ok0TIdrY4wuWGxriEv/O3/d8QG924yErBE0sMkkzKsin2dAmlEBsSlR7YRilObs8q+5uNtxKNQHAQ==",
5435
+ "version": "7.0.4",
5325
5436
  "inBundle": true,
5326
5437
  "license": "ISC",
5327
5438
  "dependencies": {
@@ -5342,9 +5453,7 @@
5342
5453
  }
5343
5454
  },
5344
5455
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmfund": {
5345
- "version": "5.0.5",
5346
- "resolved": "https://registry.npmjs.org/libnpmfund/-/libnpmfund-5.0.5.tgz",
5347
- "integrity": "sha512-BUu2l9Kn4u6nce1Ay8a1uRN1fyU7lbVmtsMYxWcFpcbF+ZPN7qIiPksfcnY9/NDKIRGJYwwv0IXgQQStHDx6Tg==",
5456
+ "version": "5.0.1",
5348
5457
  "inBundle": true,
5349
5458
  "license": "ISC",
5350
5459
  "dependencies": {
@@ -5355,9 +5464,7 @@
5355
5464
  }
5356
5465
  },
5357
5466
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmhook": {
5358
- "version": "10.0.1",
5359
- "resolved": "https://registry.npmjs.org/libnpmhook/-/libnpmhook-10.0.1.tgz",
5360
- "integrity": "sha512-FnXCweDpoAko6mnLPSW8qrRYicjfh+GrvY5PuYHQRPvaW4BFtHDUmK3K3aYx4yD3TeGAKpj4IigrEDfUfWuSkA==",
5467
+ "version": "10.0.0",
5361
5468
  "inBundle": true,
5362
5469
  "license": "ISC",
5363
5470
  "dependencies": {
@@ -5369,9 +5476,7 @@
5369
5476
  }
5370
5477
  },
5371
5478
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmorg": {
5372
- "version": "6.0.2",
5373
- "resolved": "https://registry.npmjs.org/libnpmorg/-/libnpmorg-6.0.2.tgz",
5374
- "integrity": "sha512-zK4r6cjVsfXf7hWzWGB6R0LBJidVhKaeMWMZL/1eyZS6ixxAxVijfsPacoEnBRCFaXsNjAtwV3b2RCmYU6+usA==",
5479
+ "version": "6.0.1",
5375
5480
  "inBundle": true,
5376
5481
  "license": "ISC",
5377
5482
  "dependencies": {
@@ -5383,9 +5488,7 @@
5383
5488
  }
5384
5489
  },
5385
5490
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmpack": {
5386
- "version": "6.0.7",
5387
- "resolved": "https://registry.npmjs.org/libnpmpack/-/libnpmpack-6.0.7.tgz",
5388
- "integrity": "sha512-aVX5ZLiYAioShh5wzoBOGs25GvPskry7SxCpx76gMCjOrd/wKcNtbTOMqStvizd3c+vzq5a1b7FMP09XAtgRFg==",
5491
+ "version": "6.0.3",
5389
5492
  "inBundle": true,
5390
5493
  "license": "ISC",
5391
5494
  "dependencies": {
@@ -5399,9 +5502,7 @@
5399
5502
  }
5400
5503
  },
5401
5504
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmpublish": {
5402
- "version": "9.0.4",
5403
- "resolved": "https://registry.npmjs.org/libnpmpublish/-/libnpmpublish-9.0.4.tgz",
5404
- "integrity": "sha512-330o6pVsCCg77jQ/+kidyG/RiohXYQKpqmzOC4BjUDWcimb+mXptRBh1Kvy27/Zb/CStZLVrfgGc6tXf5+PE3Q==",
5505
+ "version": "9.0.2",
5405
5506
  "inBundle": true,
5406
5507
  "license": "ISC",
5407
5508
  "dependencies": {
@@ -5411,7 +5512,7 @@
5411
5512
  "npm-registry-fetch": "^16.0.0",
5412
5513
  "proc-log": "^3.0.0",
5413
5514
  "semver": "^7.3.7",
5414
- "sigstore": "^2.2.0",
5515
+ "sigstore": "^2.1.0",
5415
5516
  "ssri": "^10.0.5"
5416
5517
  },
5417
5518
  "engines": {
@@ -5419,9 +5520,7 @@
5419
5520
  }
5420
5521
  },
5421
5522
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmsearch": {
5422
- "version": "7.0.1",
5423
- "resolved": "https://registry.npmjs.org/libnpmsearch/-/libnpmsearch-7.0.1.tgz",
5424
- "integrity": "sha512-XyKi6Y94t6PGd5Lk2Ma3+fgiHWD3KSCvXmHOrcLkAOEP7oUejbNjL0Bb/HUDZXgBj6gP1Qk7pJ6jZPFBc2hmXQ==",
5523
+ "version": "7.0.0",
5425
5524
  "inBundle": true,
5426
5525
  "license": "ISC",
5427
5526
  "dependencies": {
@@ -5432,9 +5531,7 @@
5432
5531
  }
5433
5532
  },
5434
5533
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmteam": {
5435
- "version": "6.0.1",
5436
- "resolved": "https://registry.npmjs.org/libnpmteam/-/libnpmteam-6.0.1.tgz",
5437
- "integrity": "sha512-1YytqVk1gSkKFNMe4kkCKN49y5rlABrRSx5TrYShQtt2Lb4uQaed49dGE7Ue8TJGxbIkHzvyyVtb3PBiGACVqw==",
5534
+ "version": "6.0.0",
5438
5535
  "inBundle": true,
5439
5536
  "license": "ISC",
5440
5537
  "dependencies": {
@@ -5446,9 +5543,7 @@
5446
5543
  }
5447
5544
  },
5448
5545
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/libnpmversion": {
5449
- "version": "5.0.2",
5450
- "resolved": "https://registry.npmjs.org/libnpmversion/-/libnpmversion-5.0.2.tgz",
5451
- "integrity": "sha512-6JBnLhd6SYgKRekJ4cotxpURLGbEtKxzw+a8p5o+wNwrveJPMH8yW/HKjeewyHzWmxzzwn9EQ3TkF2onkrwstA==",
5546
+ "version": "5.0.1",
5452
5547
  "inBundle": true,
5453
5548
  "license": "ISC",
5454
5549
  "dependencies": {
@@ -5463,11 +5558,12 @@
5463
5558
  }
5464
5559
  },
5465
5560
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/lru-cache": {
5466
- "version": "10.2.0",
5467
- "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.0.tgz",
5468
- "integrity": "sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==",
5561
+ "version": "10.0.2",
5469
5562
  "inBundle": true,
5470
5563
  "license": "ISC",
5564
+ "dependencies": {
5565
+ "semver": "^7.3.5"
5566
+ },
5471
5567
  "engines": {
5472
5568
  "node": "14 || >=16.14"
5473
5569
  }
@@ -5522,16 +5618,29 @@
5522
5618
  }
5523
5619
  },
5524
5620
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/minipass-collect": {
5525
- "version": "2.0.1",
5526
- "resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-2.0.1.tgz",
5527
- "integrity": "sha512-D7V8PO9oaz7PWGLbCACuI1qEOsq7UKfLotx/C0Aet43fCUB/wfQ7DYeq2oR/svFJGYDHPr38SHATeaj/ZoKHKw==",
5621
+ "version": "1.0.2",
5622
+ "resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-1.0.2.tgz",
5623
+ "integrity": "sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==",
5528
5624
  "inBundle": true,
5529
5625
  "license": "ISC",
5530
5626
  "dependencies": {
5531
- "minipass": "^7.0.3"
5627
+ "minipass": "^3.0.0"
5532
5628
  },
5533
5629
  "engines": {
5534
- "node": ">=16 || 14 >=14.17"
5630
+ "node": ">= 8"
5631
+ }
5632
+ },
5633
+ "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/minipass-collect/node_modules/minipass": {
5634
+ "version": "3.3.6",
5635
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
5636
+ "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
5637
+ "inBundle": true,
5638
+ "license": "ISC",
5639
+ "dependencies": {
5640
+ "yallist": "^4.0.0"
5641
+ },
5642
+ "engines": {
5643
+ "node": ">=8"
5535
5644
  }
5536
5645
  },
5537
5646
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/minipass-fetch": {
@@ -5841,13 +5950,11 @@
5841
5950
  }
5842
5951
  },
5843
5952
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/npm-packlist": {
5844
- "version": "8.0.2",
5845
- "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-8.0.2.tgz",
5846
- "integrity": "sha512-shYrPFIS/JLP4oQmAwDyk5HcyysKW8/JLTEA32S0Z5TzvpaeeX2yMFfoK1fjEBnCBvVyIB/Jj/GBFdm0wsgzbA==",
5953
+ "version": "8.0.0",
5847
5954
  "inBundle": true,
5848
5955
  "license": "ISC",
5849
5956
  "dependencies": {
5850
- "ignore-walk": "^6.0.4"
5957
+ "ignore-walk": "^6.0.0"
5851
5958
  },
5852
5959
  "engines": {
5853
5960
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
@@ -5945,9 +6052,7 @@
5945
6052
  }
5946
6053
  },
5947
6054
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/pacote": {
5948
- "version": "17.0.6",
5949
- "resolved": "https://registry.npmjs.org/pacote/-/pacote-17.0.6.tgz",
5950
- "integrity": "sha512-cJKrW21VRE8vVTRskJo78c/RCvwJCn1f4qgfxL4w77SOWrTCRcmfkYHlHtS0gqpgjv3zhXflRtgsrUCX5xwNnQ==",
6055
+ "version": "17.0.4",
5951
6056
  "inBundle": true,
5952
6057
  "license": "ISC",
5953
6058
  "dependencies": {
@@ -5966,7 +6071,7 @@
5966
6071
  "promise-retry": "^2.0.1",
5967
6072
  "read-package-json": "^7.0.0",
5968
6073
  "read-package-json-fast": "^3.0.0",
5969
- "sigstore": "^2.2.0",
6074
+ "sigstore": "^2.0.0",
5970
6075
  "ssri": "^10.0.0",
5971
6076
  "tar": "^6.1.11"
5972
6077
  },
@@ -6020,9 +6125,7 @@
6020
6125
  }
6021
6126
  },
6022
6127
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/postcss-selector-parser": {
6023
- "version": "6.0.15",
6024
- "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.15.tgz",
6025
- "integrity": "sha512-rEYkQOMUCEMhsKbK66tbEU9QVIxbhN18YiniAwA7XQYTVBqrBy+P2p5JcdqsHgKM2zWylp8d7J6eszocfds5Sw==",
6128
+ "version": "6.0.13",
6026
6129
  "inBundle": true,
6027
6130
  "license": "MIT",
6028
6131
  "dependencies": {
@@ -6043,20 +6146,28 @@
6043
6146
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
6044
6147
  }
6045
6148
  },
6046
- "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/promise-all-reject-late": {
6047
- "version": "1.0.1",
6048
- "resolved": "https://registry.npmjs.org/promise-all-reject-late/-/promise-all-reject-late-1.0.1.tgz",
6049
- "integrity": "sha512-vuf0Lf0lOxyQREH7GDIOUMLS7kz+gs8i6B+Yi8dC68a2sychGrHTJYghMBD6k7eUcH0H5P73EckCA48xijWqXw==",
6050
- "inBundle": true,
6149
+ "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/process": {
6150
+ "version": "0.11.10",
6151
+ "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
6152
+ "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==",
6153
+ "inBundle": true,
6154
+ "license": "MIT",
6155
+ "engines": {
6156
+ "node": ">= 0.6.0"
6157
+ }
6158
+ },
6159
+ "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/promise-all-reject-late": {
6160
+ "version": "1.0.1",
6161
+ "resolved": "https://registry.npmjs.org/promise-all-reject-late/-/promise-all-reject-late-1.0.1.tgz",
6162
+ "integrity": "sha512-vuf0Lf0lOxyQREH7GDIOUMLS7kz+gs8i6B+Yi8dC68a2sychGrHTJYghMBD6k7eUcH0H5P73EckCA48xijWqXw==",
6163
+ "inBundle": true,
6051
6164
  "license": "ISC",
6052
6165
  "funding": {
6053
6166
  "url": "https://github.com/sponsors/isaacs"
6054
6167
  }
6055
6168
  },
6056
6169
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/promise-call-limit": {
6057
- "version": "3.0.1",
6058
- "resolved": "https://registry.npmjs.org/promise-call-limit/-/promise-call-limit-3.0.1.tgz",
6059
- "integrity": "sha512-utl+0x8gIDasV5X+PI5qWEPqH6fJS0pFtQ/4gZ95xfEFb/89dmh+/b895TbFDBLiafBvxD/PGTKfvxl4kH/pQg==",
6170
+ "version": "1.0.2",
6060
6171
  "inBundle": true,
6061
6172
  "license": "ISC",
6062
6173
  "funding": {
@@ -6159,6 +6270,21 @@
6159
6270
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
6160
6271
  }
6161
6272
  },
6273
+ "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/readable-stream": {
6274
+ "version": "4.4.2",
6275
+ "inBundle": true,
6276
+ "license": "MIT",
6277
+ "dependencies": {
6278
+ "abort-controller": "^3.0.0",
6279
+ "buffer": "^6.0.3",
6280
+ "events": "^3.3.0",
6281
+ "process": "^0.11.10",
6282
+ "string_decoder": "^1.3.0"
6283
+ },
6284
+ "engines": {
6285
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
6286
+ }
6287
+ },
6162
6288
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/retry": {
6163
6289
  "version": "0.12.0",
6164
6290
  "resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz",
@@ -6169,6 +6295,27 @@
6169
6295
  "node": ">= 4"
6170
6296
  }
6171
6297
  },
6298
+ "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/safe-buffer": {
6299
+ "version": "5.2.1",
6300
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
6301
+ "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
6302
+ "funding": [
6303
+ {
6304
+ "type": "github",
6305
+ "url": "https://github.com/sponsors/feross"
6306
+ },
6307
+ {
6308
+ "type": "patreon",
6309
+ "url": "https://www.patreon.com/feross"
6310
+ },
6311
+ {
6312
+ "type": "consulting",
6313
+ "url": "https://feross.org/support"
6314
+ }
6315
+ ],
6316
+ "inBundle": true,
6317
+ "license": "MIT"
6318
+ },
6172
6319
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/safer-buffer": {
6173
6320
  "version": "2.1.2",
6174
6321
  "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
@@ -6178,9 +6325,7 @@
6178
6325
  "optional": true
6179
6326
  },
6180
6327
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/semver": {
6181
- "version": "7.6.0",
6182
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.0.tgz",
6183
- "integrity": "sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==",
6328
+ "version": "7.5.4",
6184
6329
  "inBundle": true,
6185
6330
  "license": "ISC",
6186
6331
  "dependencies": {
@@ -6250,18 +6395,14 @@
6250
6395
  }
6251
6396
  },
6252
6397
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/sigstore": {
6253
- "version": "2.2.2",
6254
- "resolved": "https://registry.npmjs.org/sigstore/-/sigstore-2.2.2.tgz",
6255
- "integrity": "sha512-2A3WvXkQurhuMgORgT60r6pOWiCOO5LlEqY2ADxGBDGVYLSo5HN0uLtb68YpVpuL/Vi8mLTe7+0Dx2Fq8lLqEg==",
6398
+ "version": "2.1.0",
6256
6399
  "inBundle": true,
6257
6400
  "license": "Apache-2.0",
6258
6401
  "dependencies": {
6259
- "@sigstore/bundle": "^2.2.0",
6260
- "@sigstore/core": "^1.0.0",
6261
- "@sigstore/protobuf-specs": "^0.3.0",
6262
- "@sigstore/sign": "^2.2.3",
6263
- "@sigstore/tuf": "^2.3.1",
6264
- "@sigstore/verify": "^1.1.0"
6402
+ "@sigstore/bundle": "^2.1.0",
6403
+ "@sigstore/protobuf-specs": "^0.2.1",
6404
+ "@sigstore/sign": "^2.1.0",
6405
+ "@sigstore/tuf": "^2.1.0"
6265
6406
  },
6266
6407
  "engines": {
6267
6408
  "node": "^16.14.0 || >=18.0.0"
@@ -6279,15 +6420,15 @@
6279
6420
  }
6280
6421
  },
6281
6422
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/socks": {
6282
- "version": "2.8.0",
6423
+ "version": "2.7.1",
6283
6424
  "inBundle": true,
6284
6425
  "license": "MIT",
6285
6426
  "dependencies": {
6286
- "ip-address": "^9.0.5",
6427
+ "ip": "^2.0.0",
6287
6428
  "smart-buffer": "^4.2.0"
6288
6429
  },
6289
6430
  "engines": {
6290
- "node": ">= 16.0.0",
6431
+ "node": ">= 10.13.0",
6291
6432
  "npm": ">= 3.0.0"
6292
6433
  }
6293
6434
  },
@@ -6318,9 +6459,7 @@
6318
6459
  }
6319
6460
  },
6320
6461
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/spdx-exceptions": {
6321
- "version": "2.5.0",
6322
- "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz",
6323
- "integrity": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==",
6462
+ "version": "2.3.0",
6324
6463
  "inBundle": true,
6325
6464
  "license": "CC-BY-3.0"
6326
6465
  },
@@ -6336,9 +6475,7 @@
6336
6475
  }
6337
6476
  },
6338
6477
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/spdx-license-ids": {
6339
- "version": "3.0.17",
6340
- "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.17.tgz",
6341
- "integrity": "sha512-sh8PWc/ftMqAAdFiBu6Fy6JUOYjqDJBJvIhpfDMyHrr0Rbp5liZqd4TjtQ/RgfLjKFZb+LMx5hpml5qOWy0qvg==",
6478
+ "version": "3.0.16",
6342
6479
  "inBundle": true,
6343
6480
  "license": "CC0-1.0"
6344
6481
  },
@@ -6355,6 +6492,16 @@
6355
6492
  "node": "^14.17.0 || ^16.13.0 || >=18.0.0"
6356
6493
  }
6357
6494
  },
6495
+ "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/string_decoder": {
6496
+ "version": "1.3.0",
6497
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
6498
+ "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
6499
+ "inBundle": true,
6500
+ "license": "MIT",
6501
+ "dependencies": {
6502
+ "safe-buffer": "~5.2.0"
6503
+ }
6504
+ },
6358
6505
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/string-width": {
6359
6506
  "version": "4.2.3",
6360
6507
  "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
@@ -6386,7 +6533,17 @@
6386
6533
  "node": ">=8"
6387
6534
  }
6388
6535
  },
6389
- "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/strip-ansi": {
6536
+ "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/string-width-cjs/node_modules/ansi-regex": {
6537
+ "version": "5.0.1",
6538
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
6539
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
6540
+ "inBundle": true,
6541
+ "license": "MIT",
6542
+ "engines": {
6543
+ "node": ">=8"
6544
+ }
6545
+ },
6546
+ "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/string-width-cjs/node_modules/strip-ansi": {
6390
6547
  "version": "6.0.1",
6391
6548
  "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
6392
6549
  "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
@@ -6399,6 +6556,45 @@
6399
6556
  "node": ">=8"
6400
6557
  }
6401
6558
  },
6559
+ "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/string-width/node_modules/ansi-regex": {
6560
+ "version": "5.0.1",
6561
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
6562
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
6563
+ "inBundle": true,
6564
+ "license": "MIT",
6565
+ "engines": {
6566
+ "node": ">=8"
6567
+ }
6568
+ },
6569
+ "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/string-width/node_modules/strip-ansi": {
6570
+ "version": "6.0.1",
6571
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
6572
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
6573
+ "inBundle": true,
6574
+ "license": "MIT",
6575
+ "dependencies": {
6576
+ "ansi-regex": "^5.0.1"
6577
+ },
6578
+ "engines": {
6579
+ "node": ">=8"
6580
+ }
6581
+ },
6582
+ "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/strip-ansi": {
6583
+ "version": "7.1.0",
6584
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
6585
+ "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
6586
+ "inBundle": true,
6587
+ "license": "MIT",
6588
+ "dependencies": {
6589
+ "ansi-regex": "^6.0.1"
6590
+ },
6591
+ "engines": {
6592
+ "node": ">=12"
6593
+ },
6594
+ "funding": {
6595
+ "url": "https://github.com/chalk/strip-ansi?sponsor=1"
6596
+ }
6597
+ },
6402
6598
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/strip-ansi-cjs": {
6403
6599
  "name": "strip-ansi",
6404
6600
  "version": "6.0.1",
@@ -6413,6 +6609,16 @@
6413
6609
  "node": ">=8"
6414
6610
  }
6415
6611
  },
6612
+ "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/strip-ansi-cjs/node_modules/ansi-regex": {
6613
+ "version": "5.0.1",
6614
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
6615
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
6616
+ "inBundle": true,
6617
+ "license": "MIT",
6618
+ "engines": {
6619
+ "node": ">=8"
6620
+ }
6621
+ },
6416
6622
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/supports-color": {
6417
6623
  "version": "9.4.0",
6418
6624
  "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-9.4.0.tgz",
@@ -6505,9 +6711,7 @@
6505
6711
  }
6506
6712
  },
6507
6713
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/tuf-js": {
6508
- "version": "2.2.0",
6509
- "resolved": "https://registry.npmjs.org/tuf-js/-/tuf-js-2.2.0.tgz",
6510
- "integrity": "sha512-ZSDngmP1z6zw+FIkIBjvOp/II/mIub/O7Pp12j1WNsiCpg5R5wAc//i555bBQsE44O94btLt0xM/Zr2LQjwdCg==",
6714
+ "version": "2.1.0",
6511
6715
  "inBundle": true,
6512
6716
  "license": "MIT",
6513
6717
  "dependencies": {
@@ -6666,6 +6870,16 @@
6666
6870
  "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
6667
6871
  }
6668
6872
  },
6873
+ "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/wrap-ansi-cjs/node_modules/ansi-regex": {
6874
+ "version": "5.0.1",
6875
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
6876
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
6877
+ "inBundle": true,
6878
+ "license": "MIT",
6879
+ "engines": {
6880
+ "node": ">=8"
6881
+ }
6882
+ },
6669
6883
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/wrap-ansi-cjs/node_modules/ansi-styles": {
6670
6884
  "version": "4.3.0",
6671
6885
  "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
@@ -6682,17 +6896,17 @@
6682
6896
  "url": "https://github.com/chalk/ansi-styles?sponsor=1"
6683
6897
  }
6684
6898
  },
6685
- "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/wrap-ansi/node_modules/ansi-regex": {
6899
+ "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/wrap-ansi-cjs/node_modules/strip-ansi": {
6686
6900
  "version": "6.0.1",
6687
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
6688
- "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
6901
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
6902
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
6689
6903
  "inBundle": true,
6690
6904
  "license": "MIT",
6691
- "engines": {
6692
- "node": ">=12"
6905
+ "dependencies": {
6906
+ "ansi-regex": "^5.0.1"
6693
6907
  },
6694
- "funding": {
6695
- "url": "https://github.com/chalk/ansi-regex?sponsor=1"
6908
+ "engines": {
6909
+ "node": ">=8"
6696
6910
  }
6697
6911
  },
6698
6912
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/wrap-ansi/node_modules/emoji-regex": {
@@ -6720,22 +6934,6 @@
6720
6934
  "url": "https://github.com/sponsors/sindresorhus"
6721
6935
  }
6722
6936
  },
6723
- "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/wrap-ansi/node_modules/strip-ansi": {
6724
- "version": "7.1.0",
6725
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
6726
- "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
6727
- "inBundle": true,
6728
- "license": "MIT",
6729
- "dependencies": {
6730
- "ansi-regex": "^6.0.1"
6731
- },
6732
- "engines": {
6733
- "node": ">=12"
6734
- },
6735
- "funding": {
6736
- "url": "https://github.com/chalk/strip-ansi?sponsor=1"
6737
- }
6738
- },
6739
6937
  "node_modules/@oclif/plugin-plugins/node_modules/npm/node_modules/write-file-atomic": {
6740
6938
  "version": "5.0.1",
6741
6939
  "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-5.0.1.tgz",
@@ -6796,9 +6994,9 @@
6796
6994
  }
6797
6995
  },
6798
6996
  "node_modules/@oclif/plugin-update": {
6799
- "version": "4.2.1",
6800
- "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.2.1.tgz",
6801
- "integrity": "sha512-k163IHMtxnLNk5NlGhKTV2p9fvYTw8OSi5oN7P8EgD58e+rlc1/6BY2gMfTk6T+im8vVxNyCjqSNmBVl8nZarA==",
6997
+ "version": "4.2.2",
6998
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.2.2.tgz",
6999
+ "integrity": "sha512-d7xUjEVUgNHV97e4Qc/8jGejQeWD5c9jkptp0+BccLg9HhT0vQemyrqctqF2lHmQSAfHtvP33q/6mZx7ZNf5pQ==",
6802
7000
  "license": "MIT",
6803
7001
  "dependencies": {
6804
7002
  "@oclif/core": "^3.21.0",
@@ -6855,9 +7053,9 @@
6855
7053
  }
6856
7054
  },
6857
7055
  "node_modules/@oclif/plugin-version": {
6858
- "version": "2.0.15",
6859
- "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.0.15.tgz",
6860
- "integrity": "sha512-wTHLm3jjZwO1k/56+rCwk45wZG23C4QED7t/Iv/NrDSljnKE4s3QJJYp4tr5hN6U6mfBa92U5KIhRbt60tpSSg==",
7056
+ "version": "2.0.16",
7057
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.0.16.tgz",
7058
+ "integrity": "sha512-fnevJpPwxR1iEmJcHQzt/NWCuJm1ejm5LiCGyzZa2PIhPIiAnt0cdr67e6ovbisEXc/yl0lRuo+ij9m+Mvxrdw==",
6861
7059
  "license": "MIT",
6862
7060
  "dependencies": {
6863
7061
  "@oclif/core": "^3.26.0"
@@ -6883,9 +7081,9 @@
6883
7081
  }
6884
7082
  },
6885
7083
  "node_modules/@oclif/plugin-which": {
6886
- "version": "3.1.6",
6887
- "resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.1.6.tgz",
6888
- "integrity": "sha512-LOhmvVs4WUAr1SEOBI5L0zsgk4adhTmI3p7rlX03atl6vafkubMR1I+SqKsepL5lSp8H4qiIos2BUF/vQ73wWw==",
7084
+ "version": "3.1.7",
7085
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.1.7.tgz",
7086
+ "integrity": "sha512-Kt5MIdN3eChY6E8+TlS+c/9S+Y6C+Xtb62Uw46dSX9kT9JXyviYDrLX+4VmSjSI4+wqVkg955OO2xY/9G6zhcg==",
6889
7087
  "license": "MIT",
6890
7088
  "dependencies": {
6891
7089
  "@oclif/core": "^3.26.0"
@@ -7420,16 +7618,16 @@
7420
7618
  }
7421
7619
  },
7422
7620
  "node_modules/@salesforce/plugin-apex": {
7423
- "version": "3.0.31",
7424
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.0.31.tgz",
7425
- "integrity": "sha512-UZ4IaSnTWTOTG53lB8OKw8TSH0CRaBIT0exyoG5V7S5UaJOQGPVv/kb0xDiCYqzy+reyqVNTFip9XADQnE0RQw==",
7621
+ "version": "3.1.0",
7622
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.1.0.tgz",
7623
+ "integrity": "sha512-GZpvKhSYan6HvCERMfeKPKGiNbHeD2B5EP7zLB4OmlEu/Iu9Y1kFd7yubYGvf52U0jvneepc67ehW0F4K08AeQ==",
7426
7624
  "license": "BSD-3-Clause",
7427
7625
  "dependencies": {
7428
7626
  "@oclif/core": "^3.23.0",
7429
7627
  "@salesforce/apex-node": "^3.1.0",
7430
7628
  "@salesforce/core": "^6.5.1",
7431
7629
  "@salesforce/kit": "^3.0.15",
7432
- "@salesforce/sf-plugins-core": "^7.1.15",
7630
+ "@salesforce/sf-plugins-core": "^8.0.1",
7433
7631
  "chalk": "^5.3.0",
7434
7632
  "color-convert": "^2.0.1",
7435
7633
  "color-name": "^2.0.0"
@@ -7438,24 +7636,6 @@
7438
7636
  "node": ">=18.0.0"
7439
7637
  }
7440
7638
  },
7441
- "node_modules/@salesforce/plugin-apex/node_modules/@salesforce/sf-plugins-core": {
7442
- "version": "7.1.16",
7443
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.16.tgz",
7444
- "integrity": "sha512-v135A7TG1n97eFoh0j96kbHKbivXbbd7M5url3L0I5lJsCGGF+mMSL2Tpm8FNUN8DCLOGkvymR1s2QmNzMR7Tw==",
7445
- "license": "BSD-3-Clause",
7446
- "dependencies": {
7447
- "@inquirer/confirm": "^2.0.17",
7448
- "@inquirer/password": "^1.1.16",
7449
- "@oclif/core": "^3.23.0",
7450
- "@salesforce/core": "^6.6.0",
7451
- "@salesforce/kit": "^3.0.15",
7452
- "@salesforce/ts-types": "^2.0.9",
7453
- "chalk": "^5.3.0"
7454
- },
7455
- "engines": {
7456
- "node": ">=18.0.0"
7457
- }
7458
- },
7459
7639
  "node_modules/@salesforce/plugin-apex/node_modules/color-name": {
7460
7640
  "version": "2.0.0",
7461
7641
  "resolved": "https://registry.npmjs.org/color-name/-/color-name-2.0.0.tgz",
@@ -7466,9 +7646,9 @@
7466
7646
  }
7467
7647
  },
7468
7648
  "node_modules/@salesforce/plugin-auth": {
7469
- "version": "3.3.27",
7470
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.3.27.tgz",
7471
- "integrity": "sha512-wmeeBNvuaopneVy2t63T5IbRLq2BYdmMA+RtRCorH6+nLfXDF7i3IcTkfeQAKv+LrNmj1NJXM4qfuOFfLCz1Zw==",
7649
+ "version": "3.5.0",
7650
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.5.0.tgz",
7651
+ "integrity": "sha512-0EIzAH8R6wait2Jsx9uYwq6R79757O1jKPcimiFGuc5ekQfBTFj3lqjO2NQFsvFNPxyJdHHTBDmf5U5ofCjuyg==",
7472
7652
  "license": "BSD-3-Clause",
7473
7653
  "dependencies": {
7474
7654
  "@inquirer/checkbox": "^1.5.2",
@@ -7476,7 +7656,7 @@
7476
7656
  "@oclif/core": "^3.25.2",
7477
7657
  "@salesforce/core": "^6.7.3",
7478
7658
  "@salesforce/kit": "^3.0.15",
7479
- "@salesforce/sf-plugins-core": "^7.1.15",
7659
+ "@salesforce/sf-plugins-core": "^8.0.1",
7480
7660
  "@salesforce/ts-types": "^2.0.9",
7481
7661
  "chalk": "^5.3.0",
7482
7662
  "open": "^10.1.0"
@@ -7485,24 +7665,6 @@
7485
7665
  "node": ">=18.0.0"
7486
7666
  }
7487
7667
  },
7488
- "node_modules/@salesforce/plugin-auth/node_modules/@salesforce/sf-plugins-core": {
7489
- "version": "7.1.16",
7490
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.16.tgz",
7491
- "integrity": "sha512-v135A7TG1n97eFoh0j96kbHKbivXbbd7M5url3L0I5lJsCGGF+mMSL2Tpm8FNUN8DCLOGkvymR1s2QmNzMR7Tw==",
7492
- "license": "BSD-3-Clause",
7493
- "dependencies": {
7494
- "@inquirer/confirm": "^2.0.17",
7495
- "@inquirer/password": "^1.1.16",
7496
- "@oclif/core": "^3.23.0",
7497
- "@salesforce/core": "^6.6.0",
7498
- "@salesforce/kit": "^3.0.15",
7499
- "@salesforce/ts-types": "^2.0.9",
7500
- "chalk": "^5.3.0"
7501
- },
7502
- "engines": {
7503
- "node": ">=18.0.0"
7504
- }
7505
- },
7506
7668
  "node_modules/@salesforce/plugin-command-reference": {
7507
7669
  "version": "3.0.69",
7508
7670
  "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.69.tgz",
@@ -7587,9 +7749,9 @@
7587
7749
  "license": "MIT"
7588
7750
  },
7589
7751
  "node_modules/@salesforce/plugin-deploy-retrieve": {
7590
- "version": "3.3.1",
7591
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.3.1.tgz",
7592
- "integrity": "sha512-JGv/Lo9pIyztMTLezI60FqscBJuF9IvlxOKRVngNOuPbkUQR9RR4svh7cPw248tg4IPQKCIm2gaknyntWAEPVg==",
7752
+ "version": "3.4.0",
7753
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.4.0.tgz",
7754
+ "integrity": "sha512-T/o+XavkMbBDjAkovRjF9RxjMGPL1Gpio1nRz5ElCjx0NevcMeQ5BENCsgMPwfJDbetLdS6nV0+BvHwucZPsEw==",
7593
7755
  "license": "BSD-3-Clause",
7594
7756
  "dependencies": {
7595
7757
  "@oclif/core": "^3.26.0",
@@ -7608,16 +7770,16 @@
7608
7770
  }
7609
7771
  },
7610
7772
  "node_modules/@salesforce/plugin-info": {
7611
- "version": "3.0.34",
7612
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.0.34.tgz",
7613
- "integrity": "sha512-eTYP+Vd+Wg/c4mI6ui23cWqXxxLbxQrXWnYRVPedsUSPvtXrOhLDCnOvLuUlnhi9G3fMYYZDVUZnkG0YK4KsIQ==",
7773
+ "version": "3.1.0",
7774
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.1.0.tgz",
7775
+ "integrity": "sha512-p3aE/GbKY2w4EkbW/17+Rv8496ERaiL/u8V6n9P2+YqLvm0dBYxanZOYRJByJsaajmriuCUS+bjCmkQi7ie5KA==",
7614
7776
  "license": "BSD-3-Clause",
7615
7777
  "dependencies": {
7616
7778
  "@inquirer/input": "^2.1.0",
7617
7779
  "@oclif/core": "^3.23.0",
7618
7780
  "@salesforce/core": "^6.7.1",
7619
7781
  "@salesforce/kit": "^3.0.15",
7620
- "@salesforce/sf-plugins-core": "^7.1.16",
7782
+ "@salesforce/sf-plugins-core": "^8.0.1",
7621
7783
  "got": "^13.0.0",
7622
7784
  "marked": "^4.3.0",
7623
7785
  "marked-terminal": "^4.2.0",
@@ -7629,145 +7791,31 @@
7629
7791
  "node": ">=18.0.0"
7630
7792
  }
7631
7793
  },
7632
- "node_modules/@salesforce/plugin-info/node_modules/@inquirer/core": {
7633
- "version": "7.1.0",
7634
- "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-7.1.0.tgz",
7635
- "integrity": "sha512-FRCiDiU54XHt5B/D8hX4twwZuzSP244ANHbu3R7CAsJfiv1dUOz24ePBgCZjygEjDUi6BWIJuk4eWLKJ7LATUw==",
7636
- "license": "MIT",
7637
- "dependencies": {
7638
- "@inquirer/type": "^1.2.1",
7639
- "@types/mute-stream": "^0.0.4",
7640
- "@types/node": "^20.11.26",
7641
- "@types/wrap-ansi": "^3.0.0",
7642
- "ansi-escapes": "^4.3.2",
7643
- "chalk": "^4.1.2",
7644
- "cli-spinners": "^2.9.2",
7645
- "cli-width": "^4.1.0",
7646
- "figures": "^3.2.0",
7647
- "mute-stream": "^1.0.0",
7648
- "run-async": "^3.0.0",
7649
- "signal-exit": "^4.1.0",
7650
- "strip-ansi": "^6.0.1",
7651
- "wrap-ansi": "^6.2.0"
7652
- },
7653
- "engines": {
7654
- "node": ">=18"
7655
- }
7656
- },
7657
- "node_modules/@salesforce/plugin-info/node_modules/@inquirer/core/node_modules/chalk": {
7658
- "version": "4.1.2",
7659
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
7660
- "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
7661
- "license": "MIT",
7662
- "dependencies": {
7663
- "ansi-styles": "^4.1.0",
7664
- "supports-color": "^7.1.0"
7665
- },
7666
- "engines": {
7667
- "node": ">=10"
7668
- },
7669
- "funding": {
7670
- "url": "https://github.com/chalk/chalk?sponsor=1"
7671
- }
7672
- },
7673
- "node_modules/@salesforce/plugin-info/node_modules/@inquirer/input": {
7674
- "version": "2.1.0",
7675
- "resolved": "https://registry.npmjs.org/@inquirer/input/-/input-2.1.0.tgz",
7676
- "integrity": "sha512-o57pST+xxZfGww1h4G7ISiX37KlLcajhKgKGG7/h8J6ClWtsyqwMv1el9Ds/4geuYN/HcPj0MyX9gTEO62UpcA==",
7677
- "license": "MIT",
7678
- "dependencies": {
7679
- "@inquirer/core": "^7.1.0",
7680
- "@inquirer/type": "^1.2.1"
7681
- },
7682
- "engines": {
7683
- "node": ">=18"
7684
- }
7685
- },
7686
- "node_modules/@salesforce/plugin-info/node_modules/@salesforce/sf-plugins-core": {
7687
- "version": "7.1.16",
7688
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.16.tgz",
7689
- "integrity": "sha512-v135A7TG1n97eFoh0j96kbHKbivXbbd7M5url3L0I5lJsCGGF+mMSL2Tpm8FNUN8DCLOGkvymR1s2QmNzMR7Tw==",
7690
- "license": "BSD-3-Clause",
7691
- "dependencies": {
7692
- "@inquirer/confirm": "^2.0.17",
7693
- "@inquirer/password": "^1.1.16",
7694
- "@oclif/core": "^3.23.0",
7695
- "@salesforce/core": "^6.6.0",
7696
- "@salesforce/kit": "^3.0.15",
7697
- "@salesforce/ts-types": "^2.0.9",
7698
- "chalk": "^5.3.0"
7699
- },
7700
- "engines": {
7701
- "node": ">=18.0.0"
7702
- }
7703
- },
7704
- "node_modules/@salesforce/plugin-info/node_modules/signal-exit": {
7705
- "version": "4.1.0",
7706
- "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
7707
- "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
7708
- "license": "ISC",
7709
- "engines": {
7710
- "node": ">=14"
7711
- },
7712
- "funding": {
7713
- "url": "https://github.com/sponsors/isaacs"
7714
- }
7715
- },
7716
- "node_modules/@salesforce/plugin-info/node_modules/strip-ansi": {
7717
- "version": "6.0.1",
7718
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
7719
- "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
7720
- "license": "MIT",
7721
- "dependencies": {
7722
- "ansi-regex": "^5.0.1"
7723
- },
7724
- "engines": {
7725
- "node": ">=8"
7726
- }
7727
- },
7728
7794
  "node_modules/@salesforce/plugin-limits": {
7729
- "version": "3.1.15",
7730
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.1.15.tgz",
7731
- "integrity": "sha512-XVK8XBZ5y3gCXuCPU0h2lYSPfmTKrMXGrkJQaI9/9l37S3Nj8Bn6uOvsQ2rp3GCl1YI8B5hj1mFBbax5hhDywg==",
7795
+ "version": "3.2.0",
7796
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.2.0.tgz",
7797
+ "integrity": "sha512-ZYHeIszCqkbAGa70t1ZNkqYT9Nhd0Mb9FPVTGfX1uWWCU9Bx0PlPq6xDqiBLuyIT3MUoOsIELdmNFzjyoGeKHw==",
7732
7798
  "license": "BSD-3-Clause",
7733
7799
  "dependencies": {
7734
7800
  "@oclif/core": "^3.19.2",
7735
7801
  "@salesforce/core": "^6.7.3",
7736
7802
  "@salesforce/kit": "^3.0.15",
7737
- "@salesforce/sf-plugins-core": "^7.1.15"
7738
- },
7739
- "engines": {
7740
- "node": ">=18.0.0"
7741
- }
7742
- },
7743
- "node_modules/@salesforce/plugin-limits/node_modules/@salesforce/sf-plugins-core": {
7744
- "version": "7.1.16",
7745
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.16.tgz",
7746
- "integrity": "sha512-v135A7TG1n97eFoh0j96kbHKbivXbbd7M5url3L0I5lJsCGGF+mMSL2Tpm8FNUN8DCLOGkvymR1s2QmNzMR7Tw==",
7747
- "license": "BSD-3-Clause",
7748
- "dependencies": {
7749
- "@inquirer/confirm": "^2.0.17",
7750
- "@inquirer/password": "^1.1.16",
7751
- "@oclif/core": "^3.23.0",
7752
- "@salesforce/core": "^6.6.0",
7753
- "@salesforce/kit": "^3.0.15",
7754
- "@salesforce/ts-types": "^2.0.9",
7755
- "chalk": "^5.3.0"
7803
+ "@salesforce/sf-plugins-core": "^8.0.1"
7756
7804
  },
7757
7805
  "engines": {
7758
7806
  "node": ">=18.0.0"
7759
7807
  }
7760
7808
  },
7761
7809
  "node_modules/@salesforce/plugin-marketplace": {
7762
- "version": "1.0.29",
7763
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-1.0.29.tgz",
7764
- "integrity": "sha512-xCYhaNmIp+zA+WFXtw00ZwH3lD86ca6Jo69L4NL59SyRhA8Xeu3xmrpwzHxvJyaRp4B+kglU3rA1Yq+PeayRAA==",
7810
+ "version": "1.1.0",
7811
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-1.1.0.tgz",
7812
+ "integrity": "sha512-fM53BsgLm5eq3aohRmQt4aa36S5d9pGz6Yq10aXJhnQxeyjxocmb4MWOZQHaceaVlxbPZnkLTijfKcE0PydT/Q==",
7765
7813
  "license": "BSD-3-Clause",
7766
7814
  "dependencies": {
7767
7815
  "@oclif/core": "^3.19.2",
7768
- "@salesforce/core": "^6.7.1",
7816
+ "@salesforce/core": "^6.7.3",
7769
7817
  "@salesforce/kit": "^3.0.15",
7770
- "@salesforce/sf-plugins-core": "^7.1.15",
7818
+ "@salesforce/sf-plugins-core": "^8.0.1",
7771
7819
  "got": "^13.0.0",
7772
7820
  "proxy-agent": "^6.4.0"
7773
7821
  },
@@ -7775,34 +7823,16 @@
7775
7823
  "node": ">=18.0.0"
7776
7824
  }
7777
7825
  },
7778
- "node_modules/@salesforce/plugin-marketplace/node_modules/@salesforce/sf-plugins-core": {
7779
- "version": "7.1.16",
7780
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.16.tgz",
7781
- "integrity": "sha512-v135A7TG1n97eFoh0j96kbHKbivXbbd7M5url3L0I5lJsCGGF+mMSL2Tpm8FNUN8DCLOGkvymR1s2QmNzMR7Tw==",
7782
- "license": "BSD-3-Clause",
7783
- "dependencies": {
7784
- "@inquirer/confirm": "^2.0.17",
7785
- "@inquirer/password": "^1.1.16",
7786
- "@oclif/core": "^3.23.0",
7787
- "@salesforce/core": "^6.6.0",
7788
- "@salesforce/kit": "^3.0.15",
7789
- "@salesforce/ts-types": "^2.0.9",
7790
- "chalk": "^5.3.0"
7791
- },
7792
- "engines": {
7793
- "node": ">=18.0.0"
7794
- }
7795
- },
7796
7826
  "node_modules/@salesforce/plugin-org": {
7797
- "version": "3.5.1",
7798
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-3.5.1.tgz",
7799
- "integrity": "sha512-1+uFTYxtdH7oyfT5z9G9JmpFQcR9PfB73YPOUM61ZOBlqgUXy2JYXtl4V5vQyvXI5QCdVVwN3V3yseIyJLRt1Q==",
7827
+ "version": "3.6.0",
7828
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-3.6.0.tgz",
7829
+ "integrity": "sha512-7i6ewo6VTcM06gxHHrU/+UsNKcJsEK6yMjp40kqvVPRTha2P9TPtGiBaWq294m6rqYcC/dMJa/xXn6rd2L+Ivg==",
7800
7830
  "license": "BSD-3-Clause",
7801
7831
  "dependencies": {
7802
7832
  "@oclif/core": "^3.25.2",
7803
7833
  "@salesforce/core": "^6.6.0",
7804
7834
  "@salesforce/kit": "^3.0.15",
7805
- "@salesforce/sf-plugins-core": "^7.1.15",
7835
+ "@salesforce/sf-plugins-core": "^8.0.1",
7806
7836
  "@salesforce/source-deploy-retrieve": "^10.5.5",
7807
7837
  "chalk": "^5.3.0",
7808
7838
  "change-case": "^5.4.3",
@@ -7813,24 +7843,6 @@
7813
7843
  "node": ">=18.0.0"
7814
7844
  }
7815
7845
  },
7816
- "node_modules/@salesforce/plugin-org/node_modules/@salesforce/sf-plugins-core": {
7817
- "version": "7.1.16",
7818
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.16.tgz",
7819
- "integrity": "sha512-v135A7TG1n97eFoh0j96kbHKbivXbbd7M5url3L0I5lJsCGGF+mMSL2Tpm8FNUN8DCLOGkvymR1s2QmNzMR7Tw==",
7820
- "license": "BSD-3-Clause",
7821
- "dependencies": {
7822
- "@inquirer/confirm": "^2.0.17",
7823
- "@inquirer/password": "^1.1.16",
7824
- "@oclif/core": "^3.23.0",
7825
- "@salesforce/core": "^6.6.0",
7826
- "@salesforce/kit": "^3.0.15",
7827
- "@salesforce/ts-types": "^2.0.9",
7828
- "chalk": "^5.3.0"
7829
- },
7830
- "engines": {
7831
- "node": ">=18.0.0"
7832
- }
7833
- },
7834
7846
  "node_modules/@salesforce/plugin-org/node_modules/change-case": {
7835
7847
  "version": "5.4.3",
7836
7848
  "resolved": "https://registry.npmjs.org/change-case/-/change-case-5.4.3.tgz",
@@ -7853,34 +7865,16 @@
7853
7865
  }
7854
7866
  },
7855
7867
  "node_modules/@salesforce/plugin-packaging": {
7856
- "version": "2.1.12",
7857
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.1.12.tgz",
7858
- "integrity": "sha512-MTuUcBAs6AJgnfJIhqduxoJsg5ntJsWlDllhtOC0o+vx6O5mzqNkRux9FvL8e3DhvTJALQQuyRCs3AkuKvSQNg==",
7868
+ "version": "2.2.0",
7869
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.2.0.tgz",
7870
+ "integrity": "sha512-UmI7ZvQbSTZvDUSaf2UX1UiQxR7Cw8pfhNTQPw4gejvjROQSOyPXqmlqmT5ZJNRHlyXU4l4zsRuE87WPJXAAXA==",
7859
7871
  "license": "BSD-3-Clause",
7860
7872
  "dependencies": {
7861
7873
  "@oclif/core": "^3.23.0",
7862
7874
  "@salesforce/core": "^6.5.2",
7863
7875
  "@salesforce/kit": "^3.0.15",
7864
7876
  "@salesforce/packaging": "^3.2.18",
7865
- "@salesforce/sf-plugins-core": "^7.1.9",
7866
- "chalk": "^5.3.0"
7867
- },
7868
- "engines": {
7869
- "node": ">=18.0.0"
7870
- }
7871
- },
7872
- "node_modules/@salesforce/plugin-packaging/node_modules/@salesforce/sf-plugins-core": {
7873
- "version": "7.1.16",
7874
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.16.tgz",
7875
- "integrity": "sha512-v135A7TG1n97eFoh0j96kbHKbivXbbd7M5url3L0I5lJsCGGF+mMSL2Tpm8FNUN8DCLOGkvymR1s2QmNzMR7Tw==",
7876
- "license": "BSD-3-Clause",
7877
- "dependencies": {
7878
- "@inquirer/confirm": "^2.0.17",
7879
- "@inquirer/password": "^1.1.16",
7880
- "@oclif/core": "^3.23.0",
7881
- "@salesforce/core": "^6.6.0",
7882
- "@salesforce/kit": "^3.0.15",
7883
- "@salesforce/ts-types": "^2.0.9",
7877
+ "@salesforce/sf-plugins-core": "^8.0.1",
7884
7878
  "chalk": "^5.3.0"
7885
7879
  },
7886
7880
  "engines": {
@@ -8100,90 +8094,38 @@
8100
8094
  }
8101
8095
  },
8102
8096
  "node_modules/@salesforce/plugin-schema": {
8103
- "version": "3.1.9",
8104
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.1.9.tgz",
8105
- "integrity": "sha512-nvy0i1T81b2PIvwtX0gvqgscIRWTDx7MxNtLU30qHc1Cfn2QkFix0wKN9TCkcyk9MYHc75FDlM3+fQNTIZqFMg==",
8097
+ "version": "3.2.0",
8098
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.2.0.tgz",
8099
+ "integrity": "sha512-LtuqEaeiGcVnVz0f09FRJVhWD38J4KKq54XzbKuPveV/qqhBXKAAU/HYjyLUNVohLOTmPBj4P46EDEoL9i4kuQ==",
8106
8100
  "license": "BSD-3-Clause",
8107
8101
  "dependencies": {
8108
8102
  "@oclif/core": "^3.25.2",
8109
8103
  "@salesforce/core": "^6.7.1",
8110
- "@salesforce/sf-plugins-core": "^5.0.10"
8111
- },
8112
- "engines": {
8113
- "node": ">=18.0.0"
8114
- }
8115
- },
8116
- "node_modules/@salesforce/plugin-schema/node_modules/@salesforce/sf-plugins-core": {
8117
- "version": "5.0.13",
8118
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.13.tgz",
8119
- "integrity": "sha512-b5R8krKeOIkW0hPxvfpm8T5tCSyWW7MDERnJwm/FXq4ueUJsC1/TCWSscyVKPSZ0VRcEFbzOWKJvpV/omB1D9w==",
8120
- "license": "BSD-3-Clause",
8121
- "dependencies": {
8122
- "@oclif/core": "^3.15.1",
8123
- "@salesforce/core": "^6.4.1",
8124
- "@salesforce/kit": "^3.0.15",
8125
- "@salesforce/ts-types": "^2.0.9",
8126
- "@types/inquirer": "^8.2.3",
8127
- "chalk": "^4",
8128
- "inquirer": "^8.2.5"
8104
+ "@salesforce/sf-plugins-core": "^8.0.1"
8129
8105
  },
8130
8106
  "engines": {
8131
8107
  "node": ">=18.0.0"
8132
8108
  }
8133
8109
  },
8134
- "node_modules/@salesforce/plugin-schema/node_modules/chalk": {
8135
- "version": "4.1.2",
8136
- "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
8137
- "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
8138
- "license": "MIT",
8139
- "dependencies": {
8140
- "ansi-styles": "^4.1.0",
8141
- "supports-color": "^7.1.0"
8142
- },
8143
- "engines": {
8144
- "node": ">=10"
8145
- },
8146
- "funding": {
8147
- "url": "https://github.com/chalk/chalk?sponsor=1"
8148
- }
8149
- },
8150
- "node_modules/@salesforce/plugin-settings": {
8151
- "version": "2.0.33",
8152
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.0.33.tgz",
8153
- "integrity": "sha512-g6lxLPV847+OLMg88Kk1dAt22IIu8KUwWgpaxLaPwzeKu1wBjYVJ5PRXPXVdgGmRsxnlIejsRV/1t9kW8p6ZDw==",
8154
- "license": "BSD-3-Clause",
8155
- "dependencies": {
8156
- "@oclif/core": "^3.20.0",
8157
- "@salesforce/core": "^6.7.3",
8158
- "@salesforce/sf-plugins-core": "^7.1.16",
8159
- "fast-levenshtein": "^3.0.0"
8160
- },
8161
- "engines": {
8162
- "node": ">=18.0.0"
8163
- }
8164
- },
8165
- "node_modules/@salesforce/plugin-settings/node_modules/@salesforce/sf-plugins-core": {
8166
- "version": "7.1.16",
8167
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.16.tgz",
8168
- "integrity": "sha512-v135A7TG1n97eFoh0j96kbHKbivXbbd7M5url3L0I5lJsCGGF+mMSL2Tpm8FNUN8DCLOGkvymR1s2QmNzMR7Tw==",
8110
+ "node_modules/@salesforce/plugin-settings": {
8111
+ "version": "2.1.0",
8112
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.1.0.tgz",
8113
+ "integrity": "sha512-m7CV2Hcc/2eBhEHJjvz7M2PxGcBEXlQ/yFb6X4VOgzQj6dGD6gK0iZ1PMuvXY+wf9ArtryW3KbjWEjU3lQL/5Q==",
8169
8114
  "license": "BSD-3-Clause",
8170
8115
  "dependencies": {
8171
- "@inquirer/confirm": "^2.0.17",
8172
- "@inquirer/password": "^1.1.16",
8173
- "@oclif/core": "^3.23.0",
8174
- "@salesforce/core": "^6.6.0",
8175
- "@salesforce/kit": "^3.0.15",
8176
- "@salesforce/ts-types": "^2.0.9",
8177
- "chalk": "^5.3.0"
8116
+ "@oclif/core": "^3.20.0",
8117
+ "@salesforce/core": "^6.7.3",
8118
+ "@salesforce/sf-plugins-core": "^8.0.1",
8119
+ "fast-levenshtein": "^3.0.0"
8178
8120
  },
8179
8121
  "engines": {
8180
8122
  "node": ">=18.0.0"
8181
8123
  }
8182
8124
  },
8183
8125
  "node_modules/@salesforce/plugin-sobject": {
8184
- "version": "1.1.21",
8185
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.1.21.tgz",
8186
- "integrity": "sha512-ILG20sLxuuSzorE+IqHt0ROJRLnZa7f4Vht96JrGBsXjasBaWUyrV/+kIgud2hHkAFLwSf7aVGdW8Ul90fttpw==",
8126
+ "version": "1.2.0",
8127
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.2.0.tgz",
8128
+ "integrity": "sha512-53tEx1jboFfMAvc2Jh3Rl1AUi+sSBpTZeRZqtCKqGiJOpWacY0j8JW6fs4jcj7ag8uv6nqIpmwysjJc9EqSDug==",
8187
8129
  "license": "BSD-3-Clause",
8188
8130
  "dependencies": {
8189
8131
  "@inquirer/confirm": "^2.0.17",
@@ -8192,7 +8134,7 @@
8192
8134
  "@oclif/core": "^3.25.2",
8193
8135
  "@salesforce/core": "^6.7.3",
8194
8136
  "@salesforce/kit": "^3.0.15",
8195
- "@salesforce/sf-plugins-core": "^7.1.14",
8137
+ "@salesforce/sf-plugins-core": "^8.0.1",
8196
8138
  "fast-glob": "^3.3.2",
8197
8139
  "fast-xml-parser": "^4.3.6",
8198
8140
  "js2xmlparser": "^4.0.2"
@@ -8201,35 +8143,47 @@
8201
8143
  "node": ">=18.0.0"
8202
8144
  }
8203
8145
  },
8204
- "node_modules/@salesforce/plugin-sobject/node_modules/@salesforce/sf-plugins-core": {
8205
- "version": "7.1.16",
8206
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.16.tgz",
8207
- "integrity": "sha512-v135A7TG1n97eFoh0j96kbHKbivXbbd7M5url3L0I5lJsCGGF+mMSL2Tpm8FNUN8DCLOGkvymR1s2QmNzMR7Tw==",
8208
- "license": "BSD-3-Clause",
8146
+ "node_modules/@salesforce/plugin-sobject/node_modules/@inquirer/input": {
8147
+ "version": "1.2.16",
8148
+ "resolved": "https://registry.npmjs.org/@inquirer/input/-/input-1.2.16.tgz",
8149
+ "integrity": "sha512-Ou0LaSWvj1ni+egnyQ+NBtfM1885UwhRCMtsRt2bBO47DoC1dwtCa+ZUNgrxlnCHHF0IXsbQHYtIIjFGAavI4g==",
8150
+ "license": "MIT",
8209
8151
  "dependencies": {
8210
- "@inquirer/confirm": "^2.0.17",
8211
- "@inquirer/password": "^1.1.16",
8212
- "@oclif/core": "^3.23.0",
8213
- "@salesforce/core": "^6.6.0",
8214
- "@salesforce/kit": "^3.0.15",
8215
- "@salesforce/ts-types": "^2.0.9",
8216
- "chalk": "^5.3.0"
8152
+ "@inquirer/core": "^6.0.0",
8153
+ "@inquirer/type": "^1.1.6",
8154
+ "chalk": "^4.1.2"
8217
8155
  },
8218
8156
  "engines": {
8219
- "node": ">=18.0.0"
8157
+ "node": ">=14.18.0"
8158
+ }
8159
+ },
8160
+ "node_modules/@salesforce/plugin-sobject/node_modules/chalk": {
8161
+ "version": "4.1.2",
8162
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
8163
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
8164
+ "license": "MIT",
8165
+ "dependencies": {
8166
+ "ansi-styles": "^4.1.0",
8167
+ "supports-color": "^7.1.0"
8168
+ },
8169
+ "engines": {
8170
+ "node": ">=10"
8171
+ },
8172
+ "funding": {
8173
+ "url": "https://github.com/chalk/chalk?sponsor=1"
8220
8174
  }
8221
8175
  },
8222
8176
  "node_modules/@salesforce/plugin-source": {
8223
- "version": "3.1.23",
8224
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.1.23.tgz",
8225
- "integrity": "sha512-9C6J2c5N5lwI9UncCwAbAnvABJBTl3UPbhNiCJcLjKjLVYZd191G/1LFneaxNnO7EA0Yo4BRPJUkGg3HKKZXjA==",
8177
+ "version": "3.2.0",
8178
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.2.0.tgz",
8179
+ "integrity": "sha512-B6zKEAxky0aIFmt3PT8iglEqT9XThAM5RJJ9krxFHNZZZRVCwF+QcwX/y2ifdYwJ44C8fULlnUCPVxOM+U/mfQ==",
8226
8180
  "license": "BSD-3-Clause",
8227
8181
  "dependencies": {
8228
8182
  "@oclif/core": "^3.25.2",
8229
8183
  "@salesforce/apex-node": "^3.1.0",
8230
8184
  "@salesforce/core": "^6.4.4",
8231
8185
  "@salesforce/kit": "^3.0.15",
8232
- "@salesforce/sf-plugins-core": "^7.1.14",
8186
+ "@salesforce/sf-plugins-core": "^8.0.1",
8233
8187
  "@salesforce/source-deploy-retrieve": "^10.5.5",
8234
8188
  "@salesforce/source-tracking": "^5.1.11",
8235
8189
  "chalk": "^5.3.0",
@@ -8240,24 +8194,6 @@
8240
8194
  "node": ">=18.0.0"
8241
8195
  }
8242
8196
  },
8243
- "node_modules/@salesforce/plugin-source/node_modules/@salesforce/sf-plugins-core": {
8244
- "version": "7.1.16",
8245
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.16.tgz",
8246
- "integrity": "sha512-v135A7TG1n97eFoh0j96kbHKbivXbbd7M5url3L0I5lJsCGGF+mMSL2Tpm8FNUN8DCLOGkvymR1s2QmNzMR7Tw==",
8247
- "license": "BSD-3-Clause",
8248
- "dependencies": {
8249
- "@inquirer/confirm": "^2.0.17",
8250
- "@inquirer/password": "^1.1.16",
8251
- "@oclif/core": "^3.23.0",
8252
- "@salesforce/core": "^6.6.0",
8253
- "@salesforce/kit": "^3.0.15",
8254
- "@salesforce/ts-types": "^2.0.9",
8255
- "chalk": "^5.3.0"
8256
- },
8257
- "engines": {
8258
- "node": ">=18.0.0"
8259
- }
8260
- },
8261
8197
  "node_modules/@salesforce/plugin-telemetry": {
8262
8198
  "version": "3.1.17",
8263
8199
  "resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.1.17.tgz",
@@ -8293,14 +8229,14 @@
8293
8229
  }
8294
8230
  },
8295
8231
  "node_modules/@salesforce/plugin-templates": {
8296
- "version": "56.0.25",
8297
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.0.25.tgz",
8298
- "integrity": "sha512-LvTO6+TMtOtmGxTpKZ7rUwJhH6frHXXmzAaggs3ZALv2thL5CsBl/tfrZO48wR6nOE+NWZpLMvWjzjwelzxw8w==",
8232
+ "version": "56.1.0",
8233
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.1.0.tgz",
8234
+ "integrity": "sha512-nwfhXkSNAMboCJ2WPYCesCttbwataCTdMSJawI9z2xJNGnKMPYJsC0WVqFuwLGUR9g/QNSCL3Vdxn2lYbLwNUQ==",
8299
8235
  "license": "BSD-3-Clause",
8300
8236
  "dependencies": {
8301
8237
  "@oclif/core": "^3.25.2",
8302
8238
  "@salesforce/core": "^6.7.1",
8303
- "@salesforce/sf-plugins-core": "^7.1.16",
8239
+ "@salesforce/sf-plugins-core": "^8.0.1",
8304
8240
  "@salesforce/templates": "^59.0.4",
8305
8241
  "yeoman-environment": "^3",
8306
8242
  "yeoman-generator": "^5"
@@ -8309,33 +8245,15 @@
8309
8245
  "node": ">=18.0.0"
8310
8246
  }
8311
8247
  },
8312
- "node_modules/@salesforce/plugin-templates/node_modules/@salesforce/sf-plugins-core": {
8313
- "version": "7.1.16",
8314
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.16.tgz",
8315
- "integrity": "sha512-v135A7TG1n97eFoh0j96kbHKbivXbbd7M5url3L0I5lJsCGGF+mMSL2Tpm8FNUN8DCLOGkvymR1s2QmNzMR7Tw==",
8316
- "license": "BSD-3-Clause",
8317
- "dependencies": {
8318
- "@inquirer/confirm": "^2.0.17",
8319
- "@inquirer/password": "^1.1.16",
8320
- "@oclif/core": "^3.23.0",
8321
- "@salesforce/core": "^6.6.0",
8322
- "@salesforce/kit": "^3.0.15",
8323
- "@salesforce/ts-types": "^2.0.9",
8324
- "chalk": "^5.3.0"
8325
- },
8326
- "engines": {
8327
- "node": ">=18.0.0"
8328
- }
8329
- },
8330
8248
  "node_modules/@salesforce/plugin-trust": {
8331
- "version": "3.3.18",
8332
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.3.18.tgz",
8333
- "integrity": "sha512-H97rxWGaDGK0ABJTYSB3gN7BVYAdPlmU0tpbwwPUTJ3pHaD/4vqhc9+zdLCpDrfq4FvlgCddRIaSBpRwbzIISA==",
8249
+ "version": "3.4.0",
8250
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.4.0.tgz",
8251
+ "integrity": "sha512-zfhG0gaa2YM32m1C+Ru9eJKPE+GsC23+k/CpAsjFabNzmzmfjI4WEC0YV6uRQV/eyDKtCovMHZ6iV/sY7HdBoQ==",
8334
8252
  "license": "BSD-3-Clause",
8335
8253
  "dependencies": {
8336
8254
  "@oclif/core": "^3.26.0",
8337
8255
  "@salesforce/core": "^6.5.5",
8338
- "@salesforce/sf-plugins-core": "^7.1.15",
8256
+ "@salesforce/sf-plugins-core": "^8.0.1",
8339
8257
  "got": "^13.0.0",
8340
8258
  "npm": "10.2.3",
8341
8259
  "npm-run-path": "^4.0.1",
@@ -8350,58 +8268,22 @@
8350
8268
  "node": ">=18.0.0"
8351
8269
  }
8352
8270
  },
8353
- "node_modules/@salesforce/plugin-trust/node_modules/@salesforce/sf-plugins-core": {
8354
- "version": "7.1.16",
8355
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.16.tgz",
8356
- "integrity": "sha512-v135A7TG1n97eFoh0j96kbHKbivXbbd7M5url3L0I5lJsCGGF+mMSL2Tpm8FNUN8DCLOGkvymR1s2QmNzMR7Tw==",
8357
- "license": "BSD-3-Clause",
8358
- "dependencies": {
8359
- "@inquirer/confirm": "^2.0.17",
8360
- "@inquirer/password": "^1.1.16",
8361
- "@oclif/core": "^3.23.0",
8362
- "@salesforce/core": "^6.6.0",
8363
- "@salesforce/kit": "^3.0.15",
8364
- "@salesforce/ts-types": "^2.0.9",
8365
- "chalk": "^5.3.0"
8366
- },
8367
- "engines": {
8368
- "node": ">=18.0.0"
8369
- }
8370
- },
8371
8271
  "node_modules/@salesforce/plugin-user": {
8372
- "version": "3.3.4",
8373
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.3.4.tgz",
8374
- "integrity": "sha512-7RwFyEKVBP2CnEx1cpbimPr4eBH3pmx8zJn5hJVXbDcgz7bRgSN77Amtht/JxA6/4C183kyJRsCPtop51HeFSQ==",
8272
+ "version": "3.4.0",
8273
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.4.0.tgz",
8274
+ "integrity": "sha512-F6KlpLIRg1+bqbw7L4i7pex7Nh2zK2RgBRKGL+uo2QKJLs+3ZFf4THnZ/iHpO3toFPpF22F6zcCPXe+7Rx6MTg==",
8375
8275
  "license": "BSD-3-Clause",
8376
8276
  "dependencies": {
8377
8277
  "@oclif/core": "^3.23.0",
8378
8278
  "@salesforce/core": "^6.7.1",
8379
8279
  "@salesforce/kit": "^3.0.15",
8380
- "@salesforce/sf-plugins-core": "^7.1.14",
8280
+ "@salesforce/sf-plugins-core": "^8.0.1",
8381
8281
  "@salesforce/ts-types": "^2.0.9"
8382
8282
  },
8383
8283
  "engines": {
8384
8284
  "node": ">=18.0.0"
8385
8285
  }
8386
8286
  },
8387
- "node_modules/@salesforce/plugin-user/node_modules/@salesforce/sf-plugins-core": {
8388
- "version": "7.1.16",
8389
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.16.tgz",
8390
- "integrity": "sha512-v135A7TG1n97eFoh0j96kbHKbivXbbd7M5url3L0I5lJsCGGF+mMSL2Tpm8FNUN8DCLOGkvymR1s2QmNzMR7Tw==",
8391
- "license": "BSD-3-Clause",
8392
- "dependencies": {
8393
- "@inquirer/confirm": "^2.0.17",
8394
- "@inquirer/password": "^1.1.16",
8395
- "@oclif/core": "^3.23.0",
8396
- "@salesforce/core": "^6.6.0",
8397
- "@salesforce/kit": "^3.0.15",
8398
- "@salesforce/ts-types": "^2.0.9",
8399
- "chalk": "^5.3.0"
8400
- },
8401
- "engines": {
8402
- "node": ">=18.0.0"
8403
- }
8404
- },
8405
8287
  "node_modules/@salesforce/prettier-config": {
8406
8288
  "version": "0.0.3",
8407
8289
  "resolved": "https://registry.npmjs.org/@salesforce/prettier-config/-/prettier-config-0.0.3.tgz",
@@ -8416,15 +8298,15 @@
8416
8298
  "license": "ISC"
8417
8299
  },
8418
8300
  "node_modules/@salesforce/sf-plugins-core": {
8419
- "version": "8.0.0",
8420
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-8.0.0.tgz",
8421
- "integrity": "sha512-S1ZAIn2aIi0qR7NBGVTmL8V1I62lDTEGWRlljNrdxx8qEFnz0Gt6LTdz0330FtVUIvJNPzvsAPOyjWjvlxDeow==",
8301
+ "version": "8.0.2",
8302
+ "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-8.0.2.tgz",
8303
+ "integrity": "sha512-/93DgM7eCqXYP91bJz/gQ9KsumNoqRPp5DZoltrhM3JPo1a5J6LwfITw56aEvERY+LeTVubH3wwpQuzt0+8nLg==",
8422
8304
  "license": "BSD-3-Clause",
8423
8305
  "dependencies": {
8424
8306
  "@inquirer/confirm": "^2.0.17",
8425
8307
  "@inquirer/password": "^1.1.16",
8426
- "@oclif/core": "^3.23.0",
8427
- "@salesforce/core": "^6.6.0",
8308
+ "@oclif/core": "^3.26.0",
8309
+ "@salesforce/core": "^6.7.3",
8428
8310
  "@salesforce/kit": "^3.0.15",
8429
8311
  "@salesforce/ts-types": "^2.0.9",
8430
8312
  "chalk": "^5.3.0"
@@ -8995,9 +8877,9 @@
8995
8877
  }
8996
8878
  },
8997
8879
  "node_modules/@sigstore/tuf": {
8998
- "version": "2.3.1",
8999
- "resolved": "https://registry.npmjs.org/@sigstore/tuf/-/tuf-2.3.1.tgz",
9000
- "integrity": "sha512-9Iv40z652td/QbV0o5n/x25H9w6IYRt2pIGbTX55yFDYlApDQn/6YZomjz6+KBx69rXHLzHcbtTS586mDdFD+Q==",
8880
+ "version": "2.3.2",
8881
+ "resolved": "https://registry.npmjs.org/@sigstore/tuf/-/tuf-2.3.2.tgz",
8882
+ "integrity": "sha512-mwbY1VrEGU4CO55t+Kl6I7WZzIl+ysSzEYdA1Nv/FTrl2bkeaPXo5PnWZAVfcY2zSdhOpsUTJW67/M2zHXGn5w==",
9001
8883
  "extraneous": true,
9002
8884
  "license": "Apache-2.0",
9003
8885
  "dependencies": {
@@ -9989,6 +9871,7 @@
9989
9871
  "version": "8.2.10",
9990
9872
  "resolved": "https://registry.npmjs.org/@types/inquirer/-/inquirer-8.2.10.tgz",
9991
9873
  "integrity": "sha512-IdD5NmHyVjWM8SHWo/kPBgtzXatwPkfwzyP3fN1jF2g9BWt5WO+8hL2F4o2GKIYsU40PpqeevuUWvkS/roXJkA==",
9874
+ "dev": true,
9992
9875
  "license": "MIT",
9993
9876
  "dependencies": {
9994
9877
  "@types/through": "*",
@@ -10153,6 +10036,7 @@
10153
10036
  "version": "0.0.33",
10154
10037
  "resolved": "https://registry.npmjs.org/@types/through/-/through-0.0.33.tgz",
10155
10038
  "integrity": "sha512-HsJ+z3QuETzP3cswwtzt2vEIiHBk/dCcHGhbmG5X3ecnwFD/lPrMpliGXxSCg03L9AhrdwA4Oz/qfspkDW+xGQ==",
10039
+ "dev": true,
10156
10040
  "license": "MIT",
10157
10041
  "dependencies": {
10158
10042
  "@types/node": "*"
@@ -11007,9 +10891,9 @@
11007
10891
  }
11008
10892
  },
11009
10893
  "node_modules/aws-sdk": {
11010
- "version": "2.1580.0",
11011
- "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1580.0.tgz",
11012
- "integrity": "sha512-jR9EWyo1UY6QrYs+jhXCpqxBYXU6QYmqNejpsPgU5OzAWxUgalbXfQPAaw0A/DBxXU99qHO+j6RUYof82veiKw==",
10894
+ "version": "2.1585.0",
10895
+ "resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1585.0.tgz",
10896
+ "integrity": "sha512-zDJ76hivdnBLH2+hXTO0F5y3Sdx5RRSDCf4EqZILZCUkPLTwaVmKmaU6XO3pyhrMTcWk58m7UBgHFyARE5SCkQ==",
11013
10897
  "dev": true,
11014
10898
  "hasInstallScript": true,
11015
10899
  "license": "Apache-2.0",
@@ -22908,32 +22792,35 @@
22908
22792
  "license": "MIT"
22909
22793
  },
22910
22794
  "node_modules/oclif": {
22911
- "version": "4.5.7",
22912
- "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.5.7.tgz",
22913
- "integrity": "sha512-We/j5WbemIw6DSbwFUpThrUGF2dv37CpyyAC83a+oAwBQELx2KddfrXxSR6Nv7hmkwf3nfuKGb89uLl35qOOLA==",
22795
+ "version": "4.6.3",
22796
+ "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.6.3.tgz",
22797
+ "integrity": "sha512-T/61U0IcslqHwZTo1W/6//BoSz/rv24ckM0s7S+ROI7x/GzQyMcjq7NHGdytRISb6ripxU5GI2CsEc1Vo5vhnA==",
22914
22798
  "dev": true,
22915
22799
  "license": "MIT",
22916
22800
  "dependencies": {
22917
22801
  "@aws-sdk/client-cloudfront": "^3.535.0",
22918
22802
  "@aws-sdk/client-s3": "^3.535.0",
22803
+ "@inquirer/confirm": "^3.0.0",
22804
+ "@inquirer/input": "^2.1.0",
22805
+ "@inquirer/select": "^2.0.0",
22919
22806
  "@oclif/core": "^3.21.0",
22920
22807
  "@oclif/plugin-help": "^6.0.18",
22921
22808
  "@oclif/plugin-not-found": "^3.0.14",
22922
- "@oclif/plugin-warn-if-update-available": "^3.0.12",
22809
+ "@oclif/plugin-warn-if-update-available": "^3.0.14",
22923
22810
  "async-retry": "^1.3.3",
22811
+ "chalk": "^4",
22924
22812
  "change-case": "^4",
22925
22813
  "debug": "^4.3.3",
22814
+ "ejs": "^3.1.9",
22926
22815
  "find-yarn-workspace-root": "^2.0.0",
22927
22816
  "fs-extra": "^8.1",
22928
22817
  "github-slugger": "^1.5.0",
22929
- "got": "^11",
22818
+ "got": "^13",
22930
22819
  "lodash.template": "^4.5.0",
22931
22820
  "normalize-package-data": "^3.0.3",
22932
22821
  "semver": "^7.6.0",
22933
22822
  "sort-package-json": "^2.8.0",
22934
- "validate-npm-package-name": "^5.0.0",
22935
- "yeoman-environment": "^3.15.1",
22936
- "yeoman-generator": "^5.8.0"
22823
+ "validate-npm-package-name": "^5.0.0"
22937
22824
  },
22938
22825
  "bin": {
22939
22826
  "oclif": "bin/run.js"
@@ -22942,88 +22829,78 @@
22942
22829
  "node": ">=18.0.0"
22943
22830
  }
22944
22831
  },
22945
- "node_modules/oclif/node_modules/@szmarczak/http-timer": {
22946
- "version": "4.0.6",
22947
- "resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-4.0.6.tgz",
22948
- "integrity": "sha512-4BAffykYOgO+5nzBWYwE3W90sBgLJoUPRWWcL8wlyiM8IB8ipJz3UMJ9KXQd1RKQXpKp8Tutn80HZtWsu2u76w==",
22832
+ "node_modules/oclif/node_modules/@inquirer/confirm": {
22833
+ "version": "3.1.0",
22834
+ "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.1.0.tgz",
22835
+ "integrity": "sha512-nH5mxoTEoqk6WpoBz80GMpDSm9jH5V9AF8n+JZAZfMzd9gHeEG9w1o3KawPRR72lfzpP+QxBHLkOKLEApwhDiQ==",
22949
22836
  "dev": true,
22950
22837
  "license": "MIT",
22951
22838
  "dependencies": {
22952
- "defer-to-connect": "^2.0.0"
22839
+ "@inquirer/core": "^7.1.0",
22840
+ "@inquirer/type": "^1.2.1"
22953
22841
  },
22954
22842
  "engines": {
22955
- "node": ">=10"
22956
- }
22957
- },
22958
- "node_modules/oclif/node_modules/cacheable-lookup": {
22959
- "version": "5.0.4",
22960
- "resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-5.0.4.tgz",
22961
- "integrity": "sha512-2/kNscPhpcxrOigMZzbiWF7dz8ilhb/nIHU3EyZiXWXpeq/au8qJ8VhdftMkty3n7Gj6HIGalQG8oiBNB3AJgA==",
22962
- "dev": true,
22963
- "license": "MIT",
22964
- "engines": {
22965
- "node": ">=10.6.0"
22843
+ "node": ">=18"
22966
22844
  }
22967
22845
  },
22968
- "node_modules/oclif/node_modules/cacheable-request": {
22969
- "version": "7.0.4",
22970
- "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-7.0.4.tgz",
22971
- "integrity": "sha512-v+p6ongsrp0yTGbJXjgxPow2+DL93DASP4kXCDKb8/bwRtt9OEF3whggkkDkGNzgcWy2XaF4a8nZglC7uElscg==",
22846
+ "node_modules/oclif/node_modules/@inquirer/core": {
22847
+ "version": "7.1.0",
22848
+ "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-7.1.0.tgz",
22849
+ "integrity": "sha512-FRCiDiU54XHt5B/D8hX4twwZuzSP244ANHbu3R7CAsJfiv1dUOz24ePBgCZjygEjDUi6BWIJuk4eWLKJ7LATUw==",
22972
22850
  "dev": true,
22973
22851
  "license": "MIT",
22974
22852
  "dependencies": {
22975
- "clone-response": "^1.0.2",
22976
- "get-stream": "^5.1.0",
22977
- "http-cache-semantics": "^4.0.0",
22978
- "keyv": "^4.0.0",
22979
- "lowercase-keys": "^2.0.0",
22980
- "normalize-url": "^6.0.1",
22981
- "responselike": "^2.0.0"
22853
+ "@inquirer/type": "^1.2.1",
22854
+ "@types/mute-stream": "^0.0.4",
22855
+ "@types/node": "^20.11.26",
22856
+ "@types/wrap-ansi": "^3.0.0",
22857
+ "ansi-escapes": "^4.3.2",
22858
+ "chalk": "^4.1.2",
22859
+ "cli-spinners": "^2.9.2",
22860
+ "cli-width": "^4.1.0",
22861
+ "figures": "^3.2.0",
22862
+ "mute-stream": "^1.0.0",
22863
+ "run-async": "^3.0.0",
22864
+ "signal-exit": "^4.1.0",
22865
+ "strip-ansi": "^6.0.1",
22866
+ "wrap-ansi": "^6.2.0"
22982
22867
  },
22983
22868
  "engines": {
22984
- "node": ">=8"
22869
+ "node": ">=18"
22985
22870
  }
22986
22871
  },
22987
- "node_modules/oclif/node_modules/get-stream": {
22988
- "version": "5.2.0",
22989
- "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
22990
- "integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==",
22872
+ "node_modules/oclif/node_modules/@inquirer/select": {
22873
+ "version": "2.2.0",
22874
+ "resolved": "https://registry.npmjs.org/@inquirer/select/-/select-2.2.0.tgz",
22875
+ "integrity": "sha512-Pml3DhVM1LnfqasUMIzaBtw+s5UjM5k0bzDeWrWOgqAMWe16AOg0DcAhXHf+SYbnj2CFBeP/TvkvedL4aAEWww==",
22991
22876
  "dev": true,
22992
22877
  "license": "MIT",
22993
22878
  "dependencies": {
22994
- "pump": "^3.0.0"
22879
+ "@inquirer/core": "^7.1.0",
22880
+ "@inquirer/type": "^1.2.1",
22881
+ "ansi-escapes": "^4.3.2",
22882
+ "chalk": "^4.1.2",
22883
+ "figures": "^3.2.0"
22995
22884
  },
22996
22885
  "engines": {
22997
- "node": ">=8"
22998
- },
22999
- "funding": {
23000
- "url": "https://github.com/sponsors/sindresorhus"
22886
+ "node": ">=18"
23001
22887
  }
23002
22888
  },
23003
- "node_modules/oclif/node_modules/got": {
23004
- "version": "11.8.6",
23005
- "resolved": "https://registry.npmjs.org/got/-/got-11.8.6.tgz",
23006
- "integrity": "sha512-6tfZ91bOr7bOXnK7PRDCGBLa1H4U080YHNaAQ2KsMGlLEzRbk44nsZF2E1IeRc3vtJHPVbKCYgdFbaGO2ljd8g==",
22889
+ "node_modules/oclif/node_modules/chalk": {
22890
+ "version": "4.1.2",
22891
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
22892
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
23007
22893
  "dev": true,
23008
22894
  "license": "MIT",
23009
22895
  "dependencies": {
23010
- "@sindresorhus/is": "^4.0.0",
23011
- "@szmarczak/http-timer": "^4.0.5",
23012
- "@types/cacheable-request": "^6.0.1",
23013
- "@types/responselike": "^1.0.0",
23014
- "cacheable-lookup": "^5.0.3",
23015
- "cacheable-request": "^7.0.2",
23016
- "decompress-response": "^6.0.0",
23017
- "http2-wrapper": "^1.0.0-beta.5.2",
23018
- "lowercase-keys": "^2.0.0",
23019
- "p-cancelable": "^2.0.0",
23020
- "responselike": "^2.0.0"
22896
+ "ansi-styles": "^4.1.0",
22897
+ "supports-color": "^7.1.0"
23021
22898
  },
23022
22899
  "engines": {
23023
- "node": ">=10.19.0"
22900
+ "node": ">=10"
23024
22901
  },
23025
22902
  "funding": {
23026
- "url": "https://github.com/sindresorhus/got?sponsor=1"
22903
+ "url": "https://github.com/chalk/chalk?sponsor=1"
23027
22904
  }
23028
22905
  },
23029
22906
  "node_modules/oclif/node_modules/hosted-git-info": {
@@ -23039,20 +22916,6 @@
23039
22916
  "node": ">=10"
23040
22917
  }
23041
22918
  },
23042
- "node_modules/oclif/node_modules/http2-wrapper": {
23043
- "version": "1.0.3",
23044
- "resolved": "https://registry.npmjs.org/http2-wrapper/-/http2-wrapper-1.0.3.tgz",
23045
- "integrity": "sha512-V+23sDMr12Wnz7iTcDeJr3O6AIxlnvT/bmaAAAP/Xda35C90p9599p0F1eHR/N1KILWSoWVAiOMFjBBXaXSMxg==",
23046
- "dev": true,
23047
- "license": "MIT",
23048
- "dependencies": {
23049
- "quick-lru": "^5.1.1",
23050
- "resolve-alpn": "^1.0.0"
23051
- },
23052
- "engines": {
23053
- "node": ">=10.19.0"
23054
- }
23055
- },
23056
22919
  "node_modules/oclif/node_modules/lru-cache": {
23057
22920
  "version": "6.0.0",
23058
22921
  "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
@@ -23082,25 +22945,28 @@
23082
22945
  "node": ">=10"
23083
22946
  }
23084
22947
  },
23085
- "node_modules/oclif/node_modules/normalize-url": {
23086
- "version": "6.1.0",
23087
- "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz",
23088
- "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==",
22948
+ "node_modules/oclif/node_modules/signal-exit": {
22949
+ "version": "4.1.0",
22950
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
22951
+ "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
23089
22952
  "dev": true,
23090
- "license": "MIT",
22953
+ "license": "ISC",
23091
22954
  "engines": {
23092
- "node": ">=10"
22955
+ "node": ">=14"
23093
22956
  },
23094
22957
  "funding": {
23095
- "url": "https://github.com/sponsors/sindresorhus"
22958
+ "url": "https://github.com/sponsors/isaacs"
23096
22959
  }
23097
22960
  },
23098
- "node_modules/oclif/node_modules/p-cancelable": {
23099
- "version": "2.1.1",
23100
- "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-2.1.1.tgz",
23101
- "integrity": "sha512-BZOr3nRQHOntUjTrH8+Lh54smKHoHyur8We1V8DSMVrl5A2malOOwuJRnKRDjSnkoeBh4at6BwEnb5I7Jl31wg==",
22961
+ "node_modules/oclif/node_modules/strip-ansi": {
22962
+ "version": "6.0.1",
22963
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
22964
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
23102
22965
  "dev": true,
23103
22966
  "license": "MIT",
22967
+ "dependencies": {
22968
+ "ansi-regex": "^5.0.1"
22969
+ },
23104
22970
  "engines": {
23105
22971
  "node": ">=8"
23106
22972
  }