@salesforce/cli 2.1.6 → 2.2.0
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 +194 -145
- package/oclif.manifest.json +1 -1
- package/package.json +27 -27
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,44 +1,44 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.2.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.
|
|
9
|
+
"version": "2.2.0",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@oclif/core": "2.9.
|
|
14
|
-
"@oclif/plugin-autocomplete": "2.3.
|
|
15
|
-
"@oclif/plugin-commands": "2.2.
|
|
16
|
-
"@oclif/plugin-help": "5.2.
|
|
17
|
-
"@oclif/plugin-not-found": "2.3.
|
|
18
|
-
"@oclif/plugin-plugins": "3.1.
|
|
13
|
+
"@oclif/core": "2.9.4",
|
|
14
|
+
"@oclif/plugin-autocomplete": "2.3.3",
|
|
15
|
+
"@oclif/plugin-commands": "2.2.20",
|
|
16
|
+
"@oclif/plugin-help": "5.2.14",
|
|
17
|
+
"@oclif/plugin-not-found": "2.3.32",
|
|
18
|
+
"@oclif/plugin-plugins": "3.1.7",
|
|
19
19
|
"@oclif/plugin-search": "0.0.20",
|
|
20
|
-
"@oclif/plugin-update": "3.1.
|
|
20
|
+
"@oclif/plugin-update": "3.1.27",
|
|
21
21
|
"@oclif/plugin-version": "1.3.7",
|
|
22
|
-
"@oclif/plugin-warn-if-update-available": "2.0.
|
|
23
|
-
"@oclif/plugin-which": "2.2.
|
|
22
|
+
"@oclif/plugin-warn-if-update-available": "2.0.44",
|
|
23
|
+
"@oclif/plugin-which": "2.2.26",
|
|
24
24
|
"@salesforce/core": "^4.3.5",
|
|
25
25
|
"@salesforce/plugin-apex": "2.3.6",
|
|
26
26
|
"@salesforce/plugin-auth": "2.8.9",
|
|
27
|
-
"@salesforce/plugin-data": "2.5.
|
|
28
|
-
"@salesforce/plugin-deploy-retrieve": "1.16.
|
|
29
|
-
"@salesforce/plugin-info": "2.6.
|
|
27
|
+
"@salesforce/plugin-data": "2.5.2",
|
|
28
|
+
"@salesforce/plugin-deploy-retrieve": "1.16.1",
|
|
29
|
+
"@salesforce/plugin-info": "2.6.32",
|
|
30
30
|
"@salesforce/plugin-limits": "2.3.26",
|
|
31
|
-
"@salesforce/plugin-login": "1.2.
|
|
32
|
-
"@salesforce/plugin-org": "2.9.
|
|
31
|
+
"@salesforce/plugin-login": "1.2.21",
|
|
32
|
+
"@salesforce/plugin-org": "2.9.26",
|
|
33
33
|
"@salesforce/plugin-schema": "2.3.20",
|
|
34
34
|
"@salesforce/plugin-settings": "1.4.20",
|
|
35
|
-
"@salesforce/plugin-sobject": "0.1.
|
|
36
|
-
"@salesforce/plugin-source": "2.10.
|
|
35
|
+
"@salesforce/plugin-sobject": "0.1.38",
|
|
36
|
+
"@salesforce/plugin-source": "2.10.26",
|
|
37
37
|
"@salesforce/plugin-telemetry": "2.2.3",
|
|
38
38
|
"@salesforce/plugin-templates": "55.5.5",
|
|
39
|
-
"@salesforce/plugin-trust": "2.4.
|
|
40
|
-
"@salesforce/plugin-user": "2.3.
|
|
41
|
-
"@salesforce/sf-plugins-core": "3.1.
|
|
39
|
+
"@salesforce/plugin-trust": "2.4.33",
|
|
40
|
+
"@salesforce/plugin-user": "2.3.25",
|
|
41
|
+
"@salesforce/sf-plugins-core": "3.1.10",
|
|
42
42
|
"debug": "^4.3.4",
|
|
43
43
|
"semver": "^7.5.4",
|
|
44
44
|
"tslib": "^2.4.1"
|
|
@@ -55,15 +55,15 @@
|
|
|
55
55
|
"@salesforce/prettier-config": "^0.0.3",
|
|
56
56
|
"@salesforce/ts-sinon": "^1.4.10",
|
|
57
57
|
"@types/debug": "^4.1.8",
|
|
58
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
59
|
-
"@typescript-eslint/parser": "^5.
|
|
58
|
+
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
59
|
+
"@typescript-eslint/parser": "^5.62.0",
|
|
60
60
|
"aws-sdk": "^2.1415.0",
|
|
61
61
|
"chai": "^4.3.7",
|
|
62
62
|
"eslint": "^8.43.0",
|
|
63
63
|
"eslint-config-oclif": "^3.1",
|
|
64
64
|
"eslint-config-oclif-typescript": "^0.2.0",
|
|
65
65
|
"eslint-config-prettier": "^8.7.0",
|
|
66
|
-
"eslint-config-salesforce": "^2.0.
|
|
66
|
+
"eslint-config-salesforce": "^2.0.2",
|
|
67
67
|
"eslint-config-salesforce-license": "^0.2.0",
|
|
68
68
|
"eslint-config-salesforce-typescript": "^1.1.1",
|
|
69
69
|
"eslint-plugin-header": "^3.1.1",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"husky": "^7.0.4",
|
|
74
74
|
"mocha": "^9.2.2",
|
|
75
75
|
"nyc": "^15.1.0",
|
|
76
|
-
"oclif": "^3.9.
|
|
76
|
+
"oclif": "^3.9.2",
|
|
77
77
|
"prettier": "^2.8.8",
|
|
78
78
|
"pretty-quick": "^3.1.3",
|
|
79
79
|
"sinon": "^11.1.2",
|
|
@@ -2993,9 +2993,9 @@
|
|
|
2993
2993
|
}
|
|
2994
2994
|
},
|
|
2995
2995
|
"node_modules/@oclif/core": {
|
|
2996
|
-
"version": "2.9.
|
|
2997
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.9.
|
|
2998
|
-
"integrity": "sha512-
|
|
2996
|
+
"version": "2.9.4",
|
|
2997
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.9.4.tgz",
|
|
2998
|
+
"integrity": "sha512-eFRRpV+tJ6nMkhay2M9IppjSF3atRrgj6Qo83qUslaFSAW3NAl4mIhx1mKmTwQx5rgSrar03xICtSAWJ6gZtag==",
|
|
2999
2999
|
"license": "MIT",
|
|
3000
3000
|
"dependencies": {
|
|
3001
3001
|
"@types/cli-progress": "^3.11.0",
|
|
@@ -3312,9 +3312,9 @@
|
|
|
3312
3312
|
}
|
|
3313
3313
|
},
|
|
3314
3314
|
"node_modules/@oclif/plugin-autocomplete": {
|
|
3315
|
-
"version": "2.3.
|
|
3316
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-2.3.
|
|
3317
|
-
"integrity": "sha512-
|
|
3315
|
+
"version": "2.3.3",
|
|
3316
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-2.3.3.tgz",
|
|
3317
|
+
"integrity": "sha512-4/7l3YrACS7KfONoams7+xAbVfo7tje0t2Qp84/KAUpY1Yb/11AMPHtzgoRp5A5Y3OFPmLCfRF1YUydz+jGuwg==",
|
|
3318
3318
|
"license": "MIT",
|
|
3319
3319
|
"dependencies": {
|
|
3320
3320
|
"@oclif/core": "^2.8.2",
|
|
@@ -3361,12 +3361,12 @@
|
|
|
3361
3361
|
}
|
|
3362
3362
|
},
|
|
3363
3363
|
"node_modules/@oclif/plugin-commands": {
|
|
3364
|
-
"version": "2.2.
|
|
3365
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-2.2.
|
|
3366
|
-
"integrity": "sha512-
|
|
3364
|
+
"version": "2.2.20",
|
|
3365
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-2.2.20.tgz",
|
|
3366
|
+
"integrity": "sha512-zhF3rqVH+5AKAxzWKPl+Q8dAPQHoxPJh7QKxWXqsK/OdZ6L1UsstNY+mKDApnOQNVsLdglmexOz/IRDP2dVRBw==",
|
|
3367
3367
|
"license": "MIT",
|
|
3368
3368
|
"dependencies": {
|
|
3369
|
-
"@oclif/core": "^2.
|
|
3369
|
+
"@oclif/core": "^2.9.3",
|
|
3370
3370
|
"lodash": "^4.17.11"
|
|
3371
3371
|
},
|
|
3372
3372
|
"engines": {
|
|
@@ -3374,9 +3374,9 @@
|
|
|
3374
3374
|
}
|
|
3375
3375
|
},
|
|
3376
3376
|
"node_modules/@oclif/plugin-help": {
|
|
3377
|
-
"version": "5.2.
|
|
3378
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-5.2.
|
|
3379
|
-
"integrity": "sha512-
|
|
3377
|
+
"version": "5.2.14",
|
|
3378
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-5.2.14.tgz",
|
|
3379
|
+
"integrity": "sha512-7hMLc6zqxeRfG4nvHHQPpbaBj60efM3ULFkCpHZkdLms/ezIkNo40F661QuraIjMP/NN+U6VSfBCGuPkRyxVkA==",
|
|
3380
3380
|
"license": "MIT",
|
|
3381
3381
|
"dependencies": {
|
|
3382
3382
|
"@oclif/core": "^2.9.3"
|
|
@@ -3386,9 +3386,9 @@
|
|
|
3386
3386
|
}
|
|
3387
3387
|
},
|
|
3388
3388
|
"node_modules/@oclif/plugin-not-found": {
|
|
3389
|
-
"version": "2.3.
|
|
3390
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-2.3.
|
|
3391
|
-
"integrity": "sha512-
|
|
3389
|
+
"version": "2.3.32",
|
|
3390
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-2.3.32.tgz",
|
|
3391
|
+
"integrity": "sha512-tVFHfR9XRUWrcxBugHjFr7HUmbLheDX05IaFr7fMF2hcvcqDs3DBjy42WKEoXSaBVTcST6KKhoSy2UVX8pk9Fg==",
|
|
3392
3392
|
"license": "MIT",
|
|
3393
3393
|
"dependencies": {
|
|
3394
3394
|
"@oclif/color": "^1.0.8",
|
|
@@ -3400,9 +3400,9 @@
|
|
|
3400
3400
|
}
|
|
3401
3401
|
},
|
|
3402
3402
|
"node_modules/@oclif/plugin-plugins": {
|
|
3403
|
-
"version": "3.1.
|
|
3404
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-3.1.
|
|
3405
|
-
"integrity": "sha512-
|
|
3403
|
+
"version": "3.1.7",
|
|
3404
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-3.1.7.tgz",
|
|
3405
|
+
"integrity": "sha512-rGH3unndc5bY73b63K9IrGnXM6XeB7vOALKVHbbiia3fPIf4oG2ybjo1MBHyUsfwZYifRc/GK2RAZ8cle0GqDA==",
|
|
3406
3406
|
"license": "MIT",
|
|
3407
3407
|
"dependencies": {
|
|
3408
3408
|
"@oclif/color": "^1.0.4",
|
|
@@ -7795,9 +7795,9 @@
|
|
|
7795
7795
|
}
|
|
7796
7796
|
},
|
|
7797
7797
|
"node_modules/@oclif/plugin-update": {
|
|
7798
|
-
"version": "3.1.
|
|
7799
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-3.1.
|
|
7800
|
-
"integrity": "sha512-
|
|
7798
|
+
"version": "3.1.27",
|
|
7799
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-3.1.27.tgz",
|
|
7800
|
+
"integrity": "sha512-QJZGZ7WZIdE0g1PQ9E/jdfpStAaGI906f59dKWYyVx82vDyYc2hSMdiGiu1KFF6Q0ndR3Az37DSPVp1RPS+lpQ==",
|
|
7801
7801
|
"license": "MIT",
|
|
7802
7802
|
"dependencies": {
|
|
7803
7803
|
"@oclif/color": "^1.0.8",
|
|
@@ -7845,9 +7845,9 @@
|
|
|
7845
7845
|
}
|
|
7846
7846
|
},
|
|
7847
7847
|
"node_modules/@oclif/plugin-warn-if-update-available": {
|
|
7848
|
-
"version": "2.0.
|
|
7849
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-2.0.
|
|
7850
|
-
"integrity": "sha512-
|
|
7848
|
+
"version": "2.0.44",
|
|
7849
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-2.0.44.tgz",
|
|
7850
|
+
"integrity": "sha512-52Ww0B4F1tMhwjw2fe73lhmfDI/F4ynf3ur7/xnpnVBEvj5JG4sqolbEJV/0lV85+4dJNsYJRxubbPYjxcbCcA==",
|
|
7851
7851
|
"license": "MIT",
|
|
7852
7852
|
"dependencies": {
|
|
7853
7853
|
"@oclif/core": "^2.9.3",
|
|
@@ -7878,9 +7878,9 @@
|
|
|
7878
7878
|
}
|
|
7879
7879
|
},
|
|
7880
7880
|
"node_modules/@oclif/plugin-which": {
|
|
7881
|
-
"version": "2.2.
|
|
7882
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-2.2.
|
|
7883
|
-
"integrity": "sha512-
|
|
7881
|
+
"version": "2.2.26",
|
|
7882
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-2.2.26.tgz",
|
|
7883
|
+
"integrity": "sha512-zy+LFkO8dNx7+U4/XdgC192oSMJMfLIRqLKj/oUZS1c2R50pF6wIHvKPQBdKC2TJhS7QqlR4prekQGDfbF2+Fw==",
|
|
7884
7884
|
"license": "MIT",
|
|
7885
7885
|
"dependencies": {
|
|
7886
7886
|
"@oclif/core": "^2.9.3",
|
|
@@ -8211,9 +8211,9 @@
|
|
|
8211
8211
|
}
|
|
8212
8212
|
},
|
|
8213
8213
|
"node_modules/@salesforce/core": {
|
|
8214
|
-
"version": "4.3.
|
|
8215
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-4.3.
|
|
8216
|
-
"integrity": "sha512-
|
|
8214
|
+
"version": "4.3.11",
|
|
8215
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-4.3.11.tgz",
|
|
8216
|
+
"integrity": "sha512-rjrS0VoDlNaB4RYKLNZQ8+7QayWh5yTV79apCU9fYe0fR1D1p5tb+GAXe4B7AaOReQ8JOQhPBRMx1uzF3Lqn4A==",
|
|
8217
8217
|
"license": "BSD-3-Clause",
|
|
8218
8218
|
"dependencies": {
|
|
8219
8219
|
"@salesforce/bunyan": "^2.0.0",
|
|
@@ -8228,7 +8228,7 @@
|
|
|
8228
8228
|
"form-data": "^4.0.0",
|
|
8229
8229
|
"js2xmlparser": "^4.0.1",
|
|
8230
8230
|
"jsforce": "^2.0.0-beta.27",
|
|
8231
|
-
"jsonwebtoken": "9.0.
|
|
8231
|
+
"jsonwebtoken": "9.0.1",
|
|
8232
8232
|
"jszip": "3.10.1",
|
|
8233
8233
|
"proper-lockfile": "^4.1.2",
|
|
8234
8234
|
"ts-retry-promise": "^0.7.0"
|
|
@@ -8994,10 +8994,27 @@
|
|
|
8994
8994
|
"dev": true,
|
|
8995
8995
|
"license": "MIT"
|
|
8996
8996
|
},
|
|
8997
|
+
"node_modules/@salesforce/plugin-command-reference/node_modules/jsonwebtoken": {
|
|
8998
|
+
"version": "9.0.0",
|
|
8999
|
+
"resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz",
|
|
9000
|
+
"integrity": "sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==",
|
|
9001
|
+
"dev": true,
|
|
9002
|
+
"license": "MIT",
|
|
9003
|
+
"dependencies": {
|
|
9004
|
+
"jws": "^3.2.2",
|
|
9005
|
+
"lodash": "^4.17.21",
|
|
9006
|
+
"ms": "^2.1.1",
|
|
9007
|
+
"semver": "^7.3.8"
|
|
9008
|
+
},
|
|
9009
|
+
"engines": {
|
|
9010
|
+
"node": ">=12",
|
|
9011
|
+
"npm": ">=6"
|
|
9012
|
+
}
|
|
9013
|
+
},
|
|
8997
9014
|
"node_modules/@salesforce/plugin-data": {
|
|
8998
|
-
"version": "2.5.
|
|
8999
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-2.5.
|
|
9000
|
-
"integrity": "sha512-
|
|
9015
|
+
"version": "2.5.2",
|
|
9016
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-2.5.2.tgz",
|
|
9017
|
+
"integrity": "sha512-pwYUx0L3QOtMuaLSPLryT2E0CK/yOMI94EyG7rsn+0HGCeQVUDq/X+aeNwnh++9tkReyrJG93dW2GT9UvA174w==",
|
|
9001
9018
|
"license": "BSD-3-Clause",
|
|
9002
9019
|
"dependencies": {
|
|
9003
9020
|
"@oclif/core": "^2.8.11",
|
|
@@ -9016,9 +9033,9 @@
|
|
|
9016
9033
|
}
|
|
9017
9034
|
},
|
|
9018
9035
|
"node_modules/@salesforce/plugin-deploy-retrieve": {
|
|
9019
|
-
"version": "1.16.
|
|
9020
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-1.16.
|
|
9021
|
-
"integrity": "sha512
|
|
9036
|
+
"version": "1.16.1",
|
|
9037
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-1.16.1.tgz",
|
|
9038
|
+
"integrity": "sha512-/Yr78hDSp8O+wBUvv9tpWrC8HyDpbi0nVXST3HxmCsTkuo98dy2QO+moilPYErdK8/6eD8iVsF2VWnmFXM1W+A==",
|
|
9022
9039
|
"license": "BSD-3-Clause",
|
|
9023
9040
|
"dependencies": {
|
|
9024
9041
|
"@oclif/core": "^2.8.7",
|
|
@@ -9052,9 +9069,9 @@
|
|
|
9052
9069
|
}
|
|
9053
9070
|
},
|
|
9054
9071
|
"node_modules/@salesforce/plugin-info": {
|
|
9055
|
-
"version": "2.6.
|
|
9056
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-2.6.
|
|
9057
|
-
"integrity": "sha512-
|
|
9072
|
+
"version": "2.6.32",
|
|
9073
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-2.6.32.tgz",
|
|
9074
|
+
"integrity": "sha512-jzfZIN64JP+Y/7G8Av3lj0X5UFq3chdfkJGBG1rYfNxivYo1wJEzyvOoaltuMUwRUmKXsk5xrSnM+OnB9vnc+w==",
|
|
9058
9075
|
"license": "BSD-3-Clause",
|
|
9059
9076
|
"dependencies": {
|
|
9060
9077
|
"@oclif/core": "^2.8.11",
|
|
@@ -9091,9 +9108,9 @@
|
|
|
9091
9108
|
}
|
|
9092
9109
|
},
|
|
9093
9110
|
"node_modules/@salesforce/plugin-login": {
|
|
9094
|
-
"version": "1.2.
|
|
9095
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-login/-/plugin-login-1.2.
|
|
9096
|
-
"integrity": "sha512-
|
|
9111
|
+
"version": "1.2.21",
|
|
9112
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-login/-/plugin-login-1.2.21.tgz",
|
|
9113
|
+
"integrity": "sha512-yyqwsLku0dfd3X8/6Qbla6jUxZ7g3FPQcbuXm8tl42ER65ClPjJoQbEK5svoO69EQ9QDeD267xiadruJMpT4rA==",
|
|
9097
9114
|
"license": "BSD-3-Clause",
|
|
9098
9115
|
"dependencies": {
|
|
9099
9116
|
"@oclif/core": "^2.9.3",
|
|
@@ -9108,9 +9125,9 @@
|
|
|
9108
9125
|
}
|
|
9109
9126
|
},
|
|
9110
9127
|
"node_modules/@salesforce/plugin-org": {
|
|
9111
|
-
"version": "2.9.
|
|
9112
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-2.9.
|
|
9113
|
-
"integrity": "sha512-
|
|
9128
|
+
"version": "2.9.26",
|
|
9129
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-2.9.26.tgz",
|
|
9130
|
+
"integrity": "sha512-nukX01tpWInWL9uaW40UuwpdP96fHrEl491kODZAwG+mZGuGLhTr0RBDY3x+mJ9Ap2DWofe4mLCsTcJqTNkEVQ==",
|
|
9114
9131
|
"license": "BSD-3-Clause",
|
|
9115
9132
|
"dependencies": {
|
|
9116
9133
|
"@oclif/core": "^2.8.11",
|
|
@@ -9448,6 +9465,23 @@
|
|
|
9448
9465
|
"dev": true,
|
|
9449
9466
|
"license": "MIT"
|
|
9450
9467
|
},
|
|
9468
|
+
"node_modules/@salesforce/plugin-release-management/node_modules/jsonwebtoken": {
|
|
9469
|
+
"version": "9.0.0",
|
|
9470
|
+
"resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz",
|
|
9471
|
+
"integrity": "sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==",
|
|
9472
|
+
"dev": true,
|
|
9473
|
+
"license": "MIT",
|
|
9474
|
+
"dependencies": {
|
|
9475
|
+
"jws": "^3.2.2",
|
|
9476
|
+
"lodash": "^4.17.21",
|
|
9477
|
+
"ms": "^2.1.1",
|
|
9478
|
+
"semver": "^7.3.8"
|
|
9479
|
+
},
|
|
9480
|
+
"engines": {
|
|
9481
|
+
"node": ">=12",
|
|
9482
|
+
"npm": ">=6"
|
|
9483
|
+
}
|
|
9484
|
+
},
|
|
9451
9485
|
"node_modules/@salesforce/plugin-release-management/node_modules/lru-cache": {
|
|
9452
9486
|
"version": "5.1.1",
|
|
9453
9487
|
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
|
|
@@ -9553,9 +9587,9 @@
|
|
|
9553
9587
|
}
|
|
9554
9588
|
},
|
|
9555
9589
|
"node_modules/@salesforce/plugin-sobject": {
|
|
9556
|
-
"version": "0.1.
|
|
9557
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-0.1.
|
|
9558
|
-
"integrity": "sha512-
|
|
9590
|
+
"version": "0.1.38",
|
|
9591
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-0.1.38.tgz",
|
|
9592
|
+
"integrity": "sha512-m6M0lHiGBtX2EAVaeQafwcUuZBS/4x4yhVfQ5QQZKenBrsxz8QLCiXmODavZhtEiG8CRJw0po/PCCU1eVM543Q==",
|
|
9559
9593
|
"license": "BSD-3-Clause",
|
|
9560
9594
|
"dependencies": {
|
|
9561
9595
|
"@oclif/core": "^2.9.3",
|
|
@@ -9574,9 +9608,9 @@
|
|
|
9574
9608
|
}
|
|
9575
9609
|
},
|
|
9576
9610
|
"node_modules/@salesforce/plugin-source": {
|
|
9577
|
-
"version": "2.10.
|
|
9578
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-2.10.
|
|
9579
|
-
"integrity": "sha512-
|
|
9611
|
+
"version": "2.10.26",
|
|
9612
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-2.10.26.tgz",
|
|
9613
|
+
"integrity": "sha512-bXh9irDDXp3V4jsQTSRp6stAzddQc+NSmhZ8g2wMxPl/SUxyHPm1l8RCR3xyb/tTPxLZvWod4X90sxs/uD1kVQ==",
|
|
9580
9614
|
"license": "BSD-3-Clause",
|
|
9581
9615
|
"dependencies": {
|
|
9582
9616
|
"@oclif/core": "^2.8.10",
|
|
@@ -9631,14 +9665,13 @@
|
|
|
9631
9665
|
}
|
|
9632
9666
|
},
|
|
9633
9667
|
"node_modules/@salesforce/plugin-trust": {
|
|
9634
|
-
"version": "2.4.
|
|
9635
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-2.4.
|
|
9636
|
-
"integrity": "sha512-
|
|
9668
|
+
"version": "2.4.33",
|
|
9669
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-2.4.33.tgz",
|
|
9670
|
+
"integrity": "sha512-Sve5JFTDWABhhbW94M1xuS9UqwbO+J76ZxThgA//4JUipX1FAbypAgZGE1si2USi84L6jzyhxkKjwyGXWJ/cOA==",
|
|
9637
9671
|
"license": "BSD-3-Clause",
|
|
9638
9672
|
"dependencies": {
|
|
9639
9673
|
"@oclif/core": "^2.8.11",
|
|
9640
9674
|
"@salesforce/core": "^4.0.1",
|
|
9641
|
-
"@salesforce/plugin-telemetry": "^2.2.1",
|
|
9642
9675
|
"@salesforce/sf-plugins-core": "^3.1.7",
|
|
9643
9676
|
"@salesforce/telemetry": "^3.2.29",
|
|
9644
9677
|
"got": "^11",
|
|
@@ -9656,9 +9689,9 @@
|
|
|
9656
9689
|
}
|
|
9657
9690
|
},
|
|
9658
9691
|
"node_modules/@salesforce/plugin-user": {
|
|
9659
|
-
"version": "2.3.
|
|
9660
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-2.3.
|
|
9661
|
-
"integrity": "sha512-
|
|
9692
|
+
"version": "2.3.25",
|
|
9693
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-2.3.25.tgz",
|
|
9694
|
+
"integrity": "sha512-j1fgKr5+4vhdKKCF775KCDe5hun7JKkw9Hyv1g4UfffEBHG1OHh6/cMODPeoc3GPITRZSsjJiZ2qeVNjisDM4w==",
|
|
9662
9695
|
"license": "BSD-3-Clause",
|
|
9663
9696
|
"dependencies": {
|
|
9664
9697
|
"@oclif/core": "^2.8.11",
|
|
@@ -9686,13 +9719,13 @@
|
|
|
9686
9719
|
"license": "ISC"
|
|
9687
9720
|
},
|
|
9688
9721
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
9689
|
-
"version": "3.1.
|
|
9690
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-3.1.
|
|
9691
|
-
"integrity": "sha512-
|
|
9722
|
+
"version": "3.1.10",
|
|
9723
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-3.1.10.tgz",
|
|
9724
|
+
"integrity": "sha512-OrvDLWBloEQE5Hwvfc6EyHPGpMez8eAfTw9Toc3b3Kzx+iR2kuUDx/tXsOnxksrsYfgiywWbzWqeA2Q8j7zvKA==",
|
|
9692
9725
|
"license": "BSD-3-Clause",
|
|
9693
9726
|
"dependencies": {
|
|
9694
9727
|
"@oclif/core": "^2.9.3",
|
|
9695
|
-
"@salesforce/core": "^4.3.
|
|
9728
|
+
"@salesforce/core": "^4.3.11",
|
|
9696
9729
|
"@salesforce/kit": "^3.0.5",
|
|
9697
9730
|
"@salesforce/ts-types": "^2.0.5",
|
|
9698
9731
|
"chalk": "^4",
|
|
@@ -9842,6 +9875,22 @@
|
|
|
9842
9875
|
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
9843
9876
|
"license": "MIT"
|
|
9844
9877
|
},
|
|
9878
|
+
"node_modules/@salesforce/telemetry/node_modules/jsonwebtoken": {
|
|
9879
|
+
"version": "9.0.0",
|
|
9880
|
+
"resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz",
|
|
9881
|
+
"integrity": "sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==",
|
|
9882
|
+
"license": "MIT",
|
|
9883
|
+
"dependencies": {
|
|
9884
|
+
"jws": "^3.2.2",
|
|
9885
|
+
"lodash": "^4.17.21",
|
|
9886
|
+
"ms": "^2.1.1",
|
|
9887
|
+
"semver": "^7.3.8"
|
|
9888
|
+
},
|
|
9889
|
+
"engines": {
|
|
9890
|
+
"node": ">=12",
|
|
9891
|
+
"npm": ">=6"
|
|
9892
|
+
}
|
|
9893
|
+
},
|
|
9845
9894
|
"node_modules/@salesforce/templates": {
|
|
9846
9895
|
"version": "58.0.1",
|
|
9847
9896
|
"license": "BSD-3-Clause",
|
|
@@ -10401,16 +10450,16 @@
|
|
|
10401
10450
|
}
|
|
10402
10451
|
},
|
|
10403
10452
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
10404
|
-
"version": "5.
|
|
10405
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.
|
|
10406
|
-
"integrity": "sha512-
|
|
10453
|
+
"version": "5.62.0",
|
|
10454
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz",
|
|
10455
|
+
"integrity": "sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==",
|
|
10407
10456
|
"dev": true,
|
|
10408
10457
|
"license": "MIT",
|
|
10409
10458
|
"dependencies": {
|
|
10410
10459
|
"@eslint-community/regexpp": "^4.4.0",
|
|
10411
|
-
"@typescript-eslint/scope-manager": "5.
|
|
10412
|
-
"@typescript-eslint/type-utils": "5.
|
|
10413
|
-
"@typescript-eslint/utils": "5.
|
|
10460
|
+
"@typescript-eslint/scope-manager": "5.62.0",
|
|
10461
|
+
"@typescript-eslint/type-utils": "5.62.0",
|
|
10462
|
+
"@typescript-eslint/utils": "5.62.0",
|
|
10414
10463
|
"debug": "^4.3.4",
|
|
10415
10464
|
"graphemer": "^1.4.0",
|
|
10416
10465
|
"ignore": "^5.2.0",
|
|
@@ -10487,15 +10536,15 @@
|
|
|
10487
10536
|
}
|
|
10488
10537
|
},
|
|
10489
10538
|
"node_modules/@typescript-eslint/parser": {
|
|
10490
|
-
"version": "5.
|
|
10491
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.
|
|
10492
|
-
"integrity": "sha512-
|
|
10539
|
+
"version": "5.62.0",
|
|
10540
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.62.0.tgz",
|
|
10541
|
+
"integrity": "sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==",
|
|
10493
10542
|
"dev": true,
|
|
10494
10543
|
"license": "BSD-2-Clause",
|
|
10495
10544
|
"dependencies": {
|
|
10496
|
-
"@typescript-eslint/scope-manager": "5.
|
|
10497
|
-
"@typescript-eslint/types": "5.
|
|
10498
|
-
"@typescript-eslint/typescript-estree": "5.
|
|
10545
|
+
"@typescript-eslint/scope-manager": "5.62.0",
|
|
10546
|
+
"@typescript-eslint/types": "5.62.0",
|
|
10547
|
+
"@typescript-eslint/typescript-estree": "5.62.0",
|
|
10499
10548
|
"debug": "^4.3.4"
|
|
10500
10549
|
},
|
|
10501
10550
|
"engines": {
|
|
@@ -10515,14 +10564,14 @@
|
|
|
10515
10564
|
}
|
|
10516
10565
|
},
|
|
10517
10566
|
"node_modules/@typescript-eslint/scope-manager": {
|
|
10518
|
-
"version": "5.
|
|
10519
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.
|
|
10520
|
-
"integrity": "sha512-
|
|
10567
|
+
"version": "5.62.0",
|
|
10568
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz",
|
|
10569
|
+
"integrity": "sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==",
|
|
10521
10570
|
"dev": true,
|
|
10522
10571
|
"license": "MIT",
|
|
10523
10572
|
"dependencies": {
|
|
10524
|
-
"@typescript-eslint/types": "5.
|
|
10525
|
-
"@typescript-eslint/visitor-keys": "5.
|
|
10573
|
+
"@typescript-eslint/types": "5.62.0",
|
|
10574
|
+
"@typescript-eslint/visitor-keys": "5.62.0"
|
|
10526
10575
|
},
|
|
10527
10576
|
"engines": {
|
|
10528
10577
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
@@ -10533,14 +10582,14 @@
|
|
|
10533
10582
|
}
|
|
10534
10583
|
},
|
|
10535
10584
|
"node_modules/@typescript-eslint/type-utils": {
|
|
10536
|
-
"version": "5.
|
|
10537
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.
|
|
10538
|
-
"integrity": "sha512-
|
|
10585
|
+
"version": "5.62.0",
|
|
10586
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz",
|
|
10587
|
+
"integrity": "sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==",
|
|
10539
10588
|
"dev": true,
|
|
10540
10589
|
"license": "MIT",
|
|
10541
10590
|
"dependencies": {
|
|
10542
|
-
"@typescript-eslint/typescript-estree": "5.
|
|
10543
|
-
"@typescript-eslint/utils": "5.
|
|
10591
|
+
"@typescript-eslint/typescript-estree": "5.62.0",
|
|
10592
|
+
"@typescript-eslint/utils": "5.62.0",
|
|
10544
10593
|
"debug": "^4.3.4",
|
|
10545
10594
|
"tsutils": "^3.21.0"
|
|
10546
10595
|
},
|
|
@@ -10561,9 +10610,9 @@
|
|
|
10561
10610
|
}
|
|
10562
10611
|
},
|
|
10563
10612
|
"node_modules/@typescript-eslint/types": {
|
|
10564
|
-
"version": "5.
|
|
10565
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.
|
|
10566
|
-
"integrity": "sha512-
|
|
10613
|
+
"version": "5.62.0",
|
|
10614
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.62.0.tgz",
|
|
10615
|
+
"integrity": "sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==",
|
|
10567
10616
|
"dev": true,
|
|
10568
10617
|
"license": "MIT",
|
|
10569
10618
|
"engines": {
|
|
@@ -10575,14 +10624,14 @@
|
|
|
10575
10624
|
}
|
|
10576
10625
|
},
|
|
10577
10626
|
"node_modules/@typescript-eslint/typescript-estree": {
|
|
10578
|
-
"version": "5.
|
|
10579
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.
|
|
10580
|
-
"integrity": "sha512-
|
|
10627
|
+
"version": "5.62.0",
|
|
10628
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz",
|
|
10629
|
+
"integrity": "sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==",
|
|
10581
10630
|
"dev": true,
|
|
10582
10631
|
"license": "BSD-2-Clause",
|
|
10583
10632
|
"dependencies": {
|
|
10584
|
-
"@typescript-eslint/types": "5.
|
|
10585
|
-
"@typescript-eslint/visitor-keys": "5.
|
|
10633
|
+
"@typescript-eslint/types": "5.62.0",
|
|
10634
|
+
"@typescript-eslint/visitor-keys": "5.62.0",
|
|
10586
10635
|
"debug": "^4.3.4",
|
|
10587
10636
|
"globby": "^11.1.0",
|
|
10588
10637
|
"is-glob": "^4.0.3",
|
|
@@ -10603,18 +10652,18 @@
|
|
|
10603
10652
|
}
|
|
10604
10653
|
},
|
|
10605
10654
|
"node_modules/@typescript-eslint/utils": {
|
|
10606
|
-
"version": "5.
|
|
10607
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.
|
|
10608
|
-
"integrity": "sha512-
|
|
10655
|
+
"version": "5.62.0",
|
|
10656
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.62.0.tgz",
|
|
10657
|
+
"integrity": "sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==",
|
|
10609
10658
|
"dev": true,
|
|
10610
10659
|
"license": "MIT",
|
|
10611
10660
|
"dependencies": {
|
|
10612
10661
|
"@eslint-community/eslint-utils": "^4.2.0",
|
|
10613
10662
|
"@types/json-schema": "^7.0.9",
|
|
10614
10663
|
"@types/semver": "^7.3.12",
|
|
10615
|
-
"@typescript-eslint/scope-manager": "5.
|
|
10616
|
-
"@typescript-eslint/types": "5.
|
|
10617
|
-
"@typescript-eslint/typescript-estree": "5.
|
|
10664
|
+
"@typescript-eslint/scope-manager": "5.62.0",
|
|
10665
|
+
"@typescript-eslint/types": "5.62.0",
|
|
10666
|
+
"@typescript-eslint/typescript-estree": "5.62.0",
|
|
10618
10667
|
"eslint-scope": "^5.1.1",
|
|
10619
10668
|
"semver": "^7.3.7"
|
|
10620
10669
|
},
|
|
@@ -10630,13 +10679,13 @@
|
|
|
10630
10679
|
}
|
|
10631
10680
|
},
|
|
10632
10681
|
"node_modules/@typescript-eslint/visitor-keys": {
|
|
10633
|
-
"version": "5.
|
|
10634
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.
|
|
10635
|
-
"integrity": "sha512-
|
|
10682
|
+
"version": "5.62.0",
|
|
10683
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz",
|
|
10684
|
+
"integrity": "sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==",
|
|
10636
10685
|
"dev": true,
|
|
10637
10686
|
"license": "MIT",
|
|
10638
10687
|
"dependencies": {
|
|
10639
|
-
"@typescript-eslint/types": "5.
|
|
10688
|
+
"@typescript-eslint/types": "5.62.0",
|
|
10640
10689
|
"eslint-visitor-keys": "^3.3.0"
|
|
10641
10690
|
},
|
|
10642
10691
|
"engines": {
|
|
@@ -14458,9 +14507,9 @@
|
|
|
14458
14507
|
}
|
|
14459
14508
|
},
|
|
14460
14509
|
"node_modules/eslint-config-salesforce": {
|
|
14461
|
-
"version": "2.0.
|
|
14462
|
-
"resolved": "https://registry.npmjs.org/eslint-config-salesforce/-/eslint-config-salesforce-2.0.
|
|
14463
|
-
"integrity": "sha512-
|
|
14510
|
+
"version": "2.0.2",
|
|
14511
|
+
"resolved": "https://registry.npmjs.org/eslint-config-salesforce/-/eslint-config-salesforce-2.0.2.tgz",
|
|
14512
|
+
"integrity": "sha512-3jbrI+QFu/KaQbPYIBxItB3okqUtA4EBCGiR6s2kcUMIZBLBBGAURW0k62f9WAv1EagR3eUoO0m9ru7LTj2F5Q==",
|
|
14464
14513
|
"dev": true,
|
|
14465
14514
|
"license": "BSD-3-Clause"
|
|
14466
14515
|
},
|
|
@@ -17946,9 +17995,9 @@
|
|
|
17946
17995
|
}
|
|
17947
17996
|
},
|
|
17948
17997
|
"node_modules/jsonwebtoken": {
|
|
17949
|
-
"version": "9.0.
|
|
17950
|
-
"resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.
|
|
17951
|
-
"integrity": "sha512-
|
|
17998
|
+
"version": "9.0.1",
|
|
17999
|
+
"resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.1.tgz",
|
|
18000
|
+
"integrity": "sha512-K8wx7eJ5TPvEjuiVSkv167EVboBDv9PZdDoF7BgeQnBLVvZWW9clr2PsQHVJDTKaEIH5JBIwHujGcHp7GgI2eg==",
|
|
17952
18001
|
"license": "MIT",
|
|
17953
18002
|
"dependencies": {
|
|
17954
18003
|
"jws": "^3.2.2",
|
|
@@ -24355,16 +24404,16 @@
|
|
|
24355
24404
|
}
|
|
24356
24405
|
},
|
|
24357
24406
|
"node_modules/oclif": {
|
|
24358
|
-
"version": "3.9.
|
|
24359
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-3.9.
|
|
24360
|
-
"integrity": "sha512-
|
|
24407
|
+
"version": "3.9.2",
|
|
24408
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-3.9.2.tgz",
|
|
24409
|
+
"integrity": "sha512-iDauedLM+oHiG/se+68DENKk4+D/k733neOQq4ZXrcsHVoJMmWflejC4iBeeKrm/mVb3pUHsoFij6S7G7Mt60w==",
|
|
24361
24410
|
"dev": true,
|
|
24362
24411
|
"license": "MIT",
|
|
24363
24412
|
"dependencies": {
|
|
24364
|
-
"@oclif/core": "^2.
|
|
24365
|
-
"@oclif/plugin-help": "^5.
|
|
24366
|
-
"@oclif/plugin-not-found": "^2.3.
|
|
24367
|
-
"@oclif/plugin-warn-if-update-available": "^2.0.
|
|
24413
|
+
"@oclif/core": "^2.9.4",
|
|
24414
|
+
"@oclif/plugin-help": "^5.2.14",
|
|
24415
|
+
"@oclif/plugin-not-found": "^2.3.32",
|
|
24416
|
+
"@oclif/plugin-warn-if-update-available": "^2.0.44",
|
|
24368
24417
|
"aws-sdk": "^2.1231.0",
|
|
24369
24418
|
"concurrently": "^7.6.0",
|
|
24370
24419
|
"debug": "^4.3.3",
|
|
@@ -29113,9 +29162,9 @@
|
|
|
29113
29162
|
}
|
|
29114
29163
|
},
|
|
29115
29164
|
"node_modules/word-wrap": {
|
|
29116
|
-
"version": "1.2.
|
|
29117
|
-
"resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.
|
|
29118
|
-
"integrity": "sha512-
|
|
29165
|
+
"version": "1.2.4",
|
|
29166
|
+
"resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.4.tgz",
|
|
29167
|
+
"integrity": "sha512-2V81OA4ugVo5pRo46hAoD2ivUJx8jXmWXfUkY4KFNw0hEptvN0QfH3K4nHiwzGeKl5rFKedV48QVoqYavy4YpA==",
|
|
29119
29168
|
"license": "MIT",
|
|
29120
29169
|
"engines": {
|
|
29121
29170
|
"node": ">=0.10.0"
|
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.
|
|
4
|
+
"version": "2.2.0",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run",
|
|
@@ -69,10 +69,10 @@
|
|
|
69
69
|
"@salesforce/plugin-user"
|
|
70
70
|
],
|
|
71
71
|
"jitPlugins": {
|
|
72
|
-
"@salesforce/plugin-custom-metadata": "2.1.
|
|
72
|
+
"@salesforce/plugin-custom-metadata": "2.1.35",
|
|
73
73
|
"@salesforce/plugin-community": "2.3.9",
|
|
74
|
-
"@salesforce/plugin-dev": "1.1.
|
|
75
|
-
"@salesforce/plugin-env": "2.1.
|
|
74
|
+
"@salesforce/plugin-dev": "1.1.3",
|
|
75
|
+
"@salesforce/plugin-env": "2.1.19",
|
|
76
76
|
"@salesforce/plugin-functions": "1.21.10",
|
|
77
77
|
"@salesforce/plugin-packaging": "1.21.1",
|
|
78
78
|
"@salesforce/plugin-signups": "1.4.28",
|
|
@@ -119,35 +119,35 @@
|
|
|
119
119
|
]
|
|
120
120
|
},
|
|
121
121
|
"dependencies": {
|
|
122
|
-
"@oclif/core": "2.9.
|
|
123
|
-
"@oclif/plugin-autocomplete": "2.3.
|
|
124
|
-
"@oclif/plugin-commands": "2.2.
|
|
125
|
-
"@oclif/plugin-help": "5.2.
|
|
126
|
-
"@oclif/plugin-not-found": "2.3.
|
|
127
|
-
"@oclif/plugin-plugins": "3.1.
|
|
122
|
+
"@oclif/core": "2.9.4",
|
|
123
|
+
"@oclif/plugin-autocomplete": "2.3.3",
|
|
124
|
+
"@oclif/plugin-commands": "2.2.20",
|
|
125
|
+
"@oclif/plugin-help": "5.2.14",
|
|
126
|
+
"@oclif/plugin-not-found": "2.3.32",
|
|
127
|
+
"@oclif/plugin-plugins": "3.1.7",
|
|
128
128
|
"@oclif/plugin-search": "0.0.20",
|
|
129
|
-
"@oclif/plugin-update": "3.1.
|
|
129
|
+
"@oclif/plugin-update": "3.1.27",
|
|
130
130
|
"@oclif/plugin-version": "1.3.7",
|
|
131
|
-
"@oclif/plugin-warn-if-update-available": "2.0.
|
|
132
|
-
"@oclif/plugin-which": "2.2.
|
|
131
|
+
"@oclif/plugin-warn-if-update-available": "2.0.44",
|
|
132
|
+
"@oclif/plugin-which": "2.2.26",
|
|
133
133
|
"@salesforce/core": "^4.3.5",
|
|
134
134
|
"@salesforce/plugin-apex": "2.3.6",
|
|
135
135
|
"@salesforce/plugin-auth": "2.8.9",
|
|
136
|
-
"@salesforce/plugin-data": "2.5.
|
|
137
|
-
"@salesforce/plugin-deploy-retrieve": "1.16.
|
|
138
|
-
"@salesforce/plugin-info": "2.6.
|
|
136
|
+
"@salesforce/plugin-data": "2.5.2",
|
|
137
|
+
"@salesforce/plugin-deploy-retrieve": "1.16.1",
|
|
138
|
+
"@salesforce/plugin-info": "2.6.32",
|
|
139
139
|
"@salesforce/plugin-limits": "2.3.26",
|
|
140
|
-
"@salesforce/plugin-login": "1.2.
|
|
141
|
-
"@salesforce/plugin-org": "2.9.
|
|
140
|
+
"@salesforce/plugin-login": "1.2.21",
|
|
141
|
+
"@salesforce/plugin-org": "2.9.26",
|
|
142
142
|
"@salesforce/plugin-schema": "2.3.20",
|
|
143
143
|
"@salesforce/plugin-settings": "1.4.20",
|
|
144
|
-
"@salesforce/plugin-sobject": "0.1.
|
|
145
|
-
"@salesforce/plugin-source": "2.10.
|
|
144
|
+
"@salesforce/plugin-sobject": "0.1.38",
|
|
145
|
+
"@salesforce/plugin-source": "2.10.26",
|
|
146
146
|
"@salesforce/plugin-telemetry": "2.2.3",
|
|
147
147
|
"@salesforce/plugin-templates": "55.5.5",
|
|
148
|
-
"@salesforce/plugin-trust": "2.4.
|
|
149
|
-
"@salesforce/plugin-user": "2.3.
|
|
150
|
-
"@salesforce/sf-plugins-core": "3.1.
|
|
148
|
+
"@salesforce/plugin-trust": "2.4.33",
|
|
149
|
+
"@salesforce/plugin-user": "2.3.25",
|
|
150
|
+
"@salesforce/sf-plugins-core": "3.1.10",
|
|
151
151
|
"debug": "^4.3.4",
|
|
152
152
|
"semver": "^7.5.4",
|
|
153
153
|
"tslib": "^2.4.1"
|
|
@@ -235,15 +235,15 @@
|
|
|
235
235
|
"@salesforce/prettier-config": "^0.0.3",
|
|
236
236
|
"@salesforce/ts-sinon": "^1.4.10",
|
|
237
237
|
"@types/debug": "^4.1.8",
|
|
238
|
-
"@typescript-eslint/eslint-plugin": "^5.
|
|
239
|
-
"@typescript-eslint/parser": "^5.
|
|
238
|
+
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
239
|
+
"@typescript-eslint/parser": "^5.62.0",
|
|
240
240
|
"aws-sdk": "^2.1415.0",
|
|
241
241
|
"chai": "^4.3.7",
|
|
242
242
|
"eslint": "^8.43.0",
|
|
243
243
|
"eslint-config-oclif": "^3.1",
|
|
244
244
|
"eslint-config-oclif-typescript": "^0.2.0",
|
|
245
245
|
"eslint-config-prettier": "^8.7.0",
|
|
246
|
-
"eslint-config-salesforce": "^2.0.
|
|
246
|
+
"eslint-config-salesforce": "^2.0.2",
|
|
247
247
|
"eslint-config-salesforce-license": "^0.2.0",
|
|
248
248
|
"eslint-config-salesforce-typescript": "^1.1.1",
|
|
249
249
|
"eslint-plugin-header": "^3.1.1",
|
|
@@ -253,7 +253,7 @@
|
|
|
253
253
|
"husky": "^7.0.4",
|
|
254
254
|
"mocha": "^9.2.2",
|
|
255
255
|
"nyc": "^15.1.0",
|
|
256
|
-
"oclif": "^3.9.
|
|
256
|
+
"oclif": "^3.9.2",
|
|
257
257
|
"prettier": "^2.8.8",
|
|
258
258
|
"pretty-quick": "^3.1.3",
|
|
259
259
|
"sinon": "^11.1.2",
|