@salesforce/cli 2.3.6 → 2.3.7
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 +455 -183
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.7",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.3.
|
|
9
|
+
"version": "2.3.7",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@oclif/core": "2.11.
|
|
13
|
+
"@oclif/core": "2.11.5",
|
|
14
14
|
"@oclif/plugin-autocomplete": "2.3.3",
|
|
15
15
|
"@oclif/plugin-commands": "2.2.21",
|
|
16
16
|
"@oclif/plugin-help": "5.2.15",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@salesforce/plugin-auth": "2.8.10",
|
|
27
27
|
"@salesforce/plugin-data": "2.5.4",
|
|
28
28
|
"@salesforce/plugin-deploy-retrieve": "1.16.4",
|
|
29
|
-
"@salesforce/plugin-info": "2.6.
|
|
29
|
+
"@salesforce/plugin-info": "2.6.35",
|
|
30
30
|
"@salesforce/plugin-limits": "2.3.27",
|
|
31
31
|
"@salesforce/plugin-login": "1.2.23",
|
|
32
32
|
"@salesforce/plugin-org": "2.9.28",
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
"@salesforce/plugin-source": "2.10.28",
|
|
37
37
|
"@salesforce/plugin-telemetry": "2.2.3",
|
|
38
38
|
"@salesforce/plugin-templates": "55.5.7",
|
|
39
|
-
"@salesforce/plugin-trust": "2.
|
|
39
|
+
"@salesforce/plugin-trust": "2.5.0",
|
|
40
40
|
"@salesforce/plugin-user": "2.3.27",
|
|
41
|
-
"@salesforce/sf-plugins-core": "3.1.
|
|
41
|
+
"@salesforce/sf-plugins-core": "3.1.13",
|
|
42
42
|
"debug": "^4.3.4",
|
|
43
43
|
"semver": "^7.5.4",
|
|
44
44
|
"tslib": "^2.4.1"
|
|
@@ -53,11 +53,11 @@
|
|
|
53
53
|
"@salesforce/dev-scripts": "^3.1.1",
|
|
54
54
|
"@salesforce/plugin-release-management": "^3.16.11",
|
|
55
55
|
"@salesforce/prettier-config": "^0.0.3",
|
|
56
|
-
"@salesforce/ts-sinon": "^1.4.
|
|
56
|
+
"@salesforce/ts-sinon": "^1.4.13",
|
|
57
57
|
"@types/debug": "^4.1.8",
|
|
58
58
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
59
59
|
"@typescript-eslint/parser": "^5.62.0",
|
|
60
|
-
"aws-sdk": "^2.
|
|
60
|
+
"aws-sdk": "^2.1425.0",
|
|
61
61
|
"chai": "^4.3.7",
|
|
62
62
|
"eslint": "^8.45.0",
|
|
63
63
|
"eslint-config-oclif": "^3.1",
|
|
@@ -825,30 +825,6 @@
|
|
|
825
825
|
"node": ">=v14"
|
|
826
826
|
}
|
|
827
827
|
},
|
|
828
|
-
"node_modules/@commitlint/config-validator/node_modules/ajv": {
|
|
829
|
-
"version": "8.12.0",
|
|
830
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
|
|
831
|
-
"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
|
|
832
|
-
"dev": true,
|
|
833
|
-
"license": "MIT",
|
|
834
|
-
"dependencies": {
|
|
835
|
-
"fast-deep-equal": "^3.1.1",
|
|
836
|
-
"json-schema-traverse": "^1.0.0",
|
|
837
|
-
"require-from-string": "^2.0.2",
|
|
838
|
-
"uri-js": "^4.2.2"
|
|
839
|
-
},
|
|
840
|
-
"funding": {
|
|
841
|
-
"type": "github",
|
|
842
|
-
"url": "https://github.com/sponsors/epoberezkin"
|
|
843
|
-
}
|
|
844
|
-
},
|
|
845
|
-
"node_modules/@commitlint/config-validator/node_modules/json-schema-traverse": {
|
|
846
|
-
"version": "1.0.0",
|
|
847
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
848
|
-
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
849
|
-
"dev": true,
|
|
850
|
-
"license": "MIT"
|
|
851
|
-
},
|
|
852
828
|
"node_modules/@commitlint/ensure": {
|
|
853
829
|
"version": "17.4.4",
|
|
854
830
|
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-17.4.4.tgz",
|
|
@@ -1329,6 +1305,23 @@
|
|
|
1329
1305
|
"url": "https://opencollective.com/eslint"
|
|
1330
1306
|
}
|
|
1331
1307
|
},
|
|
1308
|
+
"node_modules/@eslint/eslintrc/node_modules/ajv": {
|
|
1309
|
+
"version": "6.12.6",
|
|
1310
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
|
|
1311
|
+
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
|
|
1312
|
+
"dev": true,
|
|
1313
|
+
"license": "MIT",
|
|
1314
|
+
"dependencies": {
|
|
1315
|
+
"fast-deep-equal": "^3.1.1",
|
|
1316
|
+
"fast-json-stable-stringify": "^2.0.0",
|
|
1317
|
+
"json-schema-traverse": "^0.4.1",
|
|
1318
|
+
"uri-js": "^4.2.2"
|
|
1319
|
+
},
|
|
1320
|
+
"funding": {
|
|
1321
|
+
"type": "github",
|
|
1322
|
+
"url": "https://github.com/sponsors/epoberezkin"
|
|
1323
|
+
}
|
|
1324
|
+
},
|
|
1332
1325
|
"node_modules/@eslint/eslintrc/node_modules/argparse": {
|
|
1333
1326
|
"version": "2.0.1",
|
|
1334
1327
|
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
@@ -1380,6 +1373,13 @@
|
|
|
1380
1373
|
"js-yaml": "bin/js-yaml.js"
|
|
1381
1374
|
}
|
|
1382
1375
|
},
|
|
1376
|
+
"node_modules/@eslint/eslintrc/node_modules/json-schema-traverse": {
|
|
1377
|
+
"version": "0.4.1",
|
|
1378
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
|
|
1379
|
+
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
|
|
1380
|
+
"dev": true,
|
|
1381
|
+
"license": "MIT"
|
|
1382
|
+
},
|
|
1383
1383
|
"node_modules/@eslint/js": {
|
|
1384
1384
|
"version": "8.44.0",
|
|
1385
1385
|
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.44.0.tgz",
|
|
@@ -2993,9 +2993,9 @@
|
|
|
2993
2993
|
}
|
|
2994
2994
|
},
|
|
2995
2995
|
"node_modules/@oclif/core": {
|
|
2996
|
-
"version": "2.11.
|
|
2997
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.11.
|
|
2998
|
-
"integrity": "sha512
|
|
2996
|
+
"version": "2.11.5",
|
|
2997
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.11.5.tgz",
|
|
2998
|
+
"integrity": "sha512-ALv0YyaMwfy+LRGigKoqST/It8uYBwp1+3F4OpwmPpQl7BiRCGbOBnJSrWNNCAEMZiYpWNgF/3WQVB5VUQlYbQ==",
|
|
2999
2999
|
"license": "MIT",
|
|
3000
3000
|
"dependencies": {
|
|
3001
3001
|
"@types/cli-progress": "^3.11.0",
|
|
@@ -8237,22 +8237,6 @@
|
|
|
8237
8237
|
"node": ">=16.0.0"
|
|
8238
8238
|
}
|
|
8239
8239
|
},
|
|
8240
|
-
"node_modules/@salesforce/core/node_modules/ajv": {
|
|
8241
|
-
"version": "8.12.0",
|
|
8242
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
|
|
8243
|
-
"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
|
|
8244
|
-
"license": "MIT",
|
|
8245
|
-
"dependencies": {
|
|
8246
|
-
"fast-deep-equal": "^3.1.1",
|
|
8247
|
-
"json-schema-traverse": "^1.0.0",
|
|
8248
|
-
"require-from-string": "^2.0.2",
|
|
8249
|
-
"uri-js": "^4.2.2"
|
|
8250
|
-
},
|
|
8251
|
-
"funding": {
|
|
8252
|
-
"type": "github",
|
|
8253
|
-
"url": "https://github.com/sponsors/epoberezkin"
|
|
8254
|
-
}
|
|
8255
|
-
},
|
|
8256
8240
|
"node_modules/@salesforce/core/node_modules/debug": {
|
|
8257
8241
|
"version": "3.2.7",
|
|
8258
8242
|
"resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
|
|
@@ -8262,12 +8246,6 @@
|
|
|
8262
8246
|
"ms": "^2.1.1"
|
|
8263
8247
|
}
|
|
8264
8248
|
},
|
|
8265
|
-
"node_modules/@salesforce/core/node_modules/json-schema-traverse": {
|
|
8266
|
-
"version": "1.0.0",
|
|
8267
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
8268
|
-
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
8269
|
-
"license": "MIT"
|
|
8270
|
-
},
|
|
8271
8249
|
"node_modules/@salesforce/dev-config": {
|
|
8272
8250
|
"version": "4.0.1",
|
|
8273
8251
|
"resolved": "https://registry.npmjs.org/@salesforce/dev-config/-/dev-config-4.0.1.tgz",
|
|
@@ -8485,6 +8463,23 @@
|
|
|
8485
8463
|
"dev": true,
|
|
8486
8464
|
"license": "MIT"
|
|
8487
8465
|
},
|
|
8466
|
+
"node_modules/@salesforce/dev-scripts/node_modules/ajv": {
|
|
8467
|
+
"version": "6.12.6",
|
|
8468
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
|
|
8469
|
+
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
|
|
8470
|
+
"dev": true,
|
|
8471
|
+
"license": "MIT",
|
|
8472
|
+
"dependencies": {
|
|
8473
|
+
"fast-deep-equal": "^3.1.1",
|
|
8474
|
+
"fast-json-stable-stringify": "^2.0.0",
|
|
8475
|
+
"json-schema-traverse": "^0.4.1",
|
|
8476
|
+
"uri-js": "^4.2.2"
|
|
8477
|
+
},
|
|
8478
|
+
"funding": {
|
|
8479
|
+
"type": "github",
|
|
8480
|
+
"url": "https://github.com/sponsors/epoberezkin"
|
|
8481
|
+
}
|
|
8482
|
+
},
|
|
8488
8483
|
"node_modules/@salesforce/dev-scripts/node_modules/cosmiconfig": {
|
|
8489
8484
|
"version": "7.1.0",
|
|
8490
8485
|
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz",
|
|
@@ -8739,6 +8734,13 @@
|
|
|
8739
8734
|
"node": ">= 4"
|
|
8740
8735
|
}
|
|
8741
8736
|
},
|
|
8737
|
+
"node_modules/@salesforce/dev-scripts/node_modules/json-schema-traverse": {
|
|
8738
|
+
"version": "0.4.1",
|
|
8739
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
|
|
8740
|
+
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
|
|
8741
|
+
"dev": true,
|
|
8742
|
+
"license": "MIT"
|
|
8743
|
+
},
|
|
8742
8744
|
"node_modules/@salesforce/dev-scripts/node_modules/ms": {
|
|
8743
8745
|
"version": "2.0.0",
|
|
8744
8746
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
|
|
@@ -8946,23 +8948,6 @@
|
|
|
8946
8948
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
8947
8949
|
}
|
|
8948
8950
|
},
|
|
8949
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/ajv": {
|
|
8950
|
-
"version": "8.12.0",
|
|
8951
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
|
|
8952
|
-
"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
|
|
8953
|
-
"dev": true,
|
|
8954
|
-
"license": "MIT",
|
|
8955
|
-
"dependencies": {
|
|
8956
|
-
"fast-deep-equal": "^3.1.1",
|
|
8957
|
-
"json-schema-traverse": "^1.0.0",
|
|
8958
|
-
"require-from-string": "^2.0.2",
|
|
8959
|
-
"uri-js": "^4.2.2"
|
|
8960
|
-
},
|
|
8961
|
-
"funding": {
|
|
8962
|
-
"type": "github",
|
|
8963
|
-
"url": "https://github.com/sponsors/epoberezkin"
|
|
8964
|
-
}
|
|
8965
|
-
},
|
|
8966
8951
|
"node_modules/@salesforce/plugin-command-reference/node_modules/chalk": {
|
|
8967
8952
|
"version": "3.0.0",
|
|
8968
8953
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz",
|
|
@@ -8987,13 +8972,6 @@
|
|
|
8987
8972
|
"ms": "^2.1.1"
|
|
8988
8973
|
}
|
|
8989
8974
|
},
|
|
8990
|
-
"node_modules/@salesforce/plugin-command-reference/node_modules/json-schema-traverse": {
|
|
8991
|
-
"version": "1.0.0",
|
|
8992
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
8993
|
-
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
8994
|
-
"dev": true,
|
|
8995
|
-
"license": "MIT"
|
|
8996
|
-
},
|
|
8997
8975
|
"node_modules/@salesforce/plugin-command-reference/node_modules/jsonwebtoken": {
|
|
8998
8976
|
"version": "9.0.0",
|
|
8999
8977
|
"resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz",
|
|
@@ -9069,9 +9047,9 @@
|
|
|
9069
9047
|
}
|
|
9070
9048
|
},
|
|
9071
9049
|
"node_modules/@salesforce/plugin-info": {
|
|
9072
|
-
"version": "2.6.
|
|
9073
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-2.6.
|
|
9074
|
-
"integrity": "sha512-
|
|
9050
|
+
"version": "2.6.35",
|
|
9051
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-2.6.35.tgz",
|
|
9052
|
+
"integrity": "sha512-kqNixAuPCyIowZ7xtKWtYXyeqIbIvMBrZEPqtmYIKVc5UduymibWqY4o2xc+am/Jjsl5/Pdb2KU1o7a3VHZ4vA==",
|
|
9075
9053
|
"license": "BSD-3-Clause",
|
|
9076
9054
|
"dependencies": {
|
|
9077
9055
|
"@oclif/core": "^2.8.11",
|
|
@@ -9397,23 +9375,6 @@
|
|
|
9397
9375
|
"tslib": "^2.5.0"
|
|
9398
9376
|
}
|
|
9399
9377
|
},
|
|
9400
|
-
"node_modules/@salesforce/plugin-release-management/node_modules/ajv": {
|
|
9401
|
-
"version": "8.12.0",
|
|
9402
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
|
|
9403
|
-
"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
|
|
9404
|
-
"dev": true,
|
|
9405
|
-
"license": "MIT",
|
|
9406
|
-
"dependencies": {
|
|
9407
|
-
"fast-deep-equal": "^3.1.1",
|
|
9408
|
-
"json-schema-traverse": "^1.0.0",
|
|
9409
|
-
"require-from-string": "^2.0.2",
|
|
9410
|
-
"uri-js": "^4.2.2"
|
|
9411
|
-
},
|
|
9412
|
-
"funding": {
|
|
9413
|
-
"type": "github",
|
|
9414
|
-
"url": "https://github.com/sponsors/epoberezkin"
|
|
9415
|
-
}
|
|
9416
|
-
},
|
|
9417
9378
|
"node_modules/@salesforce/plugin-release-management/node_modules/data-uri-to-buffer": {
|
|
9418
9379
|
"version": "3.0.1",
|
|
9419
9380
|
"resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-3.0.1.tgz",
|
|
@@ -9498,13 +9459,6 @@
|
|
|
9498
9459
|
"node": ">= 6"
|
|
9499
9460
|
}
|
|
9500
9461
|
},
|
|
9501
|
-
"node_modules/@salesforce/plugin-release-management/node_modules/json-schema-traverse": {
|
|
9502
|
-
"version": "1.0.0",
|
|
9503
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
9504
|
-
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
9505
|
-
"dev": true,
|
|
9506
|
-
"license": "MIT"
|
|
9507
|
-
},
|
|
9508
9462
|
"node_modules/@salesforce/plugin-release-management/node_modules/jsonwebtoken": {
|
|
9509
9463
|
"version": "9.0.0",
|
|
9510
9464
|
"resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz",
|
|
@@ -9737,14 +9691,14 @@
|
|
|
9737
9691
|
}
|
|
9738
9692
|
},
|
|
9739
9693
|
"node_modules/@salesforce/plugin-trust": {
|
|
9740
|
-
"version": "2.
|
|
9741
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-2.
|
|
9742
|
-
"integrity": "sha512-
|
|
9694
|
+
"version": "2.5.0",
|
|
9695
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-2.5.0.tgz",
|
|
9696
|
+
"integrity": "sha512-RYg1lL3mUmCFWP6VsW9P77gaOPpokOUxj2gVOZ+JApcKtFVdRttyy56w+W5HiMubFMHV+4xKDy+LaaB8Kyjbzg==",
|
|
9743
9697
|
"license": "BSD-3-Clause",
|
|
9744
9698
|
"dependencies": {
|
|
9745
|
-
"@oclif/core": "^2.
|
|
9746
|
-
"@salesforce/core": "^
|
|
9747
|
-
"@salesforce/sf-plugins-core": "^3.1.
|
|
9699
|
+
"@oclif/core": "^2.11.1",
|
|
9700
|
+
"@salesforce/core": "^5.1.4",
|
|
9701
|
+
"@salesforce/sf-plugins-core": "^3.1.13",
|
|
9748
9702
|
"@salesforce/telemetry": "^3.2.29",
|
|
9749
9703
|
"got": "^11",
|
|
9750
9704
|
"npm": "^8.19.4",
|
|
@@ -9760,6 +9714,34 @@
|
|
|
9760
9714
|
"node": ">=16.0.0"
|
|
9761
9715
|
}
|
|
9762
9716
|
},
|
|
9717
|
+
"node_modules/@salesforce/plugin-trust/node_modules/@salesforce/core": {
|
|
9718
|
+
"version": "5.1.4",
|
|
9719
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-5.1.4.tgz",
|
|
9720
|
+
"integrity": "sha512-pvITb9oOvhlSeIJZ9vr0nhoCAJK5oduar+pIYChdV+QTsZnIvmyIwLxOdxvZ7rvlpy7wKkm2tLKTXXPlncOWEA==",
|
|
9721
|
+
"license": "BSD-3-Clause",
|
|
9722
|
+
"dependencies": {
|
|
9723
|
+
"@salesforce/kit": "^3.0.6",
|
|
9724
|
+
"@salesforce/schemas": "^1.6.0",
|
|
9725
|
+
"@salesforce/ts-types": "^2.0.5",
|
|
9726
|
+
"@types/semver": "^7.5.0",
|
|
9727
|
+
"ajv": "^8.12.0",
|
|
9728
|
+
"change-case": "^4.1.2",
|
|
9729
|
+
"faye": "^1.4.0",
|
|
9730
|
+
"form-data": "^4.0.0",
|
|
9731
|
+
"js2xmlparser": "^4.0.1",
|
|
9732
|
+
"jsforce": "^2.0.0-beta.27",
|
|
9733
|
+
"jsonwebtoken": "9.0.1",
|
|
9734
|
+
"jszip": "3.10.1",
|
|
9735
|
+
"pino": "^8.14.2",
|
|
9736
|
+
"pino-abstract-transport": "^1.0.0",
|
|
9737
|
+
"pino-pretty": "^10.2.0",
|
|
9738
|
+
"proper-lockfile": "^4.1.2",
|
|
9739
|
+
"ts-retry-promise": "^0.7.0"
|
|
9740
|
+
},
|
|
9741
|
+
"engines": {
|
|
9742
|
+
"node": ">=16.0.0"
|
|
9743
|
+
}
|
|
9744
|
+
},
|
|
9763
9745
|
"node_modules/@salesforce/plugin-user": {
|
|
9764
9746
|
"version": "2.3.27",
|
|
9765
9747
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-2.3.27.tgz",
|
|
@@ -9791,12 +9773,12 @@
|
|
|
9791
9773
|
"license": "ISC"
|
|
9792
9774
|
},
|
|
9793
9775
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
9794
|
-
"version": "3.1.
|
|
9795
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-3.1.
|
|
9796
|
-
"integrity": "sha512-
|
|
9776
|
+
"version": "3.1.13",
|
|
9777
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-3.1.13.tgz",
|
|
9778
|
+
"integrity": "sha512-zPHpvTmSZHJ3fYANVwfDoxwF5p7YFMsdTnHXvHCRAvGcaQaEb6+Jb+2wNeb/gXEFT3nD1kGa0QZ01v6QztTpUQ==",
|
|
9797
9779
|
"license": "BSD-3-Clause",
|
|
9798
9780
|
"dependencies": {
|
|
9799
|
-
"@oclif/core": "^2.
|
|
9781
|
+
"@oclif/core": "^2.11.1",
|
|
9800
9782
|
"@salesforce/core": "^4.3.11",
|
|
9801
9783
|
"@salesforce/kit": "^3.0.6",
|
|
9802
9784
|
"@salesforce/ts-types": "^2.0.5",
|
|
@@ -9917,22 +9899,6 @@
|
|
|
9917
9899
|
"tslib": "^2.5.0"
|
|
9918
9900
|
}
|
|
9919
9901
|
},
|
|
9920
|
-
"node_modules/@salesforce/telemetry/node_modules/ajv": {
|
|
9921
|
-
"version": "8.12.0",
|
|
9922
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
|
|
9923
|
-
"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
|
|
9924
|
-
"license": "MIT",
|
|
9925
|
-
"dependencies": {
|
|
9926
|
-
"fast-deep-equal": "^3.1.1",
|
|
9927
|
-
"json-schema-traverse": "^1.0.0",
|
|
9928
|
-
"require-from-string": "^2.0.2",
|
|
9929
|
-
"uri-js": "^4.2.2"
|
|
9930
|
-
},
|
|
9931
|
-
"funding": {
|
|
9932
|
-
"type": "github",
|
|
9933
|
-
"url": "https://github.com/sponsors/epoberezkin"
|
|
9934
|
-
}
|
|
9935
|
-
},
|
|
9936
9902
|
"node_modules/@salesforce/telemetry/node_modules/debug": {
|
|
9937
9903
|
"version": "3.2.7",
|
|
9938
9904
|
"resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
|
|
@@ -9942,12 +9908,6 @@
|
|
|
9942
9908
|
"ms": "^2.1.1"
|
|
9943
9909
|
}
|
|
9944
9910
|
},
|
|
9945
|
-
"node_modules/@salesforce/telemetry/node_modules/json-schema-traverse": {
|
|
9946
|
-
"version": "1.0.0",
|
|
9947
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
9948
|
-
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
9949
|
-
"license": "MIT"
|
|
9950
|
-
},
|
|
9951
9911
|
"node_modules/@salesforce/telemetry/node_modules/jsonwebtoken": {
|
|
9952
9912
|
"version": "9.0.0",
|
|
9953
9913
|
"resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz",
|
|
@@ -10021,15 +9981,15 @@
|
|
|
10021
9981
|
"license": "0BSD"
|
|
10022
9982
|
},
|
|
10023
9983
|
"node_modules/@salesforce/ts-sinon": {
|
|
10024
|
-
"version": "1.4.
|
|
10025
|
-
"resolved": "https://registry.npmjs.org/@salesforce/ts-sinon/-/ts-sinon-1.4.
|
|
10026
|
-
"integrity": "sha512-
|
|
9984
|
+
"version": "1.4.13",
|
|
9985
|
+
"resolved": "https://registry.npmjs.org/@salesforce/ts-sinon/-/ts-sinon-1.4.13.tgz",
|
|
9986
|
+
"integrity": "sha512-1eFEzZIoA72XRqwr693i4emfKfZroKaxv2kLXgi9iSzeANALv8SaXrYhH1qoQKiSZKAN9AhwwZzgPEUsgW2cgQ==",
|
|
10027
9987
|
"dev": true,
|
|
10028
9988
|
"license": "BSD-3-Clause",
|
|
10029
9989
|
"dependencies": {
|
|
10030
9990
|
"@salesforce/ts-types": "^2.0.5",
|
|
10031
9991
|
"sinon": "^5.1.1",
|
|
10032
|
-
"tslib": "^2.6.
|
|
9992
|
+
"tslib": "^2.6.1"
|
|
10033
9993
|
}
|
|
10034
9994
|
},
|
|
10035
9995
|
"node_modules/@salesforce/ts-sinon/node_modules/@sinonjs/samsam": {
|
|
@@ -10907,15 +10867,14 @@
|
|
|
10907
10867
|
}
|
|
10908
10868
|
},
|
|
10909
10869
|
"node_modules/ajv": {
|
|
10910
|
-
"version": "
|
|
10911
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-
|
|
10912
|
-
"integrity": "sha512-
|
|
10913
|
-
"dev": true,
|
|
10870
|
+
"version": "8.12.0",
|
|
10871
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
|
|
10872
|
+
"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
|
|
10914
10873
|
"license": "MIT",
|
|
10915
10874
|
"dependencies": {
|
|
10916
10875
|
"fast-deep-equal": "^3.1.1",
|
|
10917
|
-
"
|
|
10918
|
-
"
|
|
10876
|
+
"json-schema-traverse": "^1.0.0",
|
|
10877
|
+
"require-from-string": "^2.0.2",
|
|
10919
10878
|
"uri-js": "^4.2.2"
|
|
10920
10879
|
},
|
|
10921
10880
|
"funding": {
|
|
@@ -11387,6 +11346,15 @@
|
|
|
11387
11346
|
"node": ">= 4.0.0"
|
|
11388
11347
|
}
|
|
11389
11348
|
},
|
|
11349
|
+
"node_modules/atomic-sleep": {
|
|
11350
|
+
"version": "1.0.0",
|
|
11351
|
+
"resolved": "https://registry.npmjs.org/atomic-sleep/-/atomic-sleep-1.0.0.tgz",
|
|
11352
|
+
"integrity": "sha512-kNOjDqAh7px0XWNI+4QbzoiR/nTkHAWNud2uvnJquD1/x5a7EQZMJT0AczqK0Qn67oY/TTQ1LbUKajZpp3I9tQ==",
|
|
11353
|
+
"license": "MIT",
|
|
11354
|
+
"engines": {
|
|
11355
|
+
"node": ">=8.0.0"
|
|
11356
|
+
}
|
|
11357
|
+
},
|
|
11390
11358
|
"node_modules/available-typed-arrays": {
|
|
11391
11359
|
"version": "1.0.5",
|
|
11392
11360
|
"resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz",
|
|
@@ -11401,9 +11369,9 @@
|
|
|
11401
11369
|
}
|
|
11402
11370
|
},
|
|
11403
11371
|
"node_modules/aws-sdk": {
|
|
11404
|
-
"version": "2.
|
|
11405
|
-
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.
|
|
11406
|
-
"integrity": "sha512-
|
|
11372
|
+
"version": "2.1425.0",
|
|
11373
|
+
"resolved": "https://registry.npmjs.org/aws-sdk/-/aws-sdk-2.1425.0.tgz",
|
|
11374
|
+
"integrity": "sha512-DbY5z7E8RsrX8/0pMBKMuh/rWFic3AghtU2AWkUdzxDi0cUSK7rOSPS/OIURU9Rh0jaNXoA0ujBDdx/CC5CvRA==",
|
|
11407
11375
|
"dev": true,
|
|
11408
11376
|
"license": "Apache-2.0",
|
|
11409
11377
|
"dependencies": {
|
|
@@ -12566,6 +12534,12 @@
|
|
|
12566
12534
|
"color-support": "bin.js"
|
|
12567
12535
|
}
|
|
12568
12536
|
},
|
|
12537
|
+
"node_modules/colorette": {
|
|
12538
|
+
"version": "2.0.20",
|
|
12539
|
+
"resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz",
|
|
12540
|
+
"integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==",
|
|
12541
|
+
"license": "MIT"
|
|
12542
|
+
},
|
|
12569
12543
|
"node_modules/colors": {
|
|
12570
12544
|
"version": "1.0.3",
|
|
12571
12545
|
"resolved": "https://registry.npmjs.org/colors/-/colors-1.0.3.tgz",
|
|
@@ -14984,6 +14958,23 @@
|
|
|
14984
14958
|
"node": ">=4"
|
|
14985
14959
|
}
|
|
14986
14960
|
},
|
|
14961
|
+
"node_modules/eslint/node_modules/ajv": {
|
|
14962
|
+
"version": "6.12.6",
|
|
14963
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
|
|
14964
|
+
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
|
|
14965
|
+
"dev": true,
|
|
14966
|
+
"license": "MIT",
|
|
14967
|
+
"dependencies": {
|
|
14968
|
+
"fast-deep-equal": "^3.1.1",
|
|
14969
|
+
"fast-json-stable-stringify": "^2.0.0",
|
|
14970
|
+
"json-schema-traverse": "^0.4.1",
|
|
14971
|
+
"uri-js": "^4.2.2"
|
|
14972
|
+
},
|
|
14973
|
+
"funding": {
|
|
14974
|
+
"type": "github",
|
|
14975
|
+
"url": "https://github.com/sponsors/epoberezkin"
|
|
14976
|
+
}
|
|
14977
|
+
},
|
|
14987
14978
|
"node_modules/eslint/node_modules/argparse": {
|
|
14988
14979
|
"version": "2.0.1",
|
|
14989
14980
|
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
@@ -15095,6 +15086,13 @@
|
|
|
15095
15086
|
"js-yaml": "bin/js-yaml.js"
|
|
15096
15087
|
}
|
|
15097
15088
|
},
|
|
15089
|
+
"node_modules/eslint/node_modules/json-schema-traverse": {
|
|
15090
|
+
"version": "0.4.1",
|
|
15091
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
|
|
15092
|
+
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
|
|
15093
|
+
"dev": true,
|
|
15094
|
+
"license": "MIT"
|
|
15095
|
+
},
|
|
15098
15096
|
"node_modules/eslint/node_modules/locate-path": {
|
|
15099
15097
|
"version": "6.0.0",
|
|
15100
15098
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
@@ -15340,6 +15338,12 @@
|
|
|
15340
15338
|
"node": ">=8"
|
|
15341
15339
|
}
|
|
15342
15340
|
},
|
|
15341
|
+
"node_modules/fast-copy": {
|
|
15342
|
+
"version": "3.0.1",
|
|
15343
|
+
"resolved": "https://registry.npmjs.org/fast-copy/-/fast-copy-3.0.1.tgz",
|
|
15344
|
+
"integrity": "sha512-Knr7NOtK3HWRYGtHoJrjkaWepqT8thIVGAwt0p0aUs1zqkAzXZV4vo9fFNwyb5fcqK1GKYFYxldQdIDVKhUAfA==",
|
|
15345
|
+
"license": "MIT"
|
|
15346
|
+
},
|
|
15343
15347
|
"node_modules/fast-deep-equal": {
|
|
15344
15348
|
"version": "3.1.3",
|
|
15345
15349
|
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
|
|
@@ -15378,6 +15382,21 @@
|
|
|
15378
15382
|
"fastest-levenshtein": "^1.0.7"
|
|
15379
15383
|
}
|
|
15380
15384
|
},
|
|
15385
|
+
"node_modules/fast-redact": {
|
|
15386
|
+
"version": "3.3.0",
|
|
15387
|
+
"resolved": "https://registry.npmjs.org/fast-redact/-/fast-redact-3.3.0.tgz",
|
|
15388
|
+
"integrity": "sha512-6T5V1QK1u4oF+ATxs1lWUmlEk6P2T9HqJG3e2DnHOdVgZy2rFJBoEnrIedcTXlkAHU/zKC+7KETJ+KGGKwxgMQ==",
|
|
15389
|
+
"license": "MIT",
|
|
15390
|
+
"engines": {
|
|
15391
|
+
"node": ">=6"
|
|
15392
|
+
}
|
|
15393
|
+
},
|
|
15394
|
+
"node_modules/fast-safe-stringify": {
|
|
15395
|
+
"version": "2.1.1",
|
|
15396
|
+
"resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz",
|
|
15397
|
+
"integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==",
|
|
15398
|
+
"license": "MIT"
|
|
15399
|
+
},
|
|
15381
15400
|
"node_modules/fast-xml-parser": {
|
|
15382
15401
|
"version": "4.2.6",
|
|
15383
15402
|
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.2.6.tgz",
|
|
@@ -16618,6 +16637,47 @@
|
|
|
16618
16637
|
"tslib": "^2.0.3"
|
|
16619
16638
|
}
|
|
16620
16639
|
},
|
|
16640
|
+
"node_modules/help-me": {
|
|
16641
|
+
"version": "4.2.0",
|
|
16642
|
+
"resolved": "https://registry.npmjs.org/help-me/-/help-me-4.2.0.tgz",
|
|
16643
|
+
"integrity": "sha512-TAOnTB8Tz5Dw8penUuzHVrKNKlCIbwwbHnXraNJxPwf8LRtE2HlM84RYuezMFcwOJmoYOCWVDyJ8TQGxn9PgxA==",
|
|
16644
|
+
"license": "MIT",
|
|
16645
|
+
"dependencies": {
|
|
16646
|
+
"glob": "^8.0.0",
|
|
16647
|
+
"readable-stream": "^3.6.0"
|
|
16648
|
+
}
|
|
16649
|
+
},
|
|
16650
|
+
"node_modules/help-me/node_modules/glob": {
|
|
16651
|
+
"version": "8.1.0",
|
|
16652
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz",
|
|
16653
|
+
"integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==",
|
|
16654
|
+
"license": "ISC",
|
|
16655
|
+
"dependencies": {
|
|
16656
|
+
"fs.realpath": "^1.0.0",
|
|
16657
|
+
"inflight": "^1.0.4",
|
|
16658
|
+
"inherits": "2",
|
|
16659
|
+
"minimatch": "^5.0.1",
|
|
16660
|
+
"once": "^1.3.0"
|
|
16661
|
+
},
|
|
16662
|
+
"engines": {
|
|
16663
|
+
"node": ">=12"
|
|
16664
|
+
},
|
|
16665
|
+
"funding": {
|
|
16666
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
16667
|
+
}
|
|
16668
|
+
},
|
|
16669
|
+
"node_modules/help-me/node_modules/minimatch": {
|
|
16670
|
+
"version": "5.1.6",
|
|
16671
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
|
|
16672
|
+
"integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
|
|
16673
|
+
"license": "ISC",
|
|
16674
|
+
"dependencies": {
|
|
16675
|
+
"brace-expansion": "^2.0.1"
|
|
16676
|
+
},
|
|
16677
|
+
"engines": {
|
|
16678
|
+
"node": ">=10"
|
|
16679
|
+
}
|
|
16680
|
+
},
|
|
16621
16681
|
"node_modules/hosted-git-info": {
|
|
16622
16682
|
"version": "5.2.1",
|
|
16623
16683
|
"resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-5.2.1.tgz",
|
|
@@ -17753,6 +17813,15 @@
|
|
|
17753
17813
|
"node": ">= 0.6.0"
|
|
17754
17814
|
}
|
|
17755
17815
|
},
|
|
17816
|
+
"node_modules/joycon": {
|
|
17817
|
+
"version": "3.1.1",
|
|
17818
|
+
"resolved": "https://registry.npmjs.org/joycon/-/joycon-3.1.1.tgz",
|
|
17819
|
+
"integrity": "sha512-34wB/Y7MW7bzjKRjUKTa46I2Z7eV62Rkhva+KkopW7Qvv/OSWBqvkSY7vusOPrNuZcUG3tApvdVgNB8POj3SPw==",
|
|
17820
|
+
"license": "MIT",
|
|
17821
|
+
"engines": {
|
|
17822
|
+
"node": ">=10"
|
|
17823
|
+
}
|
|
17824
|
+
},
|
|
17756
17825
|
"node_modules/js-tokens": {
|
|
17757
17826
|
"version": "4.0.0",
|
|
17758
17827
|
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
|
|
@@ -17937,10 +18006,9 @@
|
|
|
17937
18006
|
"license": "MIT"
|
|
17938
18007
|
},
|
|
17939
18008
|
"node_modules/json-schema-traverse": {
|
|
17940
|
-
"version": "0.
|
|
17941
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.
|
|
17942
|
-
"integrity": "sha512-
|
|
17943
|
-
"dev": true,
|
|
18009
|
+
"version": "1.0.0",
|
|
18010
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
18011
|
+
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
17944
18012
|
"license": "MIT"
|
|
17945
18013
|
},
|
|
17946
18014
|
"node_modules/json-stable-stringify-without-jsonify": {
|
|
@@ -24468,6 +24536,12 @@
|
|
|
24468
24536
|
"node": ">=12.0.0"
|
|
24469
24537
|
}
|
|
24470
24538
|
},
|
|
24539
|
+
"node_modules/on-exit-leak-free": {
|
|
24540
|
+
"version": "2.1.0",
|
|
24541
|
+
"resolved": "https://registry.npmjs.org/on-exit-leak-free/-/on-exit-leak-free-2.1.0.tgz",
|
|
24542
|
+
"integrity": "sha512-VuCaZZAjReZ3vUwgOB8LxAosIurDiAW0s13rI1YwmaP++jvcxP77AWoQvenZebpCA2m8WC1/EosPYPMjnRAp/w==",
|
|
24543
|
+
"license": "MIT"
|
|
24544
|
+
},
|
|
24471
24545
|
"node_modules/once": {
|
|
24472
24546
|
"version": "1.4.0",
|
|
24473
24547
|
"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
|
|
@@ -25505,6 +25579,185 @@
|
|
|
25505
25579
|
"node": ">=6"
|
|
25506
25580
|
}
|
|
25507
25581
|
},
|
|
25582
|
+
"node_modules/pino": {
|
|
25583
|
+
"version": "8.14.2",
|
|
25584
|
+
"resolved": "https://registry.npmjs.org/pino/-/pino-8.14.2.tgz",
|
|
25585
|
+
"integrity": "sha512-zKu9aWeSWTy1JgvxIpZveJKKsAr4+6uNMZ0Vf0KRwzl/UNZA3XjHiIl/0WwqLMkDwuHuDkT5xAgPA2jpKq4whA==",
|
|
25586
|
+
"license": "MIT",
|
|
25587
|
+
"dependencies": {
|
|
25588
|
+
"atomic-sleep": "^1.0.0",
|
|
25589
|
+
"fast-redact": "^3.1.1",
|
|
25590
|
+
"on-exit-leak-free": "^2.1.0",
|
|
25591
|
+
"pino-abstract-transport": "v1.0.0",
|
|
25592
|
+
"pino-std-serializers": "^6.0.0",
|
|
25593
|
+
"process-warning": "^2.0.0",
|
|
25594
|
+
"quick-format-unescaped": "^4.0.3",
|
|
25595
|
+
"real-require": "^0.2.0",
|
|
25596
|
+
"safe-stable-stringify": "^2.3.1",
|
|
25597
|
+
"sonic-boom": "^3.1.0",
|
|
25598
|
+
"thread-stream": "^2.0.0"
|
|
25599
|
+
},
|
|
25600
|
+
"bin": {
|
|
25601
|
+
"pino": "bin.js"
|
|
25602
|
+
}
|
|
25603
|
+
},
|
|
25604
|
+
"node_modules/pino-abstract-transport": {
|
|
25605
|
+
"version": "1.0.0",
|
|
25606
|
+
"resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-1.0.0.tgz",
|
|
25607
|
+
"integrity": "sha512-c7vo5OpW4wIS42hUVcT5REsL8ZljsUfBjqV/e2sFxmFEFZiq1XLUp5EYLtuDH6PEHq9W1egWqRbnLUP5FuZmOA==",
|
|
25608
|
+
"license": "MIT",
|
|
25609
|
+
"dependencies": {
|
|
25610
|
+
"readable-stream": "^4.0.0",
|
|
25611
|
+
"split2": "^4.0.0"
|
|
25612
|
+
}
|
|
25613
|
+
},
|
|
25614
|
+
"node_modules/pino-abstract-transport/node_modules/buffer": {
|
|
25615
|
+
"version": "6.0.3",
|
|
25616
|
+
"resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
|
|
25617
|
+
"integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
|
|
25618
|
+
"funding": [
|
|
25619
|
+
{
|
|
25620
|
+
"type": "github",
|
|
25621
|
+
"url": "https://github.com/sponsors/feross"
|
|
25622
|
+
},
|
|
25623
|
+
{
|
|
25624
|
+
"type": "patreon",
|
|
25625
|
+
"url": "https://www.patreon.com/feross"
|
|
25626
|
+
},
|
|
25627
|
+
{
|
|
25628
|
+
"type": "consulting",
|
|
25629
|
+
"url": "https://feross.org/support"
|
|
25630
|
+
}
|
|
25631
|
+
],
|
|
25632
|
+
"license": "MIT",
|
|
25633
|
+
"dependencies": {
|
|
25634
|
+
"base64-js": "^1.3.1",
|
|
25635
|
+
"ieee754": "^1.2.1"
|
|
25636
|
+
}
|
|
25637
|
+
},
|
|
25638
|
+
"node_modules/pino-abstract-transport/node_modules/events": {
|
|
25639
|
+
"version": "3.3.0",
|
|
25640
|
+
"resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
|
|
25641
|
+
"integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
|
|
25642
|
+
"license": "MIT",
|
|
25643
|
+
"engines": {
|
|
25644
|
+
"node": ">=0.8.x"
|
|
25645
|
+
}
|
|
25646
|
+
},
|
|
25647
|
+
"node_modules/pino-abstract-transport/node_modules/readable-stream": {
|
|
25648
|
+
"version": "4.4.2",
|
|
25649
|
+
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.4.2.tgz",
|
|
25650
|
+
"integrity": "sha512-Lk/fICSyIhodxy1IDK2HazkeGjSmezAWX2egdtJnYhtzKEsBPJowlI6F6LPb5tqIQILrMbx22S5o3GuJavPusA==",
|
|
25651
|
+
"license": "MIT",
|
|
25652
|
+
"dependencies": {
|
|
25653
|
+
"abort-controller": "^3.0.0",
|
|
25654
|
+
"buffer": "^6.0.3",
|
|
25655
|
+
"events": "^3.3.0",
|
|
25656
|
+
"process": "^0.11.10",
|
|
25657
|
+
"string_decoder": "^1.3.0"
|
|
25658
|
+
},
|
|
25659
|
+
"engines": {
|
|
25660
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
25661
|
+
}
|
|
25662
|
+
},
|
|
25663
|
+
"node_modules/pino-abstract-transport/node_modules/split2": {
|
|
25664
|
+
"version": "4.2.0",
|
|
25665
|
+
"resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
|
|
25666
|
+
"integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
|
|
25667
|
+
"license": "ISC",
|
|
25668
|
+
"engines": {
|
|
25669
|
+
"node": ">= 10.x"
|
|
25670
|
+
}
|
|
25671
|
+
},
|
|
25672
|
+
"node_modules/pino-pretty": {
|
|
25673
|
+
"version": "10.2.0",
|
|
25674
|
+
"resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-10.2.0.tgz",
|
|
25675
|
+
"integrity": "sha512-tRvpyEmGtc2D+Lr3FulIZ+R1baggQ4S3xD2Ar93KixFEDx6SEAUP3W5aYuEw1C73d6ROrNcB2IXLteW8itlwhA==",
|
|
25676
|
+
"license": "MIT",
|
|
25677
|
+
"dependencies": {
|
|
25678
|
+
"colorette": "^2.0.7",
|
|
25679
|
+
"dateformat": "^4.6.3",
|
|
25680
|
+
"fast-copy": "^3.0.0",
|
|
25681
|
+
"fast-safe-stringify": "^2.1.1",
|
|
25682
|
+
"help-me": "^4.0.1",
|
|
25683
|
+
"joycon": "^3.1.1",
|
|
25684
|
+
"minimist": "^1.2.6",
|
|
25685
|
+
"on-exit-leak-free": "^2.1.0",
|
|
25686
|
+
"pino-abstract-transport": "^1.0.0",
|
|
25687
|
+
"pump": "^3.0.0",
|
|
25688
|
+
"readable-stream": "^4.0.0",
|
|
25689
|
+
"secure-json-parse": "^2.4.0",
|
|
25690
|
+
"sonic-boom": "^3.0.0",
|
|
25691
|
+
"strip-json-comments": "^3.1.1"
|
|
25692
|
+
},
|
|
25693
|
+
"bin": {
|
|
25694
|
+
"pino-pretty": "bin.js"
|
|
25695
|
+
}
|
|
25696
|
+
},
|
|
25697
|
+
"node_modules/pino-pretty/node_modules/buffer": {
|
|
25698
|
+
"version": "6.0.3",
|
|
25699
|
+
"resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
|
|
25700
|
+
"integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
|
|
25701
|
+
"funding": [
|
|
25702
|
+
{
|
|
25703
|
+
"type": "github",
|
|
25704
|
+
"url": "https://github.com/sponsors/feross"
|
|
25705
|
+
},
|
|
25706
|
+
{
|
|
25707
|
+
"type": "patreon",
|
|
25708
|
+
"url": "https://www.patreon.com/feross"
|
|
25709
|
+
},
|
|
25710
|
+
{
|
|
25711
|
+
"type": "consulting",
|
|
25712
|
+
"url": "https://feross.org/support"
|
|
25713
|
+
}
|
|
25714
|
+
],
|
|
25715
|
+
"license": "MIT",
|
|
25716
|
+
"dependencies": {
|
|
25717
|
+
"base64-js": "^1.3.1",
|
|
25718
|
+
"ieee754": "^1.2.1"
|
|
25719
|
+
}
|
|
25720
|
+
},
|
|
25721
|
+
"node_modules/pino-pretty/node_modules/dateformat": {
|
|
25722
|
+
"version": "4.6.3",
|
|
25723
|
+
"resolved": "https://registry.npmjs.org/dateformat/-/dateformat-4.6.3.tgz",
|
|
25724
|
+
"integrity": "sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA==",
|
|
25725
|
+
"license": "MIT",
|
|
25726
|
+
"engines": {
|
|
25727
|
+
"node": "*"
|
|
25728
|
+
}
|
|
25729
|
+
},
|
|
25730
|
+
"node_modules/pino-pretty/node_modules/events": {
|
|
25731
|
+
"version": "3.3.0",
|
|
25732
|
+
"resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
|
|
25733
|
+
"integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
|
|
25734
|
+
"license": "MIT",
|
|
25735
|
+
"engines": {
|
|
25736
|
+
"node": ">=0.8.x"
|
|
25737
|
+
}
|
|
25738
|
+
},
|
|
25739
|
+
"node_modules/pino-pretty/node_modules/readable-stream": {
|
|
25740
|
+
"version": "4.4.2",
|
|
25741
|
+
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.4.2.tgz",
|
|
25742
|
+
"integrity": "sha512-Lk/fICSyIhodxy1IDK2HazkeGjSmezAWX2egdtJnYhtzKEsBPJowlI6F6LPb5tqIQILrMbx22S5o3GuJavPusA==",
|
|
25743
|
+
"license": "MIT",
|
|
25744
|
+
"dependencies": {
|
|
25745
|
+
"abort-controller": "^3.0.0",
|
|
25746
|
+
"buffer": "^6.0.3",
|
|
25747
|
+
"events": "^3.3.0",
|
|
25748
|
+
"process": "^0.11.10",
|
|
25749
|
+
"string_decoder": "^1.3.0"
|
|
25750
|
+
},
|
|
25751
|
+
"engines": {
|
|
25752
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
25753
|
+
}
|
|
25754
|
+
},
|
|
25755
|
+
"node_modules/pino-std-serializers": {
|
|
25756
|
+
"version": "6.2.2",
|
|
25757
|
+
"resolved": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz",
|
|
25758
|
+
"integrity": "sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==",
|
|
25759
|
+
"license": "MIT"
|
|
25760
|
+
},
|
|
25508
25761
|
"node_modules/pkg-dir": {
|
|
25509
25762
|
"version": "4.2.0",
|
|
25510
25763
|
"resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
|
|
@@ -25763,6 +26016,12 @@
|
|
|
25763
26016
|
"node": ">=8"
|
|
25764
26017
|
}
|
|
25765
26018
|
},
|
|
26019
|
+
"node_modules/process-warning": {
|
|
26020
|
+
"version": "2.2.0",
|
|
26021
|
+
"resolved": "https://registry.npmjs.org/process-warning/-/process-warning-2.2.0.tgz",
|
|
26022
|
+
"integrity": "sha512-/1WZ8+VQjR6avWOgHeEPd7SDQmFQ1B5mC1eRXsCm5TarlNmx/wCsa5GEaxGm05BORRtyG/Ex/3xq3TuRvq57qg==",
|
|
26023
|
+
"license": "MIT"
|
|
26024
|
+
},
|
|
25766
26025
|
"node_modules/progress": {
|
|
25767
26026
|
"version": "2.0.3",
|
|
25768
26027
|
"resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz",
|
|
@@ -26310,6 +26569,12 @@
|
|
|
26310
26569
|
],
|
|
26311
26570
|
"license": "MIT"
|
|
26312
26571
|
},
|
|
26572
|
+
"node_modules/quick-format-unescaped": {
|
|
26573
|
+
"version": "4.0.4",
|
|
26574
|
+
"resolved": "https://registry.npmjs.org/quick-format-unescaped/-/quick-format-unescaped-4.0.4.tgz",
|
|
26575
|
+
"integrity": "sha512-tYC1Q1hgyRuHgloV/YXs2w15unPVh8qfu/qCTfhTYamaw7fyhumKa2yGpdSo87vY32rIclj+4fWYQXUMs9EHvg==",
|
|
26576
|
+
"license": "MIT"
|
|
26577
|
+
},
|
|
26313
26578
|
"node_modules/quick-lru": {
|
|
26314
26579
|
"version": "5.1.1",
|
|
26315
26580
|
"resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-5.1.1.tgz",
|
|
@@ -26676,6 +26941,15 @@
|
|
|
26676
26941
|
"node": ">=8.10.0"
|
|
26677
26942
|
}
|
|
26678
26943
|
},
|
|
26944
|
+
"node_modules/real-require": {
|
|
26945
|
+
"version": "0.2.0",
|
|
26946
|
+
"resolved": "https://registry.npmjs.org/real-require/-/real-require-0.2.0.tgz",
|
|
26947
|
+
"integrity": "sha512-57frrGM/OCTLqLOAh0mhVA9VBMHd+9U7Zb2THMGdBUoZVOtGbJzjxsYGDJ3A9AYYCP4hn6y1TVbaOfzWtm5GFg==",
|
|
26948
|
+
"license": "MIT",
|
|
26949
|
+
"engines": {
|
|
26950
|
+
"node": ">= 12.13.0"
|
|
26951
|
+
}
|
|
26952
|
+
},
|
|
26679
26953
|
"node_modules/rechoir": {
|
|
26680
26954
|
"version": "0.6.2",
|
|
26681
26955
|
"resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz",
|
|
@@ -27053,7 +27327,6 @@
|
|
|
27053
27327
|
"version": "2.4.3",
|
|
27054
27328
|
"resolved": "https://registry.npmjs.org/safe-stable-stringify/-/safe-stable-stringify-2.4.3.tgz",
|
|
27055
27329
|
"integrity": "sha512-e2bDA2WJT0wxseVd4lsDP4+3ONX6HpMXQa1ZhFQ7SU+GjvORCmShbCMltrtIDfkYhVHrOcPtj+KhmDBdPdZD1g==",
|
|
27056
|
-
"dev": true,
|
|
27057
27330
|
"license": "MIT",
|
|
27058
27331
|
"engines": {
|
|
27059
27332
|
"node": ">=10"
|
|
@@ -27088,6 +27361,12 @@
|
|
|
27088
27361
|
"node": ">=8"
|
|
27089
27362
|
}
|
|
27090
27363
|
},
|
|
27364
|
+
"node_modules/secure-json-parse": {
|
|
27365
|
+
"version": "2.7.0",
|
|
27366
|
+
"resolved": "https://registry.npmjs.org/secure-json-parse/-/secure-json-parse-2.7.0.tgz",
|
|
27367
|
+
"integrity": "sha512-6aU+Rwsezw7VR8/nyvKTx8QpWH9FrcYiXXlqC4z5d5XQBDRqtbfsRjnwGyqbi3gddNtWHuEk9OANUotL26qKUw==",
|
|
27368
|
+
"license": "BSD-3-Clause"
|
|
27369
|
+
},
|
|
27091
27370
|
"node_modules/semver": {
|
|
27092
27371
|
"version": "7.5.4",
|
|
27093
27372
|
"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz",
|
|
@@ -27452,6 +27731,15 @@
|
|
|
27452
27731
|
"integrity": "sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==",
|
|
27453
27732
|
"license": "MIT"
|
|
27454
27733
|
},
|
|
27734
|
+
"node_modules/sonic-boom": {
|
|
27735
|
+
"version": "3.3.0",
|
|
27736
|
+
"resolved": "https://registry.npmjs.org/sonic-boom/-/sonic-boom-3.3.0.tgz",
|
|
27737
|
+
"integrity": "sha512-LYxp34KlZ1a2Jb8ZQgFCK3niIHzibdwtwNUWKg0qQRzsDoJ3Gfgkf8KdBTFU3SkejDEIlWwnSnpVdOZIhFMl/g==",
|
|
27738
|
+
"license": "MIT",
|
|
27739
|
+
"dependencies": {
|
|
27740
|
+
"atomic-sleep": "^1.0.0"
|
|
27741
|
+
}
|
|
27742
|
+
},
|
|
27455
27743
|
"node_modules/sort-keys": {
|
|
27456
27744
|
"version": "4.2.0",
|
|
27457
27745
|
"resolved": "https://registry.npmjs.org/sort-keys/-/sort-keys-4.2.0.tgz",
|
|
@@ -28001,7 +28289,6 @@
|
|
|
28001
28289
|
"version": "3.1.1",
|
|
28002
28290
|
"resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
|
|
28003
28291
|
"integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
|
|
28004
|
-
"dev": true,
|
|
28005
28292
|
"license": "MIT",
|
|
28006
28293
|
"engines": {
|
|
28007
28294
|
"node": ">=8"
|
|
@@ -28070,30 +28357,6 @@
|
|
|
28070
28357
|
"node": ">=10.0.0"
|
|
28071
28358
|
}
|
|
28072
28359
|
},
|
|
28073
|
-
"node_modules/table/node_modules/ajv": {
|
|
28074
|
-
"version": "8.12.0",
|
|
28075
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz",
|
|
28076
|
-
"integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==",
|
|
28077
|
-
"dev": true,
|
|
28078
|
-
"license": "MIT",
|
|
28079
|
-
"dependencies": {
|
|
28080
|
-
"fast-deep-equal": "^3.1.1",
|
|
28081
|
-
"json-schema-traverse": "^1.0.0",
|
|
28082
|
-
"require-from-string": "^2.0.2",
|
|
28083
|
-
"uri-js": "^4.2.2"
|
|
28084
|
-
},
|
|
28085
|
-
"funding": {
|
|
28086
|
-
"type": "github",
|
|
28087
|
-
"url": "https://github.com/sponsors/epoberezkin"
|
|
28088
|
-
}
|
|
28089
|
-
},
|
|
28090
|
-
"node_modules/table/node_modules/json-schema-traverse": {
|
|
28091
|
-
"version": "1.0.0",
|
|
28092
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
28093
|
-
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
28094
|
-
"dev": true,
|
|
28095
|
-
"license": "MIT"
|
|
28096
|
-
},
|
|
28097
28360
|
"node_modules/taketalk": {
|
|
28098
28361
|
"version": "1.0.0",
|
|
28099
28362
|
"resolved": "https://registry.npmjs.org/taketalk/-/taketalk-1.0.0.tgz",
|
|
@@ -28208,6 +28471,15 @@
|
|
|
28208
28471
|
"url": "https://bevry.me/fund"
|
|
28209
28472
|
}
|
|
28210
28473
|
},
|
|
28474
|
+
"node_modules/thread-stream": {
|
|
28475
|
+
"version": "2.3.0",
|
|
28476
|
+
"resolved": "https://registry.npmjs.org/thread-stream/-/thread-stream-2.3.0.tgz",
|
|
28477
|
+
"integrity": "sha512-kaDqm1DET9pp3NXwR8382WHbnpXnRkN9xGN9dQt3B2+dmXiW8X1SOwmFOxAErEQ47ObhZ96J6yhZNXuyCOL7KA==",
|
|
28478
|
+
"license": "MIT",
|
|
28479
|
+
"dependencies": {
|
|
28480
|
+
"real-require": "^0.2.0"
|
|
28481
|
+
}
|
|
28482
|
+
},
|
|
28211
28483
|
"node_modules/through": {
|
|
28212
28484
|
"version": "2.3.8",
|
|
28213
28485
|
"resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.3.
|
|
4
|
+
"version": "2.3.7",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run",
|
|
@@ -119,7 +119,7 @@
|
|
|
119
119
|
]
|
|
120
120
|
},
|
|
121
121
|
"dependencies": {
|
|
122
|
-
"@oclif/core": "2.11.
|
|
122
|
+
"@oclif/core": "2.11.5",
|
|
123
123
|
"@oclif/plugin-autocomplete": "2.3.3",
|
|
124
124
|
"@oclif/plugin-commands": "2.2.21",
|
|
125
125
|
"@oclif/plugin-help": "5.2.15",
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
"@salesforce/plugin-auth": "2.8.10",
|
|
136
136
|
"@salesforce/plugin-data": "2.5.4",
|
|
137
137
|
"@salesforce/plugin-deploy-retrieve": "1.16.4",
|
|
138
|
-
"@salesforce/plugin-info": "2.6.
|
|
138
|
+
"@salesforce/plugin-info": "2.6.35",
|
|
139
139
|
"@salesforce/plugin-limits": "2.3.27",
|
|
140
140
|
"@salesforce/plugin-login": "1.2.23",
|
|
141
141
|
"@salesforce/plugin-org": "2.9.28",
|
|
@@ -145,9 +145,9 @@
|
|
|
145
145
|
"@salesforce/plugin-source": "2.10.28",
|
|
146
146
|
"@salesforce/plugin-telemetry": "2.2.3",
|
|
147
147
|
"@salesforce/plugin-templates": "55.5.7",
|
|
148
|
-
"@salesforce/plugin-trust": "2.
|
|
148
|
+
"@salesforce/plugin-trust": "2.5.0",
|
|
149
149
|
"@salesforce/plugin-user": "2.3.27",
|
|
150
|
-
"@salesforce/sf-plugins-core": "3.1.
|
|
150
|
+
"@salesforce/sf-plugins-core": "3.1.13",
|
|
151
151
|
"debug": "^4.3.4",
|
|
152
152
|
"semver": "^7.5.4",
|
|
153
153
|
"tslib": "^2.4.1"
|
|
@@ -233,11 +233,11 @@
|
|
|
233
233
|
"@salesforce/dev-scripts": "^3.1.1",
|
|
234
234
|
"@salesforce/plugin-release-management": "^3.16.11",
|
|
235
235
|
"@salesforce/prettier-config": "^0.0.3",
|
|
236
|
-
"@salesforce/ts-sinon": "^1.4.
|
|
236
|
+
"@salesforce/ts-sinon": "^1.4.13",
|
|
237
237
|
"@types/debug": "^4.1.8",
|
|
238
238
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
239
239
|
"@typescript-eslint/parser": "^5.62.0",
|
|
240
|
-
"aws-sdk": "^2.
|
|
240
|
+
"aws-sdk": "^2.1425.0",
|
|
241
241
|
"chai": "^4.3.7",
|
|
242
242
|
"eslint": "^8.45.0",
|
|
243
243
|
"eslint-config-oclif": "^3.1",
|