@salesforce/cli 1.83.1 → 1.83.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/npm-shrinkwrap.json +371 -224
- package/oclif.manifest.json +1 -24
- package/package.json +22 -22
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,40 +1,40 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "1.83.
|
|
3
|
+
"version": "1.83.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "1.83.
|
|
9
|
+
"version": "1.83.3",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "2.8.5",
|
|
13
13
|
"@oclif/plugin-autocomplete": "2.3.0",
|
|
14
14
|
"@oclif/plugin-commands": "2.2.15",
|
|
15
15
|
"@oclif/plugin-help": "5.2.9",
|
|
16
|
-
"@oclif/plugin-not-found": "2.3.
|
|
16
|
+
"@oclif/plugin-not-found": "2.3.25",
|
|
17
17
|
"@oclif/plugin-plugins": "3.1.2",
|
|
18
18
|
"@oclif/plugin-search": "0.0.17",
|
|
19
|
-
"@oclif/plugin-update": "3.1.
|
|
19
|
+
"@oclif/plugin-update": "3.1.18",
|
|
20
20
|
"@oclif/plugin-version": "1.3.4",
|
|
21
21
|
"@oclif/plugin-warn-if-update-available": "2.0.37",
|
|
22
22
|
"@oclif/plugin-which": "2.2.22",
|
|
23
|
-
"@salesforce/core": "4.2.
|
|
23
|
+
"@salesforce/core": "4.2.2",
|
|
24
24
|
"@salesforce/plugin-apex": "2.3.3",
|
|
25
25
|
"@salesforce/plugin-auth": "2.8.1",
|
|
26
|
-
"@salesforce/plugin-data": "2.3.
|
|
27
|
-
"@salesforce/plugin-deploy-retrieve": "1.11.
|
|
28
|
-
"@salesforce/plugin-info": "2.6.
|
|
29
|
-
"@salesforce/plugin-limits": "2.3.
|
|
26
|
+
"@salesforce/plugin-data": "2.3.24",
|
|
27
|
+
"@salesforce/plugin-deploy-retrieve": "1.11.11",
|
|
28
|
+
"@salesforce/plugin-info": "2.6.20",
|
|
29
|
+
"@salesforce/plugin-limits": "2.3.20",
|
|
30
30
|
"@salesforce/plugin-login": "1.2.11",
|
|
31
|
-
"@salesforce/plugin-org": "2.9.
|
|
32
|
-
"@salesforce/plugin-schema": "2.3.
|
|
33
|
-
"@salesforce/plugin-settings": "1.4.
|
|
34
|
-
"@salesforce/plugin-sobject": "0.1.
|
|
35
|
-
"@salesforce/plugin-source": "2.10.
|
|
36
|
-
"@salesforce/plugin-telemetry": "2.2.
|
|
37
|
-
"@salesforce/plugin-templates": "55.4.
|
|
31
|
+
"@salesforce/plugin-org": "2.9.12",
|
|
32
|
+
"@salesforce/plugin-schema": "2.3.13",
|
|
33
|
+
"@salesforce/plugin-settings": "1.4.12",
|
|
34
|
+
"@salesforce/plugin-sobject": "0.1.25",
|
|
35
|
+
"@salesforce/plugin-source": "2.10.15",
|
|
36
|
+
"@salesforce/plugin-telemetry": "2.2.1",
|
|
37
|
+
"@salesforce/plugin-templates": "55.4.21",
|
|
38
38
|
"@salesforce/plugin-trust": "2.4.20",
|
|
39
39
|
"@salesforce/plugin-user": "2.3.17",
|
|
40
40
|
"@salesforce/sf-plugins-core": "3.0.4",
|
|
@@ -2935,9 +2935,9 @@
|
|
|
2935
2935
|
}
|
|
2936
2936
|
},
|
|
2937
2937
|
"node_modules/@oclif/color": {
|
|
2938
|
-
"version": "1.0.
|
|
2939
|
-
"resolved": "https://registry.npmjs.org/@oclif/color/-/color-1.0.
|
|
2940
|
-
"integrity": "sha512-
|
|
2938
|
+
"version": "1.0.6",
|
|
2939
|
+
"resolved": "https://registry.npmjs.org/@oclif/color/-/color-1.0.6.tgz",
|
|
2940
|
+
"integrity": "sha512-U6hABUkwoUoEZ1K5mJ2E7AeJ7udjYP3ZYWq18LLoMyjV+Us9hh3UwAghOY75F9PAzF8q5kvhoGu70LnPASbZ8g==",
|
|
2941
2941
|
"license": "MIT",
|
|
2942
2942
|
"dependencies": {
|
|
2943
2943
|
"ansi-styles": "^4.2.1",
|
|
@@ -3397,12 +3397,12 @@
|
|
|
3397
3397
|
}
|
|
3398
3398
|
},
|
|
3399
3399
|
"node_modules/@oclif/plugin-not-found": {
|
|
3400
|
-
"version": "2.3.
|
|
3401
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-2.3.
|
|
3402
|
-
"integrity": "sha512-
|
|
3400
|
+
"version": "2.3.25",
|
|
3401
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-2.3.25.tgz",
|
|
3402
|
+
"integrity": "sha512-M9wSPP+mS4ZDbnVOYq/Im/Opz8wFhloJlcGBOQAN8Fwryh+UY/SbkkfN+U96czzkUQQOqPKVwOdGK277KPT6HA==",
|
|
3403
3403
|
"license": "MIT",
|
|
3404
3404
|
"dependencies": {
|
|
3405
|
-
"@oclif/color": "^1.0.
|
|
3405
|
+
"@oclif/color": "^1.0.6",
|
|
3406
3406
|
"@oclif/core": "^2.8.0",
|
|
3407
3407
|
"fast-levenshtein": "^3.0.0"
|
|
3408
3408
|
},
|
|
@@ -8074,12 +8074,12 @@
|
|
|
8074
8074
|
}
|
|
8075
8075
|
},
|
|
8076
8076
|
"node_modules/@oclif/plugin-update": {
|
|
8077
|
-
"version": "3.1.
|
|
8078
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-3.1.
|
|
8079
|
-
"integrity": "sha512-
|
|
8077
|
+
"version": "3.1.18",
|
|
8078
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-3.1.18.tgz",
|
|
8079
|
+
"integrity": "sha512-wY7wD5PkkLW0EpBR3vFcpBBr9wPhVYQwB8KjOnQSzUbQGjPIvHBnb7ud9bRjk0t9fbGo5IFvNFTIFh8u3KESKg==",
|
|
8080
8080
|
"license": "MIT",
|
|
8081
8081
|
"dependencies": {
|
|
8082
|
-
"@oclif/color": "^1.0.
|
|
8082
|
+
"@oclif/color": "^1.0.6",
|
|
8083
8083
|
"@oclif/core": "^2.8.5",
|
|
8084
8084
|
"cross-spawn": "^7.0.3",
|
|
8085
8085
|
"debug": "^4.3.1",
|
|
@@ -8475,13 +8475,13 @@
|
|
|
8475
8475
|
}
|
|
8476
8476
|
},
|
|
8477
8477
|
"node_modules/@salesforce/core": {
|
|
8478
|
-
"version": "4.2.
|
|
8479
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-4.2.
|
|
8480
|
-
"integrity": "sha512-
|
|
8478
|
+
"version": "4.2.2",
|
|
8479
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-4.2.2.tgz",
|
|
8480
|
+
"integrity": "sha512-EFdEYRjNRBSA1me1YeuYMDgx0zN8yWAlS29pFcF+0fLUvVR2k8uygeiL7XEjAg/ZEkWk74alJ+0BugOIdLdv6Q==",
|
|
8481
8481
|
"license": "BSD-3-Clause",
|
|
8482
8482
|
"dependencies": {
|
|
8483
8483
|
"@salesforce/bunyan": "^2.0.0",
|
|
8484
|
-
"@salesforce/kit": "^3.0.
|
|
8484
|
+
"@salesforce/kit": "^3.0.3",
|
|
8485
8485
|
"@salesforce/schemas": "^1.5.1",
|
|
8486
8486
|
"@salesforce/ts-types": "^2.0.2",
|
|
8487
8487
|
"@types/semver": "^7.5.0",
|
|
@@ -9255,20 +9255,20 @@
|
|
|
9255
9255
|
"license": "MIT"
|
|
9256
9256
|
},
|
|
9257
9257
|
"node_modules/@salesforce/plugin-data": {
|
|
9258
|
-
"version": "2.3.
|
|
9259
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-2.3.
|
|
9260
|
-
"integrity": "sha512-
|
|
9258
|
+
"version": "2.3.24",
|
|
9259
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-2.3.24.tgz",
|
|
9260
|
+
"integrity": "sha512-lVXrIO9fSjcu3wVLTCBrTzt184CVoSg2rqSibF0atobVjQXNKW+YQyhsahxKwvGr2hu2bfY2/WsrJzlZ26kMIg==",
|
|
9261
9261
|
"license": "BSD-3-Clause",
|
|
9262
9262
|
"dependencies": {
|
|
9263
9263
|
"@oclif/core": "^2.8.2",
|
|
9264
9264
|
"@salesforce/core": "^4.0.1",
|
|
9265
|
-
"@salesforce/kit": "^3.0.
|
|
9265
|
+
"@salesforce/kit": "^3.0.3",
|
|
9266
9266
|
"@salesforce/sf-plugins-core": "^3.0.2",
|
|
9267
9267
|
"@salesforce/ts-types": "^2.0.3",
|
|
9268
9268
|
"chalk": "^4.1.0",
|
|
9269
9269
|
"csv-parse": "^4.16.3",
|
|
9270
9270
|
"csv-stringify": "^6.4.0",
|
|
9271
|
-
"jsforce": "^2.0.0-beta.
|
|
9271
|
+
"jsforce": "^2.0.0-beta.24",
|
|
9272
9272
|
"tslib": "^2"
|
|
9273
9273
|
},
|
|
9274
9274
|
"engines": {
|
|
@@ -9276,9 +9276,9 @@
|
|
|
9276
9276
|
}
|
|
9277
9277
|
},
|
|
9278
9278
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
9279
|
-
"version": "1.11.
|
|
9280
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-1.11.
|
|
9281
|
-
"integrity": "sha512-
|
|
9279
|
+
"version": "1.11.11",
|
|
9280
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-1.11.11.tgz",
|
|
9281
|
+
"integrity": "sha512-HUzw31p2jCI6Mvu3ImNUa04tc342rl/1S983m1BjSSGLatdFV6+BofeIzD3NNpPJe8i0qyA1l7uuuCOvEEgRoA==",
|
|
9282
9282
|
"license": "BSD-3-Clause",
|
|
9283
9283
|
"dependencies": {
|
|
9284
9284
|
"@oclif/core": "^2.8.2",
|
|
@@ -9312,9 +9312,9 @@
|
|
|
9312
9312
|
}
|
|
9313
9313
|
},
|
|
9314
9314
|
"node_modules/@salesforce/plugin-info": {
|
|
9315
|
-
"version": "2.6.
|
|
9316
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-2.6.
|
|
9317
|
-
"integrity": "sha512-
|
|
9315
|
+
"version": "2.6.20",
|
|
9316
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-2.6.20.tgz",
|
|
9317
|
+
"integrity": "sha512-H4F07ByTh5T393xN/nV+YkrLw0HKO0ggaXz9PjsvBh2Ma/yJL7wh+klrpa8nLiupsRG3DpNzPRCv1PMu76SCig==",
|
|
9318
9318
|
"license": "BSD-3-Clause",
|
|
9319
9319
|
"dependencies": {
|
|
9320
9320
|
"@oclif/core": "^2.8.2",
|
|
@@ -9325,8 +9325,7 @@
|
|
|
9325
9325
|
"marked": "^4.3.0",
|
|
9326
9326
|
"marked-terminal": "^4.2.0",
|
|
9327
9327
|
"open": "^8.4.2",
|
|
9328
|
-
"proxy-agent": "^
|
|
9329
|
-
"proxy-from-env": "^1.1.0",
|
|
9328
|
+
"proxy-agent": "^6.2.1",
|
|
9330
9329
|
"semver": "^7.5.0",
|
|
9331
9330
|
"tslib": "^2"
|
|
9332
9331
|
},
|
|
@@ -9334,15 +9333,157 @@
|
|
|
9334
9333
|
"node": ">=16.0.0"
|
|
9335
9334
|
}
|
|
9336
9335
|
},
|
|
9336
|
+
"node_modules/@salesforce/plugin-info/node_modules/agent-base": {
|
|
9337
|
+
"version": "7.1.0",
|
|
9338
|
+
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.0.tgz",
|
|
9339
|
+
"integrity": "sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==",
|
|
9340
|
+
"license": "MIT",
|
|
9341
|
+
"dependencies": {
|
|
9342
|
+
"debug": "^4.3.4"
|
|
9343
|
+
},
|
|
9344
|
+
"engines": {
|
|
9345
|
+
"node": ">= 14"
|
|
9346
|
+
}
|
|
9347
|
+
},
|
|
9348
|
+
"node_modules/@salesforce/plugin-info/node_modules/data-uri-to-buffer": {
|
|
9349
|
+
"version": "5.0.1",
|
|
9350
|
+
"resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-5.0.1.tgz",
|
|
9351
|
+
"integrity": "sha512-a9l6T1qqDogvvnw0nKlfZzqsyikEBZBClF39V3TFoKhDtGBqHu2HkuomJc02j5zft8zrUaXEuoicLeW54RkzPg==",
|
|
9352
|
+
"license": "MIT",
|
|
9353
|
+
"engines": {
|
|
9354
|
+
"node": ">= 14"
|
|
9355
|
+
}
|
|
9356
|
+
},
|
|
9357
|
+
"node_modules/@salesforce/plugin-info/node_modules/degenerator": {
|
|
9358
|
+
"version": "4.0.2",
|
|
9359
|
+
"resolved": "https://registry.npmjs.org/degenerator/-/degenerator-4.0.2.tgz",
|
|
9360
|
+
"integrity": "sha512-HKwIFvZROUMfH3qI3gBpD61BYh7q3c3GXD5UGZzoVNJwVSYgZKvYl1fRMXc9ozoTxl/VZxKJ5v/bA+19tywFiw==",
|
|
9361
|
+
"license": "MIT",
|
|
9362
|
+
"dependencies": {
|
|
9363
|
+
"ast-types": "^0.13.2",
|
|
9364
|
+
"escodegen": "^1.8.1",
|
|
9365
|
+
"esprima": "^4.0.0",
|
|
9366
|
+
"vm2": "^3.9.17"
|
|
9367
|
+
},
|
|
9368
|
+
"engines": {
|
|
9369
|
+
"node": ">= 14"
|
|
9370
|
+
}
|
|
9371
|
+
},
|
|
9372
|
+
"node_modules/@salesforce/plugin-info/node_modules/get-uri": {
|
|
9373
|
+
"version": "6.0.1",
|
|
9374
|
+
"resolved": "https://registry.npmjs.org/get-uri/-/get-uri-6.0.1.tgz",
|
|
9375
|
+
"integrity": "sha512-7ZqONUVqaabogsYNWlYj0t3YZaL6dhuEueZXGF+/YVmf6dHmaFg8/6psJKqhx9QykIDKzpGcy2cn4oV4YC7V/Q==",
|
|
9376
|
+
"license": "MIT",
|
|
9377
|
+
"dependencies": {
|
|
9378
|
+
"basic-ftp": "^5.0.2",
|
|
9379
|
+
"data-uri-to-buffer": "^5.0.1",
|
|
9380
|
+
"debug": "^4.3.4",
|
|
9381
|
+
"fs-extra": "^8.1.0"
|
|
9382
|
+
},
|
|
9383
|
+
"engines": {
|
|
9384
|
+
"node": ">= 14"
|
|
9385
|
+
}
|
|
9386
|
+
},
|
|
9387
|
+
"node_modules/@salesforce/plugin-info/node_modules/http-proxy-agent": {
|
|
9388
|
+
"version": "7.0.0",
|
|
9389
|
+
"resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.0.tgz",
|
|
9390
|
+
"integrity": "sha512-+ZT+iBxVUQ1asugqnD6oWoRiS25AkjNfG085dKJGtGxkdwLQrMKU5wJr2bOOFAXzKcTuqq+7fZlTMgG3SRfIYQ==",
|
|
9391
|
+
"license": "MIT",
|
|
9392
|
+
"dependencies": {
|
|
9393
|
+
"agent-base": "^7.1.0",
|
|
9394
|
+
"debug": "^4.3.4"
|
|
9395
|
+
},
|
|
9396
|
+
"engines": {
|
|
9397
|
+
"node": ">= 14"
|
|
9398
|
+
}
|
|
9399
|
+
},
|
|
9400
|
+
"node_modules/@salesforce/plugin-info/node_modules/https-proxy-agent": {
|
|
9401
|
+
"version": "7.0.0",
|
|
9402
|
+
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.0.tgz",
|
|
9403
|
+
"integrity": "sha512-0euwPCRyAPSgGdzD1IVN9nJYHtBhJwb6XPfbpQcYbPCwrBidX6GzxmchnaF4sfF/jPb74Ojx5g4yTg3sixlyPw==",
|
|
9404
|
+
"license": "MIT",
|
|
9405
|
+
"dependencies": {
|
|
9406
|
+
"agent-base": "^7.0.2",
|
|
9407
|
+
"debug": "4"
|
|
9408
|
+
},
|
|
9409
|
+
"engines": {
|
|
9410
|
+
"node": ">= 14"
|
|
9411
|
+
}
|
|
9412
|
+
},
|
|
9413
|
+
"node_modules/@salesforce/plugin-info/node_modules/pac-proxy-agent": {
|
|
9414
|
+
"version": "6.0.3",
|
|
9415
|
+
"resolved": "https://registry.npmjs.org/pac-proxy-agent/-/pac-proxy-agent-6.0.3.tgz",
|
|
9416
|
+
"integrity": "sha512-5Hr1KgPDoc21Vn3rsXBirwwDnF/iac1jN/zkpsOYruyT+ZgsUhUOgVwq3v9+ukjZd/yGm/0nzO1fDfl7rkGoHQ==",
|
|
9417
|
+
"license": "MIT",
|
|
9418
|
+
"dependencies": {
|
|
9419
|
+
"agent-base": "^7.0.2",
|
|
9420
|
+
"debug": "^4.3.4",
|
|
9421
|
+
"get-uri": "^6.0.1",
|
|
9422
|
+
"http-proxy-agent": "^7.0.0",
|
|
9423
|
+
"https-proxy-agent": "^7.0.0",
|
|
9424
|
+
"pac-resolver": "^6.0.1",
|
|
9425
|
+
"socks-proxy-agent": "^8.0.1"
|
|
9426
|
+
},
|
|
9427
|
+
"engines": {
|
|
9428
|
+
"node": ">= 14"
|
|
9429
|
+
}
|
|
9430
|
+
},
|
|
9431
|
+
"node_modules/@salesforce/plugin-info/node_modules/pac-resolver": {
|
|
9432
|
+
"version": "6.0.1",
|
|
9433
|
+
"resolved": "https://registry.npmjs.org/pac-resolver/-/pac-resolver-6.0.1.tgz",
|
|
9434
|
+
"integrity": "sha512-dg497MhVT7jZegPRuOScQ/z0aV/5WR0gTdRu1md+Irs9J9o+ls5jIuxjo1WfaTG+eQQkxyn5HMGvWK+w7EIBkQ==",
|
|
9435
|
+
"license": "MIT",
|
|
9436
|
+
"dependencies": {
|
|
9437
|
+
"degenerator": "^4.0.1",
|
|
9438
|
+
"ip": "^1.1.5",
|
|
9439
|
+
"netmask": "^2.0.2"
|
|
9440
|
+
},
|
|
9441
|
+
"engines": {
|
|
9442
|
+
"node": ">= 14"
|
|
9443
|
+
}
|
|
9444
|
+
},
|
|
9445
|
+
"node_modules/@salesforce/plugin-info/node_modules/proxy-agent": {
|
|
9446
|
+
"version": "6.2.1",
|
|
9447
|
+
"resolved": "https://registry.npmjs.org/proxy-agent/-/proxy-agent-6.2.1.tgz",
|
|
9448
|
+
"integrity": "sha512-OIbBKlRAT+ycCm6wAYIzMwPejzRtjy8F3QiDX0eKOA3e4pe3U9F/IvzcHP42bmgQxVv97juG+J8/gx+JIeCX/Q==",
|
|
9449
|
+
"license": "MIT",
|
|
9450
|
+
"dependencies": {
|
|
9451
|
+
"agent-base": "^7.0.2",
|
|
9452
|
+
"debug": "^4.3.4",
|
|
9453
|
+
"http-proxy-agent": "^7.0.0",
|
|
9454
|
+
"https-proxy-agent": "^7.0.0",
|
|
9455
|
+
"lru-cache": "^7.14.1",
|
|
9456
|
+
"pac-proxy-agent": "^6.0.3",
|
|
9457
|
+
"proxy-from-env": "^1.1.0",
|
|
9458
|
+
"socks-proxy-agent": "^8.0.1"
|
|
9459
|
+
},
|
|
9460
|
+
"engines": {
|
|
9461
|
+
"node": ">= 14"
|
|
9462
|
+
}
|
|
9463
|
+
},
|
|
9464
|
+
"node_modules/@salesforce/plugin-info/node_modules/socks-proxy-agent": {
|
|
9465
|
+
"version": "8.0.1",
|
|
9466
|
+
"resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-8.0.1.tgz",
|
|
9467
|
+
"integrity": "sha512-59EjPbbgg8U3x62hhKOFVAmySQUcfRQ4C7Q/D5sEHnZTQRrQlNKINks44DMR1gwXp0p4LaVIeccX2KHTTcHVqQ==",
|
|
9468
|
+
"license": "MIT",
|
|
9469
|
+
"dependencies": {
|
|
9470
|
+
"agent-base": "^7.0.1",
|
|
9471
|
+
"debug": "^4.3.4",
|
|
9472
|
+
"socks": "^2.7.1"
|
|
9473
|
+
},
|
|
9474
|
+
"engines": {
|
|
9475
|
+
"node": ">= 14"
|
|
9476
|
+
}
|
|
9477
|
+
},
|
|
9337
9478
|
"node_modules/@salesforce/plugin-limits": {
|
|
9338
|
-
"version": "2.3.
|
|
9339
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-2.3.
|
|
9340
|
-
"integrity": "sha512-
|
|
9479
|
+
"version": "2.3.20",
|
|
9480
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-2.3.20.tgz",
|
|
9481
|
+
"integrity": "sha512-X8f/SCCclszdIyJINZtRuV9Qf8aJOYBz2C1O50joPRfLIkKx5OV9w1YlwoNEYmnqye8+5HkarB0hecEZCkWREw==",
|
|
9341
9482
|
"license": "BSD-3-Clause",
|
|
9342
9483
|
"dependencies": {
|
|
9343
9484
|
"@oclif/core": "^2.8.2",
|
|
9344
|
-
"@salesforce/core": "^4.
|
|
9345
|
-
"@salesforce/kit": "^3.0.
|
|
9485
|
+
"@salesforce/core": "^4.2.1",
|
|
9486
|
+
"@salesforce/kit": "^3.0.3",
|
|
9346
9487
|
"@salesforce/sf-plugins-core": "^3.0.2",
|
|
9347
9488
|
"@salesforce/ts-types": "^2.0.3",
|
|
9348
9489
|
"tslib": "^2"
|
|
@@ -9457,16 +9598,16 @@
|
|
|
9457
9598
|
"license": "MIT"
|
|
9458
9599
|
},
|
|
9459
9600
|
"node_modules/@salesforce/plugin-org": {
|
|
9460
|
-
"version": "2.9.
|
|
9461
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-2.9.
|
|
9462
|
-
"integrity": "sha512-
|
|
9601
|
+
"version": "2.9.12",
|
|
9602
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-2.9.12.tgz",
|
|
9603
|
+
"integrity": "sha512-Ux4WuzVuMuZGl3UzBcAn+/r0mA6H6NAj8TDRO8k503XfSfcFExyj4b+IW1eFCBoohfui4DeEbE2c1lfPHdqi2Q==",
|
|
9463
9604
|
"license": "BSD-3-Clause",
|
|
9464
9605
|
"dependencies": {
|
|
9465
9606
|
"@oclif/core": "^2.8.2",
|
|
9466
|
-
"@salesforce/core": "^4.
|
|
9607
|
+
"@salesforce/core": "^4.2.1",
|
|
9467
9608
|
"@salesforce/kit": "^3.0.2",
|
|
9468
|
-
"@salesforce/sf-plugins-core": "^3.0.
|
|
9469
|
-
"@salesforce/source-deploy-retrieve": "^9.1
|
|
9609
|
+
"@salesforce/sf-plugins-core": "^3.0.4",
|
|
9610
|
+
"@salesforce/source-deploy-retrieve": "^9.2.1",
|
|
9470
9611
|
"open": "^8.4.2",
|
|
9471
9612
|
"tslib": "^2"
|
|
9472
9613
|
},
|
|
@@ -9756,14 +9897,14 @@
|
|
|
9756
9897
|
"license": "MIT"
|
|
9757
9898
|
},
|
|
9758
9899
|
"node_modules/@salesforce/plugin-schema": {
|
|
9759
|
-
"version": "2.3.
|
|
9760
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-2.3.
|
|
9761
|
-
"integrity": "sha512-
|
|
9900
|
+
"version": "2.3.13",
|
|
9901
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-2.3.13.tgz",
|
|
9902
|
+
"integrity": "sha512-DoATXEJGFMz21yo3aIdFd76r9DAKF4HjbSLEj0wK2jLZye2gHqbFabJVWL62gR9YKn2icPZfQRNe8Za9kE1oKA==",
|
|
9762
9903
|
"license": "BSD-3-Clause",
|
|
9763
9904
|
"dependencies": {
|
|
9764
9905
|
"@oclif/core": "^2.8.2",
|
|
9765
9906
|
"@salesforce/core": "^4.1.0",
|
|
9766
|
-
"@salesforce/sf-plugins-core": "^3.0.
|
|
9907
|
+
"@salesforce/sf-plugins-core": "^3.0.4",
|
|
9767
9908
|
"tslib": "^2"
|
|
9768
9909
|
},
|
|
9769
9910
|
"engines": {
|
|
@@ -9771,14 +9912,14 @@
|
|
|
9771
9912
|
}
|
|
9772
9913
|
},
|
|
9773
9914
|
"node_modules/@salesforce/plugin-settings": {
|
|
9774
|
-
"version": "1.4.
|
|
9775
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-1.4.
|
|
9776
|
-
"integrity": "sha512-
|
|
9915
|
+
"version": "1.4.12",
|
|
9916
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-1.4.12.tgz",
|
|
9917
|
+
"integrity": "sha512-yzVzmq+nM6bghs22PXggwQzQjw/ETMZGa690HfEKn/LuLOyJf14lFKGfnWlzVLCAfeM3u/WuzWUqi6Ec2LQ8Pw==",
|
|
9777
9918
|
"license": "BSD-3-Clause",
|
|
9778
9919
|
"dependencies": {
|
|
9779
9920
|
"@oclif/core": "^2.8.2",
|
|
9780
9921
|
"@salesforce/core": "^4.0.1",
|
|
9781
|
-
"@salesforce/sf-plugins-core": "^3.0.
|
|
9922
|
+
"@salesforce/sf-plugins-core": "^3.0.4",
|
|
9782
9923
|
"fast-levenshtein": "^3.0.0",
|
|
9783
9924
|
"tslib": "^2"
|
|
9784
9925
|
},
|
|
@@ -9787,15 +9928,15 @@
|
|
|
9787
9928
|
}
|
|
9788
9929
|
},
|
|
9789
9930
|
"node_modules/@salesforce/plugin-sobject": {
|
|
9790
|
-
"version": "0.1.
|
|
9791
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-0.1.
|
|
9792
|
-
"integrity": "sha512-
|
|
9931
|
+
"version": "0.1.25",
|
|
9932
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-0.1.25.tgz",
|
|
9933
|
+
"integrity": "sha512-S10BP7Nsz88HemS65MIIJpqdwBYr0U8VW3O3LCpI9kAv+IQ2INcsLGzxa6mxIiiIWrDLUho62mZSleNXaFbSJA==",
|
|
9793
9934
|
"license": "BSD-3-Clause",
|
|
9794
9935
|
"dependencies": {
|
|
9795
9936
|
"@oclif/core": "^2.8.2",
|
|
9796
9937
|
"@salesforce/core": "^4.0.1",
|
|
9797
9938
|
"@salesforce/kit": "^3.0.2",
|
|
9798
|
-
"@salesforce/sf-plugins-core": "^3.0.
|
|
9939
|
+
"@salesforce/sf-plugins-core": "^3.0.4",
|
|
9799
9940
|
"change-case": "^4.1.2",
|
|
9800
9941
|
"fast-glob": "^3.2.12",
|
|
9801
9942
|
"fast-xml-parser": "^4.2.4",
|
|
@@ -9808,9 +9949,9 @@
|
|
|
9808
9949
|
}
|
|
9809
9950
|
},
|
|
9810
9951
|
"node_modules/@salesforce/plugin-source": {
|
|
9811
|
-
"version": "2.10.
|
|
9812
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-2.10.
|
|
9813
|
-
"integrity": "sha512-
|
|
9952
|
+
"version": "2.10.15",
|
|
9953
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-2.10.15.tgz",
|
|
9954
|
+
"integrity": "sha512-Cpl+GJ0CD7WtO5/Fce+sLWeDhJi0Y0dKV3nVH4MA7cclj1mkQ99OxAdqf1Zey4poRrk39iMEg3cY7gvP75jUAg==",
|
|
9814
9955
|
"license": "BSD-3-Clause",
|
|
9815
9956
|
"dependencies": {
|
|
9816
9957
|
"@oclif/core": "^2.8.2",
|
|
@@ -9822,127 +9963,180 @@
|
|
|
9822
9963
|
"@salesforce/source-tracking": "^4.1.0",
|
|
9823
9964
|
"chalk": "^4.1.2",
|
|
9824
9965
|
"got": "^11.8.6",
|
|
9825
|
-
"proxy-agent": "^
|
|
9826
|
-
"proxy-from-env": "^1.1.0",
|
|
9966
|
+
"proxy-agent": "^6.2.1",
|
|
9827
9967
|
"tslib": "^2"
|
|
9828
9968
|
},
|
|
9829
9969
|
"engines": {
|
|
9830
9970
|
"node": ">=16.0.0"
|
|
9831
9971
|
}
|
|
9832
9972
|
},
|
|
9833
|
-
"node_modules/@salesforce/plugin-
|
|
9834
|
-
"version": "
|
|
9835
|
-
"resolved": "https://registry.npmjs.org
|
|
9836
|
-
"integrity": "sha512-
|
|
9837
|
-
"license": "
|
|
9973
|
+
"node_modules/@salesforce/plugin-source/node_modules/agent-base": {
|
|
9974
|
+
"version": "7.1.0",
|
|
9975
|
+
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.0.tgz",
|
|
9976
|
+
"integrity": "sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==",
|
|
9977
|
+
"license": "MIT",
|
|
9838
9978
|
"dependencies": {
|
|
9839
|
-
"
|
|
9840
|
-
|
|
9841
|
-
|
|
9842
|
-
"
|
|
9979
|
+
"debug": "^4.3.4"
|
|
9980
|
+
},
|
|
9981
|
+
"engines": {
|
|
9982
|
+
"node": ">= 14"
|
|
9983
|
+
}
|
|
9984
|
+
},
|
|
9985
|
+
"node_modules/@salesforce/plugin-source/node_modules/data-uri-to-buffer": {
|
|
9986
|
+
"version": "5.0.1",
|
|
9987
|
+
"resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-5.0.1.tgz",
|
|
9988
|
+
"integrity": "sha512-a9l6T1qqDogvvnw0nKlfZzqsyikEBZBClF39V3TFoKhDtGBqHu2HkuomJc02j5zft8zrUaXEuoicLeW54RkzPg==",
|
|
9989
|
+
"license": "MIT",
|
|
9990
|
+
"engines": {
|
|
9991
|
+
"node": ">= 14"
|
|
9992
|
+
}
|
|
9993
|
+
},
|
|
9994
|
+
"node_modules/@salesforce/plugin-source/node_modules/degenerator": {
|
|
9995
|
+
"version": "4.0.2",
|
|
9996
|
+
"resolved": "https://registry.npmjs.org/degenerator/-/degenerator-4.0.2.tgz",
|
|
9997
|
+
"integrity": "sha512-HKwIFvZROUMfH3qI3gBpD61BYh7q3c3GXD5UGZzoVNJwVSYgZKvYl1fRMXc9ozoTxl/VZxKJ5v/bA+19tywFiw==",
|
|
9998
|
+
"license": "MIT",
|
|
9999
|
+
"dependencies": {
|
|
10000
|
+
"ast-types": "^0.13.2",
|
|
10001
|
+
"escodegen": "^1.8.1",
|
|
10002
|
+
"esprima": "^4.0.0",
|
|
10003
|
+
"vm2": "^3.9.17"
|
|
10004
|
+
},
|
|
10005
|
+
"engines": {
|
|
10006
|
+
"node": ">= 14"
|
|
10007
|
+
}
|
|
10008
|
+
},
|
|
10009
|
+
"node_modules/@salesforce/plugin-source/node_modules/get-uri": {
|
|
10010
|
+
"version": "6.0.1",
|
|
10011
|
+
"resolved": "https://registry.npmjs.org/get-uri/-/get-uri-6.0.1.tgz",
|
|
10012
|
+
"integrity": "sha512-7ZqONUVqaabogsYNWlYj0t3YZaL6dhuEueZXGF+/YVmf6dHmaFg8/6psJKqhx9QykIDKzpGcy2cn4oV4YC7V/Q==",
|
|
10013
|
+
"license": "MIT",
|
|
10014
|
+
"dependencies": {
|
|
10015
|
+
"basic-ftp": "^5.0.2",
|
|
10016
|
+
"data-uri-to-buffer": "^5.0.1",
|
|
9843
10017
|
"debug": "^4.3.4",
|
|
9844
|
-
"
|
|
10018
|
+
"fs-extra": "^8.1.0"
|
|
9845
10019
|
},
|
|
9846
10020
|
"engines": {
|
|
9847
|
-
"node": ">=14
|
|
10021
|
+
"node": ">= 14"
|
|
9848
10022
|
}
|
|
9849
10023
|
},
|
|
9850
|
-
"node_modules/@salesforce/plugin-
|
|
9851
|
-
"version": "
|
|
9852
|
-
"resolved": "https://registry.npmjs.org
|
|
9853
|
-
"integrity": "sha512
|
|
9854
|
-
"license": "
|
|
10024
|
+
"node_modules/@salesforce/plugin-source/node_modules/http-proxy-agent": {
|
|
10025
|
+
"version": "7.0.0",
|
|
10026
|
+
"resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.0.tgz",
|
|
10027
|
+
"integrity": "sha512-+ZT+iBxVUQ1asugqnD6oWoRiS25AkjNfG085dKJGtGxkdwLQrMKU5wJr2bOOFAXzKcTuqq+7fZlTMgG3SRfIYQ==",
|
|
10028
|
+
"license": "MIT",
|
|
9855
10029
|
"dependencies": {
|
|
9856
|
-
"
|
|
9857
|
-
"
|
|
9858
|
-
|
|
9859
|
-
|
|
9860
|
-
"
|
|
9861
|
-
"ajv": "^8.12.0",
|
|
9862
|
-
"archiver": "^5.3.0",
|
|
9863
|
-
"change-case": "^4.1.2",
|
|
9864
|
-
"debug": "^3.2.7",
|
|
9865
|
-
"faye": "^1.4.0",
|
|
9866
|
-
"form-data": "^4.0.0",
|
|
9867
|
-
"js2xmlparser": "^4.0.1",
|
|
9868
|
-
"jsforce": "^2.0.0-beta.23",
|
|
9869
|
-
"jsonwebtoken": "9.0.0",
|
|
9870
|
-
"ts-retry-promise": "^0.7.0"
|
|
10030
|
+
"agent-base": "^7.1.0",
|
|
10031
|
+
"debug": "^4.3.4"
|
|
10032
|
+
},
|
|
10033
|
+
"engines": {
|
|
10034
|
+
"node": ">= 14"
|
|
9871
10035
|
}
|
|
9872
10036
|
},
|
|
9873
|
-
"node_modules/@salesforce/plugin-
|
|
9874
|
-
"version": "
|
|
9875
|
-
"resolved": "https://registry.npmjs.org/
|
|
9876
|
-
"integrity": "sha512-
|
|
10037
|
+
"node_modules/@salesforce/plugin-source/node_modules/https-proxy-agent": {
|
|
10038
|
+
"version": "7.0.0",
|
|
10039
|
+
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.0.tgz",
|
|
10040
|
+
"integrity": "sha512-0euwPCRyAPSgGdzD1IVN9nJYHtBhJwb6XPfbpQcYbPCwrBidX6GzxmchnaF4sfF/jPb74Ojx5g4yTg3sixlyPw==",
|
|
9877
10041
|
"license": "MIT",
|
|
9878
10042
|
"dependencies": {
|
|
9879
|
-
"
|
|
10043
|
+
"agent-base": "^7.0.2",
|
|
10044
|
+
"debug": "4"
|
|
10045
|
+
},
|
|
10046
|
+
"engines": {
|
|
10047
|
+
"node": ">= 14"
|
|
9880
10048
|
}
|
|
9881
10049
|
},
|
|
9882
|
-
"node_modules/@salesforce/plugin-
|
|
9883
|
-
"version": "
|
|
9884
|
-
"resolved": "https://registry.npmjs.org
|
|
9885
|
-
"integrity": "sha512-
|
|
9886
|
-
"license": "
|
|
10050
|
+
"node_modules/@salesforce/plugin-source/node_modules/pac-proxy-agent": {
|
|
10051
|
+
"version": "6.0.3",
|
|
10052
|
+
"resolved": "https://registry.npmjs.org/pac-proxy-agent/-/pac-proxy-agent-6.0.3.tgz",
|
|
10053
|
+
"integrity": "sha512-5Hr1KgPDoc21Vn3rsXBirwwDnF/iac1jN/zkpsOYruyT+ZgsUhUOgVwq3v9+ukjZd/yGm/0nzO1fDfl7rkGoHQ==",
|
|
10054
|
+
"license": "MIT",
|
|
9887
10055
|
"dependencies": {
|
|
9888
|
-
"
|
|
9889
|
-
"
|
|
9890
|
-
"
|
|
10056
|
+
"agent-base": "^7.0.2",
|
|
10057
|
+
"debug": "^4.3.4",
|
|
10058
|
+
"get-uri": "^6.0.1",
|
|
10059
|
+
"http-proxy-agent": "^7.0.0",
|
|
10060
|
+
"https-proxy-agent": "^7.0.0",
|
|
10061
|
+
"pac-resolver": "^6.0.1",
|
|
10062
|
+
"socks-proxy-agent": "^8.0.1"
|
|
10063
|
+
},
|
|
10064
|
+
"engines": {
|
|
10065
|
+
"node": ">= 14"
|
|
9891
10066
|
}
|
|
9892
10067
|
},
|
|
9893
|
-
"node_modules/@salesforce/plugin-
|
|
9894
|
-
"version": "
|
|
9895
|
-
"resolved": "https://registry.npmjs.org
|
|
9896
|
-
"integrity": "sha512-
|
|
9897
|
-
"license": "
|
|
10068
|
+
"node_modules/@salesforce/plugin-source/node_modules/pac-resolver": {
|
|
10069
|
+
"version": "6.0.1",
|
|
10070
|
+
"resolved": "https://registry.npmjs.org/pac-resolver/-/pac-resolver-6.0.1.tgz",
|
|
10071
|
+
"integrity": "sha512-dg497MhVT7jZegPRuOScQ/z0aV/5WR0gTdRu1md+Irs9J9o+ls5jIuxjo1WfaTG+eQQkxyn5HMGvWK+w7EIBkQ==",
|
|
10072
|
+
"license": "MIT",
|
|
9898
10073
|
"dependencies": {
|
|
9899
|
-
"
|
|
9900
|
-
"
|
|
9901
|
-
"
|
|
9902
|
-
|
|
9903
|
-
|
|
9904
|
-
"
|
|
10074
|
+
"degenerator": "^4.0.1",
|
|
10075
|
+
"ip": "^1.1.5",
|
|
10076
|
+
"netmask": "^2.0.2"
|
|
10077
|
+
},
|
|
10078
|
+
"engines": {
|
|
10079
|
+
"node": ">= 14"
|
|
9905
10080
|
}
|
|
9906
10081
|
},
|
|
9907
|
-
"node_modules/@salesforce/plugin-
|
|
9908
|
-
"version": "
|
|
9909
|
-
"resolved": "https://registry.npmjs.org
|
|
9910
|
-
"integrity": "sha512-
|
|
9911
|
-
"license": "
|
|
10082
|
+
"node_modules/@salesforce/plugin-source/node_modules/proxy-agent": {
|
|
10083
|
+
"version": "6.2.1",
|
|
10084
|
+
"resolved": "https://registry.npmjs.org/proxy-agent/-/proxy-agent-6.2.1.tgz",
|
|
10085
|
+
"integrity": "sha512-OIbBKlRAT+ycCm6wAYIzMwPejzRtjy8F3QiDX0eKOA3e4pe3U9F/IvzcHP42bmgQxVv97juG+J8/gx+JIeCX/Q==",
|
|
10086
|
+
"license": "MIT",
|
|
9912
10087
|
"dependencies": {
|
|
9913
|
-
"
|
|
10088
|
+
"agent-base": "^7.0.2",
|
|
10089
|
+
"debug": "^4.3.4",
|
|
10090
|
+
"http-proxy-agent": "^7.0.0",
|
|
10091
|
+
"https-proxy-agent": "^7.0.0",
|
|
10092
|
+
"lru-cache": "^7.14.1",
|
|
10093
|
+
"pac-proxy-agent": "^6.0.3",
|
|
10094
|
+
"proxy-from-env": "^1.1.0",
|
|
10095
|
+
"socks-proxy-agent": "^8.0.1"
|
|
10096
|
+
},
|
|
10097
|
+
"engines": {
|
|
10098
|
+
"node": ">= 14"
|
|
9914
10099
|
}
|
|
9915
10100
|
},
|
|
9916
|
-
"node_modules/@salesforce/plugin-
|
|
9917
|
-
"version": "8.
|
|
9918
|
-
"resolved": "https://registry.npmjs.org/
|
|
9919
|
-
"integrity": "sha512-
|
|
10101
|
+
"node_modules/@salesforce/plugin-source/node_modules/socks-proxy-agent": {
|
|
10102
|
+
"version": "8.0.1",
|
|
10103
|
+
"resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-8.0.1.tgz",
|
|
10104
|
+
"integrity": "sha512-59EjPbbgg8U3x62hhKOFVAmySQUcfRQ4C7Q/D5sEHnZTQRrQlNKINks44DMR1gwXp0p4LaVIeccX2KHTTcHVqQ==",
|
|
9920
10105
|
"license": "MIT",
|
|
9921
10106
|
"dependencies": {
|
|
9922
|
-
"
|
|
9923
|
-
"
|
|
9924
|
-
"
|
|
9925
|
-
"uri-js": "^4.2.2"
|
|
10107
|
+
"agent-base": "^7.0.1",
|
|
10108
|
+
"debug": "^4.3.4",
|
|
10109
|
+
"socks": "^2.7.1"
|
|
9926
10110
|
},
|
|
9927
|
-
"
|
|
9928
|
-
"
|
|
9929
|
-
"url": "https://github.com/sponsors/epoberezkin"
|
|
10111
|
+
"engines": {
|
|
10112
|
+
"node": ">= 14"
|
|
9930
10113
|
}
|
|
9931
10114
|
},
|
|
9932
|
-
"node_modules/@salesforce/plugin-telemetry
|
|
9933
|
-
"version": "
|
|
9934
|
-
"resolved": "https://registry.npmjs.org/
|
|
9935
|
-
"integrity": "sha512-
|
|
9936
|
-
"license": "
|
|
10115
|
+
"node_modules/@salesforce/plugin-telemetry": {
|
|
10116
|
+
"version": "2.2.1",
|
|
10117
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-2.2.1.tgz",
|
|
10118
|
+
"integrity": "sha512-flMSrFI4wcbwnOqBGIfGHplaoWd/ThiLOYtOusZsuduxg6ocLx85UYhB9QIFFnIDHjo1I9+QKX5Lt2N0XWZ9vw==",
|
|
10119
|
+
"license": "BSD-3-Clause",
|
|
10120
|
+
"dependencies": {
|
|
10121
|
+
"@oclif/core": "^2.8.5",
|
|
10122
|
+
"@salesforce/core": "^4.2.1",
|
|
10123
|
+
"@salesforce/sf-plugins-core": "^3.0.2",
|
|
10124
|
+
"@salesforce/telemetry": "^3.2.29",
|
|
10125
|
+
"debug": "^4.3.4",
|
|
10126
|
+
"tslib": "^2"
|
|
10127
|
+
},
|
|
10128
|
+
"engines": {
|
|
10129
|
+
"node": ">=16.0.0"
|
|
10130
|
+
}
|
|
9937
10131
|
},
|
|
9938
10132
|
"node_modules/@salesforce/plugin-templates": {
|
|
9939
|
-
"version": "55.4.
|
|
9940
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-55.4.
|
|
9941
|
-
"integrity": "sha512-
|
|
10133
|
+
"version": "55.4.21",
|
|
10134
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-55.4.21.tgz",
|
|
10135
|
+
"integrity": "sha512-zEL2fSq3wglE7KTCuMijRKLu7MMUzE1KL+kUgBBZEgXPK5zyFPCeD48kV6Z4tUNqOrt3zZeB4frfwbERvGGXIQ==",
|
|
9942
10136
|
"license": "BSD-3-Clause",
|
|
9943
10137
|
"dependencies": {
|
|
9944
10138
|
"@oclif/core": "^2.8.2",
|
|
9945
|
-
"@salesforce/core": "^4.1
|
|
10139
|
+
"@salesforce/core": "^4.2.1",
|
|
9946
10140
|
"@salesforce/sf-plugins-core": "^3.0.2",
|
|
9947
10141
|
"@salesforce/templates": "^57.1.2",
|
|
9948
10142
|
"tslib": "^2",
|
|
@@ -10256,12 +10450,10 @@
|
|
|
10256
10450
|
"license": "MIT"
|
|
10257
10451
|
},
|
|
10258
10452
|
"node_modules/@salesforce/templates": {
|
|
10259
|
-
"version": "
|
|
10260
|
-
"resolved": "https://registry.npmjs.org/@salesforce/templates/-/templates-57.1.2.tgz",
|
|
10261
|
-
"integrity": "sha512-RMNBSsVTPG2XYXhjlCyfsEBVWMi4jUhCdVb0m6cRBWUOPo11xo8rMwjN9QLSAlpMYTd7/xpOiXKO9PzC651eig==",
|
|
10453
|
+
"version": "58.0.0",
|
|
10262
10454
|
"license": "BSD-3-Clause",
|
|
10263
10455
|
"dependencies": {
|
|
10264
|
-
"@salesforce/core": "^
|
|
10456
|
+
"@salesforce/core": "^4.0.1",
|
|
10265
10457
|
"@salesforce/kit": "^1.7.1",
|
|
10266
10458
|
"got": "^11.8.2",
|
|
10267
10459
|
"mime-types": "^2.1.27",
|
|
@@ -10273,30 +10465,7 @@
|
|
|
10273
10465
|
"yeoman-generator": "^5.6.1"
|
|
10274
10466
|
},
|
|
10275
10467
|
"engines": {
|
|
10276
|
-
"node": ">=
|
|
10277
|
-
}
|
|
10278
|
-
},
|
|
10279
|
-
"node_modules/@salesforce/templates/node_modules/@salesforce/core": {
|
|
10280
|
-
"version": "3.36.2",
|
|
10281
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-3.36.2.tgz",
|
|
10282
|
-
"integrity": "sha512-IS1rR6Y0tMJYx/+TOAUQ9Gs+Vtum0MHLGfodT7ZJMQZQHEp1S4o0BJ8676uq5sASAnVL64GA+Et/LWCCOWWEuw==",
|
|
10283
|
-
"license": "BSD-3-Clause",
|
|
10284
|
-
"dependencies": {
|
|
10285
|
-
"@salesforce/bunyan": "^2.0.0",
|
|
10286
|
-
"@salesforce/kit": "^1.9.2",
|
|
10287
|
-
"@salesforce/schemas": "^1.5.1",
|
|
10288
|
-
"@salesforce/ts-types": "^1.7.2",
|
|
10289
|
-
"@types/semver": "^7.3.13",
|
|
10290
|
-
"ajv": "^8.12.0",
|
|
10291
|
-
"archiver": "^5.3.0",
|
|
10292
|
-
"change-case": "^4.1.2",
|
|
10293
|
-
"debug": "^3.2.7",
|
|
10294
|
-
"faye": "^1.4.0",
|
|
10295
|
-
"form-data": "^4.0.0",
|
|
10296
|
-
"js2xmlparser": "^4.0.1",
|
|
10297
|
-
"jsforce": "^2.0.0-beta.23",
|
|
10298
|
-
"jsonwebtoken": "9.0.0",
|
|
10299
|
-
"ts-retry-promise": "^0.7.0"
|
|
10468
|
+
"node": ">=16.13.0"
|
|
10300
10469
|
}
|
|
10301
10470
|
},
|
|
10302
10471
|
"node_modules/@salesforce/templates/node_modules/@salesforce/kit": {
|
|
@@ -10331,37 +10500,6 @@
|
|
|
10331
10500
|
"integrity": "sha512-mSxlJJwl3BMEQCUNnxXBU9jP4JBktcEGhURcPR6VQVlnP0FdDEsIaz0C35dXNGLyRfrATNofF0F5p2KPxQgB+w==",
|
|
10332
10501
|
"license": "0BSD"
|
|
10333
10502
|
},
|
|
10334
|
-
"node_modules/@salesforce/templates/node_modules/ajv": {
|
|
10335
|
-
"version": "8.12.0",
|
|
10336
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
|
|
10337
|
-
"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
|
|
10338
|
-
"license": "MIT",
|
|
10339
|
-
"dependencies": {
|
|
10340
|
-
"fast-deep-equal": "^3.1.1",
|
|
10341
|
-
"json-schema-traverse": "^1.0.0",
|
|
10342
|
-
"require-from-string": "^2.0.2",
|
|
10343
|
-
"uri-js": "^4.2.2"
|
|
10344
|
-
},
|
|
10345
|
-
"funding": {
|
|
10346
|
-
"type": "github",
|
|
10347
|
-
"url": "https://github.com/sponsors/epoberezkin"
|
|
10348
|
-
}
|
|
10349
|
-
},
|
|
10350
|
-
"node_modules/@salesforce/templates/node_modules/debug": {
|
|
10351
|
-
"version": "3.2.7",
|
|
10352
|
-
"resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
|
|
10353
|
-
"integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
|
|
10354
|
-
"license": "MIT",
|
|
10355
|
-
"dependencies": {
|
|
10356
|
-
"ms": "^2.1.1"
|
|
10357
|
-
}
|
|
10358
|
-
},
|
|
10359
|
-
"node_modules/@salesforce/templates/node_modules/json-schema-traverse": {
|
|
10360
|
-
"version": "1.0.0",
|
|
10361
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
10362
|
-
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
10363
|
-
"license": "MIT"
|
|
10364
|
-
},
|
|
10365
10503
|
"node_modules/@salesforce/templates/node_modules/tslib": {
|
|
10366
10504
|
"version": "1.14.1",
|
|
10367
10505
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
|
@@ -11808,6 +11946,15 @@
|
|
|
11808
11946
|
"node": ">=6.0.0"
|
|
11809
11947
|
}
|
|
11810
11948
|
},
|
|
11949
|
+
"node_modules/basic-ftp": {
|
|
11950
|
+
"version": "5.0.3",
|
|
11951
|
+
"resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.0.3.tgz",
|
|
11952
|
+
"integrity": "sha512-QHX8HLlncOLpy54mh+k/sWIFd0ThmRqwe9ZjELybGZK+tZ8rUb9VO0saKJUROTbE+KhzDUT7xziGpGrW8Kmd+g==",
|
|
11953
|
+
"license": "MIT",
|
|
11954
|
+
"engines": {
|
|
11955
|
+
"node": ">=10.0.0"
|
|
11956
|
+
}
|
|
11957
|
+
},
|
|
11811
11958
|
"node_modules/before-after-hook": {
|
|
11812
11959
|
"version": "2.2.3",
|
|
11813
11960
|
"resolved": "https://registry.npmjs.org/before-after-hook/-/before-after-hook-2.2.3.tgz",
|
|
@@ -17367,9 +17514,9 @@
|
|
|
17367
17514
|
}
|
|
17368
17515
|
},
|
|
17369
17516
|
"node_modules/ip": {
|
|
17370
|
-
"version": "
|
|
17371
|
-
"resolved": "https://registry.npmjs.org/ip/-/ip-
|
|
17372
|
-
"integrity": "sha512-
|
|
17517
|
+
"version": "1.1.8",
|
|
17518
|
+
"resolved": "https://registry.npmjs.org/ip/-/ip-1.1.8.tgz",
|
|
17519
|
+
"integrity": "sha512-PuExPYUiu6qMBQb4l06ecm6T6ujzhmh+MeJcW9wa89PoAz5pvd4zPgN5WJV104mb6S2T1AwNIAaB70JNrLQWhg==",
|
|
17373
17520
|
"license": "MIT"
|
|
17374
17521
|
},
|
|
17375
17522
|
"node_modules/ip-regex": {
|
|
@@ -24735,12 +24882,6 @@
|
|
|
24735
24882
|
"node": ">= 8"
|
|
24736
24883
|
}
|
|
24737
24884
|
},
|
|
24738
|
-
"node_modules/pac-resolver/node_modules/ip": {
|
|
24739
|
-
"version": "1.1.8",
|
|
24740
|
-
"resolved": "https://registry.npmjs.org/ip/-/ip-1.1.8.tgz",
|
|
24741
|
-
"integrity": "sha512-PuExPYUiu6qMBQb4l06ecm6T6ujzhmh+MeJcW9wa89PoAz5pvd4zPgN5WJV104mb6S2T1AwNIAaB70JNrLQWhg==",
|
|
24742
|
-
"license": "MIT"
|
|
24743
|
-
},
|
|
24744
24885
|
"node_modules/package-hash": {
|
|
24745
24886
|
"version": "4.0.0",
|
|
24746
24887
|
"resolved": "https://registry.npmjs.org/package-hash/-/package-hash-4.0.0.tgz",
|
|
@@ -27669,6 +27810,12 @@
|
|
|
27669
27810
|
"node": ">= 6"
|
|
27670
27811
|
}
|
|
27671
27812
|
},
|
|
27813
|
+
"node_modules/socks/node_modules/ip": {
|
|
27814
|
+
"version": "2.0.0",
|
|
27815
|
+
"resolved": "https://registry.npmjs.org/ip/-/ip-2.0.0.tgz",
|
|
27816
|
+
"integrity": "sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==",
|
|
27817
|
+
"license": "MIT"
|
|
27818
|
+
},
|
|
27672
27819
|
"node_modules/sort-keys": {
|
|
27673
27820
|
"version": "4.2.0",
|
|
27674
27821
|
"resolved": "https://registry.npmjs.org/sort-keys/-/sort-keys-4.2.0.tgz",
|
|
@@ -29457,9 +29604,9 @@
|
|
|
29457
29604
|
}
|
|
29458
29605
|
},
|
|
29459
29606
|
"node_modules/vm2": {
|
|
29460
|
-
"version": "3.9.
|
|
29461
|
-
"resolved": "https://registry.npmjs.org/vm2/-/vm2-3.9.
|
|
29462
|
-
"integrity": "sha512-
|
|
29607
|
+
"version": "3.9.19",
|
|
29608
|
+
"resolved": "https://registry.npmjs.org/vm2/-/vm2-3.9.19.tgz",
|
|
29609
|
+
"integrity": "sha512-J637XF0DHDMV57R6JyVsTak7nIL8gy5KH4r1HiwWLf/4GBbb5MKL5y7LpmF4A8E2nR6XmzpmMFQ7V7ppPTmUQg==",
|
|
29463
29610
|
"license": "MIT",
|
|
29464
29611
|
"dependencies": {
|
|
29465
29612
|
"acorn": "^8.7.0",
|
package/oclif.manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.83.
|
|
2
|
+
"version": "1.83.3",
|
|
3
3
|
"commands": {
|
|
4
4
|
"cmdt:generate:field": {
|
|
5
5
|
"id": "cmdt:generate:field",
|
|
@@ -2421,7 +2421,6 @@
|
|
|
2421
2421
|
"pluginType": "jit",
|
|
2422
2422
|
"hidden": true,
|
|
2423
2423
|
"aliases": [
|
|
2424
|
-
"force:package:beta:convert",
|
|
2425
2424
|
"force:package:convert"
|
|
2426
2425
|
],
|
|
2427
2426
|
"examples": [
|
|
@@ -2562,7 +2561,6 @@
|
|
|
2562
2561
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
2563
2562
|
"pluginType": "jit",
|
|
2564
2563
|
"aliases": [
|
|
2565
|
-
"force:package:beta:create",
|
|
2566
2564
|
"force:package:create"
|
|
2567
2565
|
],
|
|
2568
2566
|
"examples": [
|
|
@@ -2704,7 +2702,6 @@
|
|
|
2704
2702
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
2705
2703
|
"pluginType": "jit",
|
|
2706
2704
|
"aliases": [
|
|
2707
|
-
"force:package:beta:delete",
|
|
2708
2705
|
"force:package:delete"
|
|
2709
2706
|
],
|
|
2710
2707
|
"examples": [
|
|
@@ -2796,7 +2793,6 @@
|
|
|
2796
2793
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
2797
2794
|
"pluginType": "jit",
|
|
2798
2795
|
"aliases": [
|
|
2799
|
-
"force:package:beta:install",
|
|
2800
2796
|
"force:package:install"
|
|
2801
2797
|
],
|
|
2802
2798
|
"examples": [
|
|
@@ -2984,7 +2980,6 @@
|
|
|
2984
2980
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
2985
2981
|
"pluginType": "jit",
|
|
2986
2982
|
"aliases": [
|
|
2987
|
-
"force:package:beta:list",
|
|
2988
2983
|
"force:package:list"
|
|
2989
2984
|
],
|
|
2990
2985
|
"examples": [
|
|
@@ -3055,7 +3050,6 @@
|
|
|
3055
3050
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
3056
3051
|
"pluginType": "jit",
|
|
3057
3052
|
"aliases": [
|
|
3058
|
-
"force:package:beta:uninstall",
|
|
3059
3053
|
"force:package:uninstall"
|
|
3060
3054
|
],
|
|
3061
3055
|
"examples": [
|
|
@@ -3140,7 +3134,6 @@
|
|
|
3140
3134
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
3141
3135
|
"pluginType": "jit",
|
|
3142
3136
|
"aliases": [
|
|
3143
|
-
"force:package:beta:update",
|
|
3144
3137
|
"force:package:update"
|
|
3145
3138
|
],
|
|
3146
3139
|
"examples": [
|
|
@@ -3248,7 +3241,6 @@
|
|
|
3248
3241
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
3249
3242
|
"pluginType": "jit",
|
|
3250
3243
|
"aliases": [
|
|
3251
|
-
"force:package:beta:install:report",
|
|
3252
3244
|
"force:package:install:report"
|
|
3253
3245
|
],
|
|
3254
3246
|
"examples": [
|
|
@@ -3322,7 +3314,6 @@
|
|
|
3322
3314
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
3323
3315
|
"pluginType": "jit",
|
|
3324
3316
|
"aliases": [
|
|
3325
|
-
"force:package:beta:installed:list",
|
|
3326
3317
|
"force:package:installed:list"
|
|
3327
3318
|
],
|
|
3328
3319
|
"examples": [
|
|
@@ -3385,7 +3376,6 @@
|
|
|
3385
3376
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
3386
3377
|
"pluginType": "jit",
|
|
3387
3378
|
"aliases": [
|
|
3388
|
-
"force:package:beta:uninstall:report",
|
|
3389
3379
|
"force:package:uninstall:report"
|
|
3390
3380
|
],
|
|
3391
3381
|
"examples": [
|
|
@@ -3460,7 +3450,6 @@
|
|
|
3460
3450
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
3461
3451
|
"pluginType": "jit",
|
|
3462
3452
|
"aliases": [
|
|
3463
|
-
"force:package:beta:version:create",
|
|
3464
3453
|
"force:package:version:create"
|
|
3465
3454
|
],
|
|
3466
3455
|
"examples": [
|
|
@@ -3769,7 +3758,6 @@
|
|
|
3769
3758
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
3770
3759
|
"pluginType": "jit",
|
|
3771
3760
|
"aliases": [
|
|
3772
|
-
"force:package:beta:version:delete",
|
|
3773
3761
|
"force:package:version:delete"
|
|
3774
3762
|
],
|
|
3775
3763
|
"examples": [
|
|
@@ -3860,7 +3848,6 @@
|
|
|
3860
3848
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
3861
3849
|
"pluginType": "jit",
|
|
3862
3850
|
"aliases": [
|
|
3863
|
-
"force:package:beta:version:displayancestry",
|
|
3864
3851
|
"force:package:version:displayancestry"
|
|
3865
3852
|
],
|
|
3866
3853
|
"examples": [
|
|
@@ -3954,7 +3941,6 @@
|
|
|
3954
3941
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
3955
3942
|
"pluginType": "jit",
|
|
3956
3943
|
"aliases": [
|
|
3957
|
-
"force:package:beta:version:list",
|
|
3958
3944
|
"force:package:version:list"
|
|
3959
3945
|
],
|
|
3960
3946
|
"examples": [
|
|
@@ -4084,7 +4070,6 @@
|
|
|
4084
4070
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
4085
4071
|
"pluginType": "jit",
|
|
4086
4072
|
"aliases": [
|
|
4087
|
-
"force:package:beta:version:promote",
|
|
4088
4073
|
"force:package:version:promote"
|
|
4089
4074
|
],
|
|
4090
4075
|
"examples": [
|
|
@@ -4169,7 +4154,6 @@
|
|
|
4169
4154
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
4170
4155
|
"pluginType": "jit",
|
|
4171
4156
|
"aliases": [
|
|
4172
|
-
"force:package:beta:version:report",
|
|
4173
4157
|
"force:package:version:report"
|
|
4174
4158
|
],
|
|
4175
4159
|
"examples": [
|
|
@@ -4321,7 +4305,6 @@
|
|
|
4321
4305
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
4322
4306
|
"pluginType": "jit",
|
|
4323
4307
|
"aliases": [
|
|
4324
|
-
"force:package:beta:version:update",
|
|
4325
4308
|
"force:package:version:update"
|
|
4326
4309
|
],
|
|
4327
4310
|
"examples": [
|
|
@@ -4444,7 +4427,6 @@
|
|
|
4444
4427
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
4445
4428
|
"pluginType": "jit",
|
|
4446
4429
|
"aliases": [
|
|
4447
|
-
"force:package1:beta:version:create",
|
|
4448
4430
|
"force:package1:version:create"
|
|
4449
4431
|
],
|
|
4450
4432
|
"examples": [
|
|
@@ -4599,7 +4581,6 @@
|
|
|
4599
4581
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
4600
4582
|
"pluginType": "jit",
|
|
4601
4583
|
"aliases": [
|
|
4602
|
-
"force:package1:beta:version:display",
|
|
4603
4584
|
"force:package1:version:display"
|
|
4604
4585
|
],
|
|
4605
4586
|
"examples": [
|
|
@@ -4673,7 +4654,6 @@
|
|
|
4673
4654
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
4674
4655
|
"pluginType": "jit",
|
|
4675
4656
|
"aliases": [
|
|
4676
|
-
"force:package1:beta:version:list",
|
|
4677
4657
|
"force:package1:version:list"
|
|
4678
4658
|
],
|
|
4679
4659
|
"examples": [
|
|
@@ -4748,7 +4728,6 @@
|
|
|
4748
4728
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
4749
4729
|
"pluginType": "jit",
|
|
4750
4730
|
"aliases": [
|
|
4751
|
-
"force:package:beta:version:create:list",
|
|
4752
4731
|
"force:package:version:create:list"
|
|
4753
4732
|
],
|
|
4754
4733
|
"examples": [
|
|
@@ -4839,7 +4818,6 @@
|
|
|
4839
4818
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
4840
4819
|
"pluginType": "jit",
|
|
4841
4820
|
"aliases": [
|
|
4842
|
-
"force:package:beta:version:create:report",
|
|
4843
4821
|
"force:package:version:create:report"
|
|
4844
4822
|
],
|
|
4845
4823
|
"examples": [
|
|
@@ -4913,7 +4891,6 @@
|
|
|
4913
4891
|
"pluginAlias": "@salesforce/plugin-packaging",
|
|
4914
4892
|
"pluginType": "jit",
|
|
4915
4893
|
"aliases": [
|
|
4916
|
-
"force:package1:beta:version:create:get",
|
|
4917
4894
|
"force:package1:version:create:get"
|
|
4918
4895
|
],
|
|
4919
4896
|
"examples": [
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "1.83.
|
|
4
|
+
"version": "1.83.3",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run"
|
|
@@ -62,13 +62,13 @@
|
|
|
62
62
|
"@salesforce/plugin-user"
|
|
63
63
|
],
|
|
64
64
|
"jitPlugins": {
|
|
65
|
-
"@salesforce/plugin-custom-metadata": "2.1.
|
|
66
|
-
"@salesforce/plugin-community": "2.3.
|
|
67
|
-
"@salesforce/plugin-dev": "0.7.
|
|
68
|
-
"@salesforce/plugin-env": "2.1.
|
|
65
|
+
"@salesforce/plugin-custom-metadata": "2.1.26",
|
|
66
|
+
"@salesforce/plugin-community": "2.3.2",
|
|
67
|
+
"@salesforce/plugin-dev": "0.7.10",
|
|
68
|
+
"@salesforce/plugin-env": "2.1.11",
|
|
69
69
|
"@salesforce/plugin-functions": "1.21.10",
|
|
70
|
-
"@salesforce/plugin-packaging": "1.
|
|
71
|
-
"@salesforce/plugin-signups": "1.4.
|
|
70
|
+
"@salesforce/plugin-packaging": "1.20.0",
|
|
71
|
+
"@salesforce/plugin-signups": "1.4.22",
|
|
72
72
|
"@salesforce/sfdx-plugin-lwc-test": "1.0.2",
|
|
73
73
|
"@salesforce/sfdx-scanner": "3.13.0"
|
|
74
74
|
},
|
|
@@ -116,28 +116,28 @@
|
|
|
116
116
|
"@oclif/plugin-autocomplete": "2.3.0",
|
|
117
117
|
"@oclif/plugin-commands": "2.2.15",
|
|
118
118
|
"@oclif/plugin-help": "5.2.9",
|
|
119
|
-
"@oclif/plugin-not-found": "2.3.
|
|
119
|
+
"@oclif/plugin-not-found": "2.3.25",
|
|
120
120
|
"@oclif/plugin-plugins": "3.1.2",
|
|
121
121
|
"@oclif/plugin-search": "0.0.17",
|
|
122
|
-
"@oclif/plugin-update": "3.1.
|
|
122
|
+
"@oclif/plugin-update": "3.1.18",
|
|
123
123
|
"@oclif/plugin-version": "1.3.4",
|
|
124
124
|
"@oclif/plugin-warn-if-update-available": "2.0.37",
|
|
125
125
|
"@oclif/plugin-which": "2.2.22",
|
|
126
|
-
"@salesforce/core": "4.2.
|
|
126
|
+
"@salesforce/core": "4.2.2",
|
|
127
127
|
"@salesforce/plugin-apex": "2.3.3",
|
|
128
128
|
"@salesforce/plugin-auth": "2.8.1",
|
|
129
|
-
"@salesforce/plugin-data": "2.3.
|
|
130
|
-
"@salesforce/plugin-deploy-retrieve": "1.11.
|
|
131
|
-
"@salesforce/plugin-info": "2.6.
|
|
132
|
-
"@salesforce/plugin-limits": "2.3.
|
|
129
|
+
"@salesforce/plugin-data": "2.3.24",
|
|
130
|
+
"@salesforce/plugin-deploy-retrieve": "1.11.11",
|
|
131
|
+
"@salesforce/plugin-info": "2.6.20",
|
|
132
|
+
"@salesforce/plugin-limits": "2.3.20",
|
|
133
133
|
"@salesforce/plugin-login": "1.2.11",
|
|
134
|
-
"@salesforce/plugin-org": "2.9.
|
|
135
|
-
"@salesforce/plugin-schema": "2.3.
|
|
136
|
-
"@salesforce/plugin-settings": "1.4.
|
|
137
|
-
"@salesforce/plugin-sobject": "0.1.
|
|
138
|
-
"@salesforce/plugin-source": "2.10.
|
|
139
|
-
"@salesforce/plugin-telemetry": "2.2.
|
|
140
|
-
"@salesforce/plugin-templates": "55.4.
|
|
134
|
+
"@salesforce/plugin-org": "2.9.12",
|
|
135
|
+
"@salesforce/plugin-schema": "2.3.13",
|
|
136
|
+
"@salesforce/plugin-settings": "1.4.12",
|
|
137
|
+
"@salesforce/plugin-sobject": "0.1.25",
|
|
138
|
+
"@salesforce/plugin-source": "2.10.15",
|
|
139
|
+
"@salesforce/plugin-telemetry": "2.2.1",
|
|
140
|
+
"@salesforce/plugin-templates": "55.4.21",
|
|
141
141
|
"@salesforce/plugin-trust": "2.4.20",
|
|
142
142
|
"@salesforce/plugin-user": "2.3.17",
|
|
143
143
|
"@salesforce/sf-plugins-core": "3.0.4",
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
],
|
|
179
179
|
"resolutions": {
|
|
180
180
|
"@salesforce/schemas": "1.5.1",
|
|
181
|
-
"@salesforce/templates": "
|
|
181
|
+
"@salesforce/templates": "58.0.0"
|
|
182
182
|
},
|
|
183
183
|
"repository": "salesforcecli/cli",
|
|
184
184
|
"scripts": {
|