@salesforce/cli 2.73.2 → 2.73.3
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 +57 -57
- package/npm-shrinkwrap.json +132 -132
- package/oclif.lock +41 -41
- package/oclif.manifest.json +372 -372
- package/package.json +11 -11
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,41 +1,41 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.73.
|
|
3
|
+
"version": "2.73.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.73.
|
|
9
|
+
"version": "2.73.3",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^2.3.5",
|
|
14
14
|
"@oclif/core": "4.2.2",
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.2.16",
|
|
16
|
-
"@oclif/plugin-commands": "4.1.
|
|
17
|
-
"@oclif/plugin-help": "6.2.
|
|
18
|
-
"@oclif/plugin-not-found": "3.2.
|
|
16
|
+
"@oclif/plugin-commands": "4.1.16",
|
|
17
|
+
"@oclif/plugin-help": "6.2.21",
|
|
18
|
+
"@oclif/plugin-not-found": "3.2.34",
|
|
19
19
|
"@oclif/plugin-plugins": "5.4.24",
|
|
20
20
|
"@oclif/plugin-search": "1.2.17",
|
|
21
21
|
"@oclif/plugin-update": "4.6.21",
|
|
22
|
-
"@oclif/plugin-version": "2.2.
|
|
22
|
+
"@oclif/plugin-version": "2.2.20",
|
|
23
23
|
"@oclif/plugin-warn-if-update-available": "3.1.29",
|
|
24
24
|
"@oclif/plugin-which": "3.2.23",
|
|
25
25
|
"@salesforce/core": "^8.2.3",
|
|
26
26
|
"@salesforce/kit": "^3.1.6",
|
|
27
27
|
"@salesforce/plugin-apex": "3.6.8",
|
|
28
28
|
"@salesforce/plugin-api": "1.3.2",
|
|
29
|
-
"@salesforce/plugin-auth": "3.6.
|
|
29
|
+
"@salesforce/plugin-auth": "3.6.87",
|
|
30
30
|
"@salesforce/plugin-data": "4.0.1",
|
|
31
|
-
"@salesforce/plugin-deploy-retrieve": "3.17.
|
|
31
|
+
"@salesforce/plugin-deploy-retrieve": "3.17.3",
|
|
32
32
|
"@salesforce/plugin-info": "3.4.30",
|
|
33
33
|
"@salesforce/plugin-limits": "3.3.43",
|
|
34
34
|
"@salesforce/plugin-marketplace": "1.3.7",
|
|
35
35
|
"@salesforce/plugin-org": "5.2.16",
|
|
36
|
-
"@salesforce/plugin-packaging": "2.9.
|
|
36
|
+
"@salesforce/plugin-packaging": "2.9.11",
|
|
37
37
|
"@salesforce/plugin-schema": "3.3.45",
|
|
38
|
-
"@salesforce/plugin-settings": "2.4.
|
|
38
|
+
"@salesforce/plugin-settings": "2.4.10",
|
|
39
39
|
"@salesforce/plugin-sobject": "1.4.48",
|
|
40
40
|
"@salesforce/plugin-telemetry": "3.6.29",
|
|
41
41
|
"@salesforce/plugin-templates": "56.3.34",
|
|
@@ -8166,13 +8166,13 @@
|
|
|
8166
8166
|
}
|
|
8167
8167
|
},
|
|
8168
8168
|
"node_modules/@oclif/plugin-commands": {
|
|
8169
|
-
"version": "4.1.
|
|
8170
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.
|
|
8171
|
-
"integrity": "sha512-
|
|
8169
|
+
"version": "4.1.16",
|
|
8170
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.16.tgz",
|
|
8171
|
+
"integrity": "sha512-1fqumeq/B9g767dyYduQhphP0mmyxKkqSEcJPmdQ8gU1X3RFJTJ8dtrWLVZkiA7tD64/L0xXMQYDd+7llKf4uQ==",
|
|
8172
8172
|
"license": "MIT",
|
|
8173
8173
|
"dependencies": {
|
|
8174
8174
|
"@oclif/core": "^4",
|
|
8175
|
-
"@oclif/table": "^0.
|
|
8175
|
+
"@oclif/table": "^0.4.0",
|
|
8176
8176
|
"lodash": "^4.17.21",
|
|
8177
8177
|
"object-treeify": "^4.0.1"
|
|
8178
8178
|
},
|
|
@@ -8181,9 +8181,9 @@
|
|
|
8181
8181
|
}
|
|
8182
8182
|
},
|
|
8183
8183
|
"node_modules/@oclif/plugin-help": {
|
|
8184
|
-
"version": "6.2.
|
|
8185
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
8186
|
-
"integrity": "sha512-
|
|
8184
|
+
"version": "6.2.21",
|
|
8185
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.21.tgz",
|
|
8186
|
+
"integrity": "sha512-nUAnIR96QJvAAFzdJoq9iqInuwY9nxURNaAiGWGUtW5HgrwJOmoY1LqcobkzW89RH3NONtdWmc74sIupWmLtNw==",
|
|
8187
8187
|
"license": "MIT",
|
|
8188
8188
|
"dependencies": {
|
|
8189
8189
|
"@oclif/core": "^4"
|
|
@@ -8193,9 +8193,9 @@
|
|
|
8193
8193
|
}
|
|
8194
8194
|
},
|
|
8195
8195
|
"node_modules/@oclif/plugin-not-found": {
|
|
8196
|
-
"version": "3.2.
|
|
8197
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.
|
|
8198
|
-
"integrity": "sha512-
|
|
8196
|
+
"version": "3.2.34",
|
|
8197
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.34.tgz",
|
|
8198
|
+
"integrity": "sha512-W2PmxfDPV4zO+MGOaMOScv97GAfrvvFI5wLVc1yj20is8vuB7uD4wQi0OdNMT/iamPWBqF5UQIaGV/oNJUdH+Q==",
|
|
8199
8199
|
"license": "MIT",
|
|
8200
8200
|
"dependencies": {
|
|
8201
8201
|
"@inquirer/prompts": "^7.2.1",
|
|
@@ -8357,10 +8357,98 @@
|
|
|
8357
8357
|
"node": ">=18.0.0"
|
|
8358
8358
|
}
|
|
8359
8359
|
},
|
|
8360
|
+
"node_modules/@oclif/plugin-update/node_modules/@oclif/table": {
|
|
8361
|
+
"version": "0.3.9",
|
|
8362
|
+
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.3.9.tgz",
|
|
8363
|
+
"integrity": "sha512-JjWIg6kZ4of8D9++9xAkc39CWCBayPlrzI7NCEqtu8GxV39YALCNl8462JoSGcasPl85IQ9N7jiTSMFkIK7hfA==",
|
|
8364
|
+
"license": "MIT",
|
|
8365
|
+
"dependencies": {
|
|
8366
|
+
"@oclif/core": "^4",
|
|
8367
|
+
"@types/react": "^18.3.12",
|
|
8368
|
+
"change-case": "^5.4.4",
|
|
8369
|
+
"cli-truncate": "^4.0.0",
|
|
8370
|
+
"ink": "^5.1.0",
|
|
8371
|
+
"natural-orderby": "^3.0.2",
|
|
8372
|
+
"object-hash": "^3.0.0",
|
|
8373
|
+
"react": "^18.3.1",
|
|
8374
|
+
"strip-ansi": "^7.1.0",
|
|
8375
|
+
"wrap-ansi": "^9.0.0"
|
|
8376
|
+
},
|
|
8377
|
+
"engines": {
|
|
8378
|
+
"node": ">=18.0.0"
|
|
8379
|
+
}
|
|
8380
|
+
},
|
|
8381
|
+
"node_modules/@oclif/plugin-update/node_modules/ansi-regex": {
|
|
8382
|
+
"version": "6.0.1",
|
|
8383
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
8384
|
+
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
8385
|
+
"license": "MIT",
|
|
8386
|
+
"engines": {
|
|
8387
|
+
"node": ">=12"
|
|
8388
|
+
},
|
|
8389
|
+
"funding": {
|
|
8390
|
+
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
8391
|
+
}
|
|
8392
|
+
},
|
|
8393
|
+
"node_modules/@oclif/plugin-update/node_modules/emoji-regex": {
|
|
8394
|
+
"version": "10.3.0",
|
|
8395
|
+
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
8396
|
+
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
8397
|
+
"license": "MIT"
|
|
8398
|
+
},
|
|
8399
|
+
"node_modules/@oclif/plugin-update/node_modules/string-width": {
|
|
8400
|
+
"version": "7.2.0",
|
|
8401
|
+
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
8402
|
+
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
8403
|
+
"license": "MIT",
|
|
8404
|
+
"dependencies": {
|
|
8405
|
+
"emoji-regex": "^10.3.0",
|
|
8406
|
+
"get-east-asian-width": "^1.0.0",
|
|
8407
|
+
"strip-ansi": "^7.1.0"
|
|
8408
|
+
},
|
|
8409
|
+
"engines": {
|
|
8410
|
+
"node": ">=18"
|
|
8411
|
+
},
|
|
8412
|
+
"funding": {
|
|
8413
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
8414
|
+
}
|
|
8415
|
+
},
|
|
8416
|
+
"node_modules/@oclif/plugin-update/node_modules/strip-ansi": {
|
|
8417
|
+
"version": "7.1.0",
|
|
8418
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
8419
|
+
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
8420
|
+
"license": "MIT",
|
|
8421
|
+
"dependencies": {
|
|
8422
|
+
"ansi-regex": "^6.0.1"
|
|
8423
|
+
},
|
|
8424
|
+
"engines": {
|
|
8425
|
+
"node": ">=12"
|
|
8426
|
+
},
|
|
8427
|
+
"funding": {
|
|
8428
|
+
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
8429
|
+
}
|
|
8430
|
+
},
|
|
8431
|
+
"node_modules/@oclif/plugin-update/node_modules/wrap-ansi": {
|
|
8432
|
+
"version": "9.0.0",
|
|
8433
|
+
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz",
|
|
8434
|
+
"integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==",
|
|
8435
|
+
"license": "MIT",
|
|
8436
|
+
"dependencies": {
|
|
8437
|
+
"ansi-styles": "^6.2.1",
|
|
8438
|
+
"string-width": "^7.0.0",
|
|
8439
|
+
"strip-ansi": "^7.1.0"
|
|
8440
|
+
},
|
|
8441
|
+
"engines": {
|
|
8442
|
+
"node": ">=18"
|
|
8443
|
+
},
|
|
8444
|
+
"funding": {
|
|
8445
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
8446
|
+
}
|
|
8447
|
+
},
|
|
8360
8448
|
"node_modules/@oclif/plugin-version": {
|
|
8361
|
-
"version": "2.2.
|
|
8362
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.
|
|
8363
|
-
"integrity": "sha512-
|
|
8449
|
+
"version": "2.2.20",
|
|
8450
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.20.tgz",
|
|
8451
|
+
"integrity": "sha512-xmNuigH9XfUasZFGadb87CnJFwGjmZWotpTrRiTQlYxA64K2WJpKIM67YAdWRg8xILwhHqL1oCgtFcVikTc/vQ==",
|
|
8364
8452
|
"license": "MIT",
|
|
8365
8453
|
"dependencies": {
|
|
8366
8454
|
"@oclif/core": "^4",
|
|
@@ -8401,9 +8489,9 @@
|
|
|
8401
8489
|
}
|
|
8402
8490
|
},
|
|
8403
8491
|
"node_modules/@oclif/table": {
|
|
8404
|
-
"version": "0.
|
|
8405
|
-
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.
|
|
8406
|
-
"integrity": "sha512-
|
|
8492
|
+
"version": "0.4.0",
|
|
8493
|
+
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.4.0.tgz",
|
|
8494
|
+
"integrity": "sha512-cXmZDb0VcxIk8o5cvd8J4CUtMGJeTuEDC8wQmlZC55Dl9FHcWE9TdZxksWLLp4w0qKP0YfJCFSvfGPMeMPyO5Q==",
|
|
8407
8495
|
"license": "MIT",
|
|
8408
8496
|
"dependencies": {
|
|
8409
8497
|
"@oclif/core": "^4",
|
|
@@ -9116,9 +9204,9 @@
|
|
|
9116
9204
|
}
|
|
9117
9205
|
},
|
|
9118
9206
|
"node_modules/@salesforce/plugin-auth": {
|
|
9119
|
-
"version": "3.6.
|
|
9120
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.
|
|
9121
|
-
"integrity": "sha512-
|
|
9207
|
+
"version": "3.6.87",
|
|
9208
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.87.tgz",
|
|
9209
|
+
"integrity": "sha512-9biEYFk4wKNTzSS5UaiidX/2ViTWHCPgNhOCJ16LaKNI3BFtpga0in84dYKiJ6t69hqig1x2NW/CM90XjE9ZVA==",
|
|
9122
9210
|
"license": "BSD-3-Clause",
|
|
9123
9211
|
"dependencies": {
|
|
9124
9212
|
"@inquirer/checkbox": "^2.5.0",
|
|
@@ -9127,7 +9215,7 @@
|
|
|
9127
9215
|
"@salesforce/core": "^8.8.0",
|
|
9128
9216
|
"@salesforce/kit": "^3.2.3",
|
|
9129
9217
|
"@salesforce/plugin-info": "^3.4.30",
|
|
9130
|
-
"@salesforce/sf-plugins-core": "^12.1.
|
|
9218
|
+
"@salesforce/sf-plugins-core": "^12.1.2",
|
|
9131
9219
|
"@salesforce/ts-types": "^2.0.11",
|
|
9132
9220
|
"open": "^10.1.0"
|
|
9133
9221
|
},
|
|
@@ -9270,9 +9358,9 @@
|
|
|
9270
9358
|
}
|
|
9271
9359
|
},
|
|
9272
9360
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
9273
|
-
"version": "3.17.
|
|
9274
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.17.
|
|
9275
|
-
"integrity": "sha512-
|
|
9361
|
+
"version": "3.17.3",
|
|
9362
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.17.3.tgz",
|
|
9363
|
+
"integrity": "sha512-xDrUi4S18oMcnXxdB7dH/G9tAQ+ttkXEOYw+E6cpOE52SePyQHnE1lm+e03cYVnuLKpKs3d5ZezMVpTrQ7kriA==",
|
|
9276
9364
|
"license": "BSD-3-Clause",
|
|
9277
9365
|
"dependencies": {
|
|
9278
9366
|
"@oclif/core": "^4.2.0",
|
|
@@ -9282,7 +9370,7 @@
|
|
|
9282
9370
|
"@salesforce/kit": "^3.2.3",
|
|
9283
9371
|
"@salesforce/plugin-info": "^3.4.30",
|
|
9284
9372
|
"@salesforce/sf-plugins-core": "^12.1.1",
|
|
9285
|
-
"@salesforce/source-deploy-retrieve": "^12.
|
|
9373
|
+
"@salesforce/source-deploy-retrieve": "^12.12.3",
|
|
9286
9374
|
"@salesforce/source-tracking": "^7.3.6",
|
|
9287
9375
|
"@salesforce/ts-types": "^2.0.12",
|
|
9288
9376
|
"ansis": "^3.4.0",
|
|
@@ -9368,16 +9456,16 @@
|
|
|
9368
9456
|
}
|
|
9369
9457
|
},
|
|
9370
9458
|
"node_modules/@salesforce/plugin-packaging": {
|
|
9371
|
-
"version": "2.9.
|
|
9372
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.9.
|
|
9373
|
-
"integrity": "sha512-
|
|
9459
|
+
"version": "2.9.11",
|
|
9460
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.9.11.tgz",
|
|
9461
|
+
"integrity": "sha512-S3BiRMfpBO3rcOVwxcQFQhiFMAmvnxRpIdADwMuayWqgyv9nW+dCHtqWpPDsF2S6rz6ajgWSOStrSrn0TmdfgA==",
|
|
9374
9462
|
"license": "BSD-3-Clause",
|
|
9375
9463
|
"dependencies": {
|
|
9376
9464
|
"@oclif/core": "^4",
|
|
9377
9465
|
"@salesforce/core": "^8.8.0",
|
|
9378
9466
|
"@salesforce/kit": "^3.2.3",
|
|
9379
9467
|
"@salesforce/packaging": "^4.2.15",
|
|
9380
|
-
"@salesforce/sf-plugins-core": "^12.1.
|
|
9468
|
+
"@salesforce/sf-plugins-core": "^12.1.2",
|
|
9381
9469
|
"chalk": "^5.4.1"
|
|
9382
9470
|
},
|
|
9383
9471
|
"engines": {
|
|
@@ -9534,9 +9622,9 @@
|
|
|
9534
9622
|
}
|
|
9535
9623
|
},
|
|
9536
9624
|
"node_modules/@salesforce/plugin-settings": {
|
|
9537
|
-
"version": "2.4.
|
|
9538
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.4.
|
|
9539
|
-
"integrity": "sha512-
|
|
9625
|
+
"version": "2.4.10",
|
|
9626
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.4.10.tgz",
|
|
9627
|
+
"integrity": "sha512-IKWoXKFHazBuikbse9L2yAqgrN8xxbh4zbRBv2DXbFonOyMzMjpUL7t63A09FuR0EDwuJYuy75z7G58PPnRLyQ==",
|
|
9540
9628
|
"license": "BSD-3-Clause",
|
|
9541
9629
|
"dependencies": {
|
|
9542
9630
|
"@oclif/core": "^4",
|
|
@@ -9748,98 +9836,10 @@
|
|
|
9748
9836
|
"node": ">=18.0.0"
|
|
9749
9837
|
}
|
|
9750
9838
|
},
|
|
9751
|
-
"node_modules/@salesforce/sf-plugins-core/node_modules/@oclif/table": {
|
|
9752
|
-
"version": "0.4.0",
|
|
9753
|
-
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.4.0.tgz",
|
|
9754
|
-
"integrity": "sha512-cXmZDb0VcxIk8o5cvd8J4CUtMGJeTuEDC8wQmlZC55Dl9FHcWE9TdZxksWLLp4w0qKP0YfJCFSvfGPMeMPyO5Q==",
|
|
9755
|
-
"license": "MIT",
|
|
9756
|
-
"dependencies": {
|
|
9757
|
-
"@oclif/core": "^4",
|
|
9758
|
-
"@types/react": "^18.3.12",
|
|
9759
|
-
"change-case": "^5.4.4",
|
|
9760
|
-
"cli-truncate": "^4.0.0",
|
|
9761
|
-
"ink": "^5.1.0",
|
|
9762
|
-
"natural-orderby": "^3.0.2",
|
|
9763
|
-
"object-hash": "^3.0.0",
|
|
9764
|
-
"react": "^18.3.1",
|
|
9765
|
-
"strip-ansi": "^7.1.0",
|
|
9766
|
-
"wrap-ansi": "^9.0.0"
|
|
9767
|
-
},
|
|
9768
|
-
"engines": {
|
|
9769
|
-
"node": ">=18.0.0"
|
|
9770
|
-
}
|
|
9771
|
-
},
|
|
9772
|
-
"node_modules/@salesforce/sf-plugins-core/node_modules/ansi-regex": {
|
|
9773
|
-
"version": "6.0.1",
|
|
9774
|
-
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
9775
|
-
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
9776
|
-
"license": "MIT",
|
|
9777
|
-
"engines": {
|
|
9778
|
-
"node": ">=12"
|
|
9779
|
-
},
|
|
9780
|
-
"funding": {
|
|
9781
|
-
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
9782
|
-
}
|
|
9783
|
-
},
|
|
9784
|
-
"node_modules/@salesforce/sf-plugins-core/node_modules/emoji-regex": {
|
|
9785
|
-
"version": "10.3.0",
|
|
9786
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
9787
|
-
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
9788
|
-
"license": "MIT"
|
|
9789
|
-
},
|
|
9790
|
-
"node_modules/@salesforce/sf-plugins-core/node_modules/string-width": {
|
|
9791
|
-
"version": "7.2.0",
|
|
9792
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
9793
|
-
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
9794
|
-
"license": "MIT",
|
|
9795
|
-
"dependencies": {
|
|
9796
|
-
"emoji-regex": "^10.3.0",
|
|
9797
|
-
"get-east-asian-width": "^1.0.0",
|
|
9798
|
-
"strip-ansi": "^7.1.0"
|
|
9799
|
-
},
|
|
9800
|
-
"engines": {
|
|
9801
|
-
"node": ">=18"
|
|
9802
|
-
},
|
|
9803
|
-
"funding": {
|
|
9804
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
9805
|
-
}
|
|
9806
|
-
},
|
|
9807
|
-
"node_modules/@salesforce/sf-plugins-core/node_modules/strip-ansi": {
|
|
9808
|
-
"version": "7.1.0",
|
|
9809
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
9810
|
-
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
9811
|
-
"license": "MIT",
|
|
9812
|
-
"dependencies": {
|
|
9813
|
-
"ansi-regex": "^6.0.1"
|
|
9814
|
-
},
|
|
9815
|
-
"engines": {
|
|
9816
|
-
"node": ">=12"
|
|
9817
|
-
},
|
|
9818
|
-
"funding": {
|
|
9819
|
-
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
9820
|
-
}
|
|
9821
|
-
},
|
|
9822
|
-
"node_modules/@salesforce/sf-plugins-core/node_modules/wrap-ansi": {
|
|
9823
|
-
"version": "9.0.0",
|
|
9824
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz",
|
|
9825
|
-
"integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==",
|
|
9826
|
-
"license": "MIT",
|
|
9827
|
-
"dependencies": {
|
|
9828
|
-
"ansi-styles": "^6.2.1",
|
|
9829
|
-
"string-width": "^7.0.0",
|
|
9830
|
-
"strip-ansi": "^7.1.0"
|
|
9831
|
-
},
|
|
9832
|
-
"engines": {
|
|
9833
|
-
"node": ">=18"
|
|
9834
|
-
},
|
|
9835
|
-
"funding": {
|
|
9836
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
9837
|
-
}
|
|
9838
|
-
},
|
|
9839
9839
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
9840
|
-
"version": "12.
|
|
9841
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.
|
|
9842
|
-
"integrity": "sha512-
|
|
9840
|
+
"version": "12.12.3",
|
|
9841
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.12.3.tgz",
|
|
9842
|
+
"integrity": "sha512-kQ78RekRvTLh5yp8eB67szRoQr64R/0PETgszxf65RRPzLTmBGs0JpkZBMx0GN95Mb6BWvOEjTYLgyezVPUXsw==",
|
|
9843
9843
|
"license": "BSD-3-Clause",
|
|
9844
9844
|
"dependencies": {
|
|
9845
9845
|
"@salesforce/core": "^8.8.0",
|
package/oclif.lock
CHANGED
|
@@ -2126,27 +2126,27 @@
|
|
|
2126
2126
|
semver "^7.6.0"
|
|
2127
2127
|
ts-json-schema-generator "^1.5.1"
|
|
2128
2128
|
|
|
2129
|
-
"@oclif/plugin-commands@4.1.
|
|
2130
|
-
version "4.1.
|
|
2131
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.
|
|
2132
|
-
integrity sha512-
|
|
2129
|
+
"@oclif/plugin-commands@4.1.16":
|
|
2130
|
+
version "4.1.16"
|
|
2131
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.1.16.tgz"
|
|
2132
|
+
integrity sha512-1fqumeq/B9g767dyYduQhphP0mmyxKkqSEcJPmdQ8gU1X3RFJTJ8dtrWLVZkiA7tD64/L0xXMQYDd+7llKf4uQ==
|
|
2133
2133
|
dependencies:
|
|
2134
2134
|
"@oclif/core" "^4"
|
|
2135
|
-
"@oclif/table" "^0.
|
|
2135
|
+
"@oclif/table" "^0.4.0"
|
|
2136
2136
|
lodash "^4.17.21"
|
|
2137
2137
|
object-treeify "^4.0.1"
|
|
2138
2138
|
|
|
2139
|
-
"@oclif/plugin-help@^6.2.20", "@oclif/plugin-help@6.2.
|
|
2140
|
-
version "6.2.
|
|
2141
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
2142
|
-
integrity sha512-
|
|
2139
|
+
"@oclif/plugin-help@^6.2.20", "@oclif/plugin-help@6.2.21":
|
|
2140
|
+
version "6.2.21"
|
|
2141
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.21.tgz"
|
|
2142
|
+
integrity sha512-nUAnIR96QJvAAFzdJoq9iqInuwY9nxURNaAiGWGUtW5HgrwJOmoY1LqcobkzW89RH3NONtdWmc74sIupWmLtNw==
|
|
2143
2143
|
dependencies:
|
|
2144
2144
|
"@oclif/core" "^4"
|
|
2145
2145
|
|
|
2146
|
-
"@oclif/plugin-not-found@^3.2.32", "@oclif/plugin-not-found@3.2.
|
|
2147
|
-
version "3.2.
|
|
2148
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.
|
|
2149
|
-
integrity sha512-
|
|
2146
|
+
"@oclif/plugin-not-found@^3.2.32", "@oclif/plugin-not-found@3.2.34":
|
|
2147
|
+
version "3.2.34"
|
|
2148
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.34.tgz"
|
|
2149
|
+
integrity sha512-W2PmxfDPV4zO+MGOaMOScv97GAfrvvFI5wLVc1yj20is8vuB7uD4wQi0OdNMT/iamPWBqF5UQIaGV/oNJUdH+Q==
|
|
2150
2150
|
dependencies:
|
|
2151
2151
|
"@inquirer/prompts" "^7.2.1"
|
|
2152
2152
|
"@oclif/core" "^4"
|
|
@@ -2195,10 +2195,10 @@
|
|
|
2195
2195
|
semver "^7.6.3"
|
|
2196
2196
|
tar-fs "^2.1.1"
|
|
2197
2197
|
|
|
2198
|
-
"@oclif/plugin-version@2.2.
|
|
2199
|
-
version "2.2.
|
|
2200
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.
|
|
2201
|
-
integrity sha512-
|
|
2198
|
+
"@oclif/plugin-version@2.2.20":
|
|
2199
|
+
version "2.2.20"
|
|
2200
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.20.tgz"
|
|
2201
|
+
integrity sha512-xmNuigH9XfUasZFGadb87CnJFwGjmZWotpTrRiTQlYxA64K2WJpKIM67YAdWRg8xILwhHqL1oCgtFcVikTc/vQ==
|
|
2202
2202
|
dependencies:
|
|
2203
2203
|
"@oclif/core" "^4"
|
|
2204
2204
|
ansis "^3.5.2"
|
|
@@ -2562,10 +2562,10 @@
|
|
|
2562
2562
|
got "^13.0.0"
|
|
2563
2563
|
proxy-agent "^6.4.0"
|
|
2564
2564
|
|
|
2565
|
-
"@salesforce/plugin-auth@3.6.
|
|
2566
|
-
version "3.6.
|
|
2567
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.
|
|
2568
|
-
integrity sha512-
|
|
2565
|
+
"@salesforce/plugin-auth@3.6.87":
|
|
2566
|
+
version "3.6.87"
|
|
2567
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.87.tgz"
|
|
2568
|
+
integrity sha512-9biEYFk4wKNTzSS5UaiidX/2ViTWHCPgNhOCJ16LaKNI3BFtpga0in84dYKiJ6t69hqig1x2NW/CM90XjE9ZVA==
|
|
2569
2569
|
dependencies:
|
|
2570
2570
|
"@inquirer/checkbox" "^2.5.0"
|
|
2571
2571
|
"@inquirer/select" "^2.5.0"
|
|
@@ -2573,7 +2573,7 @@
|
|
|
2573
2573
|
"@salesforce/core" "^8.8.0"
|
|
2574
2574
|
"@salesforce/kit" "^3.2.3"
|
|
2575
2575
|
"@salesforce/plugin-info" "^3.4.30"
|
|
2576
|
-
"@salesforce/sf-plugins-core" "^12.1.
|
|
2576
|
+
"@salesforce/sf-plugins-core" "^12.1.2"
|
|
2577
2577
|
"@salesforce/ts-types" "^2.0.11"
|
|
2578
2578
|
open "^10.1.0"
|
|
2579
2579
|
|
|
@@ -2609,10 +2609,10 @@
|
|
|
2609
2609
|
form-data "^4.0.0"
|
|
2610
2610
|
terminal-link "^3.0.0"
|
|
2611
2611
|
|
|
2612
|
-
"@salesforce/plugin-deploy-retrieve@3.17.
|
|
2613
|
-
version "3.17.
|
|
2614
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.17.
|
|
2615
|
-
integrity sha512-
|
|
2612
|
+
"@salesforce/plugin-deploy-retrieve@3.17.3":
|
|
2613
|
+
version "3.17.3"
|
|
2614
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.17.3.tgz"
|
|
2615
|
+
integrity sha512-xDrUi4S18oMcnXxdB7dH/G9tAQ+ttkXEOYw+E6cpOE52SePyQHnE1lm+e03cYVnuLKpKs3d5ZezMVpTrQ7kriA==
|
|
2616
2616
|
dependencies:
|
|
2617
2617
|
"@oclif/core" "^4.2.0"
|
|
2618
2618
|
"@oclif/multi-stage-output" "^0.8.0"
|
|
@@ -2621,7 +2621,7 @@
|
|
|
2621
2621
|
"@salesforce/kit" "^3.2.3"
|
|
2622
2622
|
"@salesforce/plugin-info" "^3.4.30"
|
|
2623
2623
|
"@salesforce/sf-plugins-core" "^12.1.1"
|
|
2624
|
-
"@salesforce/source-deploy-retrieve" "^12.
|
|
2624
|
+
"@salesforce/source-deploy-retrieve" "^12.12.3"
|
|
2625
2625
|
"@salesforce/source-tracking" "^7.3.6"
|
|
2626
2626
|
"@salesforce/ts-types" "^2.0.12"
|
|
2627
2627
|
ansis "^3.4.0"
|
|
@@ -2682,16 +2682,16 @@
|
|
|
2682
2682
|
open "^10.1.0"
|
|
2683
2683
|
terminal-link "^3.0.0"
|
|
2684
2684
|
|
|
2685
|
-
"@salesforce/plugin-packaging@2.9.
|
|
2686
|
-
version "2.9.
|
|
2687
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.9.
|
|
2688
|
-
integrity sha512-
|
|
2685
|
+
"@salesforce/plugin-packaging@2.9.11":
|
|
2686
|
+
version "2.9.11"
|
|
2687
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.9.11.tgz"
|
|
2688
|
+
integrity sha512-S3BiRMfpBO3rcOVwxcQFQhiFMAmvnxRpIdADwMuayWqgyv9nW+dCHtqWpPDsF2S6rz6ajgWSOStrSrn0TmdfgA==
|
|
2689
2689
|
dependencies:
|
|
2690
2690
|
"@oclif/core" "^4"
|
|
2691
2691
|
"@salesforce/core" "^8.8.0"
|
|
2692
2692
|
"@salesforce/kit" "^3.2.3"
|
|
2693
2693
|
"@salesforce/packaging" "^4.2.15"
|
|
2694
|
-
"@salesforce/sf-plugins-core" "^12.1.
|
|
2694
|
+
"@salesforce/sf-plugins-core" "^12.1.2"
|
|
2695
2695
|
chalk "^5.4.1"
|
|
2696
2696
|
|
|
2697
2697
|
"@salesforce/plugin-release-management@^5.6.9":
|
|
@@ -2731,10 +2731,10 @@
|
|
|
2731
2731
|
"@salesforce/core" "^8.8.0"
|
|
2732
2732
|
"@salesforce/sf-plugins-core" "^11.3.12"
|
|
2733
2733
|
|
|
2734
|
-
"@salesforce/plugin-settings@2.4.
|
|
2735
|
-
version "2.4.
|
|
2736
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.4.
|
|
2737
|
-
integrity sha512-
|
|
2734
|
+
"@salesforce/plugin-settings@2.4.10":
|
|
2735
|
+
version "2.4.10"
|
|
2736
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.4.10.tgz"
|
|
2737
|
+
integrity sha512-IKWoXKFHazBuikbse9L2yAqgrN8xxbh4zbRBv2DXbFonOyMzMjpUL7t63A09FuR0EDwuJYuy75z7G58PPnRLyQ==
|
|
2738
2738
|
dependencies:
|
|
2739
2739
|
"@oclif/core" "^4"
|
|
2740
2740
|
"@salesforce/core" "^8.8.0"
|
|
@@ -2834,7 +2834,7 @@
|
|
|
2834
2834
|
string-width "^7.2.0"
|
|
2835
2835
|
terminal-link "^3.0.0"
|
|
2836
2836
|
|
|
2837
|
-
"@salesforce/sf-plugins-core@^12", "@salesforce/sf-plugins-core@^12.0.11", "@salesforce/sf-plugins-core@^12.0.13", "@salesforce/sf-plugins-core@^12.1.0", "@salesforce/sf-plugins-core@^12.1.1", "@salesforce/sf-plugins-core@12.1.2":
|
|
2837
|
+
"@salesforce/sf-plugins-core@^12", "@salesforce/sf-plugins-core@^12.0.11", "@salesforce/sf-plugins-core@^12.0.13", "@salesforce/sf-plugins-core@^12.1.0", "@salesforce/sf-plugins-core@^12.1.1", "@salesforce/sf-plugins-core@^12.1.2", "@salesforce/sf-plugins-core@12.1.2":
|
|
2838
2838
|
version "12.1.2"
|
|
2839
2839
|
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.1.2.tgz"
|
|
2840
2840
|
integrity sha512-qrmGZr2mG7uOpqhOpeOJjBEVztM7Mt8B10lD3rG+aOBZQelTm3YQ738yZYcwHjksQW3AOyf0QtqZICCfe0nD8A==
|
|
@@ -2850,10 +2850,10 @@
|
|
|
2850
2850
|
cli-progress "^3.12.0"
|
|
2851
2851
|
terminal-link "^3.0.0"
|
|
2852
2852
|
|
|
2853
|
-
"@salesforce/source-deploy-retrieve@^12.10.3", "@salesforce/source-deploy-retrieve@^12.11.2", "@salesforce/source-deploy-retrieve@^12.8.0":
|
|
2854
|
-
version "12.
|
|
2855
|
-
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.
|
|
2856
|
-
integrity sha512-
|
|
2853
|
+
"@salesforce/source-deploy-retrieve@^12.10.3", "@salesforce/source-deploy-retrieve@^12.11.2", "@salesforce/source-deploy-retrieve@^12.12.3", "@salesforce/source-deploy-retrieve@^12.8.0":
|
|
2854
|
+
version "12.12.3"
|
|
2855
|
+
resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.12.3.tgz"
|
|
2856
|
+
integrity sha512-kQ78RekRvTLh5yp8eB67szRoQr64R/0PETgszxf65RRPzLTmBGs0JpkZBMx0GN95Mb6BWvOEjTYLgyezVPUXsw==
|
|
2857
2857
|
dependencies:
|
|
2858
2858
|
"@salesforce/core" "^8.8.0"
|
|
2859
2859
|
"@salesforce/kit" "^3.2.2"
|