@salesforce/plugin-info 3.1.1 → 3.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/npm-shrinkwrap.json +125 -629
- package/oclif.lock +99 -216
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-info",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-info",
|
|
9
|
-
"version": "3.1.
|
|
9
|
+
"version": "3.1.3",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@inquirer/input": "^2.1.
|
|
12
|
+
"@inquirer/input": "^2.1.2",
|
|
13
13
|
"@oclif/core": "^3.26.0",
|
|
14
14
|
"@salesforce/core": "^6.7.1",
|
|
15
15
|
"@salesforce/kit": "^3.0.15",
|
|
16
|
-
"@salesforce/sf-plugins-core": "^8.0.
|
|
16
|
+
"@salesforce/sf-plugins-core": "^8.0.3",
|
|
17
17
|
"got": "^13.0.0",
|
|
18
18
|
"marked": "^4.3.0",
|
|
19
19
|
"marked-terminal": "^4.2.0",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@oclif/plugin-command-snapshot": "^5",
|
|
26
26
|
"@salesforce/cli-plugins-testkit": "^5",
|
|
27
|
-
"@salesforce/dev-scripts": "^8.4.
|
|
27
|
+
"@salesforce/dev-scripts": "^8.4.4",
|
|
28
28
|
"@salesforce/plugin-command-reference": "^3.0.70",
|
|
29
29
|
"@salesforce/ts-sinon": "^1.4.19",
|
|
30
30
|
"@salesforce/ts-types": "^2.0.9",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@types/semver": "^7.5.8",
|
|
34
34
|
"@types/sinon-chai": "^3.2.12",
|
|
35
35
|
"eslint-plugin-sf-plugin": "^1.17.5",
|
|
36
|
-
"oclif": "^4.
|
|
36
|
+
"oclif": "^4.7.5",
|
|
37
37
|
"sinon-chai": "^3.7.0",
|
|
38
38
|
"ts-node": "^10.9.2",
|
|
39
39
|
"typescript": "^5.4.3"
|
|
@@ -78,47 +78,6 @@
|
|
|
78
78
|
"tslib": "^1.11.1"
|
|
79
79
|
}
|
|
80
80
|
},
|
|
81
|
-
"node_modules/@aws-crypto/crc32/node_modules/@aws-sdk/types": {
|
|
82
|
-
"version": "3.521.0",
|
|
83
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.521.0.tgz",
|
|
84
|
-
"integrity": "sha512-H9I3Lut0F9d+kTibrhnTRqDRzhxf/vrDu12FUdTXVZEvVAQ7w9yrVHAZx8j2e8GWegetsQsNitO3KMrj4dA4pw==",
|
|
85
|
-
"dev": true,
|
|
86
|
-
"license": "Apache-2.0",
|
|
87
|
-
"dependencies": {
|
|
88
|
-
"@smithy/types": "^2.10.0",
|
|
89
|
-
"tslib": "^2.5.0"
|
|
90
|
-
},
|
|
91
|
-
"engines": {
|
|
92
|
-
"node": ">=14.0.0"
|
|
93
|
-
}
|
|
94
|
-
},
|
|
95
|
-
"node_modules/@aws-crypto/crc32/node_modules/@aws-sdk/types/node_modules/tslib": {
|
|
96
|
-
"version": "2.6.2",
|
|
97
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
|
98
|
-
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
|
99
|
-
"dev": true,
|
|
100
|
-
"license": "0BSD"
|
|
101
|
-
},
|
|
102
|
-
"node_modules/@aws-crypto/crc32/node_modules/@smithy/types": {
|
|
103
|
-
"version": "2.10.0",
|
|
104
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-2.10.0.tgz",
|
|
105
|
-
"integrity": "sha512-QYXQmpIebS8/jYXgyJjCanKZbI4Rr8tBVGBAIdDhA35f025TVjJNW69FJ0TGiDqt+lIGo037YIswq2t2Y1AYZQ==",
|
|
106
|
-
"dev": true,
|
|
107
|
-
"license": "Apache-2.0",
|
|
108
|
-
"dependencies": {
|
|
109
|
-
"tslib": "^2.5.0"
|
|
110
|
-
},
|
|
111
|
-
"engines": {
|
|
112
|
-
"node": ">=14.0.0"
|
|
113
|
-
}
|
|
114
|
-
},
|
|
115
|
-
"node_modules/@aws-crypto/crc32/node_modules/@smithy/types/node_modules/tslib": {
|
|
116
|
-
"version": "2.6.2",
|
|
117
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
|
118
|
-
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
|
119
|
-
"dev": true,
|
|
120
|
-
"license": "0BSD"
|
|
121
|
-
},
|
|
122
81
|
"node_modules/@aws-crypto/crc32/node_modules/tslib": {
|
|
123
82
|
"version": "1.14.1",
|
|
124
83
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
|
@@ -138,47 +97,6 @@
|
|
|
138
97
|
"tslib": "^1.11.1"
|
|
139
98
|
}
|
|
140
99
|
},
|
|
141
|
-
"node_modules/@aws-crypto/crc32c/node_modules/@aws-sdk/types": {
|
|
142
|
-
"version": "3.521.0",
|
|
143
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.521.0.tgz",
|
|
144
|
-
"integrity": "sha512-H9I3Lut0F9d+kTibrhnTRqDRzhxf/vrDu12FUdTXVZEvVAQ7w9yrVHAZx8j2e8GWegetsQsNitO3KMrj4dA4pw==",
|
|
145
|
-
"dev": true,
|
|
146
|
-
"license": "Apache-2.0",
|
|
147
|
-
"dependencies": {
|
|
148
|
-
"@smithy/types": "^2.10.0",
|
|
149
|
-
"tslib": "^2.5.0"
|
|
150
|
-
},
|
|
151
|
-
"engines": {
|
|
152
|
-
"node": ">=14.0.0"
|
|
153
|
-
}
|
|
154
|
-
},
|
|
155
|
-
"node_modules/@aws-crypto/crc32c/node_modules/@aws-sdk/types/node_modules/tslib": {
|
|
156
|
-
"version": "2.6.2",
|
|
157
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
|
158
|
-
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
|
159
|
-
"dev": true,
|
|
160
|
-
"license": "0BSD"
|
|
161
|
-
},
|
|
162
|
-
"node_modules/@aws-crypto/crc32c/node_modules/@smithy/types": {
|
|
163
|
-
"version": "2.10.0",
|
|
164
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-2.10.0.tgz",
|
|
165
|
-
"integrity": "sha512-QYXQmpIebS8/jYXgyJjCanKZbI4Rr8tBVGBAIdDhA35f025TVjJNW69FJ0TGiDqt+lIGo037YIswq2t2Y1AYZQ==",
|
|
166
|
-
"dev": true,
|
|
167
|
-
"license": "Apache-2.0",
|
|
168
|
-
"dependencies": {
|
|
169
|
-
"tslib": "^2.5.0"
|
|
170
|
-
},
|
|
171
|
-
"engines": {
|
|
172
|
-
"node": ">=14.0.0"
|
|
173
|
-
}
|
|
174
|
-
},
|
|
175
|
-
"node_modules/@aws-crypto/crc32c/node_modules/@smithy/types/node_modules/tslib": {
|
|
176
|
-
"version": "2.6.2",
|
|
177
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
|
178
|
-
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
|
179
|
-
"dev": true,
|
|
180
|
-
"license": "0BSD"
|
|
181
|
-
},
|
|
182
100
|
"node_modules/@aws-crypto/crc32c/node_modules/tslib": {
|
|
183
101
|
"version": "1.14.1",
|
|
184
102
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
|
@@ -219,47 +137,6 @@
|
|
|
219
137
|
"tslib": "^1.11.1"
|
|
220
138
|
}
|
|
221
139
|
},
|
|
222
|
-
"node_modules/@aws-crypto/sha1-browser/node_modules/@aws-sdk/types": {
|
|
223
|
-
"version": "3.521.0",
|
|
224
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.521.0.tgz",
|
|
225
|
-
"integrity": "sha512-H9I3Lut0F9d+kTibrhnTRqDRzhxf/vrDu12FUdTXVZEvVAQ7w9yrVHAZx8j2e8GWegetsQsNitO3KMrj4dA4pw==",
|
|
226
|
-
"dev": true,
|
|
227
|
-
"license": "Apache-2.0",
|
|
228
|
-
"dependencies": {
|
|
229
|
-
"@smithy/types": "^2.10.0",
|
|
230
|
-
"tslib": "^2.5.0"
|
|
231
|
-
},
|
|
232
|
-
"engines": {
|
|
233
|
-
"node": ">=14.0.0"
|
|
234
|
-
}
|
|
235
|
-
},
|
|
236
|
-
"node_modules/@aws-crypto/sha1-browser/node_modules/@aws-sdk/types/node_modules/tslib": {
|
|
237
|
-
"version": "2.6.2",
|
|
238
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
|
239
|
-
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
|
240
|
-
"dev": true,
|
|
241
|
-
"license": "0BSD"
|
|
242
|
-
},
|
|
243
|
-
"node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/types": {
|
|
244
|
-
"version": "2.10.0",
|
|
245
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-2.10.0.tgz",
|
|
246
|
-
"integrity": "sha512-QYXQmpIebS8/jYXgyJjCanKZbI4Rr8tBVGBAIdDhA35f025TVjJNW69FJ0TGiDqt+lIGo037YIswq2t2Y1AYZQ==",
|
|
247
|
-
"dev": true,
|
|
248
|
-
"license": "Apache-2.0",
|
|
249
|
-
"dependencies": {
|
|
250
|
-
"tslib": "^2.5.0"
|
|
251
|
-
},
|
|
252
|
-
"engines": {
|
|
253
|
-
"node": ">=14.0.0"
|
|
254
|
-
}
|
|
255
|
-
},
|
|
256
|
-
"node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/types/node_modules/tslib": {
|
|
257
|
-
"version": "2.6.2",
|
|
258
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
|
259
|
-
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
|
260
|
-
"dev": true,
|
|
261
|
-
"license": "0BSD"
|
|
262
|
-
},
|
|
263
140
|
"node_modules/@aws-crypto/sha1-browser/node_modules/tslib": {
|
|
264
141
|
"version": "1.14.1",
|
|
265
142
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
|
@@ -284,47 +161,6 @@
|
|
|
284
161
|
"tslib": "^1.11.1"
|
|
285
162
|
}
|
|
286
163
|
},
|
|
287
|
-
"node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types": {
|
|
288
|
-
"version": "3.521.0",
|
|
289
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.521.0.tgz",
|
|
290
|
-
"integrity": "sha512-H9I3Lut0F9d+kTibrhnTRqDRzhxf/vrDu12FUdTXVZEvVAQ7w9yrVHAZx8j2e8GWegetsQsNitO3KMrj4dA4pw==",
|
|
291
|
-
"dev": true,
|
|
292
|
-
"license": "Apache-2.0",
|
|
293
|
-
"dependencies": {
|
|
294
|
-
"@smithy/types": "^2.10.0",
|
|
295
|
-
"tslib": "^2.5.0"
|
|
296
|
-
},
|
|
297
|
-
"engines": {
|
|
298
|
-
"node": ">=14.0.0"
|
|
299
|
-
}
|
|
300
|
-
},
|
|
301
|
-
"node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/node_modules/tslib": {
|
|
302
|
-
"version": "2.6.2",
|
|
303
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
|
304
|
-
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
|
305
|
-
"dev": true,
|
|
306
|
-
"license": "0BSD"
|
|
307
|
-
},
|
|
308
|
-
"node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types": {
|
|
309
|
-
"version": "2.10.0",
|
|
310
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-2.10.0.tgz",
|
|
311
|
-
"integrity": "sha512-QYXQmpIebS8/jYXgyJjCanKZbI4Rr8tBVGBAIdDhA35f025TVjJNW69FJ0TGiDqt+lIGo037YIswq2t2Y1AYZQ==",
|
|
312
|
-
"dev": true,
|
|
313
|
-
"license": "Apache-2.0",
|
|
314
|
-
"dependencies": {
|
|
315
|
-
"tslib": "^2.5.0"
|
|
316
|
-
},
|
|
317
|
-
"engines": {
|
|
318
|
-
"node": ">=14.0.0"
|
|
319
|
-
}
|
|
320
|
-
},
|
|
321
|
-
"node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/node_modules/tslib": {
|
|
322
|
-
"version": "2.6.2",
|
|
323
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
|
324
|
-
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
|
325
|
-
"dev": true,
|
|
326
|
-
"license": "0BSD"
|
|
327
|
-
},
|
|
328
164
|
"node_modules/@aws-crypto/sha256-browser/node_modules/tslib": {
|
|
329
165
|
"version": "1.14.1",
|
|
330
166
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
|
@@ -344,47 +180,6 @@
|
|
|
344
180
|
"tslib": "^1.11.1"
|
|
345
181
|
}
|
|
346
182
|
},
|
|
347
|
-
"node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types": {
|
|
348
|
-
"version": "3.521.0",
|
|
349
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.521.0.tgz",
|
|
350
|
-
"integrity": "sha512-H9I3Lut0F9d+kTibrhnTRqDRzhxf/vrDu12FUdTXVZEvVAQ7w9yrVHAZx8j2e8GWegetsQsNitO3KMrj4dA4pw==",
|
|
351
|
-
"dev": true,
|
|
352
|
-
"license": "Apache-2.0",
|
|
353
|
-
"dependencies": {
|
|
354
|
-
"@smithy/types": "^2.10.0",
|
|
355
|
-
"tslib": "^2.5.0"
|
|
356
|
-
},
|
|
357
|
-
"engines": {
|
|
358
|
-
"node": ">=14.0.0"
|
|
359
|
-
}
|
|
360
|
-
},
|
|
361
|
-
"node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/node_modules/tslib": {
|
|
362
|
-
"version": "2.6.2",
|
|
363
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
|
364
|
-
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
|
365
|
-
"dev": true,
|
|
366
|
-
"license": "0BSD"
|
|
367
|
-
},
|
|
368
|
-
"node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types": {
|
|
369
|
-
"version": "2.10.0",
|
|
370
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-2.10.0.tgz",
|
|
371
|
-
"integrity": "sha512-QYXQmpIebS8/jYXgyJjCanKZbI4Rr8tBVGBAIdDhA35f025TVjJNW69FJ0TGiDqt+lIGo037YIswq2t2Y1AYZQ==",
|
|
372
|
-
"dev": true,
|
|
373
|
-
"license": "Apache-2.0",
|
|
374
|
-
"dependencies": {
|
|
375
|
-
"tslib": "^2.5.0"
|
|
376
|
-
},
|
|
377
|
-
"engines": {
|
|
378
|
-
"node": ">=14.0.0"
|
|
379
|
-
}
|
|
380
|
-
},
|
|
381
|
-
"node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/node_modules/tslib": {
|
|
382
|
-
"version": "2.6.2",
|
|
383
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
|
384
|
-
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
|
385
|
-
"dev": true,
|
|
386
|
-
"license": "0BSD"
|
|
387
|
-
},
|
|
388
183
|
"node_modules/@aws-crypto/sha256-js/node_modules/tslib": {
|
|
389
184
|
"version": "1.14.1",
|
|
390
185
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
|
@@ -421,47 +216,6 @@
|
|
|
421
216
|
"tslib": "^1.11.1"
|
|
422
217
|
}
|
|
423
218
|
},
|
|
424
|
-
"node_modules/@aws-crypto/util/node_modules/@aws-sdk/types": {
|
|
425
|
-
"version": "3.521.0",
|
|
426
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.521.0.tgz",
|
|
427
|
-
"integrity": "sha512-H9I3Lut0F9d+kTibrhnTRqDRzhxf/vrDu12FUdTXVZEvVAQ7w9yrVHAZx8j2e8GWegetsQsNitO3KMrj4dA4pw==",
|
|
428
|
-
"dev": true,
|
|
429
|
-
"license": "Apache-2.0",
|
|
430
|
-
"dependencies": {
|
|
431
|
-
"@smithy/types": "^2.10.0",
|
|
432
|
-
"tslib": "^2.5.0"
|
|
433
|
-
},
|
|
434
|
-
"engines": {
|
|
435
|
-
"node": ">=14.0.0"
|
|
436
|
-
}
|
|
437
|
-
},
|
|
438
|
-
"node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/node_modules/tslib": {
|
|
439
|
-
"version": "2.6.2",
|
|
440
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
|
441
|
-
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
|
442
|
-
"dev": true,
|
|
443
|
-
"license": "0BSD"
|
|
444
|
-
},
|
|
445
|
-
"node_modules/@aws-crypto/util/node_modules/@smithy/types": {
|
|
446
|
-
"version": "2.10.0",
|
|
447
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-2.10.0.tgz",
|
|
448
|
-
"integrity": "sha512-QYXQmpIebS8/jYXgyJjCanKZbI4Rr8tBVGBAIdDhA35f025TVjJNW69FJ0TGiDqt+lIGo037YIswq2t2Y1AYZQ==",
|
|
449
|
-
"dev": true,
|
|
450
|
-
"license": "Apache-2.0",
|
|
451
|
-
"dependencies": {
|
|
452
|
-
"tslib": "^2.5.0"
|
|
453
|
-
},
|
|
454
|
-
"engines": {
|
|
455
|
-
"node": ">=14.0.0"
|
|
456
|
-
}
|
|
457
|
-
},
|
|
458
|
-
"node_modules/@aws-crypto/util/node_modules/@smithy/types/node_modules/tslib": {
|
|
459
|
-
"version": "2.6.2",
|
|
460
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
|
461
|
-
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
|
462
|
-
"dev": true,
|
|
463
|
-
"license": "0BSD"
|
|
464
|
-
},
|
|
465
219
|
"node_modules/@aws-crypto/util/node_modules/tslib": {
|
|
466
220
|
"version": "1.14.1",
|
|
467
221
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
|
@@ -2528,14 +2282,14 @@
|
|
|
2528
2282
|
}
|
|
2529
2283
|
},
|
|
2530
2284
|
"node_modules/@inquirer/core": {
|
|
2531
|
-
"version": "7.1.
|
|
2532
|
-
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-7.1.
|
|
2533
|
-
"integrity": "sha512-
|
|
2285
|
+
"version": "7.1.2",
|
|
2286
|
+
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-7.1.2.tgz",
|
|
2287
|
+
"integrity": "sha512-ne5VhDqruYYzx8mmjDZ9F58ymrLJGxmSHJUcJGiW3tifzvl3goAm6gNX11w6+zUnGE54vgQ6ALDXL3IOSezMRw==",
|
|
2534
2288
|
"license": "MIT",
|
|
2535
2289
|
"dependencies": {
|
|
2536
2290
|
"@inquirer/type": "^1.2.1",
|
|
2537
2291
|
"@types/mute-stream": "^0.0.4",
|
|
2538
|
-
"@types/node": "^20.
|
|
2292
|
+
"@types/node": "^20.12.4",
|
|
2539
2293
|
"@types/wrap-ansi": "^3.0.0",
|
|
2540
2294
|
"ansi-escapes": "^4.3.2",
|
|
2541
2295
|
"chalk": "^4.1.2",
|
|
@@ -2543,7 +2297,6 @@
|
|
|
2543
2297
|
"cli-width": "^4.1.0",
|
|
2544
2298
|
"figures": "^3.2.0",
|
|
2545
2299
|
"mute-stream": "^1.0.0",
|
|
2546
|
-
"run-async": "^3.0.0",
|
|
2547
2300
|
"signal-exit": "^4.1.0",
|
|
2548
2301
|
"strip-ansi": "^6.0.1",
|
|
2549
2302
|
"wrap-ansi": "^6.2.0"
|
|
@@ -2553,9 +2306,9 @@
|
|
|
2553
2306
|
}
|
|
2554
2307
|
},
|
|
2555
2308
|
"node_modules/@inquirer/core/node_modules/@types/node": {
|
|
2556
|
-
"version": "20.
|
|
2557
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.
|
|
2558
|
-
"integrity": "sha512-
|
|
2309
|
+
"version": "20.12.5",
|
|
2310
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.5.tgz",
|
|
2311
|
+
"integrity": "sha512-BD+BjQ9LS/D8ST9p5uqBxghlN+S42iuNxjsUGjeZobe/ciXzk2qb1B6IXc6AnRLS+yFJRpN2IPEHMzwspfDJNw==",
|
|
2559
2312
|
"license": "MIT",
|
|
2560
2313
|
"dependencies": {
|
|
2561
2314
|
"undici-types": "~5.26.4"
|
|
@@ -2579,15 +2332,6 @@
|
|
|
2579
2332
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
2580
2333
|
}
|
|
2581
2334
|
},
|
|
2582
|
-
"node_modules/@inquirer/core/node_modules/run-async": {
|
|
2583
|
-
"version": "3.0.0",
|
|
2584
|
-
"resolved": "https://registry.npmjs.org/run-async/-/run-async-3.0.0.tgz",
|
|
2585
|
-
"integrity": "sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==",
|
|
2586
|
-
"license": "MIT",
|
|
2587
|
-
"engines": {
|
|
2588
|
-
"node": ">=0.12.0"
|
|
2589
|
-
}
|
|
2590
|
-
},
|
|
2591
2335
|
"node_modules/@inquirer/core/node_modules/signal-exit": {
|
|
2592
2336
|
"version": "4.1.0",
|
|
2593
2337
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
@@ -2601,12 +2345,12 @@
|
|
|
2601
2345
|
}
|
|
2602
2346
|
},
|
|
2603
2347
|
"node_modules/@inquirer/input": {
|
|
2604
|
-
"version": "2.1.
|
|
2605
|
-
"resolved": "https://registry.npmjs.org/@inquirer/input/-/input-2.1.
|
|
2606
|
-
"integrity": "sha512-
|
|
2348
|
+
"version": "2.1.2",
|
|
2349
|
+
"resolved": "https://registry.npmjs.org/@inquirer/input/-/input-2.1.2.tgz",
|
|
2350
|
+
"integrity": "sha512-Szr9POj/NxbKSmbOx81ZD76b6xmvXXUY56QLWBXRv8zIGTIKtj03V4zAsw3MTiL6Qoo+IaRLwTLr3bI+qIblzA==",
|
|
2607
2351
|
"license": "MIT",
|
|
2608
2352
|
"dependencies": {
|
|
2609
|
-
"@inquirer/core": "^7.1.
|
|
2353
|
+
"@inquirer/core": "^7.1.2",
|
|
2610
2354
|
"@inquirer/type": "^1.2.1"
|
|
2611
2355
|
},
|
|
2612
2356
|
"engines": {
|
|
@@ -2693,13 +2437,13 @@
|
|
|
2693
2437
|
}
|
|
2694
2438
|
},
|
|
2695
2439
|
"node_modules/@inquirer/select": {
|
|
2696
|
-
"version": "2.2.
|
|
2697
|
-
"resolved": "https://registry.npmjs.org/@inquirer/select/-/select-2.2.
|
|
2698
|
-
"integrity": "sha512-
|
|
2440
|
+
"version": "2.2.1",
|
|
2441
|
+
"resolved": "https://registry.npmjs.org/@inquirer/select/-/select-2.2.1.tgz",
|
|
2442
|
+
"integrity": "sha512-JR4FeHvuxPSPWQy8DzkIvoIsJ4SWtSFb4xVLvLto84dL+jkv12lm8ILtuax4bMHvg5MBj3wYUF6Tk9izJ07gdw==",
|
|
2699
2443
|
"dev": true,
|
|
2700
2444
|
"license": "MIT",
|
|
2701
2445
|
"dependencies": {
|
|
2702
|
-
"@inquirer/core": "^7.1.
|
|
2446
|
+
"@inquirer/core": "^7.1.1",
|
|
2703
2447
|
"@inquirer/type": "^1.2.1",
|
|
2704
2448
|
"ansi-escapes": "^4.3.2",
|
|
2705
2449
|
"chalk": "^4.1.2",
|
|
@@ -3069,13 +2813,13 @@
|
|
|
3069
2813
|
}
|
|
3070
2814
|
},
|
|
3071
2815
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
3072
|
-
"version": "5.1.
|
|
3073
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.
|
|
3074
|
-
"integrity": "sha512-
|
|
2816
|
+
"version": "5.1.4",
|
|
2817
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.4.tgz",
|
|
2818
|
+
"integrity": "sha512-nXrMI/LmnfADgoBtYhdNa6K4BpabH++9iX1k0W0+xQJdcB2yVExYSovzeriRpL/uoVZPtZ92Lw0koo3VH0nmzA==",
|
|
3075
2819
|
"dev": true,
|
|
3076
2820
|
"license": "MIT",
|
|
3077
2821
|
"dependencies": {
|
|
3078
|
-
"@oclif/core": "3.
|
|
2822
|
+
"@oclif/core": "3.26.0",
|
|
3079
2823
|
"@types/lodash.difference": "^4.5.9",
|
|
3080
2824
|
"chalk": "^5.3.0",
|
|
3081
2825
|
"globby": "^14.0.1",
|
|
@@ -3090,116 +2834,6 @@
|
|
|
3090
2834
|
"node": ">=18.0.0"
|
|
3091
2835
|
}
|
|
3092
2836
|
},
|
|
3093
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core": {
|
|
3094
|
-
"version": "3.21.0",
|
|
3095
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.21.0.tgz",
|
|
3096
|
-
"integrity": "sha512-xR7qGPOWtOnYmdYocSn6oEh2oTQLsPOXoj3HYGpb26V3WulwF8Cm33WPnMsSISv4ben3Rtc5i59u9O5NnuG42g==",
|
|
3097
|
-
"dev": true,
|
|
3098
|
-
"license": "MIT",
|
|
3099
|
-
"dependencies": {
|
|
3100
|
-
"@types/cli-progress": "^3.11.5",
|
|
3101
|
-
"ansi-escapes": "^4.3.2",
|
|
3102
|
-
"ansi-styles": "^4.3.0",
|
|
3103
|
-
"cardinal": "^2.1.1",
|
|
3104
|
-
"chalk": "^4.1.2",
|
|
3105
|
-
"clean-stack": "^3.0.1",
|
|
3106
|
-
"cli-progress": "^3.12.0",
|
|
3107
|
-
"color": "^4.2.3",
|
|
3108
|
-
"debug": "^4.3.4",
|
|
3109
|
-
"ejs": "^3.1.9",
|
|
3110
|
-
"get-package-type": "^0.1.0",
|
|
3111
|
-
"globby": "^11.1.0",
|
|
3112
|
-
"hyperlinker": "^1.0.0",
|
|
3113
|
-
"indent-string": "^4.0.0",
|
|
3114
|
-
"is-wsl": "^2.2.0",
|
|
3115
|
-
"js-yaml": "^3.14.1",
|
|
3116
|
-
"natural-orderby": "^2.0.3",
|
|
3117
|
-
"object-treeify": "^1.1.33",
|
|
3118
|
-
"password-prompt": "^1.1.3",
|
|
3119
|
-
"slice-ansi": "^4.0.0",
|
|
3120
|
-
"string-width": "^4.2.3",
|
|
3121
|
-
"strip-ansi": "^6.0.1",
|
|
3122
|
-
"supports-color": "^8.1.1",
|
|
3123
|
-
"supports-hyperlinks": "^2.2.0",
|
|
3124
|
-
"widest-line": "^3.1.0",
|
|
3125
|
-
"wordwrap": "^1.0.0",
|
|
3126
|
-
"wrap-ansi": "^7.0.0"
|
|
3127
|
-
},
|
|
3128
|
-
"engines": {
|
|
3129
|
-
"node": ">=18.0.0"
|
|
3130
|
-
}
|
|
3131
|
-
},
|
|
3132
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk": {
|
|
3133
|
-
"version": "4.1.2",
|
|
3134
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
3135
|
-
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
3136
|
-
"dev": true,
|
|
3137
|
-
"license": "MIT",
|
|
3138
|
-
"dependencies": {
|
|
3139
|
-
"ansi-styles": "^4.1.0",
|
|
3140
|
-
"supports-color": "^7.1.0"
|
|
3141
|
-
},
|
|
3142
|
-
"engines": {
|
|
3143
|
-
"node": ">=10"
|
|
3144
|
-
},
|
|
3145
|
-
"funding": {
|
|
3146
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
3147
|
-
}
|
|
3148
|
-
},
|
|
3149
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
|
|
3150
|
-
"version": "7.2.0",
|
|
3151
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
3152
|
-
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
3153
|
-
"dev": true,
|
|
3154
|
-
"license": "MIT",
|
|
3155
|
-
"dependencies": {
|
|
3156
|
-
"has-flag": "^4.0.0"
|
|
3157
|
-
},
|
|
3158
|
-
"engines": {
|
|
3159
|
-
"node": ">=8"
|
|
3160
|
-
}
|
|
3161
|
-
},
|
|
3162
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/globby": {
|
|
3163
|
-
"version": "11.1.0",
|
|
3164
|
-
"resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
|
|
3165
|
-
"integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
|
|
3166
|
-
"dev": true,
|
|
3167
|
-
"license": "MIT",
|
|
3168
|
-
"dependencies": {
|
|
3169
|
-
"array-union": "^2.1.0",
|
|
3170
|
-
"dir-glob": "^3.0.1",
|
|
3171
|
-
"fast-glob": "^3.2.9",
|
|
3172
|
-
"ignore": "^5.2.0",
|
|
3173
|
-
"merge2": "^1.4.1",
|
|
3174
|
-
"slash": "^3.0.0"
|
|
3175
|
-
},
|
|
3176
|
-
"engines": {
|
|
3177
|
-
"node": ">=10"
|
|
3178
|
-
},
|
|
3179
|
-
"funding": {
|
|
3180
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
3181
|
-
}
|
|
3182
|
-
},
|
|
3183
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/slash": {
|
|
3184
|
-
"version": "3.0.0",
|
|
3185
|
-
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
|
|
3186
|
-
"integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
|
|
3187
|
-
"dev": true,
|
|
3188
|
-
"license": "MIT",
|
|
3189
|
-
"engines": {
|
|
3190
|
-
"node": ">=8"
|
|
3191
|
-
}
|
|
3192
|
-
},
|
|
3193
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/argparse": {
|
|
3194
|
-
"version": "1.0.10",
|
|
3195
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
3196
|
-
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
3197
|
-
"dev": true,
|
|
3198
|
-
"license": "MIT",
|
|
3199
|
-
"dependencies": {
|
|
3200
|
-
"sprintf-js": "~1.0.2"
|
|
3201
|
-
}
|
|
3202
|
-
},
|
|
3203
2837
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/chalk": {
|
|
3204
2838
|
"version": "5.3.0",
|
|
3205
2839
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
|
@@ -3234,20 +2868,6 @@
|
|
|
3234
2868
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3235
2869
|
}
|
|
3236
2870
|
},
|
|
3237
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/js-yaml": {
|
|
3238
|
-
"version": "3.14.1",
|
|
3239
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
3240
|
-
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
3241
|
-
"dev": true,
|
|
3242
|
-
"license": "MIT",
|
|
3243
|
-
"dependencies": {
|
|
3244
|
-
"argparse": "^1.0.7",
|
|
3245
|
-
"esprima": "^4.0.0"
|
|
3246
|
-
},
|
|
3247
|
-
"bin": {
|
|
3248
|
-
"js-yaml": "bin/js-yaml.js"
|
|
3249
|
-
}
|
|
3250
|
-
},
|
|
3251
2871
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/path-type": {
|
|
3252
2872
|
"version": "5.0.0",
|
|
3253
2873
|
"resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
|
|
@@ -3274,40 +2894,6 @@
|
|
|
3274
2894
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3275
2895
|
}
|
|
3276
2896
|
},
|
|
3277
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/supports-color": {
|
|
3278
|
-
"version": "8.1.1",
|
|
3279
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
3280
|
-
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
3281
|
-
"dev": true,
|
|
3282
|
-
"license": "MIT",
|
|
3283
|
-
"dependencies": {
|
|
3284
|
-
"has-flag": "^4.0.0"
|
|
3285
|
-
},
|
|
3286
|
-
"engines": {
|
|
3287
|
-
"node": ">=10"
|
|
3288
|
-
},
|
|
3289
|
-
"funding": {
|
|
3290
|
-
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
3291
|
-
}
|
|
3292
|
-
},
|
|
3293
|
-
"node_modules/@oclif/plugin-command-snapshot/node_modules/wrap-ansi": {
|
|
3294
|
-
"version": "7.0.0",
|
|
3295
|
-
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
3296
|
-
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
3297
|
-
"dev": true,
|
|
3298
|
-
"license": "MIT",
|
|
3299
|
-
"dependencies": {
|
|
3300
|
-
"ansi-styles": "^4.0.0",
|
|
3301
|
-
"string-width": "^4.1.0",
|
|
3302
|
-
"strip-ansi": "^6.0.0"
|
|
3303
|
-
},
|
|
3304
|
-
"engines": {
|
|
3305
|
-
"node": ">=10"
|
|
3306
|
-
},
|
|
3307
|
-
"funding": {
|
|
3308
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
3309
|
-
}
|
|
3310
|
-
},
|
|
3311
2897
|
"node_modules/@oclif/plugin-help": {
|
|
3312
2898
|
"version": "6.0.18",
|
|
3313
2899
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.18.tgz",
|
|
@@ -3350,13 +2936,13 @@
|
|
|
3350
2936
|
}
|
|
3351
2937
|
},
|
|
3352
2938
|
"node_modules/@oclif/plugin-warn-if-update-available": {
|
|
3353
|
-
"version": "3.0.
|
|
3354
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.
|
|
3355
|
-
"integrity": "sha512-
|
|
2939
|
+
"version": "3.0.15",
|
|
2940
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.15.tgz",
|
|
2941
|
+
"integrity": "sha512-JtPTJFjL6izMCe5dDS2ix2PyWAD2DeJ5Atzd2HHRifbPcmOxaUE62FKTnarIwfPHLMF/nN33liwo9InAdirozg==",
|
|
3356
2942
|
"dev": true,
|
|
3357
2943
|
"license": "MIT",
|
|
3358
2944
|
"dependencies": {
|
|
3359
|
-
"@oclif/core": "^3.
|
|
2945
|
+
"@oclif/core": "^3.26.0",
|
|
3360
2946
|
"chalk": "^5.3.0",
|
|
3361
2947
|
"debug": "^4.1.0",
|
|
3362
2948
|
"http-call": "^5.2.2",
|
|
@@ -3570,9 +3156,9 @@
|
|
|
3570
3156
|
"license": "BSD-3-Clause"
|
|
3571
3157
|
},
|
|
3572
3158
|
"node_modules/@salesforce/dev-scripts": {
|
|
3573
|
-
"version": "8.4.
|
|
3574
|
-
"resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-8.4.
|
|
3575
|
-
"integrity": "sha512-
|
|
3159
|
+
"version": "8.4.4",
|
|
3160
|
+
"resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-8.4.4.tgz",
|
|
3161
|
+
"integrity": "sha512-XQ4B7cwINouoxqKNlcCTAnuMIe2jrB6VjcAL93Qns5MNQYYjjSV9kU7RkHck8Wvx2dCAL43iFp0oqpudz3bD5A==",
|
|
3576
3162
|
"dev": true,
|
|
3577
3163
|
"license": "BSD-3-Clause",
|
|
3578
3164
|
"dependencies": {
|
|
@@ -3580,17 +3166,17 @@
|
|
|
3580
3166
|
"@commitlint/config-conventional": "^17.8.1",
|
|
3581
3167
|
"@salesforce/dev-config": "^4.1.0",
|
|
3582
3168
|
"@salesforce/prettier-config": "^0.0.3",
|
|
3583
|
-
"@types/chai": "^4.3.
|
|
3169
|
+
"@types/chai": "^4.3.14",
|
|
3584
3170
|
"@types/mocha": "^10.0.6",
|
|
3585
|
-
"@types/node": "^18",
|
|
3171
|
+
"@types/node": "^18.19.28",
|
|
3586
3172
|
"@types/sinon": "^10.0.20",
|
|
3587
3173
|
"chai": "^4.3.10",
|
|
3588
3174
|
"chalk": "^4.0.0",
|
|
3589
|
-
"cosmiconfig": "^
|
|
3590
|
-
"eslint-config-salesforce-typescript": "^3.2.
|
|
3175
|
+
"cosmiconfig": "^8.3.6",
|
|
3176
|
+
"eslint-config-salesforce-typescript": "^3.2.12",
|
|
3591
3177
|
"husky": "^7.0.4",
|
|
3592
3178
|
"linkinator": "^6.0.4",
|
|
3593
|
-
"mocha": "^10.
|
|
3179
|
+
"mocha": "^10.4.0",
|
|
3594
3180
|
"nyc": "^15.1.0",
|
|
3595
3181
|
"prettier": "^2.8.8",
|
|
3596
3182
|
"pretty-quick": "^3.3.1",
|
|
@@ -3598,9 +3184,9 @@
|
|
|
3598
3184
|
"sinon": "10.0.0",
|
|
3599
3185
|
"source-map-support": "^0.5.21",
|
|
3600
3186
|
"ts-node": "^10.9.2",
|
|
3601
|
-
"typedoc": "^0.25.
|
|
3187
|
+
"typedoc": "^0.25.12",
|
|
3602
3188
|
"typedoc-plugin-missing-exports": "0.23.0",
|
|
3603
|
-
"typescript": "^4.
|
|
3189
|
+
"typescript": "^5.4.3",
|
|
3604
3190
|
"wireit": "^0.14.4"
|
|
3605
3191
|
},
|
|
3606
3192
|
"bin": {
|
|
@@ -3611,84 +3197,15 @@
|
|
|
3611
3197
|
}
|
|
3612
3198
|
},
|
|
3613
3199
|
"node_modules/@salesforce/dev-scripts/node_modules/@types/node": {
|
|
3614
|
-
"version": "18.
|
|
3615
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.
|
|
3616
|
-
"integrity": "sha512-
|
|
3200
|
+
"version": "18.19.29",
|
|
3201
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.29.tgz",
|
|
3202
|
+
"integrity": "sha512-5pAX7ggTmWZdhUrhRWLPf+5oM7F80bcKVCBbr0zwEkTNzTJL2CWQjznpFgHYy6GrzkYi2Yjy7DHKoynFxqPV8g==",
|
|
3617
3203
|
"dev": true,
|
|
3618
3204
|
"license": "MIT",
|
|
3619
3205
|
"dependencies": {
|
|
3620
3206
|
"undici-types": "~5.26.4"
|
|
3621
3207
|
}
|
|
3622
3208
|
},
|
|
3623
|
-
"node_modules/@salesforce/dev-scripts/node_modules/cosmiconfig": {
|
|
3624
|
-
"version": "7.1.0",
|
|
3625
|
-
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz",
|
|
3626
|
-
"integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==",
|
|
3627
|
-
"dev": true,
|
|
3628
|
-
"license": "MIT",
|
|
3629
|
-
"dependencies": {
|
|
3630
|
-
"@types/parse-json": "^4.0.0",
|
|
3631
|
-
"import-fresh": "^3.2.1",
|
|
3632
|
-
"parse-json": "^5.0.0",
|
|
3633
|
-
"path-type": "^4.0.0",
|
|
3634
|
-
"yaml": "^1.10.0"
|
|
3635
|
-
},
|
|
3636
|
-
"engines": {
|
|
3637
|
-
"node": ">=10"
|
|
3638
|
-
}
|
|
3639
|
-
},
|
|
3640
|
-
"node_modules/@salesforce/dev-scripts/node_modules/minimatch": {
|
|
3641
|
-
"version": "9.0.3",
|
|
3642
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
|
|
3643
|
-
"integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
|
|
3644
|
-
"dev": true,
|
|
3645
|
-
"license": "ISC",
|
|
3646
|
-
"dependencies": {
|
|
3647
|
-
"brace-expansion": "^2.0.1"
|
|
3648
|
-
},
|
|
3649
|
-
"engines": {
|
|
3650
|
-
"node": ">=16 || 14 >=14.17"
|
|
3651
|
-
},
|
|
3652
|
-
"funding": {
|
|
3653
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
3654
|
-
}
|
|
3655
|
-
},
|
|
3656
|
-
"node_modules/@salesforce/dev-scripts/node_modules/typedoc": {
|
|
3657
|
-
"version": "0.25.10",
|
|
3658
|
-
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.25.10.tgz",
|
|
3659
|
-
"integrity": "sha512-v10rtOFojrjW9og3T+6wAKeJaGMuojU87DXGZ33sfs+554wgPTRG+s07Ag1BjPZI85Y5QPVouPI63JQ6fcQM5w==",
|
|
3660
|
-
"dev": true,
|
|
3661
|
-
"license": "Apache-2.0",
|
|
3662
|
-
"dependencies": {
|
|
3663
|
-
"lunr": "^2.3.9",
|
|
3664
|
-
"marked": "^4.3.0",
|
|
3665
|
-
"minimatch": "^9.0.3",
|
|
3666
|
-
"shiki": "^0.14.7"
|
|
3667
|
-
},
|
|
3668
|
-
"bin": {
|
|
3669
|
-
"typedoc": "bin/typedoc"
|
|
3670
|
-
},
|
|
3671
|
-
"engines": {
|
|
3672
|
-
"node": ">= 16"
|
|
3673
|
-
},
|
|
3674
|
-
"peerDependencies": {
|
|
3675
|
-
"typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x"
|
|
3676
|
-
}
|
|
3677
|
-
},
|
|
3678
|
-
"node_modules/@salesforce/dev-scripts/node_modules/typescript": {
|
|
3679
|
-
"version": "4.9.5",
|
|
3680
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
|
|
3681
|
-
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
|
|
3682
|
-
"dev": true,
|
|
3683
|
-
"license": "Apache-2.0",
|
|
3684
|
-
"bin": {
|
|
3685
|
-
"tsc": "bin/tsc",
|
|
3686
|
-
"tsserver": "bin/tsserver"
|
|
3687
|
-
},
|
|
3688
|
-
"engines": {
|
|
3689
|
-
"node": ">=4.2.0"
|
|
3690
|
-
}
|
|
3691
|
-
},
|
|
3692
3209
|
"node_modules/@salesforce/kit": {
|
|
3693
3210
|
"version": "3.1.0",
|
|
3694
3211
|
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.1.0.tgz",
|
|
@@ -3779,16 +3296,16 @@
|
|
|
3779
3296
|
"license": "ISC"
|
|
3780
3297
|
},
|
|
3781
3298
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
3782
|
-
"version": "8.0.
|
|
3783
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-8.0.
|
|
3784
|
-
"integrity": "sha512-
|
|
3299
|
+
"version": "8.0.3",
|
|
3300
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-8.0.3.tgz",
|
|
3301
|
+
"integrity": "sha512-RJIi0lbpOg6ZflRDCTi/8E3QBhOHfvA5F3xlvThuQo9Yw2SvOjti+s/+Z2RCpvWdy4aaleeGqqgn7AwDi/ISDQ==",
|
|
3785
3302
|
"license": "BSD-3-Clause",
|
|
3786
3303
|
"dependencies": {
|
|
3787
3304
|
"@inquirer/confirm": "^2.0.17",
|
|
3788
3305
|
"@inquirer/password": "^1.1.16",
|
|
3789
|
-
"@oclif/core": "^3.
|
|
3306
|
+
"@oclif/core": "^3.26.0",
|
|
3790
3307
|
"@salesforce/core": "^6.7.3",
|
|
3791
|
-
"@salesforce/kit": "^3.0
|
|
3308
|
+
"@salesforce/kit": "^3.1.0",
|
|
3792
3309
|
"@salesforce/ts-types": "^2.0.9",
|
|
3793
3310
|
"chalk": "^5.3.0"
|
|
3794
3311
|
},
|
|
@@ -4750,9 +4267,9 @@
|
|
|
4750
4267
|
"license": "MIT"
|
|
4751
4268
|
},
|
|
4752
4269
|
"node_modules/@types/chai": {
|
|
4753
|
-
"version": "4.3.
|
|
4754
|
-
"resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.
|
|
4755
|
-
"integrity": "sha512-
|
|
4270
|
+
"version": "4.3.14",
|
|
4271
|
+
"resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.14.tgz",
|
|
4272
|
+
"integrity": "sha512-Wj71sXE4Q4AkGdG9Tvq1u/fquNz9EdG4LIJMwVVII7ashjD/8cf8fyIfJAjRr6YcsXnSE8cOGQPq1gqeR8z+3w==",
|
|
4756
4273
|
"dev": true,
|
|
4757
4274
|
"license": "MIT"
|
|
4758
4275
|
},
|
|
@@ -4958,9 +4475,9 @@
|
|
|
4958
4475
|
}
|
|
4959
4476
|
},
|
|
4960
4477
|
"node_modules/@types/node": {
|
|
4961
|
-
"version": "20.
|
|
4962
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.
|
|
4963
|
-
"integrity": "sha512-
|
|
4478
|
+
"version": "20.12.2",
|
|
4479
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.2.tgz",
|
|
4480
|
+
"integrity": "sha512-zQ0NYO87hyN6Xrclcqp7f8ZbXNbRfoGWNcMvHTPQp9UUrwI0mI7XBz+cu7/W6/VClYo2g63B0cjull/srU7LgQ==",
|
|
4964
4481
|
"license": "MIT",
|
|
4965
4482
|
"dependencies": {
|
|
4966
4483
|
"undici-types": "~5.26.4"
|
|
@@ -4973,13 +4490,6 @@
|
|
|
4973
4490
|
"dev": true,
|
|
4974
4491
|
"license": "MIT"
|
|
4975
4492
|
},
|
|
4976
|
-
"node_modules/@types/parse-json": {
|
|
4977
|
-
"version": "4.0.1",
|
|
4978
|
-
"resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.1.tgz",
|
|
4979
|
-
"integrity": "sha512-3YmXzzPAdOTVljVMkTMBdBEvlOLg2cDQaDhnnhT3nT9uDbnJzjWhKlzb+desT12Y7tGqaN6d+AbozcKzyL36Ng==",
|
|
4980
|
-
"dev": true,
|
|
4981
|
-
"license": "MIT"
|
|
4982
|
-
},
|
|
4983
4493
|
"node_modules/@types/semver": {
|
|
4984
4494
|
"version": "7.5.8",
|
|
4985
4495
|
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.8.tgz",
|
|
@@ -7355,9 +6865,9 @@
|
|
|
7355
6865
|
}
|
|
7356
6866
|
},
|
|
7357
6867
|
"node_modules/eslint-config-salesforce": {
|
|
7358
|
-
"version": "2.0
|
|
7359
|
-
"resolved": "https://registry.npmjs.org/eslint-config-salesforce/-/eslint-config-salesforce-2.0.
|
|
7360
|
-
"integrity": "sha512-
|
|
6868
|
+
"version": "2.2.0",
|
|
6869
|
+
"resolved": "https://registry.npmjs.org/eslint-config-salesforce/-/eslint-config-salesforce-2.2.0.tgz",
|
|
6870
|
+
"integrity": "sha512-0zUEFJ2nNpMvVO3MgKEDUTGtaFZjL3xEIErr5h+BOft+OhGoIvZBNPnBBu12lvv29ylqIAQz5SwoVCCUzBhyPQ==",
|
|
7361
6871
|
"dev": true,
|
|
7362
6872
|
"license": "BSD-3-Clause"
|
|
7363
6873
|
},
|
|
@@ -7369,9 +6879,9 @@
|
|
|
7369
6879
|
"license": "BSD-3-Clause"
|
|
7370
6880
|
},
|
|
7371
6881
|
"node_modules/eslint-config-salesforce-typescript": {
|
|
7372
|
-
"version": "3.2.
|
|
7373
|
-
"resolved": "https://registry.npmjs.org/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-3.2.
|
|
7374
|
-
"integrity": "sha512-
|
|
6882
|
+
"version": "3.2.12",
|
|
6883
|
+
"resolved": "https://registry.npmjs.org/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-3.2.12.tgz",
|
|
6884
|
+
"integrity": "sha512-dCXU2V7DE8woGtfEZyxD9hSX3F+ZS/26nS6oG963I7/p9aeA1S6apPR1v3kV7o9VDR86ry1OIFbvK//1oDcz/w==",
|
|
7375
6885
|
"dev": true,
|
|
7376
6886
|
"license": "BSD-3-Clause",
|
|
7377
6887
|
"dependencies": {
|
|
@@ -7379,7 +6889,7 @@
|
|
|
7379
6889
|
"@typescript-eslint/parser": "^6.21.0",
|
|
7380
6890
|
"eslint": "^8.56.0",
|
|
7381
6891
|
"eslint-config-prettier": "^9.1.0",
|
|
7382
|
-
"eslint-config-salesforce": "^2.0
|
|
6892
|
+
"eslint-config-salesforce": "^2.2.0",
|
|
7383
6893
|
"eslint-config-salesforce-license": "^0.2.0",
|
|
7384
6894
|
"eslint-plugin-header": "^3.1.1",
|
|
7385
6895
|
"eslint-plugin-import": "^2.29.1",
|
|
@@ -10781,9 +10291,9 @@
|
|
|
10781
10291
|
}
|
|
10782
10292
|
},
|
|
10783
10293
|
"node_modules/mocha": {
|
|
10784
|
-
"version": "10.
|
|
10785
|
-
"resolved": "https://registry.npmjs.org/mocha/-/mocha-10.
|
|
10786
|
-
"integrity": "sha512-
|
|
10294
|
+
"version": "10.4.0",
|
|
10295
|
+
"resolved": "https://registry.npmjs.org/mocha/-/mocha-10.4.0.tgz",
|
|
10296
|
+
"integrity": "sha512-eqhGB8JKapEYcC4ytX/xrzKforgEc3j1pGlAXVy3eRwrtAy5/nIfT1SvgGzfN0XZZxeLq0aQWkOUAmqIJiv+bA==",
|
|
10787
10297
|
"dev": true,
|
|
10788
10298
|
"license": "MIT",
|
|
10789
10299
|
"dependencies": {
|
|
@@ -10794,13 +10304,12 @@
|
|
|
10794
10304
|
"diff": "5.0.0",
|
|
10795
10305
|
"escape-string-regexp": "4.0.0",
|
|
10796
10306
|
"find-up": "5.0.0",
|
|
10797
|
-
"glob": "
|
|
10307
|
+
"glob": "8.1.0",
|
|
10798
10308
|
"he": "1.2.0",
|
|
10799
10309
|
"js-yaml": "4.1.0",
|
|
10800
10310
|
"log-symbols": "4.1.0",
|
|
10801
10311
|
"minimatch": "5.0.1",
|
|
10802
10312
|
"ms": "2.1.3",
|
|
10803
|
-
"nanoid": "3.3.3",
|
|
10804
10313
|
"serialize-javascript": "6.0.0",
|
|
10805
10314
|
"strip-json-comments": "3.1.1",
|
|
10806
10315
|
"supports-color": "8.1.1",
|
|
@@ -10815,10 +10324,6 @@
|
|
|
10815
10324
|
},
|
|
10816
10325
|
"engines": {
|
|
10817
10326
|
"node": ">= 14.0.0"
|
|
10818
|
-
},
|
|
10819
|
-
"funding": {
|
|
10820
|
-
"type": "opencollective",
|
|
10821
|
-
"url": "https://opencollective.com/mochajs"
|
|
10822
10327
|
}
|
|
10823
10328
|
},
|
|
10824
10329
|
"node_modules/mocha/node_modules/diff": {
|
|
@@ -10849,48 +10354,36 @@
|
|
|
10849
10354
|
}
|
|
10850
10355
|
},
|
|
10851
10356
|
"node_modules/mocha/node_modules/glob": {
|
|
10852
|
-
"version": "
|
|
10853
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-
|
|
10854
|
-
"integrity": "sha512-
|
|
10357
|
+
"version": "8.1.0",
|
|
10358
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz",
|
|
10359
|
+
"integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==",
|
|
10855
10360
|
"dev": true,
|
|
10856
10361
|
"license": "ISC",
|
|
10857
10362
|
"dependencies": {
|
|
10858
10363
|
"fs.realpath": "^1.0.0",
|
|
10859
10364
|
"inflight": "^1.0.4",
|
|
10860
10365
|
"inherits": "2",
|
|
10861
|
-
"minimatch": "^
|
|
10862
|
-
"once": "^1.3.0"
|
|
10863
|
-
"path-is-absolute": "^1.0.0"
|
|
10366
|
+
"minimatch": "^5.0.1",
|
|
10367
|
+
"once": "^1.3.0"
|
|
10864
10368
|
},
|
|
10865
10369
|
"engines": {
|
|
10866
|
-
"node": "
|
|
10370
|
+
"node": ">=12"
|
|
10867
10371
|
},
|
|
10868
10372
|
"funding": {
|
|
10869
10373
|
"url": "https://github.com/sponsors/isaacs"
|
|
10870
10374
|
}
|
|
10871
10375
|
},
|
|
10872
|
-
"node_modules/mocha/node_modules/glob/node_modules/brace-expansion": {
|
|
10873
|
-
"version": "1.1.11",
|
|
10874
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
10875
|
-
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
10876
|
-
"dev": true,
|
|
10877
|
-
"license": "MIT",
|
|
10878
|
-
"dependencies": {
|
|
10879
|
-
"balanced-match": "^1.0.0",
|
|
10880
|
-
"concat-map": "0.0.1"
|
|
10881
|
-
}
|
|
10882
|
-
},
|
|
10883
10376
|
"node_modules/mocha/node_modules/glob/node_modules/minimatch": {
|
|
10884
|
-
"version": "
|
|
10885
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-
|
|
10886
|
-
"integrity": "sha512-
|
|
10377
|
+
"version": "5.1.6",
|
|
10378
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
|
|
10379
|
+
"integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
|
|
10887
10380
|
"dev": true,
|
|
10888
10381
|
"license": "ISC",
|
|
10889
10382
|
"dependencies": {
|
|
10890
|
-
"brace-expansion": "^
|
|
10383
|
+
"brace-expansion": "^2.0.1"
|
|
10891
10384
|
},
|
|
10892
10385
|
"engines": {
|
|
10893
|
-
"node": "
|
|
10386
|
+
"node": ">=10"
|
|
10894
10387
|
}
|
|
10895
10388
|
},
|
|
10896
10389
|
"node_modules/mocha/node_modules/locate-path": {
|
|
@@ -11012,19 +10505,6 @@
|
|
|
11012
10505
|
"integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==",
|
|
11013
10506
|
"license": "ISC"
|
|
11014
10507
|
},
|
|
11015
|
-
"node_modules/nanoid": {
|
|
11016
|
-
"version": "3.3.3",
|
|
11017
|
-
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.3.tgz",
|
|
11018
|
-
"integrity": "sha512-p1sjXuopFs0xg+fPASzQ28agW1oHD7xDsd9Xkf3T15H3c/cifrFHVwrh74PdoklAPi+i7MdRsE47vm2r6JoB+w==",
|
|
11019
|
-
"dev": true,
|
|
11020
|
-
"license": "MIT",
|
|
11021
|
-
"bin": {
|
|
11022
|
-
"nanoid": "bin/nanoid.cjs"
|
|
11023
|
-
},
|
|
11024
|
-
"engines": {
|
|
11025
|
-
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
11026
|
-
}
|
|
11027
|
-
},
|
|
11028
10508
|
"node_modules/natural-compare": {
|
|
11029
10509
|
"version": "1.4.0",
|
|
11030
10510
|
"resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
|
|
@@ -11398,21 +10878,21 @@
|
|
|
11398
10878
|
}
|
|
11399
10879
|
},
|
|
11400
10880
|
"node_modules/oclif": {
|
|
11401
|
-
"version": "4.
|
|
11402
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.
|
|
11403
|
-
"integrity": "sha512-
|
|
10881
|
+
"version": "4.7.5",
|
|
10882
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.7.5.tgz",
|
|
10883
|
+
"integrity": "sha512-bXxT81jGcr7lI3OzxDpcGTV9bkxwV5ZiikZsN05WrC/GKCqYPSYGb5M/u35bcyt9Ez860wtj5wNuOaCiL/pmow==",
|
|
11404
10884
|
"dev": true,
|
|
11405
10885
|
"license": "MIT",
|
|
11406
10886
|
"dependencies": {
|
|
11407
10887
|
"@aws-sdk/client-cloudfront": "^3.535.0",
|
|
11408
10888
|
"@aws-sdk/client-s3": "^3.535.0",
|
|
11409
10889
|
"@inquirer/confirm": "^3.0.0",
|
|
11410
|
-
"@inquirer/input": "^2.
|
|
11411
|
-
"@inquirer/select": "^2.
|
|
11412
|
-
"@oclif/core": "^3.
|
|
10890
|
+
"@inquirer/input": "^2.1.1",
|
|
10891
|
+
"@inquirer/select": "^2.2.1",
|
|
10892
|
+
"@oclif/core": "^3.26.0",
|
|
11413
10893
|
"@oclif/plugin-help": "^6.0.18",
|
|
11414
10894
|
"@oclif/plugin-not-found": "^3.0.14",
|
|
11415
|
-
"@oclif/plugin-warn-if-update-available": "^3.0.
|
|
10895
|
+
"@oclif/plugin-warn-if-update-available": "^3.0.14",
|
|
11416
10896
|
"async-retry": "^1.3.3",
|
|
11417
10897
|
"chalk": "^4",
|
|
11418
10898
|
"change-case": "^4",
|
|
@@ -11425,7 +10905,7 @@
|
|
|
11425
10905
|
"lodash.template": "^4.5.0",
|
|
11426
10906
|
"normalize-package-data": "^3.0.3",
|
|
11427
10907
|
"semver": "^7.6.0",
|
|
11428
|
-
"sort-package-json": "^2.
|
|
10908
|
+
"sort-package-json": "^2.10.0",
|
|
11429
10909
|
"validate-npm-package-name": "^5.0.0"
|
|
11430
10910
|
},
|
|
11431
10911
|
"bin": {
|
|
@@ -13116,9 +12596,9 @@
|
|
|
13116
12596
|
"license": "MIT"
|
|
13117
12597
|
},
|
|
13118
12598
|
"node_modules/sort-package-json": {
|
|
13119
|
-
"version": "2.
|
|
13120
|
-
"resolved": "https://registry.npmjs.org/sort-package-json/-/sort-package-json-2.
|
|
13121
|
-
"integrity": "sha512-
|
|
12599
|
+
"version": "2.10.0",
|
|
12600
|
+
"resolved": "https://registry.npmjs.org/sort-package-json/-/sort-package-json-2.10.0.tgz",
|
|
12601
|
+
"integrity": "sha512-MYecfvObMwJjjJskhxYfuOADkXp1ZMMnCFC8yhp+9HDsk7HhR336hd7eiBs96lTXfiqmUNI+WQCeCMRBhl251g==",
|
|
13122
12602
|
"dev": true,
|
|
13123
12603
|
"license": "MIT",
|
|
13124
12604
|
"dependencies": {
|
|
@@ -13128,6 +12608,7 @@
|
|
|
13128
12608
|
"git-hooks-list": "^3.0.0",
|
|
13129
12609
|
"globby": "^13.1.2",
|
|
13130
12610
|
"is-plain-obj": "^4.1.0",
|
|
12611
|
+
"semver": "^7.6.0",
|
|
13131
12612
|
"sort-object-keys": "^1.1.3"
|
|
13132
12613
|
},
|
|
13133
12614
|
"bin": {
|
|
@@ -13631,19 +13112,6 @@
|
|
|
13631
13112
|
"typescript": ">=4.2.0"
|
|
13632
13113
|
}
|
|
13633
13114
|
},
|
|
13634
|
-
"node_modules/ts-api-utils/node_modules/typescript": {
|
|
13635
|
-
"version": "4.9.5",
|
|
13636
|
-
"dev": true,
|
|
13637
|
-
"license": "Apache-2.0",
|
|
13638
|
-
"peer": true,
|
|
13639
|
-
"bin": {
|
|
13640
|
-
"tsc": "bin/tsc",
|
|
13641
|
-
"tsserver": "bin/tsserver"
|
|
13642
|
-
},
|
|
13643
|
-
"engines": {
|
|
13644
|
-
"node": ">=4.2.0"
|
|
13645
|
-
}
|
|
13646
|
-
},
|
|
13647
13115
|
"node_modules/ts-json-schema-generator": {
|
|
13648
13116
|
"version": "1.5.0",
|
|
13649
13117
|
"resolved": "https://registry.npmjs.org/ts-json-schema-generator/-/ts-json-schema-generator-1.5.0.tgz",
|
|
@@ -13922,6 +13390,28 @@
|
|
|
13922
13390
|
"is-typedarray": "^1.0.0"
|
|
13923
13391
|
}
|
|
13924
13392
|
},
|
|
13393
|
+
"node_modules/typedoc": {
|
|
13394
|
+
"version": "0.25.12",
|
|
13395
|
+
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.25.12.tgz",
|
|
13396
|
+
"integrity": "sha512-F+qhkK2VoTweDXd1c42GS/By2DvI2uDF4/EpG424dTexSHdtCH52C6IcAvMA6jR3DzAWZjHpUOW+E02kyPNUNw==",
|
|
13397
|
+
"dev": true,
|
|
13398
|
+
"license": "Apache-2.0",
|
|
13399
|
+
"dependencies": {
|
|
13400
|
+
"lunr": "^2.3.9",
|
|
13401
|
+
"marked": "^4.3.0",
|
|
13402
|
+
"minimatch": "^9.0.3",
|
|
13403
|
+
"shiki": "^0.14.7"
|
|
13404
|
+
},
|
|
13405
|
+
"bin": {
|
|
13406
|
+
"typedoc": "bin/typedoc"
|
|
13407
|
+
},
|
|
13408
|
+
"engines": {
|
|
13409
|
+
"node": ">= 16"
|
|
13410
|
+
},
|
|
13411
|
+
"peerDependencies": {
|
|
13412
|
+
"typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x || 5.4.x"
|
|
13413
|
+
}
|
|
13414
|
+
},
|
|
13925
13415
|
"node_modules/typedoc-plugin-missing-exports": {
|
|
13926
13416
|
"version": "0.23.0",
|
|
13927
13417
|
"resolved": "https://registry.npmjs.org/typedoc-plugin-missing-exports/-/typedoc-plugin-missing-exports-0.23.0.tgz",
|
|
@@ -13932,6 +13422,22 @@
|
|
|
13932
13422
|
"typedoc": "0.22.x || 0.23.x"
|
|
13933
13423
|
}
|
|
13934
13424
|
},
|
|
13425
|
+
"node_modules/typedoc/node_modules/minimatch": {
|
|
13426
|
+
"version": "9.0.3",
|
|
13427
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
|
|
13428
|
+
"integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
|
|
13429
|
+
"dev": true,
|
|
13430
|
+
"license": "ISC",
|
|
13431
|
+
"dependencies": {
|
|
13432
|
+
"brace-expansion": "^2.0.1"
|
|
13433
|
+
},
|
|
13434
|
+
"engines": {
|
|
13435
|
+
"node": ">=16 || 14 >=14.17"
|
|
13436
|
+
},
|
|
13437
|
+
"funding": {
|
|
13438
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
13439
|
+
}
|
|
13440
|
+
},
|
|
13935
13441
|
"node_modules/typescript": {
|
|
13936
13442
|
"version": "5.4.3",
|
|
13937
13443
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.3.tgz",
|
|
@@ -14387,16 +13893,6 @@
|
|
|
14387
13893
|
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
|
|
14388
13894
|
"license": "ISC"
|
|
14389
13895
|
},
|
|
14390
|
-
"node_modules/yaml": {
|
|
14391
|
-
"version": "1.10.2",
|
|
14392
|
-
"resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
|
|
14393
|
-
"integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",
|
|
14394
|
-
"dev": true,
|
|
14395
|
-
"license": "ISC",
|
|
14396
|
-
"engines": {
|
|
14397
|
-
"node": ">= 6"
|
|
14398
|
-
}
|
|
14399
|
-
},
|
|
14400
13896
|
"node_modules/yargs": {
|
|
14401
13897
|
"version": "16.2.0",
|
|
14402
13898
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
|