@salesforce/cli 2.0.0-qa.6 → 2.0.0-qa.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 +464 -49
- package/oclif.manifest.json +1 -1
- package/package.json +3 -2
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.0.0-qa.
|
|
3
|
+
"version": "2.0.0-qa.7",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.0.0-qa.
|
|
9
|
+
"version": "2.0.0-qa.7",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "2.8.2",
|
|
@@ -97,6 +97,128 @@
|
|
|
97
97
|
"node": ">=6.0.0"
|
|
98
98
|
}
|
|
99
99
|
},
|
|
100
|
+
"node_modules/@azure/abort-controller": {
|
|
101
|
+
"version": "1.1.0",
|
|
102
|
+
"resolved": "https://registry.npmjs.org/@azure/abort-controller/-/abort-controller-1.1.0.tgz",
|
|
103
|
+
"integrity": "sha512-TrRLIoSQVzfAJX9H1JeFjzAoDGcoK1IYX1UImfceTZpsyYfWr09Ss1aHW1y5TrrR3iq6RZLBwJ3E24uwPhwahw==",
|
|
104
|
+
"license": "MIT",
|
|
105
|
+
"dependencies": {
|
|
106
|
+
"tslib": "^2.2.0"
|
|
107
|
+
},
|
|
108
|
+
"engines": {
|
|
109
|
+
"node": ">=12.0.0"
|
|
110
|
+
}
|
|
111
|
+
},
|
|
112
|
+
"node_modules/@azure/core-auth": {
|
|
113
|
+
"version": "1.4.0",
|
|
114
|
+
"resolved": "https://registry.npmjs.org/@azure/core-auth/-/core-auth-1.4.0.tgz",
|
|
115
|
+
"integrity": "sha512-HFrcTgmuSuukRf/EdPmqBrc5l6Q5Uu+2TbuhaKbgaCpP2TfAeiNaQPAadxO+CYBRHGUzIDteMAjFspFLDLnKVQ==",
|
|
116
|
+
"license": "MIT",
|
|
117
|
+
"dependencies": {
|
|
118
|
+
"@azure/abort-controller": "^1.0.0",
|
|
119
|
+
"tslib": "^2.2.0"
|
|
120
|
+
},
|
|
121
|
+
"engines": {
|
|
122
|
+
"node": ">=12.0.0"
|
|
123
|
+
}
|
|
124
|
+
},
|
|
125
|
+
"node_modules/@azure/core-rest-pipeline": {
|
|
126
|
+
"version": "1.10.3",
|
|
127
|
+
"resolved": "https://registry.npmjs.org/@azure/core-rest-pipeline/-/core-rest-pipeline-1.10.3.tgz",
|
|
128
|
+
"integrity": "sha512-AMQb0ttiGJ0MIV/r+4TVra6U4+90mPeOveehFnrqKlo7dknPJYdJ61wOzYJXJjDxF8LcCtSogfRelkq+fCGFTw==",
|
|
129
|
+
"license": "MIT",
|
|
130
|
+
"dependencies": {
|
|
131
|
+
"@azure/abort-controller": "^1.0.0",
|
|
132
|
+
"@azure/core-auth": "^1.4.0",
|
|
133
|
+
"@azure/core-tracing": "^1.0.1",
|
|
134
|
+
"@azure/core-util": "^1.3.0",
|
|
135
|
+
"@azure/logger": "^1.0.0",
|
|
136
|
+
"form-data": "^4.0.0",
|
|
137
|
+
"http-proxy-agent": "^5.0.0",
|
|
138
|
+
"https-proxy-agent": "^5.0.0",
|
|
139
|
+
"tslib": "^2.2.0"
|
|
140
|
+
},
|
|
141
|
+
"engines": {
|
|
142
|
+
"node": ">=14.0.0"
|
|
143
|
+
}
|
|
144
|
+
},
|
|
145
|
+
"node_modules/@azure/core-rest-pipeline/node_modules/@tootallnate/once": {
|
|
146
|
+
"version": "2.0.0",
|
|
147
|
+
"resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz",
|
|
148
|
+
"integrity": "sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==",
|
|
149
|
+
"license": "MIT",
|
|
150
|
+
"engines": {
|
|
151
|
+
"node": ">= 10"
|
|
152
|
+
}
|
|
153
|
+
},
|
|
154
|
+
"node_modules/@azure/core-rest-pipeline/node_modules/http-proxy-agent": {
|
|
155
|
+
"version": "5.0.0",
|
|
156
|
+
"resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz",
|
|
157
|
+
"integrity": "sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==",
|
|
158
|
+
"license": "MIT",
|
|
159
|
+
"dependencies": {
|
|
160
|
+
"@tootallnate/once": "2",
|
|
161
|
+
"agent-base": "6",
|
|
162
|
+
"debug": "4"
|
|
163
|
+
},
|
|
164
|
+
"engines": {
|
|
165
|
+
"node": ">= 6"
|
|
166
|
+
}
|
|
167
|
+
},
|
|
168
|
+
"node_modules/@azure/core-tracing": {
|
|
169
|
+
"version": "1.0.1",
|
|
170
|
+
"resolved": "https://registry.npmjs.org/@azure/core-tracing/-/core-tracing-1.0.1.tgz",
|
|
171
|
+
"integrity": "sha512-I5CGMoLtX+pI17ZdiFJZgxMJApsK6jjfm85hpgp3oazCdq5Wxgh4wMr7ge/TTWW1B5WBuvIOI1fMU/FrOAMKrw==",
|
|
172
|
+
"license": "MIT",
|
|
173
|
+
"dependencies": {
|
|
174
|
+
"tslib": "^2.2.0"
|
|
175
|
+
},
|
|
176
|
+
"engines": {
|
|
177
|
+
"node": ">=12.0.0"
|
|
178
|
+
}
|
|
179
|
+
},
|
|
180
|
+
"node_modules/@azure/core-util": {
|
|
181
|
+
"version": "1.3.1",
|
|
182
|
+
"resolved": "https://registry.npmjs.org/@azure/core-util/-/core-util-1.3.1.tgz",
|
|
183
|
+
"integrity": "sha512-pjfOUAb+MPLODhGuXot/Hy8wUgPD0UTqYkY3BiYcwEETrLcUCVM1t0roIvlQMgvn1lc48TGy5bsonsFpF862Jw==",
|
|
184
|
+
"license": "MIT",
|
|
185
|
+
"dependencies": {
|
|
186
|
+
"@azure/abort-controller": "^1.0.0",
|
|
187
|
+
"tslib": "^2.2.0"
|
|
188
|
+
},
|
|
189
|
+
"engines": {
|
|
190
|
+
"node": ">=14.0.0"
|
|
191
|
+
}
|
|
192
|
+
},
|
|
193
|
+
"node_modules/@azure/logger": {
|
|
194
|
+
"version": "1.0.4",
|
|
195
|
+
"resolved": "https://registry.npmjs.org/@azure/logger/-/logger-1.0.4.tgz",
|
|
196
|
+
"integrity": "sha512-ustrPY8MryhloQj7OWGe+HrYx+aoiOxzbXTtgblbV3xwCqpzUK36phH3XNHQKj3EPonyFUuDTfR3qFhTEAuZEg==",
|
|
197
|
+
"license": "MIT",
|
|
198
|
+
"dependencies": {
|
|
199
|
+
"tslib": "^2.2.0"
|
|
200
|
+
},
|
|
201
|
+
"engines": {
|
|
202
|
+
"node": ">=14.0.0"
|
|
203
|
+
}
|
|
204
|
+
},
|
|
205
|
+
"node_modules/@azure/opentelemetry-instrumentation-azure-sdk": {
|
|
206
|
+
"version": "1.0.0-beta.3",
|
|
207
|
+
"resolved": "https://registry.npmjs.org/@azure/opentelemetry-instrumentation-azure-sdk/-/opentelemetry-instrumentation-azure-sdk-1.0.0-beta.3.tgz",
|
|
208
|
+
"integrity": "sha512-9dvTQQ9OhjX0uh4PtDEMPGTP3WihTVLi+DHL9jRMQMPf0trYEbb8ZRIQNo+1JqchkR1YkBDBkki5hJstpUprtA==",
|
|
209
|
+
"license": "MIT",
|
|
210
|
+
"dependencies": {
|
|
211
|
+
"@azure/core-tracing": "^1.0.0",
|
|
212
|
+
"@azure/logger": "^1.0.0",
|
|
213
|
+
"@opentelemetry/api": "^1.4.0",
|
|
214
|
+
"@opentelemetry/core": "^1.9.0",
|
|
215
|
+
"@opentelemetry/instrumentation": "^0.35.0",
|
|
216
|
+
"tslib": "^2.2.0"
|
|
217
|
+
},
|
|
218
|
+
"engines": {
|
|
219
|
+
"node": ">=14.0.0"
|
|
220
|
+
}
|
|
221
|
+
},
|
|
100
222
|
"node_modules/@babel/code-frame": {
|
|
101
223
|
"version": "7.18.6",
|
|
102
224
|
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz",
|
|
@@ -1370,6 +1492,12 @@
|
|
|
1370
1492
|
"@jridgewell/sourcemap-codec": "1.4.14"
|
|
1371
1493
|
}
|
|
1372
1494
|
},
|
|
1495
|
+
"node_modules/@microsoft/applicationinsights-web-snippet": {
|
|
1496
|
+
"version": "1.0.1",
|
|
1497
|
+
"resolved": "https://registry.npmjs.org/@microsoft/applicationinsights-web-snippet/-/applicationinsights-web-snippet-1.0.1.tgz",
|
|
1498
|
+
"integrity": "sha512-2IHAOaLauc8qaAitvWS+U931T+ze+7MNWrDHY47IENP5y2UA0vqJDu67kWZDdpCN1fFC77sfgfB+HV7SrKshnQ==",
|
|
1499
|
+
"license": "MIT"
|
|
1500
|
+
},
|
|
1373
1501
|
"node_modules/@nicolo-ribaudo/eslint-scope-5-internals": {
|
|
1374
1502
|
"version": "5.1.1-v1",
|
|
1375
1503
|
"resolved": "https://registry.npmjs.org/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz",
|
|
@@ -2628,6 +2756,89 @@
|
|
|
2628
2756
|
"@octokit/openapi-types": "^12.11.0"
|
|
2629
2757
|
}
|
|
2630
2758
|
},
|
|
2759
|
+
"node_modules/@opentelemetry/api": {
|
|
2760
|
+
"version": "1.4.1",
|
|
2761
|
+
"resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-1.4.1.tgz",
|
|
2762
|
+
"integrity": "sha512-O2yRJce1GOc6PAy3QxFM4NzFiWzvScDC1/5ihYBL6BUEVdq0XMWN01sppE+H6bBXbaFYipjwFLEWLg5PaSOThA==",
|
|
2763
|
+
"license": "Apache-2.0",
|
|
2764
|
+
"engines": {
|
|
2765
|
+
"node": ">=8.0.0"
|
|
2766
|
+
}
|
|
2767
|
+
},
|
|
2768
|
+
"node_modules/@opentelemetry/core": {
|
|
2769
|
+
"version": "1.12.0",
|
|
2770
|
+
"resolved": "https://registry.npmjs.org/@opentelemetry/core/-/core-1.12.0.tgz",
|
|
2771
|
+
"integrity": "sha512-4DWYNb3dLs2mSCGl65jY3aEgbvPWSHVQV/dmDWiYeWUrMakZQFcymqZOSUNZO0uDrEJoxMu8O5tZktX6UKFwag==",
|
|
2772
|
+
"license": "Apache-2.0",
|
|
2773
|
+
"dependencies": {
|
|
2774
|
+
"@opentelemetry/semantic-conventions": "1.12.0"
|
|
2775
|
+
},
|
|
2776
|
+
"engines": {
|
|
2777
|
+
"node": ">=14"
|
|
2778
|
+
},
|
|
2779
|
+
"peerDependencies": {
|
|
2780
|
+
"@opentelemetry/api": ">=1.0.0 <1.5.0"
|
|
2781
|
+
}
|
|
2782
|
+
},
|
|
2783
|
+
"node_modules/@opentelemetry/instrumentation": {
|
|
2784
|
+
"version": "0.35.1",
|
|
2785
|
+
"resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation/-/instrumentation-0.35.1.tgz",
|
|
2786
|
+
"integrity": "sha512-EZsvXqxenbRTSNsft6LDcrT4pjAiyZOx3rkDNeqKpwZZe6GmZtsXaZZKuDkJtz9fTjOGjDHjZj9/h80Ya9iIJw==",
|
|
2787
|
+
"license": "Apache-2.0",
|
|
2788
|
+
"dependencies": {
|
|
2789
|
+
"require-in-the-middle": "^5.0.3",
|
|
2790
|
+
"semver": "^7.3.2",
|
|
2791
|
+
"shimmer": "^1.2.1"
|
|
2792
|
+
},
|
|
2793
|
+
"engines": {
|
|
2794
|
+
"node": ">=14"
|
|
2795
|
+
},
|
|
2796
|
+
"peerDependencies": {
|
|
2797
|
+
"@opentelemetry/api": "^1.3.0"
|
|
2798
|
+
}
|
|
2799
|
+
},
|
|
2800
|
+
"node_modules/@opentelemetry/resources": {
|
|
2801
|
+
"version": "1.12.0",
|
|
2802
|
+
"resolved": "https://registry.npmjs.org/@opentelemetry/resources/-/resources-1.12.0.tgz",
|
|
2803
|
+
"integrity": "sha512-gunMKXG0hJrR0LXrqh7BVbziA/+iJBL3ZbXCXO64uY+SrExkwoyJkpiq9l5ismkGF/A20mDEV7tGwh+KyPw00Q==",
|
|
2804
|
+
"license": "Apache-2.0",
|
|
2805
|
+
"dependencies": {
|
|
2806
|
+
"@opentelemetry/core": "1.12.0",
|
|
2807
|
+
"@opentelemetry/semantic-conventions": "1.12.0"
|
|
2808
|
+
},
|
|
2809
|
+
"engines": {
|
|
2810
|
+
"node": ">=14"
|
|
2811
|
+
},
|
|
2812
|
+
"peerDependencies": {
|
|
2813
|
+
"@opentelemetry/api": ">=1.0.0 <1.5.0"
|
|
2814
|
+
}
|
|
2815
|
+
},
|
|
2816
|
+
"node_modules/@opentelemetry/sdk-trace-base": {
|
|
2817
|
+
"version": "1.12.0",
|
|
2818
|
+
"resolved": "https://registry.npmjs.org/@opentelemetry/sdk-trace-base/-/sdk-trace-base-1.12.0.tgz",
|
|
2819
|
+
"integrity": "sha512-pfCOB3tNDlYVoWuz4D7Ji+Jmy9MHnATWHVpkERdCEiwUGEZ+4IvNPXUcPc37wJVmMpjGLeaWgPPrie0KIpWf1A==",
|
|
2820
|
+
"license": "Apache-2.0",
|
|
2821
|
+
"dependencies": {
|
|
2822
|
+
"@opentelemetry/core": "1.12.0",
|
|
2823
|
+
"@opentelemetry/resources": "1.12.0",
|
|
2824
|
+
"@opentelemetry/semantic-conventions": "1.12.0"
|
|
2825
|
+
},
|
|
2826
|
+
"engines": {
|
|
2827
|
+
"node": ">=14"
|
|
2828
|
+
},
|
|
2829
|
+
"peerDependencies": {
|
|
2830
|
+
"@opentelemetry/api": ">=1.0.0 <1.5.0"
|
|
2831
|
+
}
|
|
2832
|
+
},
|
|
2833
|
+
"node_modules/@opentelemetry/semantic-conventions": {
|
|
2834
|
+
"version": "1.12.0",
|
|
2835
|
+
"resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.12.0.tgz",
|
|
2836
|
+
"integrity": "sha512-hO+bdeGOlJwqowUBoZF5LyP3ORUFOP1G0GRv8N45W/cztXbT2ZEXaAzfokRS9Xc9FWmYrDj32mF6SzH6wuoIyA==",
|
|
2837
|
+
"license": "Apache-2.0",
|
|
2838
|
+
"engines": {
|
|
2839
|
+
"node": ">=14"
|
|
2840
|
+
}
|
|
2841
|
+
},
|
|
2631
2842
|
"node_modules/@salesforce/apex-node": {
|
|
2632
2843
|
"version": "1.6.0",
|
|
2633
2844
|
"resolved": "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-1.6.0.tgz",
|
|
@@ -4281,15 +4492,15 @@
|
|
|
4281
4492
|
}
|
|
4282
4493
|
},
|
|
4283
4494
|
"node_modules/@salesforce/telemetry": {
|
|
4284
|
-
"version": "3.2.
|
|
4285
|
-
"resolved": "https://registry.npmjs.org/@salesforce/telemetry/-/telemetry-3.2.
|
|
4286
|
-
"integrity": "sha512-
|
|
4495
|
+
"version": "3.2.25",
|
|
4496
|
+
"resolved": "https://registry.npmjs.org/@salesforce/telemetry/-/telemetry-3.2.25.tgz",
|
|
4497
|
+
"integrity": "sha512-wbRg65itNASzI20tp6W/tDCoEqT2YeCAJ/femSAbUs7Op9Sb8Ax+RBK9k5fuXbpZypmQ5f7vJqYuD2ljdUoVWQ==",
|
|
4287
4498
|
"license": "BSD-3-Clause",
|
|
4288
4499
|
"dependencies": {
|
|
4289
|
-
"@salesforce/core": "^3.34.
|
|
4500
|
+
"@salesforce/core": "^3.34.8",
|
|
4290
4501
|
"@salesforce/ts-types": "^1.7.3",
|
|
4291
|
-
"applicationinsights": "^
|
|
4292
|
-
"axios": "^
|
|
4502
|
+
"applicationinsights": "^2.5.1",
|
|
4503
|
+
"axios": "^1.3.6"
|
|
4293
4504
|
}
|
|
4294
4505
|
},
|
|
4295
4506
|
"node_modules/@salesforce/templates": {
|
|
@@ -5251,15 +5462,34 @@
|
|
|
5251
5462
|
}
|
|
5252
5463
|
},
|
|
5253
5464
|
"node_modules/applicationinsights": {
|
|
5254
|
-
"version": "
|
|
5255
|
-
"resolved": "https://registry.npmjs.org/applicationinsights/-/applicationinsights-
|
|
5256
|
-
"integrity": "sha512-
|
|
5257
|
-
"license": "MIT",
|
|
5258
|
-
"dependencies": {
|
|
5465
|
+
"version": "2.5.1",
|
|
5466
|
+
"resolved": "https://registry.npmjs.org/applicationinsights/-/applicationinsights-2.5.1.tgz",
|
|
5467
|
+
"integrity": "sha512-FkkvevcsaPnfifZvVTSxZy6njnNKpTaOFZQ55cGlbvVX9Y15vuRFpZUdLTLLyS0vqOeNUa+xk30jzwLjJBTXbQ==",
|
|
5468
|
+
"license": "MIT",
|
|
5469
|
+
"dependencies": {
|
|
5470
|
+
"@azure/core-auth": "^1.4.0",
|
|
5471
|
+
"@azure/core-rest-pipeline": "^1.10.0",
|
|
5472
|
+
"@azure/opentelemetry-instrumentation-azure-sdk": "^1.0.0-beta.2",
|
|
5473
|
+
"@microsoft/applicationinsights-web-snippet": "^1.0.1",
|
|
5474
|
+
"@opentelemetry/api": "^1.0.4",
|
|
5475
|
+
"@opentelemetry/core": "^1.0.1",
|
|
5476
|
+
"@opentelemetry/sdk-trace-base": "^1.0.1",
|
|
5477
|
+
"@opentelemetry/semantic-conventions": "^1.0.1",
|
|
5259
5478
|
"cls-hooked": "^4.2.2",
|
|
5260
5479
|
"continuation-local-storage": "^3.2.1",
|
|
5261
|
-
"diagnostic-channel": "
|
|
5262
|
-
"diagnostic-channel-publishers": "0.
|
|
5480
|
+
"diagnostic-channel": "1.1.0",
|
|
5481
|
+
"diagnostic-channel-publishers": "1.0.5"
|
|
5482
|
+
},
|
|
5483
|
+
"engines": {
|
|
5484
|
+
"node": ">=8.0.0"
|
|
5485
|
+
},
|
|
5486
|
+
"peerDependencies": {
|
|
5487
|
+
"applicationinsights-native-metrics": "*"
|
|
5488
|
+
},
|
|
5489
|
+
"peerDependenciesMeta": {
|
|
5490
|
+
"applicationinsights-native-metrics": {
|
|
5491
|
+
"optional": true
|
|
5492
|
+
}
|
|
5263
5493
|
}
|
|
5264
5494
|
},
|
|
5265
5495
|
"node_modules/aproba": {
|
|
@@ -5639,13 +5869,14 @@
|
|
|
5639
5869
|
"license": "ISC"
|
|
5640
5870
|
},
|
|
5641
5871
|
"node_modules/axios": {
|
|
5642
|
-
"version": "
|
|
5643
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-
|
|
5644
|
-
"integrity": "sha512-
|
|
5872
|
+
"version": "1.3.6",
|
|
5873
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.3.6.tgz",
|
|
5874
|
+
"integrity": "sha512-PEcdkk7JcdPiMDkvM4K6ZBRYq9keuVJsToxm2zQIM70Qqo2WHTdJZMXcG9X+RmRp2VPNUQC8W1RAGbgt6b1yMg==",
|
|
5645
5875
|
"license": "MIT",
|
|
5646
5876
|
"dependencies": {
|
|
5647
|
-
"follow-redirects": "^1.
|
|
5648
|
-
"form-data": "^4.0.0"
|
|
5877
|
+
"follow-redirects": "^1.15.0",
|
|
5878
|
+
"form-data": "^4.0.0",
|
|
5879
|
+
"proxy-from-env": "^1.1.0"
|
|
5649
5880
|
}
|
|
5650
5881
|
},
|
|
5651
5882
|
"node_modules/balanced-match": {
|
|
@@ -7837,18 +8068,18 @@
|
|
|
7837
8068
|
}
|
|
7838
8069
|
},
|
|
7839
8070
|
"node_modules/diagnostic-channel": {
|
|
7840
|
-
"version": "
|
|
7841
|
-
"resolved": "https://registry.npmjs.org/diagnostic-channel/-/diagnostic-channel-
|
|
7842
|
-
"integrity": "sha512-
|
|
8071
|
+
"version": "1.1.0",
|
|
8072
|
+
"resolved": "https://registry.npmjs.org/diagnostic-channel/-/diagnostic-channel-1.1.0.tgz",
|
|
8073
|
+
"integrity": "sha512-fwujyMe1gj6rk6dYi9hMZm0c8Mz8NDMVl2LB4iaYh3+LIAThZC8RKFGXWG0IML2OxAit/ZFRgZhMkhQ3d/bobQ==",
|
|
7843
8074
|
"license": "MIT",
|
|
7844
8075
|
"dependencies": {
|
|
7845
8076
|
"semver": "^5.3.0"
|
|
7846
8077
|
}
|
|
7847
8078
|
},
|
|
7848
8079
|
"node_modules/diagnostic-channel-publishers": {
|
|
7849
|
-
"version": "0.
|
|
7850
|
-
"resolved": "https://registry.npmjs.org/diagnostic-channel-publishers/-/diagnostic-channel-publishers-0.
|
|
7851
|
-
"integrity": "sha512-
|
|
8080
|
+
"version": "1.0.5",
|
|
8081
|
+
"resolved": "https://registry.npmjs.org/diagnostic-channel-publishers/-/diagnostic-channel-publishers-1.0.5.tgz",
|
|
8082
|
+
"integrity": "sha512-dJwUS0915pkjjimPJVDnS/QQHsH0aOYhnZsLJdnZIMOrB+csj8RnZhWTuwnm8R5v3Z7OZs+ksv5luC14DGB7eg==",
|
|
7852
8083
|
"license": "MIT",
|
|
7853
8084
|
"peerDependencies": {
|
|
7854
8085
|
"diagnostic-channel": "*"
|
|
@@ -13717,6 +13948,12 @@
|
|
|
13717
13948
|
"node": ">=0.10.0"
|
|
13718
13949
|
}
|
|
13719
13950
|
},
|
|
13951
|
+
"node_modules/module-details-from-path": {
|
|
13952
|
+
"version": "1.0.3",
|
|
13953
|
+
"resolved": "https://registry.npmjs.org/module-details-from-path/-/module-details-from-path-1.0.3.tgz",
|
|
13954
|
+
"integrity": "sha512-ySViT69/76t8VhE1xXHK6Ch4NcDd26gx0MzKXLO+F7NOtnqH68d9zF94nT8ZWSxXh8ELOERsnJO/sWt1xZYw5A==",
|
|
13955
|
+
"license": "MIT"
|
|
13956
|
+
},
|
|
13720
13957
|
"node_modules/mri": {
|
|
13721
13958
|
"version": "1.2.0",
|
|
13722
13959
|
"resolved": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz",
|
|
@@ -19206,6 +19443,20 @@
|
|
|
19206
19443
|
"node": ">=0.10.0"
|
|
19207
19444
|
}
|
|
19208
19445
|
},
|
|
19446
|
+
"node_modules/require-in-the-middle": {
|
|
19447
|
+
"version": "5.2.0",
|
|
19448
|
+
"resolved": "https://registry.npmjs.org/require-in-the-middle/-/require-in-the-middle-5.2.0.tgz",
|
|
19449
|
+
"integrity": "sha512-efCx3b+0Z69/LGJmm9Yvi4cqEdxnoGnxYxGxBghkkTTFeXRtTCmmhO0AnAfHz59k957uTSuy8WaHqOs8wbYUWg==",
|
|
19450
|
+
"license": "MIT",
|
|
19451
|
+
"dependencies": {
|
|
19452
|
+
"debug": "^4.1.1",
|
|
19453
|
+
"module-details-from-path": "^1.0.3",
|
|
19454
|
+
"resolve": "^1.22.1"
|
|
19455
|
+
},
|
|
19456
|
+
"engines": {
|
|
19457
|
+
"node": ">=6"
|
|
19458
|
+
}
|
|
19459
|
+
},
|
|
19209
19460
|
"node_modules/require-main-filename": {
|
|
19210
19461
|
"version": "2.0.0",
|
|
19211
19462
|
"resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz",
|
|
@@ -22640,6 +22891,94 @@
|
|
|
22640
22891
|
"@jridgewell/trace-mapping": "^0.3.9"
|
|
22641
22892
|
}
|
|
22642
22893
|
},
|
|
22894
|
+
"@azure/abort-controller": {
|
|
22895
|
+
"version": "1.1.0",
|
|
22896
|
+
"resolved": "https://registry.npmjs.org/@azure/abort-controller/-/abort-controller-1.1.0.tgz",
|
|
22897
|
+
"integrity": "sha512-TrRLIoSQVzfAJX9H1JeFjzAoDGcoK1IYX1UImfceTZpsyYfWr09Ss1aHW1y5TrrR3iq6RZLBwJ3E24uwPhwahw==",
|
|
22898
|
+
"requires": {
|
|
22899
|
+
"tslib": "^2.2.0"
|
|
22900
|
+
}
|
|
22901
|
+
},
|
|
22902
|
+
"@azure/core-auth": {
|
|
22903
|
+
"version": "1.4.0",
|
|
22904
|
+
"resolved": "https://registry.npmjs.org/@azure/core-auth/-/core-auth-1.4.0.tgz",
|
|
22905
|
+
"integrity": "sha512-HFrcTgmuSuukRf/EdPmqBrc5l6Q5Uu+2TbuhaKbgaCpP2TfAeiNaQPAadxO+CYBRHGUzIDteMAjFspFLDLnKVQ==",
|
|
22906
|
+
"requires": {
|
|
22907
|
+
"@azure/abort-controller": "^1.0.0",
|
|
22908
|
+
"tslib": "^2.2.0"
|
|
22909
|
+
}
|
|
22910
|
+
},
|
|
22911
|
+
"@azure/core-rest-pipeline": {
|
|
22912
|
+
"version": "1.10.3",
|
|
22913
|
+
"resolved": "https://registry.npmjs.org/@azure/core-rest-pipeline/-/core-rest-pipeline-1.10.3.tgz",
|
|
22914
|
+
"integrity": "sha512-AMQb0ttiGJ0MIV/r+4TVra6U4+90mPeOveehFnrqKlo7dknPJYdJ61wOzYJXJjDxF8LcCtSogfRelkq+fCGFTw==",
|
|
22915
|
+
"requires": {
|
|
22916
|
+
"@azure/abort-controller": "^1.0.0",
|
|
22917
|
+
"@azure/core-auth": "^1.4.0",
|
|
22918
|
+
"@azure/core-tracing": "^1.0.1",
|
|
22919
|
+
"@azure/core-util": "^1.3.0",
|
|
22920
|
+
"@azure/logger": "^1.0.0",
|
|
22921
|
+
"form-data": "^4.0.0",
|
|
22922
|
+
"http-proxy-agent": "^5.0.0",
|
|
22923
|
+
"https-proxy-agent": "^5.0.0",
|
|
22924
|
+
"tslib": "^2.2.0"
|
|
22925
|
+
},
|
|
22926
|
+
"dependencies": {
|
|
22927
|
+
"@tootallnate/once": {
|
|
22928
|
+
"version": "2.0.0",
|
|
22929
|
+
"resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz",
|
|
22930
|
+
"integrity": "sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A=="
|
|
22931
|
+
},
|
|
22932
|
+
"http-proxy-agent": {
|
|
22933
|
+
"version": "5.0.0",
|
|
22934
|
+
"resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz",
|
|
22935
|
+
"integrity": "sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==",
|
|
22936
|
+
"requires": {
|
|
22937
|
+
"@tootallnate/once": "2",
|
|
22938
|
+
"agent-base": "6",
|
|
22939
|
+
"debug": "4"
|
|
22940
|
+
}
|
|
22941
|
+
}
|
|
22942
|
+
}
|
|
22943
|
+
},
|
|
22944
|
+
"@azure/core-tracing": {
|
|
22945
|
+
"version": "1.0.1",
|
|
22946
|
+
"resolved": "https://registry.npmjs.org/@azure/core-tracing/-/core-tracing-1.0.1.tgz",
|
|
22947
|
+
"integrity": "sha512-I5CGMoLtX+pI17ZdiFJZgxMJApsK6jjfm85hpgp3oazCdq5Wxgh4wMr7ge/TTWW1B5WBuvIOI1fMU/FrOAMKrw==",
|
|
22948
|
+
"requires": {
|
|
22949
|
+
"tslib": "^2.2.0"
|
|
22950
|
+
}
|
|
22951
|
+
},
|
|
22952
|
+
"@azure/core-util": {
|
|
22953
|
+
"version": "1.3.1",
|
|
22954
|
+
"resolved": "https://registry.npmjs.org/@azure/core-util/-/core-util-1.3.1.tgz",
|
|
22955
|
+
"integrity": "sha512-pjfOUAb+MPLODhGuXot/Hy8wUgPD0UTqYkY3BiYcwEETrLcUCVM1t0roIvlQMgvn1lc48TGy5bsonsFpF862Jw==",
|
|
22956
|
+
"requires": {
|
|
22957
|
+
"@azure/abort-controller": "^1.0.0",
|
|
22958
|
+
"tslib": "^2.2.0"
|
|
22959
|
+
}
|
|
22960
|
+
},
|
|
22961
|
+
"@azure/logger": {
|
|
22962
|
+
"version": "1.0.4",
|
|
22963
|
+
"resolved": "https://registry.npmjs.org/@azure/logger/-/logger-1.0.4.tgz",
|
|
22964
|
+
"integrity": "sha512-ustrPY8MryhloQj7OWGe+HrYx+aoiOxzbXTtgblbV3xwCqpzUK36phH3XNHQKj3EPonyFUuDTfR3qFhTEAuZEg==",
|
|
22965
|
+
"requires": {
|
|
22966
|
+
"tslib": "^2.2.0"
|
|
22967
|
+
}
|
|
22968
|
+
},
|
|
22969
|
+
"@azure/opentelemetry-instrumentation-azure-sdk": {
|
|
22970
|
+
"version": "1.0.0-beta.3",
|
|
22971
|
+
"resolved": "https://registry.npmjs.org/@azure/opentelemetry-instrumentation-azure-sdk/-/opentelemetry-instrumentation-azure-sdk-1.0.0-beta.3.tgz",
|
|
22972
|
+
"integrity": "sha512-9dvTQQ9OhjX0uh4PtDEMPGTP3WihTVLi+DHL9jRMQMPf0trYEbb8ZRIQNo+1JqchkR1YkBDBkki5hJstpUprtA==",
|
|
22973
|
+
"requires": {
|
|
22974
|
+
"@azure/core-tracing": "^1.0.0",
|
|
22975
|
+
"@azure/logger": "^1.0.0",
|
|
22976
|
+
"@opentelemetry/api": "^1.4.0",
|
|
22977
|
+
"@opentelemetry/core": "^1.9.0",
|
|
22978
|
+
"@opentelemetry/instrumentation": "^0.35.0",
|
|
22979
|
+
"tslib": "^2.2.0"
|
|
22980
|
+
}
|
|
22981
|
+
},
|
|
22643
22982
|
"@babel/code-frame": {
|
|
22644
22983
|
"version": "7.18.6",
|
|
22645
22984
|
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz",
|
|
@@ -23529,6 +23868,11 @@
|
|
|
23529
23868
|
"@jridgewell/sourcemap-codec": "1.4.14"
|
|
23530
23869
|
}
|
|
23531
23870
|
},
|
|
23871
|
+
"@microsoft/applicationinsights-web-snippet": {
|
|
23872
|
+
"version": "1.0.1",
|
|
23873
|
+
"resolved": "https://registry.npmjs.org/@microsoft/applicationinsights-web-snippet/-/applicationinsights-web-snippet-1.0.1.tgz",
|
|
23874
|
+
"integrity": "sha512-2IHAOaLauc8qaAitvWS+U931T+ze+7MNWrDHY47IENP5y2UA0vqJDu67kWZDdpCN1fFC77sfgfB+HV7SrKshnQ=="
|
|
23875
|
+
},
|
|
23532
23876
|
"@nicolo-ribaudo/eslint-scope-5-internals": {
|
|
23533
23877
|
"version": "5.1.1-v1",
|
|
23534
23878
|
"resolved": "https://registry.npmjs.org/@nicolo-ribaudo/eslint-scope-5-internals/-/eslint-scope-5-internals-5.1.1-v1.tgz",
|
|
@@ -24505,6 +24849,53 @@
|
|
|
24505
24849
|
"@octokit/openapi-types": "^12.11.0"
|
|
24506
24850
|
}
|
|
24507
24851
|
},
|
|
24852
|
+
"@opentelemetry/api": {
|
|
24853
|
+
"version": "1.4.1",
|
|
24854
|
+
"resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-1.4.1.tgz",
|
|
24855
|
+
"integrity": "sha512-O2yRJce1GOc6PAy3QxFM4NzFiWzvScDC1/5ihYBL6BUEVdq0XMWN01sppE+H6bBXbaFYipjwFLEWLg5PaSOThA=="
|
|
24856
|
+
},
|
|
24857
|
+
"@opentelemetry/core": {
|
|
24858
|
+
"version": "1.12.0",
|
|
24859
|
+
"resolved": "https://registry.npmjs.org/@opentelemetry/core/-/core-1.12.0.tgz",
|
|
24860
|
+
"integrity": "sha512-4DWYNb3dLs2mSCGl65jY3aEgbvPWSHVQV/dmDWiYeWUrMakZQFcymqZOSUNZO0uDrEJoxMu8O5tZktX6UKFwag==",
|
|
24861
|
+
"requires": {
|
|
24862
|
+
"@opentelemetry/semantic-conventions": "1.12.0"
|
|
24863
|
+
}
|
|
24864
|
+
},
|
|
24865
|
+
"@opentelemetry/instrumentation": {
|
|
24866
|
+
"version": "0.35.1",
|
|
24867
|
+
"resolved": "https://registry.npmjs.org/@opentelemetry/instrumentation/-/instrumentation-0.35.1.tgz",
|
|
24868
|
+
"integrity": "sha512-EZsvXqxenbRTSNsft6LDcrT4pjAiyZOx3rkDNeqKpwZZe6GmZtsXaZZKuDkJtz9fTjOGjDHjZj9/h80Ya9iIJw==",
|
|
24869
|
+
"requires": {
|
|
24870
|
+
"require-in-the-middle": "^5.0.3",
|
|
24871
|
+
"semver": "^7.3.2",
|
|
24872
|
+
"shimmer": "^1.2.1"
|
|
24873
|
+
}
|
|
24874
|
+
},
|
|
24875
|
+
"@opentelemetry/resources": {
|
|
24876
|
+
"version": "1.12.0",
|
|
24877
|
+
"resolved": "https://registry.npmjs.org/@opentelemetry/resources/-/resources-1.12.0.tgz",
|
|
24878
|
+
"integrity": "sha512-gunMKXG0hJrR0LXrqh7BVbziA/+iJBL3ZbXCXO64uY+SrExkwoyJkpiq9l5ismkGF/A20mDEV7tGwh+KyPw00Q==",
|
|
24879
|
+
"requires": {
|
|
24880
|
+
"@opentelemetry/core": "1.12.0",
|
|
24881
|
+
"@opentelemetry/semantic-conventions": "1.12.0"
|
|
24882
|
+
}
|
|
24883
|
+
},
|
|
24884
|
+
"@opentelemetry/sdk-trace-base": {
|
|
24885
|
+
"version": "1.12.0",
|
|
24886
|
+
"resolved": "https://registry.npmjs.org/@opentelemetry/sdk-trace-base/-/sdk-trace-base-1.12.0.tgz",
|
|
24887
|
+
"integrity": "sha512-pfCOB3tNDlYVoWuz4D7Ji+Jmy9MHnATWHVpkERdCEiwUGEZ+4IvNPXUcPc37wJVmMpjGLeaWgPPrie0KIpWf1A==",
|
|
24888
|
+
"requires": {
|
|
24889
|
+
"@opentelemetry/core": "1.12.0",
|
|
24890
|
+
"@opentelemetry/resources": "1.12.0",
|
|
24891
|
+
"@opentelemetry/semantic-conventions": "1.12.0"
|
|
24892
|
+
}
|
|
24893
|
+
},
|
|
24894
|
+
"@opentelemetry/semantic-conventions": {
|
|
24895
|
+
"version": "1.12.0",
|
|
24896
|
+
"resolved": "https://registry.npmjs.org/@opentelemetry/semantic-conventions/-/semantic-conventions-1.12.0.tgz",
|
|
24897
|
+
"integrity": "sha512-hO+bdeGOlJwqowUBoZF5LyP3ORUFOP1G0GRv8N45W/cztXbT2ZEXaAzfokRS9Xc9FWmYrDj32mF6SzH6wuoIyA=="
|
|
24898
|
+
},
|
|
24508
24899
|
"@salesforce/apex-node": {
|
|
24509
24900
|
"version": "1.6.0",
|
|
24510
24901
|
"resolved": "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-1.6.0.tgz",
|
|
@@ -25850,14 +26241,14 @@
|
|
|
25850
26241
|
}
|
|
25851
26242
|
},
|
|
25852
26243
|
"@salesforce/telemetry": {
|
|
25853
|
-
"version": "3.2.
|
|
25854
|
-
"resolved": "https://registry.npmjs.org/@salesforce/telemetry/-/telemetry-3.2.
|
|
25855
|
-
"integrity": "sha512-
|
|
26244
|
+
"version": "3.2.25",
|
|
26245
|
+
"resolved": "https://registry.npmjs.org/@salesforce/telemetry/-/telemetry-3.2.25.tgz",
|
|
26246
|
+
"integrity": "sha512-wbRg65itNASzI20tp6W/tDCoEqT2YeCAJ/femSAbUs7Op9Sb8Ax+RBK9k5fuXbpZypmQ5f7vJqYuD2ljdUoVWQ==",
|
|
25856
26247
|
"requires": {
|
|
25857
|
-
"@salesforce/core": "^3.34.
|
|
26248
|
+
"@salesforce/core": "^3.34.8",
|
|
25858
26249
|
"@salesforce/ts-types": "^1.7.3",
|
|
25859
|
-
"applicationinsights": "^
|
|
25860
|
-
"axios": "^
|
|
26250
|
+
"applicationinsights": "^2.5.1",
|
|
26251
|
+
"axios": "^1.3.6"
|
|
25861
26252
|
}
|
|
25862
26253
|
},
|
|
25863
26254
|
"@salesforce/templates": {
|
|
@@ -26550,14 +26941,22 @@
|
|
|
26550
26941
|
}
|
|
26551
26942
|
},
|
|
26552
26943
|
"applicationinsights": {
|
|
26553
|
-
"version": "
|
|
26554
|
-
"resolved": "https://registry.npmjs.org/applicationinsights/-/applicationinsights-
|
|
26555
|
-
"integrity": "sha512-
|
|
26556
|
-
"requires": {
|
|
26944
|
+
"version": "2.5.1",
|
|
26945
|
+
"resolved": "https://registry.npmjs.org/applicationinsights/-/applicationinsights-2.5.1.tgz",
|
|
26946
|
+
"integrity": "sha512-FkkvevcsaPnfifZvVTSxZy6njnNKpTaOFZQ55cGlbvVX9Y15vuRFpZUdLTLLyS0vqOeNUa+xk30jzwLjJBTXbQ==",
|
|
26947
|
+
"requires": {
|
|
26948
|
+
"@azure/core-auth": "^1.4.0",
|
|
26949
|
+
"@azure/core-rest-pipeline": "^1.10.0",
|
|
26950
|
+
"@azure/opentelemetry-instrumentation-azure-sdk": "^1.0.0-beta.2",
|
|
26951
|
+
"@microsoft/applicationinsights-web-snippet": "^1.0.1",
|
|
26952
|
+
"@opentelemetry/api": "^1.0.4",
|
|
26953
|
+
"@opentelemetry/core": "^1.0.1",
|
|
26954
|
+
"@opentelemetry/sdk-trace-base": "^1.0.1",
|
|
26955
|
+
"@opentelemetry/semantic-conventions": "^1.0.1",
|
|
26557
26956
|
"cls-hooked": "^4.2.2",
|
|
26558
26957
|
"continuation-local-storage": "^3.2.1",
|
|
26559
|
-
"diagnostic-channel": "
|
|
26560
|
-
"diagnostic-channel-publishers": "0.
|
|
26958
|
+
"diagnostic-channel": "1.1.0",
|
|
26959
|
+
"diagnostic-channel-publishers": "1.0.5"
|
|
26561
26960
|
}
|
|
26562
26961
|
},
|
|
26563
26962
|
"aproba": {
|
|
@@ -26839,12 +27238,13 @@
|
|
|
26839
27238
|
}
|
|
26840
27239
|
},
|
|
26841
27240
|
"axios": {
|
|
26842
|
-
"version": "
|
|
26843
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-
|
|
26844
|
-
"integrity": "sha512-
|
|
27241
|
+
"version": "1.3.6",
|
|
27242
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.3.6.tgz",
|
|
27243
|
+
"integrity": "sha512-PEcdkk7JcdPiMDkvM4K6ZBRYq9keuVJsToxm2zQIM70Qqo2WHTdJZMXcG9X+RmRp2VPNUQC8W1RAGbgt6b1yMg==",
|
|
26845
27244
|
"requires": {
|
|
26846
|
-
"follow-redirects": "^1.
|
|
26847
|
-
"form-data": "^4.0.0"
|
|
27245
|
+
"follow-redirects": "^1.15.0",
|
|
27246
|
+
"form-data": "^4.0.0",
|
|
27247
|
+
"proxy-from-env": "^1.1.0"
|
|
26848
27248
|
}
|
|
26849
27249
|
},
|
|
26850
27250
|
"balanced-match": {
|
|
@@ -28343,9 +28743,9 @@
|
|
|
28343
28743
|
}
|
|
28344
28744
|
},
|
|
28345
28745
|
"diagnostic-channel": {
|
|
28346
|
-
"version": "
|
|
28347
|
-
"resolved": "https://registry.npmjs.org/diagnostic-channel/-/diagnostic-channel-
|
|
28348
|
-
"integrity": "sha512-
|
|
28746
|
+
"version": "1.1.0",
|
|
28747
|
+
"resolved": "https://registry.npmjs.org/diagnostic-channel/-/diagnostic-channel-1.1.0.tgz",
|
|
28748
|
+
"integrity": "sha512-fwujyMe1gj6rk6dYi9hMZm0c8Mz8NDMVl2LB4iaYh3+LIAThZC8RKFGXWG0IML2OxAit/ZFRgZhMkhQ3d/bobQ==",
|
|
28349
28749
|
"requires": {
|
|
28350
28750
|
"semver": "^5.3.0"
|
|
28351
28751
|
},
|
|
@@ -28358,9 +28758,9 @@
|
|
|
28358
28758
|
}
|
|
28359
28759
|
},
|
|
28360
28760
|
"diagnostic-channel-publishers": {
|
|
28361
|
-
"version": "0.
|
|
28362
|
-
"resolved": "https://registry.npmjs.org/diagnostic-channel-publishers/-/diagnostic-channel-publishers-0.
|
|
28363
|
-
"integrity": "sha512-
|
|
28761
|
+
"version": "1.0.5",
|
|
28762
|
+
"resolved": "https://registry.npmjs.org/diagnostic-channel-publishers/-/diagnostic-channel-publishers-1.0.5.tgz",
|
|
28763
|
+
"integrity": "sha512-dJwUS0915pkjjimPJVDnS/QQHsH0aOYhnZsLJdnZIMOrB+csj8RnZhWTuwnm8R5v3Z7OZs+ksv5luC14DGB7eg==",
|
|
28364
28764
|
"requires": {}
|
|
28365
28765
|
},
|
|
28366
28766
|
"diff": {
|
|
@@ -32399,6 +32799,11 @@
|
|
|
32399
32799
|
"integrity": "sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw==",
|
|
32400
32800
|
"dev": true
|
|
32401
32801
|
},
|
|
32802
|
+
"module-details-from-path": {
|
|
32803
|
+
"version": "1.0.3",
|
|
32804
|
+
"resolved": "https://registry.npmjs.org/module-details-from-path/-/module-details-from-path-1.0.3.tgz",
|
|
32805
|
+
"integrity": "sha512-ySViT69/76t8VhE1xXHK6Ch4NcDd26gx0MzKXLO+F7NOtnqH68d9zF94nT8ZWSxXh8ELOERsnJO/sWt1xZYw5A=="
|
|
32806
|
+
},
|
|
32402
32807
|
"mri": {
|
|
32403
32808
|
"version": "1.2.0",
|
|
32404
32809
|
"resolved": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz",
|
|
@@ -36300,6 +36705,16 @@
|
|
|
36300
36705
|
"resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
|
|
36301
36706
|
"integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw=="
|
|
36302
36707
|
},
|
|
36708
|
+
"require-in-the-middle": {
|
|
36709
|
+
"version": "5.2.0",
|
|
36710
|
+
"resolved": "https://registry.npmjs.org/require-in-the-middle/-/require-in-the-middle-5.2.0.tgz",
|
|
36711
|
+
"integrity": "sha512-efCx3b+0Z69/LGJmm9Yvi4cqEdxnoGnxYxGxBghkkTTFeXRtTCmmhO0AnAfHz59k957uTSuy8WaHqOs8wbYUWg==",
|
|
36712
|
+
"requires": {
|
|
36713
|
+
"debug": "^4.1.1",
|
|
36714
|
+
"module-details-from-path": "^1.0.3",
|
|
36715
|
+
"resolve": "^1.22.1"
|
|
36716
|
+
}
|
|
36717
|
+
},
|
|
36303
36718
|
"require-main-filename": {
|
|
36304
36719
|
"version": "2.0.0",
|
|
36305
36720
|
"resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.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.0.0-qa.
|
|
4
|
+
"version": "2.0.0-qa.7",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run",
|
|
@@ -183,7 +183,8 @@
|
|
|
183
183
|
"resolutions": {
|
|
184
184
|
"@salesforce/core": "3.35.0-qa.3",
|
|
185
185
|
"@salesforce/schemas": "1.5.1",
|
|
186
|
-
"@salesforce/templates": "57.1.1"
|
|
186
|
+
"@salesforce/templates": "57.1.1",
|
|
187
|
+
"@salesforce/telemetry": "3.2.25"
|
|
187
188
|
},
|
|
188
189
|
"repository": "salesforcecli/cli",
|
|
189
190
|
"scripts": {
|