@salesforce/plugin-auth 3.3.24 → 3.3.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -7
- package/npm-shrinkwrap.json +345 -149
- package/oclif.lock +78 -12
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -107,7 +107,7 @@ EXAMPLES
|
|
|
107
107
|
$ sf org list auth
|
|
108
108
|
```
|
|
109
109
|
|
|
110
|
-
_See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.
|
|
110
|
+
_See code: [src/commands/org/list/auth.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.25/src/commands/org/list/auth.ts)_
|
|
111
111
|
|
|
112
112
|
## `sf org login access-token`
|
|
113
113
|
|
|
@@ -160,7 +160,7 @@ FLAG DESCRIPTIONS
|
|
|
160
160
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
161
161
|
```
|
|
162
162
|
|
|
163
|
-
_See code: [src/commands/org/login/access-token.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.
|
|
163
|
+
_See code: [src/commands/org/login/access-token.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.25/src/commands/org/login/access-token.ts)_
|
|
164
164
|
|
|
165
165
|
## `sf org login device`
|
|
166
166
|
|
|
@@ -219,7 +219,7 @@ FLAG DESCRIPTIONS
|
|
|
219
219
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
220
220
|
```
|
|
221
221
|
|
|
222
|
-
_See code: [src/commands/org/login/device.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.
|
|
222
|
+
_See code: [src/commands/org/login/device.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.25/src/commands/org/login/device.ts)_
|
|
223
223
|
|
|
224
224
|
## `sf org login jwt`
|
|
225
225
|
|
|
@@ -308,7 +308,7 @@ FLAG DESCRIPTIONS
|
|
|
308
308
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
309
309
|
```
|
|
310
310
|
|
|
311
|
-
_See code: [src/commands/org/login/jwt.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.
|
|
311
|
+
_See code: [src/commands/org/login/jwt.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.25/src/commands/org/login/jwt.ts)_
|
|
312
312
|
|
|
313
313
|
## `sf org login sfdx-url`
|
|
314
314
|
|
|
@@ -373,7 +373,7 @@ EXAMPLES
|
|
|
373
373
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
374
374
|
```
|
|
375
375
|
|
|
376
|
-
_See code: [src/commands/org/login/sfdx-url.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.
|
|
376
|
+
_See code: [src/commands/org/login/sfdx-url.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.25/src/commands/org/login/sfdx-url.ts)_
|
|
377
377
|
|
|
378
378
|
## `sf org login web`
|
|
379
379
|
|
|
@@ -458,7 +458,7 @@ FLAG DESCRIPTIONS
|
|
|
458
458
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
459
459
|
```
|
|
460
460
|
|
|
461
|
-
_See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.
|
|
461
|
+
_See code: [src/commands/org/login/web.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.25/src/commands/org/login/web.ts)_
|
|
462
462
|
|
|
463
463
|
## `sf org logout`
|
|
464
464
|
|
|
@@ -518,6 +518,6 @@ FLAG DESCRIPTIONS
|
|
|
518
518
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
519
519
|
```
|
|
520
520
|
|
|
521
|
-
_See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.
|
|
521
|
+
_See code: [src/commands/org/logout.ts](https://github.com/salesforcecli/plugin-auth/blob/3.3.25/src/commands/org/logout.ts)_
|
|
522
522
|
|
|
523
523
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-auth",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.25",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-auth",
|
|
9
|
-
"version": "3.3.
|
|
9
|
+
"version": "3.3.25",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@inquirer/checkbox": "^1.5.2",
|
|
@@ -14,13 +14,13 @@
|
|
|
14
14
|
"@oclif/core": "^3.25.2",
|
|
15
15
|
"@salesforce/core": "^6.7.0",
|
|
16
16
|
"@salesforce/kit": "^3.0.15",
|
|
17
|
-
"@salesforce/sf-plugins-core": "^7.1.
|
|
17
|
+
"@salesforce/sf-plugins-core": "^7.1.15",
|
|
18
18
|
"@salesforce/ts-types": "^2.0.9",
|
|
19
19
|
"chalk": "^5.3.0",
|
|
20
20
|
"open": "^10.1.0"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
|
-
"@oclif/plugin-command-snapshot": "^5.
|
|
23
|
+
"@oclif/plugin-command-snapshot": "^5.1.1",
|
|
24
24
|
"@salesforce/cli-plugins-testkit": "^5.1.10",
|
|
25
25
|
"@salesforce/dev-scripts": "^8.4.2",
|
|
26
26
|
"@salesforce/plugin-command-reference": "^3.0.70",
|
|
@@ -2701,24 +2701,6 @@
|
|
|
2701
2701
|
"node": ">=12"
|
|
2702
2702
|
}
|
|
2703
2703
|
},
|
|
2704
|
-
"node_modules/@commitlint/cli/node_modules/wrap-ansi": {
|
|
2705
|
-
"version": "7.0.0",
|
|
2706
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
2707
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
2708
|
-
"dev": true,
|
|
2709
|
-
"license": "MIT",
|
|
2710
|
-
"dependencies": {
|
|
2711
|
-
"ansi-styles": "^4.0.0",
|
|
2712
|
-
"string-width": "^4.1.0",
|
|
2713
|
-
"strip-ansi": "^6.0.0"
|
|
2714
|
-
},
|
|
2715
|
-
"engines": {
|
|
2716
|
-
"node": ">=10"
|
|
2717
|
-
},
|
|
2718
|
-
"funding": {
|
|
2719
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
2720
|
-
}
|
|
2721
|
-
},
|
|
2722
2704
|
"node_modules/@commitlint/cli/node_modules/yargs": {
|
|
2723
2705
|
"version": "17.7.1",
|
|
2724
2706
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.1.tgz",
|
|
@@ -3290,6 +3272,26 @@
|
|
|
3290
3272
|
"url": "https://opencollective.com/eslint"
|
|
3291
3273
|
}
|
|
3292
3274
|
},
|
|
3275
|
+
"node_modules/@eslint/eslintrc/node_modules/argparse": {
|
|
3276
|
+
"version": "2.0.1",
|
|
3277
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
3278
|
+
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
3279
|
+
"dev": true,
|
|
3280
|
+
"license": "Python-2.0"
|
|
3281
|
+
},
|
|
3282
|
+
"node_modules/@eslint/eslintrc/node_modules/js-yaml": {
|
|
3283
|
+
"version": "4.1.0",
|
|
3284
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
3285
|
+
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
3286
|
+
"dev": true,
|
|
3287
|
+
"license": "MIT",
|
|
3288
|
+
"dependencies": {
|
|
3289
|
+
"argparse": "^2.0.1"
|
|
3290
|
+
},
|
|
3291
|
+
"bin": {
|
|
3292
|
+
"js-yaml": "bin/js-yaml.js"
|
|
3293
|
+
}
|
|
3294
|
+
},
|
|
3293
3295
|
"node_modules/@eslint/js": {
|
|
3294
3296
|
"version": "8.57.0",
|
|
3295
3297
|
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.0.tgz",
|
|
@@ -3485,6 +3487,20 @@
|
|
|
3485
3487
|
"url": "https://github.com/sponsors/isaacs"
|
|
3486
3488
|
}
|
|
3487
3489
|
},
|
|
3490
|
+
"node_modules/@inquirer/core/node_modules/wrap-ansi": {
|
|
3491
|
+
"version": "6.2.0",
|
|
3492
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
3493
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
3494
|
+
"license": "MIT",
|
|
3495
|
+
"dependencies": {
|
|
3496
|
+
"ansi-styles": "^4.0.0",
|
|
3497
|
+
"string-width": "^4.1.0",
|
|
3498
|
+
"strip-ansi": "^6.0.0"
|
|
3499
|
+
},
|
|
3500
|
+
"engines": {
|
|
3501
|
+
"node": ">=8"
|
|
3502
|
+
}
|
|
3503
|
+
},
|
|
3488
3504
|
"node_modules/@inquirer/password": {
|
|
3489
3505
|
"version": "1.1.16",
|
|
3490
3506
|
"resolved": "https://registry.npmjs.org/@inquirer/password/-/password-1.1.16.tgz",
|
|
@@ -3684,30 +3700,6 @@
|
|
|
3684
3700
|
"node": ">=8"
|
|
3685
3701
|
}
|
|
3686
3702
|
},
|
|
3687
|
-
"node_modules/@istanbuljs/load-nyc-config/node_modules/argparse": {
|
|
3688
|
-
"version": "1.0.10",
|
|
3689
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
3690
|
-
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
3691
|
-
"dev": true,
|
|
3692
|
-
"license": "MIT",
|
|
3693
|
-
"dependencies": {
|
|
3694
|
-
"sprintf-js": "~1.0.2"
|
|
3695
|
-
}
|
|
3696
|
-
},
|
|
3697
|
-
"node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml": {
|
|
3698
|
-
"version": "3.14.1",
|
|
3699
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
3700
|
-
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
3701
|
-
"dev": true,
|
|
3702
|
-
"license": "MIT",
|
|
3703
|
-
"dependencies": {
|
|
3704
|
-
"argparse": "^1.0.7",
|
|
3705
|
-
"esprima": "^4.0.0"
|
|
3706
|
-
},
|
|
3707
|
-
"bin": {
|
|
3708
|
-
"js-yaml": "bin/js-yaml.js"
|
|
3709
|
-
}
|
|
3710
|
-
},
|
|
3711
3703
|
"node_modules/@istanbuljs/schema": {
|
|
3712
3704
|
"version": "0.1.3",
|
|
3713
3705
|
"resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
|
|
@@ -4062,15 +4054,6 @@
|
|
|
4062
4054
|
"node": ">=18.0.0"
|
|
4063
4055
|
}
|
|
4064
4056
|
},
|
|
4065
|
-
"node_modules/@oclif/core/node_modules/argparse": {
|
|
4066
|
-
"version": "1.0.10",
|
|
4067
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
4068
|
-
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
4069
|
-
"license": "MIT",
|
|
4070
|
-
"dependencies": {
|
|
4071
|
-
"sprintf-js": "~1.0.2"
|
|
4072
|
-
}
|
|
4073
|
-
},
|
|
4074
4057
|
"node_modules/@oclif/core/node_modules/chalk": {
|
|
4075
4058
|
"version": "4.1.2",
|
|
4076
4059
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
@@ -4099,19 +4082,6 @@
|
|
|
4099
4082
|
"node": ">=8"
|
|
4100
4083
|
}
|
|
4101
4084
|
},
|
|
4102
|
-
"node_modules/@oclif/core/node_modules/js-yaml": {
|
|
4103
|
-
"version": "3.14.1",
|
|
4104
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
4105
|
-
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
4106
|
-
"license": "MIT",
|
|
4107
|
-
"dependencies": {
|
|
4108
|
-
"argparse": "^1.0.7",
|
|
4109
|
-
"esprima": "^4.0.0"
|
|
4110
|
-
},
|
|
4111
|
-
"bin": {
|
|
4112
|
-
"js-yaml": "bin/js-yaml.js"
|
|
4113
|
-
}
|
|
4114
|
-
},
|
|
4115
4085
|
"node_modules/@oclif/core/node_modules/minimatch": {
|
|
4116
4086
|
"version": "9.0.3",
|
|
4117
4087
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
|
|
@@ -4142,33 +4112,17 @@
|
|
|
4142
4112
|
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
4143
4113
|
}
|
|
4144
4114
|
},
|
|
4145
|
-
"node_modules/@oclif/core/node_modules/wrap-ansi": {
|
|
4146
|
-
"version": "7.0.0",
|
|
4147
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
4148
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
4149
|
-
"license": "MIT",
|
|
4150
|
-
"dependencies": {
|
|
4151
|
-
"ansi-styles": "^4.0.0",
|
|
4152
|
-
"string-width": "^4.1.0",
|
|
4153
|
-
"strip-ansi": "^6.0.0"
|
|
4154
|
-
},
|
|
4155
|
-
"engines": {
|
|
4156
|
-
"node": ">=10"
|
|
4157
|
-
},
|
|
4158
|
-
"funding": {
|
|
4159
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
4160
|
-
}
|
|
4161
|
-
},
|
|
4162
4115
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
4163
|
-
"version": "5.
|
|
4164
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.
|
|
4165
|
-
"integrity": "sha512-
|
|
4116
|
+
"version": "5.1.1",
|
|
4117
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.1.tgz",
|
|
4118
|
+
"integrity": "sha512-8PmnQ4aDX1n8OcrnXVPDpmoIAUWe1nbC6Md/KRupzjlRF8YDJMp7AdrE6cFD4DSZ04QvIViQ0w5P7kyu37wA1g==",
|
|
4166
4119
|
"dev": true,
|
|
4167
4120
|
"license": "MIT",
|
|
4168
4121
|
"dependencies": {
|
|
4169
|
-
"@oclif/core": "
|
|
4122
|
+
"@oclif/core": "3.21.0",
|
|
4170
4123
|
"@types/lodash.difference": "^4.5.9",
|
|
4171
4124
|
"chalk": "^5.3.0",
|
|
4125
|
+
"globby": "^14.0.1",
|
|
4172
4126
|
"just-diff": "^5.2.0",
|
|
4173
4127
|
"lodash.difference": "^4.5.0",
|
|
4174
4128
|
"lodash.get": "^4.4.2",
|
|
@@ -4180,6 +4134,169 @@
|
|
|
4180
4134
|
"node": ">=18.0.0"
|
|
4181
4135
|
}
|
|
4182
4136
|
},
|
|
4137
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core": {
|
|
4138
|
+
"version": "3.21.0",
|
|
4139
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.21.0.tgz",
|
|
4140
|
+
"integrity": "sha512-xR7qGPOWtOnYmdYocSn6oEh2oTQLsPOXoj3HYGpb26V3WulwF8Cm33WPnMsSISv4ben3Rtc5i59u9O5NnuG42g==",
|
|
4141
|
+
"dev": true,
|
|
4142
|
+
"license": "MIT",
|
|
4143
|
+
"dependencies": {
|
|
4144
|
+
"@types/cli-progress": "^3.11.5",
|
|
4145
|
+
"ansi-escapes": "^4.3.2",
|
|
4146
|
+
"ansi-styles": "^4.3.0",
|
|
4147
|
+
"cardinal": "^2.1.1",
|
|
4148
|
+
"chalk": "^4.1.2",
|
|
4149
|
+
"clean-stack": "^3.0.1",
|
|
4150
|
+
"cli-progress": "^3.12.0",
|
|
4151
|
+
"color": "^4.2.3",
|
|
4152
|
+
"debug": "^4.3.4",
|
|
4153
|
+
"ejs": "^3.1.9",
|
|
4154
|
+
"get-package-type": "^0.1.0",
|
|
4155
|
+
"globby": "^11.1.0",
|
|
4156
|
+
"hyperlinker": "^1.0.0",
|
|
4157
|
+
"indent-string": "^4.0.0",
|
|
4158
|
+
"is-wsl": "^2.2.0",
|
|
4159
|
+
"js-yaml": "^3.14.1",
|
|
4160
|
+
"natural-orderby": "^2.0.3",
|
|
4161
|
+
"object-treeify": "^1.1.33",
|
|
4162
|
+
"password-prompt": "^1.1.3",
|
|
4163
|
+
"slice-ansi": "^4.0.0",
|
|
4164
|
+
"string-width": "^4.2.3",
|
|
4165
|
+
"strip-ansi": "^6.0.1",
|
|
4166
|
+
"supports-color": "^8.1.1",
|
|
4167
|
+
"supports-hyperlinks": "^2.2.0",
|
|
4168
|
+
"widest-line": "^3.1.0",
|
|
4169
|
+
"wordwrap": "^1.0.0",
|
|
4170
|
+
"wrap-ansi": "^7.0.0"
|
|
4171
|
+
},
|
|
4172
|
+
"engines": {
|
|
4173
|
+
"node": ">=18.0.0"
|
|
4174
|
+
}
|
|
4175
|
+
},
|
|
4176
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk": {
|
|
4177
|
+
"version": "4.1.2",
|
|
4178
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
4179
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
4180
|
+
"dev": true,
|
|
4181
|
+
"license": "MIT",
|
|
4182
|
+
"dependencies": {
|
|
4183
|
+
"ansi-styles": "^4.1.0",
|
|
4184
|
+
"supports-color": "^7.1.0"
|
|
4185
|
+
},
|
|
4186
|
+
"engines": {
|
|
4187
|
+
"node": ">=10"
|
|
4188
|
+
},
|
|
4189
|
+
"funding": {
|
|
4190
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
4191
|
+
}
|
|
4192
|
+
},
|
|
4193
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
|
|
4194
|
+
"version": "7.2.0",
|
|
4195
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
4196
|
+
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
4197
|
+
"dev": true,
|
|
4198
|
+
"license": "MIT",
|
|
4199
|
+
"dependencies": {
|
|
4200
|
+
"has-flag": "^4.0.0"
|
|
4201
|
+
},
|
|
4202
|
+
"engines": {
|
|
4203
|
+
"node": ">=8"
|
|
4204
|
+
}
|
|
4205
|
+
},
|
|
4206
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/globby": {
|
|
4207
|
+
"version": "11.1.0",
|
|
4208
|
+
"resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
|
|
4209
|
+
"integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
|
|
4210
|
+
"dev": true,
|
|
4211
|
+
"license": "MIT",
|
|
4212
|
+
"dependencies": {
|
|
4213
|
+
"array-union": "^2.1.0",
|
|
4214
|
+
"dir-glob": "^3.0.1",
|
|
4215
|
+
"fast-glob": "^3.2.9",
|
|
4216
|
+
"ignore": "^5.2.0",
|
|
4217
|
+
"merge2": "^1.4.1",
|
|
4218
|
+
"slash": "^3.0.0"
|
|
4219
|
+
},
|
|
4220
|
+
"engines": {
|
|
4221
|
+
"node": ">=10"
|
|
4222
|
+
},
|
|
4223
|
+
"funding": {
|
|
4224
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4225
|
+
}
|
|
4226
|
+
},
|
|
4227
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/slash": {
|
|
4228
|
+
"version": "3.0.0",
|
|
4229
|
+
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
|
|
4230
|
+
"integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
|
|
4231
|
+
"dev": true,
|
|
4232
|
+
"license": "MIT",
|
|
4233
|
+
"engines": {
|
|
4234
|
+
"node": ">=8"
|
|
4235
|
+
}
|
|
4236
|
+
},
|
|
4237
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/globby": {
|
|
4238
|
+
"version": "14.0.1",
|
|
4239
|
+
"resolved": "https://registry.npmjs.org/globby/-/globby-14.0.1.tgz",
|
|
4240
|
+
"integrity": "sha512-jOMLD2Z7MAhyG8aJpNOpmziMOP4rPLcc95oQPKXBazW82z+CEgPFBQvEpRUa1KeIMUJo4Wsm+q6uzO/Q/4BksQ==",
|
|
4241
|
+
"dev": true,
|
|
4242
|
+
"license": "MIT",
|
|
4243
|
+
"dependencies": {
|
|
4244
|
+
"@sindresorhus/merge-streams": "^2.1.0",
|
|
4245
|
+
"fast-glob": "^3.3.2",
|
|
4246
|
+
"ignore": "^5.2.4",
|
|
4247
|
+
"path-type": "^5.0.0",
|
|
4248
|
+
"slash": "^5.1.0",
|
|
4249
|
+
"unicorn-magic": "^0.1.0"
|
|
4250
|
+
},
|
|
4251
|
+
"engines": {
|
|
4252
|
+
"node": ">=18"
|
|
4253
|
+
},
|
|
4254
|
+
"funding": {
|
|
4255
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4256
|
+
}
|
|
4257
|
+
},
|
|
4258
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/path-type": {
|
|
4259
|
+
"version": "5.0.0",
|
|
4260
|
+
"resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
|
|
4261
|
+
"integrity": "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==",
|
|
4262
|
+
"dev": true,
|
|
4263
|
+
"license": "MIT",
|
|
4264
|
+
"engines": {
|
|
4265
|
+
"node": ">=12"
|
|
4266
|
+
},
|
|
4267
|
+
"funding": {
|
|
4268
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4269
|
+
}
|
|
4270
|
+
},
|
|
4271
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/slash": {
|
|
4272
|
+
"version": "5.1.0",
|
|
4273
|
+
"resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz",
|
|
4274
|
+
"integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==",
|
|
4275
|
+
"dev": true,
|
|
4276
|
+
"license": "MIT",
|
|
4277
|
+
"engines": {
|
|
4278
|
+
"node": ">=14.16"
|
|
4279
|
+
},
|
|
4280
|
+
"funding": {
|
|
4281
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4282
|
+
}
|
|
4283
|
+
},
|
|
4284
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/supports-color": {
|
|
4285
|
+
"version": "8.1.1",
|
|
4286
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
4287
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
4288
|
+
"dev": true,
|
|
4289
|
+
"license": "MIT",
|
|
4290
|
+
"dependencies": {
|
|
4291
|
+
"has-flag": "^4.0.0"
|
|
4292
|
+
},
|
|
4293
|
+
"engines": {
|
|
4294
|
+
"node": ">=10"
|
|
4295
|
+
},
|
|
4296
|
+
"funding": {
|
|
4297
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
4298
|
+
}
|
|
4299
|
+
},
|
|
4183
4300
|
"node_modules/@oclif/plugin-help": {
|
|
4184
4301
|
"version": "6.0.17",
|
|
4185
4302
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.17.tgz",
|
|
@@ -4699,14 +4816,14 @@
|
|
|
4699
4816
|
"license": "ISC"
|
|
4700
4817
|
},
|
|
4701
4818
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
4702
|
-
"version": "7.1.
|
|
4703
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.
|
|
4704
|
-
"integrity": "sha512-
|
|
4819
|
+
"version": "7.1.15",
|
|
4820
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.15.tgz",
|
|
4821
|
+
"integrity": "sha512-dQSSIHEpeFIadkWqZE24068m01vy31hVJdGWYvgscTnNrR30jIC5fXRevYvGG0l+8vVEJkCYYnJFQabUjSw3Eg==",
|
|
4705
4822
|
"license": "BSD-3-Clause",
|
|
4706
4823
|
"dependencies": {
|
|
4707
4824
|
"@inquirer/confirm": "^2.0.17",
|
|
4708
4825
|
"@inquirer/password": "^1.1.16",
|
|
4709
|
-
"@oclif/core": "^3.
|
|
4826
|
+
"@oclif/core": "^3.23.0",
|
|
4710
4827
|
"@salesforce/core": "^6.6.0",
|
|
4711
4828
|
"@salesforce/kit": "^3.0.15",
|
|
4712
4829
|
"@salesforce/ts-types": "^2.0.9",
|
|
@@ -4802,6 +4919,19 @@
|
|
|
4802
4919
|
"url": "https://github.com/sindresorhus/is?sponsor=1"
|
|
4803
4920
|
}
|
|
4804
4921
|
},
|
|
4922
|
+
"node_modules/@sindresorhus/merge-streams": {
|
|
4923
|
+
"version": "2.3.0",
|
|
4924
|
+
"resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-2.3.0.tgz",
|
|
4925
|
+
"integrity": "sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==",
|
|
4926
|
+
"dev": true,
|
|
4927
|
+
"license": "MIT",
|
|
4928
|
+
"engines": {
|
|
4929
|
+
"node": ">=18"
|
|
4930
|
+
},
|
|
4931
|
+
"funding": {
|
|
4932
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4933
|
+
}
|
|
4934
|
+
},
|
|
4805
4935
|
"node_modules/@sinonjs/commons": {
|
|
4806
4936
|
"version": "1.8.6",
|
|
4807
4937
|
"resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.6.tgz",
|
|
@@ -6357,11 +6487,13 @@
|
|
|
6357
6487
|
"license": "MIT"
|
|
6358
6488
|
},
|
|
6359
6489
|
"node_modules/argparse": {
|
|
6360
|
-
"version": "
|
|
6361
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-
|
|
6362
|
-
"integrity": "sha512-
|
|
6363
|
-
"
|
|
6364
|
-
"
|
|
6490
|
+
"version": "1.0.10",
|
|
6491
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
6492
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
6493
|
+
"license": "MIT",
|
|
6494
|
+
"dependencies": {
|
|
6495
|
+
"sprintf-js": "~1.0.2"
|
|
6496
|
+
}
|
|
6365
6497
|
},
|
|
6366
6498
|
"node_modules/array-buffer-byte-length": {
|
|
6367
6499
|
"version": "1.0.0",
|
|
@@ -7305,6 +7437,21 @@
|
|
|
7305
7437
|
"wrap-ansi": "^6.2.0"
|
|
7306
7438
|
}
|
|
7307
7439
|
},
|
|
7440
|
+
"node_modules/cliui/node_modules/wrap-ansi": {
|
|
7441
|
+
"version": "6.2.0",
|
|
7442
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
7443
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
7444
|
+
"dev": true,
|
|
7445
|
+
"license": "MIT",
|
|
7446
|
+
"dependencies": {
|
|
7447
|
+
"ansi-styles": "^4.0.0",
|
|
7448
|
+
"string-width": "^4.1.0",
|
|
7449
|
+
"strip-ansi": "^6.0.0"
|
|
7450
|
+
},
|
|
7451
|
+
"engines": {
|
|
7452
|
+
"node": ">=8"
|
|
7453
|
+
}
|
|
7454
|
+
},
|
|
7308
7455
|
"node_modules/clone": {
|
|
7309
7456
|
"version": "1.0.4",
|
|
7310
7457
|
"resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz",
|
|
@@ -7684,6 +7831,26 @@
|
|
|
7684
7831
|
"node": ">=14"
|
|
7685
7832
|
}
|
|
7686
7833
|
},
|
|
7834
|
+
"node_modules/cosmiconfig/node_modules/argparse": {
|
|
7835
|
+
"version": "2.0.1",
|
|
7836
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
7837
|
+
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
7838
|
+
"dev": true,
|
|
7839
|
+
"license": "Python-2.0"
|
|
7840
|
+
},
|
|
7841
|
+
"node_modules/cosmiconfig/node_modules/js-yaml": {
|
|
7842
|
+
"version": "4.1.0",
|
|
7843
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
7844
|
+
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
7845
|
+
"dev": true,
|
|
7846
|
+
"license": "MIT",
|
|
7847
|
+
"dependencies": {
|
|
7848
|
+
"argparse": "^2.0.1"
|
|
7849
|
+
},
|
|
7850
|
+
"bin": {
|
|
7851
|
+
"js-yaml": "bin/js-yaml.js"
|
|
7852
|
+
}
|
|
7853
|
+
},
|
|
7687
7854
|
"node_modules/create-require": {
|
|
7688
7855
|
"version": "1.1.1",
|
|
7689
7856
|
"resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz",
|
|
@@ -8741,6 +8908,13 @@
|
|
|
8741
8908
|
"url": "https://opencollective.com/eslint"
|
|
8742
8909
|
}
|
|
8743
8910
|
},
|
|
8911
|
+
"node_modules/eslint/node_modules/argparse": {
|
|
8912
|
+
"version": "2.0.1",
|
|
8913
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
8914
|
+
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
8915
|
+
"dev": true,
|
|
8916
|
+
"license": "Python-2.0"
|
|
8917
|
+
},
|
|
8744
8918
|
"node_modules/eslint/node_modules/chalk": {
|
|
8745
8919
|
"version": "4.1.2",
|
|
8746
8920
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
@@ -8801,6 +8975,19 @@
|
|
|
8801
8975
|
"node": ">=10.13.0"
|
|
8802
8976
|
}
|
|
8803
8977
|
},
|
|
8978
|
+
"node_modules/eslint/node_modules/js-yaml": {
|
|
8979
|
+
"version": "4.1.0",
|
|
8980
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
8981
|
+
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
8982
|
+
"dev": true,
|
|
8983
|
+
"license": "MIT",
|
|
8984
|
+
"dependencies": {
|
|
8985
|
+
"argparse": "^2.0.1"
|
|
8986
|
+
},
|
|
8987
|
+
"bin": {
|
|
8988
|
+
"js-yaml": "bin/js-yaml.js"
|
|
8989
|
+
}
|
|
8990
|
+
},
|
|
8804
8991
|
"node_modules/eslint/node_modules/locate-path": {
|
|
8805
8992
|
"version": "6.0.0",
|
|
8806
8993
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
@@ -10420,6 +10607,21 @@
|
|
|
10420
10607
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
10421
10608
|
}
|
|
10422
10609
|
},
|
|
10610
|
+
"node_modules/inquirer/node_modules/wrap-ansi": {
|
|
10611
|
+
"version": "6.2.0",
|
|
10612
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz",
|
|
10613
|
+
"integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==",
|
|
10614
|
+
"dev": true,
|
|
10615
|
+
"license": "MIT",
|
|
10616
|
+
"dependencies": {
|
|
10617
|
+
"ansi-styles": "^4.0.0",
|
|
10618
|
+
"string-width": "^4.1.0",
|
|
10619
|
+
"strip-ansi": "^6.0.0"
|
|
10620
|
+
},
|
|
10621
|
+
"engines": {
|
|
10622
|
+
"node": ">=8"
|
|
10623
|
+
}
|
|
10624
|
+
},
|
|
10423
10625
|
"node_modules/internal-slot": {
|
|
10424
10626
|
"version": "1.0.5",
|
|
10425
10627
|
"resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.5.tgz",
|
|
@@ -11143,13 +11345,13 @@
|
|
|
11143
11345
|
"license": "MIT"
|
|
11144
11346
|
},
|
|
11145
11347
|
"node_modules/js-yaml": {
|
|
11146
|
-
"version": "
|
|
11147
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-
|
|
11148
|
-
"integrity": "sha512-
|
|
11149
|
-
"dev": true,
|
|
11348
|
+
"version": "3.14.1",
|
|
11349
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
11350
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
11150
11351
|
"license": "MIT",
|
|
11151
11352
|
"dependencies": {
|
|
11152
|
-
"argparse": "^
|
|
11353
|
+
"argparse": "^1.0.7",
|
|
11354
|
+
"esprima": "^4.0.0"
|
|
11153
11355
|
},
|
|
11154
11356
|
"bin": {
|
|
11155
11357
|
"js-yaml": "bin/js-yaml.js"
|
|
@@ -11701,30 +11903,6 @@
|
|
|
11701
11903
|
"node": ">=6"
|
|
11702
11904
|
}
|
|
11703
11905
|
},
|
|
11704
|
-
"node_modules/load-yaml-file/node_modules/argparse": {
|
|
11705
|
-
"version": "1.0.10",
|
|
11706
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
11707
|
-
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
11708
|
-
"dev": true,
|
|
11709
|
-
"license": "MIT",
|
|
11710
|
-
"dependencies": {
|
|
11711
|
-
"sprintf-js": "~1.0.2"
|
|
11712
|
-
}
|
|
11713
|
-
},
|
|
11714
|
-
"node_modules/load-yaml-file/node_modules/js-yaml": {
|
|
11715
|
-
"version": "3.14.1",
|
|
11716
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
11717
|
-
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
11718
|
-
"dev": true,
|
|
11719
|
-
"license": "MIT",
|
|
11720
|
-
"dependencies": {
|
|
11721
|
-
"argparse": "^1.0.7",
|
|
11722
|
-
"esprima": "^4.0.0"
|
|
11723
|
-
},
|
|
11724
|
-
"bin": {
|
|
11725
|
-
"js-yaml": "bin/js-yaml.js"
|
|
11726
|
-
}
|
|
11727
|
-
},
|
|
11728
11906
|
"node_modules/load-yaml-file/node_modules/pify": {
|
|
11729
11907
|
"version": "4.0.1",
|
|
11730
11908
|
"resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz",
|
|
@@ -12695,6 +12873,13 @@
|
|
|
12695
12873
|
"url": "https://opencollective.com/mochajs"
|
|
12696
12874
|
}
|
|
12697
12875
|
},
|
|
12876
|
+
"node_modules/mocha/node_modules/argparse": {
|
|
12877
|
+
"version": "2.0.1",
|
|
12878
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
12879
|
+
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
12880
|
+
"dev": true,
|
|
12881
|
+
"license": "Python-2.0"
|
|
12882
|
+
},
|
|
12698
12883
|
"node_modules/mocha/node_modules/diff": {
|
|
12699
12884
|
"version": "5.0.0",
|
|
12700
12885
|
"resolved": "https://registry.npmjs.org/diff/-/diff-5.0.0.tgz",
|
|
@@ -12767,6 +12952,19 @@
|
|
|
12767
12952
|
"node": "*"
|
|
12768
12953
|
}
|
|
12769
12954
|
},
|
|
12955
|
+
"node_modules/mocha/node_modules/js-yaml": {
|
|
12956
|
+
"version": "4.1.0",
|
|
12957
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
|
|
12958
|
+
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
|
|
12959
|
+
"dev": true,
|
|
12960
|
+
"license": "MIT",
|
|
12961
|
+
"dependencies": {
|
|
12962
|
+
"argparse": "^2.0.1"
|
|
12963
|
+
},
|
|
12964
|
+
"bin": {
|
|
12965
|
+
"js-yaml": "bin/js-yaml.js"
|
|
12966
|
+
}
|
|
12967
|
+
},
|
|
12770
12968
|
"node_modules/mocha/node_modules/locate-path": {
|
|
12771
12969
|
"version": "6.0.0",
|
|
12772
12970
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
@@ -16575,6 +16773,19 @@
|
|
|
16575
16773
|
"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
|
|
16576
16774
|
"license": "MIT"
|
|
16577
16775
|
},
|
|
16776
|
+
"node_modules/unicorn-magic": {
|
|
16777
|
+
"version": "0.1.0",
|
|
16778
|
+
"resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.1.0.tgz",
|
|
16779
|
+
"integrity": "sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==",
|
|
16780
|
+
"dev": true,
|
|
16781
|
+
"license": "MIT",
|
|
16782
|
+
"engines": {
|
|
16783
|
+
"node": ">=18"
|
|
16784
|
+
},
|
|
16785
|
+
"funding": {
|
|
16786
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
16787
|
+
}
|
|
16788
|
+
},
|
|
16578
16789
|
"node_modules/unique-filename": {
|
|
16579
16790
|
"version": "1.1.1",
|
|
16580
16791
|
"resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz",
|
|
@@ -16985,9 +17196,9 @@
|
|
|
16985
17196
|
"license": "Apache-2.0"
|
|
16986
17197
|
},
|
|
16987
17198
|
"node_modules/wrap-ansi": {
|
|
16988
|
-
"version": "
|
|
16989
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-
|
|
16990
|
-
"integrity": "sha512-
|
|
17199
|
+
"version": "7.0.0",
|
|
17200
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
17201
|
+
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
16991
17202
|
"license": "MIT",
|
|
16992
17203
|
"dependencies": {
|
|
16993
17204
|
"ansi-styles": "^4.0.0",
|
|
@@ -16995,7 +17206,10 @@
|
|
|
16995
17206
|
"strip-ansi": "^6.0.0"
|
|
16996
17207
|
},
|
|
16997
17208
|
"engines": {
|
|
16998
|
-
"node": ">=
|
|
17209
|
+
"node": ">=10"
|
|
17210
|
+
},
|
|
17211
|
+
"funding": {
|
|
17212
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
16999
17213
|
}
|
|
17000
17214
|
},
|
|
17001
17215
|
"node_modules/wrap-ansi-cjs": {
|
|
@@ -17173,24 +17387,6 @@
|
|
|
17173
17387
|
"wrap-ansi": "^7.0.0"
|
|
17174
17388
|
}
|
|
17175
17389
|
},
|
|
17176
|
-
"node_modules/yargs/node_modules/wrap-ansi": {
|
|
17177
|
-
"version": "7.0.0",
|
|
17178
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
17179
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
17180
|
-
"dev": true,
|
|
17181
|
-
"license": "MIT",
|
|
17182
|
-
"dependencies": {
|
|
17183
|
-
"ansi-styles": "^4.0.0",
|
|
17184
|
-
"string-width": "^4.1.0",
|
|
17185
|
-
"strip-ansi": "^6.0.0"
|
|
17186
|
-
},
|
|
17187
|
-
"engines": {
|
|
17188
|
-
"node": ">=10"
|
|
17189
|
-
},
|
|
17190
|
-
"funding": {
|
|
17191
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
17192
|
-
}
|
|
17193
|
-
},
|
|
17194
17390
|
"node_modules/yeoman-environment": {
|
|
17195
17391
|
"version": "3.15.1",
|
|
17196
17392
|
"resolved": "https://registry.npmjs.org/yeoman-environment/-/yeoman-environment-3.15.1.tgz",
|
package/oclif.lock
CHANGED
|
@@ -1767,7 +1767,40 @@
|
|
|
1767
1767
|
node-gyp "^8.2.0"
|
|
1768
1768
|
read-package-json-fast "^2.0.1"
|
|
1769
1769
|
|
|
1770
|
-
"@oclif/core
|
|
1770
|
+
"@oclif/core@3.21.0":
|
|
1771
|
+
version "3.21.0"
|
|
1772
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.21.0.tgz#a235704e66589c8c104ccd616d0a8f1f36cf693e"
|
|
1773
|
+
integrity sha512-xR7qGPOWtOnYmdYocSn6oEh2oTQLsPOXoj3HYGpb26V3WulwF8Cm33WPnMsSISv4ben3Rtc5i59u9O5NnuG42g==
|
|
1774
|
+
dependencies:
|
|
1775
|
+
"@types/cli-progress" "^3.11.5"
|
|
1776
|
+
ansi-escapes "^4.3.2"
|
|
1777
|
+
ansi-styles "^4.3.0"
|
|
1778
|
+
cardinal "^2.1.1"
|
|
1779
|
+
chalk "^4.1.2"
|
|
1780
|
+
clean-stack "^3.0.1"
|
|
1781
|
+
cli-progress "^3.12.0"
|
|
1782
|
+
color "^4.2.3"
|
|
1783
|
+
debug "^4.3.4"
|
|
1784
|
+
ejs "^3.1.9"
|
|
1785
|
+
get-package-type "^0.1.0"
|
|
1786
|
+
globby "^11.1.0"
|
|
1787
|
+
hyperlinker "^1.0.0"
|
|
1788
|
+
indent-string "^4.0.0"
|
|
1789
|
+
is-wsl "^2.2.0"
|
|
1790
|
+
js-yaml "^3.14.1"
|
|
1791
|
+
natural-orderby "^2.0.3"
|
|
1792
|
+
object-treeify "^1.1.33"
|
|
1793
|
+
password-prompt "^1.1.3"
|
|
1794
|
+
slice-ansi "^4.0.0"
|
|
1795
|
+
string-width "^4.2.3"
|
|
1796
|
+
strip-ansi "^6.0.1"
|
|
1797
|
+
supports-color "^8.1.1"
|
|
1798
|
+
supports-hyperlinks "^2.2.0"
|
|
1799
|
+
widest-line "^3.1.0"
|
|
1800
|
+
wordwrap "^1.0.0"
|
|
1801
|
+
wrap-ansi "^7.0.0"
|
|
1802
|
+
|
|
1803
|
+
"@oclif/core@^3.15.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.2", "@oclif/core@^3.20.0", "@oclif/core@^3.21.0", "@oclif/core@^3.23.0", "@oclif/core@^3.25.2":
|
|
1771
1804
|
version "3.25.2"
|
|
1772
1805
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.25.2.tgz#a26d56abe5686c57c1e973957777bd2ae324e973"
|
|
1773
1806
|
integrity sha512-OkW/cNa/3DhoCz2YlSpymVe8DXqkoRaLY4SPTVqNVzR4R1dFBE5KoCtuwKwnhxYLCRCqaViPgRnB5K26f0MnjA==
|
|
@@ -1801,14 +1834,15 @@
|
|
|
1801
1834
|
wordwrap "^1.0.0"
|
|
1802
1835
|
wrap-ansi "^7.0.0"
|
|
1803
1836
|
|
|
1804
|
-
"@oclif/plugin-command-snapshot@^5.
|
|
1805
|
-
version "5.
|
|
1806
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.
|
|
1807
|
-
integrity sha512-
|
|
1837
|
+
"@oclif/plugin-command-snapshot@^5.1.1":
|
|
1838
|
+
version "5.1.1"
|
|
1839
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.1.tgz#13918a98686d7508ddca192154e2b33ae042706f"
|
|
1840
|
+
integrity sha512-8PmnQ4aDX1n8OcrnXVPDpmoIAUWe1nbC6Md/KRupzjlRF8YDJMp7AdrE6cFD4DSZ04QvIViQ0w5P7kyu37wA1g==
|
|
1808
1841
|
dependencies:
|
|
1809
|
-
"@oclif/core" "
|
|
1842
|
+
"@oclif/core" "3.21.0"
|
|
1810
1843
|
"@types/lodash.difference" "^4.5.9"
|
|
1811
1844
|
chalk "^5.3.0"
|
|
1845
|
+
globby "^14.0.1"
|
|
1812
1846
|
just-diff "^5.2.0"
|
|
1813
1847
|
lodash.difference "^4.5.0"
|
|
1814
1848
|
lodash.get "^4.4.2"
|
|
@@ -2070,14 +2104,14 @@
|
|
|
2070
2104
|
chalk "^4"
|
|
2071
2105
|
inquirer "^8.2.5"
|
|
2072
2106
|
|
|
2073
|
-
"@salesforce/sf-plugins-core@^7.1.
|
|
2074
|
-
version "7.1.
|
|
2075
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.
|
|
2076
|
-
integrity sha512-
|
|
2107
|
+
"@salesforce/sf-plugins-core@^7.1.15":
|
|
2108
|
+
version "7.1.15"
|
|
2109
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.15.tgz#4d6033d56d78cf6046abfce96c119a8a60ee7c07"
|
|
2110
|
+
integrity sha512-dQSSIHEpeFIadkWqZE24068m01vy31hVJdGWYvgscTnNrR30jIC5fXRevYvGG0l+8vVEJkCYYnJFQabUjSw3Eg==
|
|
2077
2111
|
dependencies:
|
|
2078
2112
|
"@inquirer/confirm" "^2.0.17"
|
|
2079
2113
|
"@inquirer/password" "^1.1.16"
|
|
2080
|
-
"@oclif/core" "^3.
|
|
2114
|
+
"@oclif/core" "^3.23.0"
|
|
2081
2115
|
"@salesforce/core" "^6.6.0"
|
|
2082
2116
|
"@salesforce/kit" "^3.0.15"
|
|
2083
2117
|
"@salesforce/ts-types" "^2.0.9"
|
|
@@ -2104,6 +2138,11 @@
|
|
|
2104
2138
|
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-4.6.0.tgz#3c7c9c46e678feefe7a2e5bb609d3dbd665ffb3f"
|
|
2105
2139
|
integrity sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==
|
|
2106
2140
|
|
|
2141
|
+
"@sindresorhus/merge-streams@^2.1.0":
|
|
2142
|
+
version "2.3.0"
|
|
2143
|
+
resolved "https://registry.yarnpkg.com/@sindresorhus/merge-streams/-/merge-streams-2.3.0.tgz#719df7fb41766bc143369eaa0dd56d8dc87c9958"
|
|
2144
|
+
integrity sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==
|
|
2145
|
+
|
|
2107
2146
|
"@sinonjs/commons@^1", "@sinonjs/commons@^1.3.0", "@sinonjs/commons@^1.6.0", "@sinonjs/commons@^1.7.0", "@sinonjs/commons@^1.8.1":
|
|
2108
2147
|
version "1.8.6"
|
|
2109
2148
|
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.8.6.tgz#80c516a4dc264c2a69115e7578d62581ff455ed9"
|
|
@@ -5045,7 +5084,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
|
|
|
5045
5084
|
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
|
|
5046
5085
|
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
|
|
5047
5086
|
|
|
5048
|
-
fast-glob@^3.2.11, fast-glob@^3.2.9, fast-glob@^3.3.0:
|
|
5087
|
+
fast-glob@^3.2.11, fast-glob@^3.2.9, fast-glob@^3.3.0, fast-glob@^3.3.2:
|
|
5049
5088
|
version "3.3.2"
|
|
5050
5089
|
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
|
|
5051
5090
|
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
|
|
@@ -5537,6 +5576,18 @@ globby@^13.1.2:
|
|
|
5537
5576
|
merge2 "^1.4.1"
|
|
5538
5577
|
slash "^4.0.0"
|
|
5539
5578
|
|
|
5579
|
+
globby@^14.0.1:
|
|
5580
|
+
version "14.0.1"
|
|
5581
|
+
resolved "https://registry.yarnpkg.com/globby/-/globby-14.0.1.tgz#a1b44841aa7f4c6d8af2bc39951109d77301959b"
|
|
5582
|
+
integrity sha512-jOMLD2Z7MAhyG8aJpNOpmziMOP4rPLcc95oQPKXBazW82z+CEgPFBQvEpRUa1KeIMUJo4Wsm+q6uzO/Q/4BksQ==
|
|
5583
|
+
dependencies:
|
|
5584
|
+
"@sindresorhus/merge-streams" "^2.1.0"
|
|
5585
|
+
fast-glob "^3.3.2"
|
|
5586
|
+
ignore "^5.2.4"
|
|
5587
|
+
path-type "^5.0.0"
|
|
5588
|
+
slash "^5.1.0"
|
|
5589
|
+
unicorn-magic "^0.1.0"
|
|
5590
|
+
|
|
5540
5591
|
gopd@^1.0.1:
|
|
5541
5592
|
version "1.0.1"
|
|
5542
5593
|
resolved "https://registry.yarnpkg.com/gopd/-/gopd-1.0.1.tgz#29ff76de69dac7489b7c0918a5788e56477c332c"
|
|
@@ -7788,6 +7839,11 @@ path-type@^4.0.0:
|
|
|
7788
7839
|
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
|
|
7789
7840
|
integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
|
|
7790
7841
|
|
|
7842
|
+
path-type@^5.0.0:
|
|
7843
|
+
version "5.0.0"
|
|
7844
|
+
resolved "https://registry.yarnpkg.com/path-type/-/path-type-5.0.0.tgz#14b01ed7aea7ddf9c7c3f46181d4d04f9c785bb8"
|
|
7845
|
+
integrity sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==
|
|
7846
|
+
|
|
7791
7847
|
pathval@^1.1.1:
|
|
7792
7848
|
version "1.1.1"
|
|
7793
7849
|
resolved "https://registry.yarnpkg.com/pathval/-/pathval-1.1.1.tgz#8534e77a77ce7ac5a2512ea21e0fdb8fcf6c3d8d"
|
|
@@ -8538,6 +8594,11 @@ slash@^4.0.0:
|
|
|
8538
8594
|
resolved "https://registry.yarnpkg.com/slash/-/slash-4.0.0.tgz#2422372176c4c6c5addb5e2ada885af984b396a7"
|
|
8539
8595
|
integrity sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==
|
|
8540
8596
|
|
|
8597
|
+
slash@^5.1.0:
|
|
8598
|
+
version "5.1.0"
|
|
8599
|
+
resolved "https://registry.yarnpkg.com/slash/-/slash-5.1.0.tgz#be3adddcdf09ac38eebe8dcdc7b1a57a75b095ce"
|
|
8600
|
+
integrity sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==
|
|
8601
|
+
|
|
8541
8602
|
slice-ansi@^4.0.0:
|
|
8542
8603
|
version "4.0.0"
|
|
8543
8604
|
resolved "https://registry.yarnpkg.com/slice-ansi/-/slice-ansi-4.0.0.tgz#500e8dd0fd55b05815086255b3195adf2a45fe6b"
|
|
@@ -9180,6 +9241,11 @@ undici-types@~5.26.4:
|
|
|
9180
9241
|
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
|
|
9181
9242
|
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
|
|
9182
9243
|
|
|
9244
|
+
unicorn-magic@^0.1.0:
|
|
9245
|
+
version "0.1.0"
|
|
9246
|
+
resolved "https://registry.yarnpkg.com/unicorn-magic/-/unicorn-magic-0.1.0.tgz#1bb9a51c823aaf9d73a8bfcd3d1a23dde94b0ce4"
|
|
9247
|
+
integrity sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==
|
|
9248
|
+
|
|
9183
9249
|
unique-filename@^1.1.1:
|
|
9184
9250
|
version "1.1.1"
|
|
9185
9251
|
resolved "https://registry.yarnpkg.com/unique-filename/-/unique-filename-1.1.1.tgz#1d69769369ada0583103a1e6ae87681b56573230"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-auth",
|
|
3
3
|
"description": "plugin for sf auth commands",
|
|
4
|
-
"version": "3.3.
|
|
4
|
+
"version": "3.3.25",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -10,13 +10,13 @@
|
|
|
10
10
|
"@oclif/core": "^3.25.2",
|
|
11
11
|
"@salesforce/core": "^6.7.0",
|
|
12
12
|
"@salesforce/kit": "^3.0.15",
|
|
13
|
-
"@salesforce/sf-plugins-core": "^7.1.
|
|
13
|
+
"@salesforce/sf-plugins-core": "^7.1.15",
|
|
14
14
|
"@salesforce/ts-types": "^2.0.9",
|
|
15
15
|
"chalk": "^5.3.0",
|
|
16
16
|
"open": "^10.1.0"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@oclif/plugin-command-snapshot": "^5.
|
|
19
|
+
"@oclif/plugin-command-snapshot": "^5.1.1",
|
|
20
20
|
"@salesforce/cli-plugins-testkit": "^5.1.10",
|
|
21
21
|
"@salesforce/dev-scripts": "^8.4.2",
|
|
22
22
|
"@salesforce/plugin-command-reference": "^3.0.70",
|
|
@@ -232,7 +232,7 @@
|
|
|
232
232
|
"exports": "./lib/index.js",
|
|
233
233
|
"type": "module",
|
|
234
234
|
"sfdx": {
|
|
235
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.3.
|
|
236
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.3.
|
|
235
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.3.25.crt",
|
|
236
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-auth/3.3.25.sig"
|
|
237
237
|
}
|
|
238
238
|
}
|