@salesforce/plugin-marketplace 1.1.0 → 1.1.1
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 +1 -1
- package/npm-shrinkwrap.json +453 -552
- package/oclif.lock +207 -175
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-marketplace",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-marketplace",
|
|
9
|
-
"version": "1.1.
|
|
9
|
+
"version": "1.1.1",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^3.19.2",
|
|
13
13
|
"@salesforce/core": "^6.7.3",
|
|
14
14
|
"@salesforce/kit": "^3.0.15",
|
|
15
|
-
"@salesforce/sf-plugins-core": "^8.0.
|
|
15
|
+
"@salesforce/sf-plugins-core": "^8.0.3",
|
|
16
16
|
"got": "^13.0.0",
|
|
17
17
|
"proxy-agent": "^6.4.0"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@oclif/plugin-command-snapshot": "^5.1.2",
|
|
21
21
|
"@salesforce/cli-plugins-testkit": "^5",
|
|
22
|
-
"@salesforce/dev-scripts": "^8.4.
|
|
23
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
22
|
+
"@salesforce/dev-scripts": "^8.4.4",
|
|
23
|
+
"@salesforce/plugin-command-reference": "^3.0.73",
|
|
24
24
|
"eslint-plugin-sf-plugin": "^1.17.4",
|
|
25
|
-
"oclif": "^4.
|
|
25
|
+
"oclif": "^4.7.3",
|
|
26
26
|
"ts-node": "^10.9.2",
|
|
27
|
-
"typescript": "^5.4.
|
|
27
|
+
"typescript": "^5.4.4"
|
|
28
28
|
},
|
|
29
29
|
"engines": {
|
|
30
30
|
"node": ">=18.0.0"
|
|
@@ -66,47 +66,6 @@
|
|
|
66
66
|
"tslib": "^1.11.1"
|
|
67
67
|
}
|
|
68
68
|
},
|
|
69
|
-
"node_modules/@aws-crypto/crc32/node_modules/@aws-sdk/types": {
|
|
70
|
-
"version": "3.523.0",
|
|
71
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.523.0.tgz",
|
|
72
|
-
"integrity": "sha512-AqGIu4u+SxPiUuNBp2acCVcq80KDUFjxe6e3cMTvKWTzCbrVk1AXv0dAaJnCmdkWIha6zJDWxpIk/aL4EGhZ9A==",
|
|
73
|
-
"dev": true,
|
|
74
|
-
"license": "Apache-2.0",
|
|
75
|
-
"dependencies": {
|
|
76
|
-
"@smithy/types": "^2.10.1",
|
|
77
|
-
"tslib": "^2.5.0"
|
|
78
|
-
},
|
|
79
|
-
"engines": {
|
|
80
|
-
"node": ">=14.0.0"
|
|
81
|
-
}
|
|
82
|
-
},
|
|
83
|
-
"node_modules/@aws-crypto/crc32/node_modules/@aws-sdk/types/node_modules/tslib": {
|
|
84
|
-
"version": "2.6.2",
|
|
85
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
|
86
|
-
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
|
87
|
-
"dev": true,
|
|
88
|
-
"license": "0BSD"
|
|
89
|
-
},
|
|
90
|
-
"node_modules/@aws-crypto/crc32/node_modules/@smithy/types": {
|
|
91
|
-
"version": "2.10.1",
|
|
92
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-2.10.1.tgz",
|
|
93
|
-
"integrity": "sha512-hjQO+4ru4cQ58FluQvKKiyMsFg0A6iRpGm2kqdH8fniyNd2WyanoOsYJfMX/IFLuLxEoW6gnRkNZy1y6fUUhtA==",
|
|
94
|
-
"dev": true,
|
|
95
|
-
"license": "Apache-2.0",
|
|
96
|
-
"dependencies": {
|
|
97
|
-
"tslib": "^2.5.0"
|
|
98
|
-
},
|
|
99
|
-
"engines": {
|
|
100
|
-
"node": ">=14.0.0"
|
|
101
|
-
}
|
|
102
|
-
},
|
|
103
|
-
"node_modules/@aws-crypto/crc32/node_modules/@smithy/types/node_modules/tslib": {
|
|
104
|
-
"version": "2.6.2",
|
|
105
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
|
106
|
-
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
|
107
|
-
"dev": true,
|
|
108
|
-
"license": "0BSD"
|
|
109
|
-
},
|
|
110
69
|
"node_modules/@aws-crypto/crc32/node_modules/tslib": {
|
|
111
70
|
"version": "1.14.1",
|
|
112
71
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
|
@@ -126,47 +85,6 @@
|
|
|
126
85
|
"tslib": "^1.11.1"
|
|
127
86
|
}
|
|
128
87
|
},
|
|
129
|
-
"node_modules/@aws-crypto/crc32c/node_modules/@aws-sdk/types": {
|
|
130
|
-
"version": "3.523.0",
|
|
131
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.523.0.tgz",
|
|
132
|
-
"integrity": "sha512-AqGIu4u+SxPiUuNBp2acCVcq80KDUFjxe6e3cMTvKWTzCbrVk1AXv0dAaJnCmdkWIha6zJDWxpIk/aL4EGhZ9A==",
|
|
133
|
-
"dev": true,
|
|
134
|
-
"license": "Apache-2.0",
|
|
135
|
-
"dependencies": {
|
|
136
|
-
"@smithy/types": "^2.10.1",
|
|
137
|
-
"tslib": "^2.5.0"
|
|
138
|
-
},
|
|
139
|
-
"engines": {
|
|
140
|
-
"node": ">=14.0.0"
|
|
141
|
-
}
|
|
142
|
-
},
|
|
143
|
-
"node_modules/@aws-crypto/crc32c/node_modules/@aws-sdk/types/node_modules/tslib": {
|
|
144
|
-
"version": "2.6.2",
|
|
145
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
|
146
|
-
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
|
147
|
-
"dev": true,
|
|
148
|
-
"license": "0BSD"
|
|
149
|
-
},
|
|
150
|
-
"node_modules/@aws-crypto/crc32c/node_modules/@smithy/types": {
|
|
151
|
-
"version": "2.10.1",
|
|
152
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-2.10.1.tgz",
|
|
153
|
-
"integrity": "sha512-hjQO+4ru4cQ58FluQvKKiyMsFg0A6iRpGm2kqdH8fniyNd2WyanoOsYJfMX/IFLuLxEoW6gnRkNZy1y6fUUhtA==",
|
|
154
|
-
"dev": true,
|
|
155
|
-
"license": "Apache-2.0",
|
|
156
|
-
"dependencies": {
|
|
157
|
-
"tslib": "^2.5.0"
|
|
158
|
-
},
|
|
159
|
-
"engines": {
|
|
160
|
-
"node": ">=14.0.0"
|
|
161
|
-
}
|
|
162
|
-
},
|
|
163
|
-
"node_modules/@aws-crypto/crc32c/node_modules/@smithy/types/node_modules/tslib": {
|
|
164
|
-
"version": "2.6.2",
|
|
165
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
|
166
|
-
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
|
167
|
-
"dev": true,
|
|
168
|
-
"license": "0BSD"
|
|
169
|
-
},
|
|
170
88
|
"node_modules/@aws-crypto/crc32c/node_modules/tslib": {
|
|
171
89
|
"version": "1.14.1",
|
|
172
90
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
|
@@ -207,47 +125,6 @@
|
|
|
207
125
|
"tslib": "^1.11.1"
|
|
208
126
|
}
|
|
209
127
|
},
|
|
210
|
-
"node_modules/@aws-crypto/sha1-browser/node_modules/@aws-sdk/types": {
|
|
211
|
-
"version": "3.523.0",
|
|
212
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.523.0.tgz",
|
|
213
|
-
"integrity": "sha512-AqGIu4u+SxPiUuNBp2acCVcq80KDUFjxe6e3cMTvKWTzCbrVk1AXv0dAaJnCmdkWIha6zJDWxpIk/aL4EGhZ9A==",
|
|
214
|
-
"dev": true,
|
|
215
|
-
"license": "Apache-2.0",
|
|
216
|
-
"dependencies": {
|
|
217
|
-
"@smithy/types": "^2.10.1",
|
|
218
|
-
"tslib": "^2.5.0"
|
|
219
|
-
},
|
|
220
|
-
"engines": {
|
|
221
|
-
"node": ">=14.0.0"
|
|
222
|
-
}
|
|
223
|
-
},
|
|
224
|
-
"node_modules/@aws-crypto/sha1-browser/node_modules/@aws-sdk/types/node_modules/tslib": {
|
|
225
|
-
"version": "2.6.2",
|
|
226
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
|
227
|
-
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
|
228
|
-
"dev": true,
|
|
229
|
-
"license": "0BSD"
|
|
230
|
-
},
|
|
231
|
-
"node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/types": {
|
|
232
|
-
"version": "2.10.1",
|
|
233
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-2.10.1.tgz",
|
|
234
|
-
"integrity": "sha512-hjQO+4ru4cQ58FluQvKKiyMsFg0A6iRpGm2kqdH8fniyNd2WyanoOsYJfMX/IFLuLxEoW6gnRkNZy1y6fUUhtA==",
|
|
235
|
-
"dev": true,
|
|
236
|
-
"license": "Apache-2.0",
|
|
237
|
-
"dependencies": {
|
|
238
|
-
"tslib": "^2.5.0"
|
|
239
|
-
},
|
|
240
|
-
"engines": {
|
|
241
|
-
"node": ">=14.0.0"
|
|
242
|
-
}
|
|
243
|
-
},
|
|
244
|
-
"node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/types/node_modules/tslib": {
|
|
245
|
-
"version": "2.6.2",
|
|
246
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
|
247
|
-
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
|
248
|
-
"dev": true,
|
|
249
|
-
"license": "0BSD"
|
|
250
|
-
},
|
|
251
128
|
"node_modules/@aws-crypto/sha1-browser/node_modules/tslib": {
|
|
252
129
|
"version": "1.14.1",
|
|
253
130
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
|
@@ -272,47 +149,6 @@
|
|
|
272
149
|
"tslib": "^1.11.1"
|
|
273
150
|
}
|
|
274
151
|
},
|
|
275
|
-
"node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types": {
|
|
276
|
-
"version": "3.523.0",
|
|
277
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.523.0.tgz",
|
|
278
|
-
"integrity": "sha512-AqGIu4u+SxPiUuNBp2acCVcq80KDUFjxe6e3cMTvKWTzCbrVk1AXv0dAaJnCmdkWIha6zJDWxpIk/aL4EGhZ9A==",
|
|
279
|
-
"dev": true,
|
|
280
|
-
"license": "Apache-2.0",
|
|
281
|
-
"dependencies": {
|
|
282
|
-
"@smithy/types": "^2.10.1",
|
|
283
|
-
"tslib": "^2.5.0"
|
|
284
|
-
},
|
|
285
|
-
"engines": {
|
|
286
|
-
"node": ">=14.0.0"
|
|
287
|
-
}
|
|
288
|
-
},
|
|
289
|
-
"node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/node_modules/tslib": {
|
|
290
|
-
"version": "2.6.2",
|
|
291
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
|
292
|
-
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
|
293
|
-
"dev": true,
|
|
294
|
-
"license": "0BSD"
|
|
295
|
-
},
|
|
296
|
-
"node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types": {
|
|
297
|
-
"version": "2.10.1",
|
|
298
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-2.10.1.tgz",
|
|
299
|
-
"integrity": "sha512-hjQO+4ru4cQ58FluQvKKiyMsFg0A6iRpGm2kqdH8fniyNd2WyanoOsYJfMX/IFLuLxEoW6gnRkNZy1y6fUUhtA==",
|
|
300
|
-
"dev": true,
|
|
301
|
-
"license": "Apache-2.0",
|
|
302
|
-
"dependencies": {
|
|
303
|
-
"tslib": "^2.5.0"
|
|
304
|
-
},
|
|
305
|
-
"engines": {
|
|
306
|
-
"node": ">=14.0.0"
|
|
307
|
-
}
|
|
308
|
-
},
|
|
309
|
-
"node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/node_modules/tslib": {
|
|
310
|
-
"version": "2.6.2",
|
|
311
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
|
312
|
-
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
|
313
|
-
"dev": true,
|
|
314
|
-
"license": "0BSD"
|
|
315
|
-
},
|
|
316
152
|
"node_modules/@aws-crypto/sha256-browser/node_modules/tslib": {
|
|
317
153
|
"version": "1.14.1",
|
|
318
154
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
|
@@ -332,47 +168,6 @@
|
|
|
332
168
|
"tslib": "^1.11.1"
|
|
333
169
|
}
|
|
334
170
|
},
|
|
335
|
-
"node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types": {
|
|
336
|
-
"version": "3.523.0",
|
|
337
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.523.0.tgz",
|
|
338
|
-
"integrity": "sha512-AqGIu4u+SxPiUuNBp2acCVcq80KDUFjxe6e3cMTvKWTzCbrVk1AXv0dAaJnCmdkWIha6zJDWxpIk/aL4EGhZ9A==",
|
|
339
|
-
"dev": true,
|
|
340
|
-
"license": "Apache-2.0",
|
|
341
|
-
"dependencies": {
|
|
342
|
-
"@smithy/types": "^2.10.1",
|
|
343
|
-
"tslib": "^2.5.0"
|
|
344
|
-
},
|
|
345
|
-
"engines": {
|
|
346
|
-
"node": ">=14.0.0"
|
|
347
|
-
}
|
|
348
|
-
},
|
|
349
|
-
"node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/node_modules/tslib": {
|
|
350
|
-
"version": "2.6.2",
|
|
351
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
|
352
|
-
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
|
353
|
-
"dev": true,
|
|
354
|
-
"license": "0BSD"
|
|
355
|
-
},
|
|
356
|
-
"node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types": {
|
|
357
|
-
"version": "2.10.1",
|
|
358
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-2.10.1.tgz",
|
|
359
|
-
"integrity": "sha512-hjQO+4ru4cQ58FluQvKKiyMsFg0A6iRpGm2kqdH8fniyNd2WyanoOsYJfMX/IFLuLxEoW6gnRkNZy1y6fUUhtA==",
|
|
360
|
-
"dev": true,
|
|
361
|
-
"license": "Apache-2.0",
|
|
362
|
-
"dependencies": {
|
|
363
|
-
"tslib": "^2.5.0"
|
|
364
|
-
},
|
|
365
|
-
"engines": {
|
|
366
|
-
"node": ">=14.0.0"
|
|
367
|
-
}
|
|
368
|
-
},
|
|
369
|
-
"node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/node_modules/tslib": {
|
|
370
|
-
"version": "2.6.2",
|
|
371
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
|
372
|
-
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
|
373
|
-
"dev": true,
|
|
374
|
-
"license": "0BSD"
|
|
375
|
-
},
|
|
376
171
|
"node_modules/@aws-crypto/sha256-js/node_modules/tslib": {
|
|
377
172
|
"version": "1.14.1",
|
|
378
173
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
|
@@ -409,47 +204,6 @@
|
|
|
409
204
|
"tslib": "^1.11.1"
|
|
410
205
|
}
|
|
411
206
|
},
|
|
412
|
-
"node_modules/@aws-crypto/util/node_modules/@aws-sdk/types": {
|
|
413
|
-
"version": "3.523.0",
|
|
414
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.523.0.tgz",
|
|
415
|
-
"integrity": "sha512-AqGIu4u+SxPiUuNBp2acCVcq80KDUFjxe6e3cMTvKWTzCbrVk1AXv0dAaJnCmdkWIha6zJDWxpIk/aL4EGhZ9A==",
|
|
416
|
-
"dev": true,
|
|
417
|
-
"license": "Apache-2.0",
|
|
418
|
-
"dependencies": {
|
|
419
|
-
"@smithy/types": "^2.10.1",
|
|
420
|
-
"tslib": "^2.5.0"
|
|
421
|
-
},
|
|
422
|
-
"engines": {
|
|
423
|
-
"node": ">=14.0.0"
|
|
424
|
-
}
|
|
425
|
-
},
|
|
426
|
-
"node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/node_modules/tslib": {
|
|
427
|
-
"version": "2.6.2",
|
|
428
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
|
429
|
-
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
|
430
|
-
"dev": true,
|
|
431
|
-
"license": "0BSD"
|
|
432
|
-
},
|
|
433
|
-
"node_modules/@aws-crypto/util/node_modules/@smithy/types": {
|
|
434
|
-
"version": "2.10.1",
|
|
435
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-2.10.1.tgz",
|
|
436
|
-
"integrity": "sha512-hjQO+4ru4cQ58FluQvKKiyMsFg0A6iRpGm2kqdH8fniyNd2WyanoOsYJfMX/IFLuLxEoW6gnRkNZy1y6fUUhtA==",
|
|
437
|
-
"dev": true,
|
|
438
|
-
"license": "Apache-2.0",
|
|
439
|
-
"dependencies": {
|
|
440
|
-
"tslib": "^2.5.0"
|
|
441
|
-
},
|
|
442
|
-
"engines": {
|
|
443
|
-
"node": ">=14.0.0"
|
|
444
|
-
}
|
|
445
|
-
},
|
|
446
|
-
"node_modules/@aws-crypto/util/node_modules/@smithy/types/node_modules/tslib": {
|
|
447
|
-
"version": "2.6.2",
|
|
448
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
|
449
|
-
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
|
450
|
-
"dev": true,
|
|
451
|
-
"license": "0BSD"
|
|
452
|
-
},
|
|
453
207
|
"node_modules/@aws-crypto/util/node_modules/tslib": {
|
|
454
208
|
"version": "1.14.1",
|
|
455
209
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
|
@@ -2448,15 +2202,6 @@
|
|
|
2448
2202
|
"node": ">=14.18.0"
|
|
2449
2203
|
}
|
|
2450
2204
|
},
|
|
2451
|
-
"node_modules/@inquirer/confirm/node_modules/@inquirer/type": {
|
|
2452
|
-
"version": "1.2.0",
|
|
2453
|
-
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.2.0.tgz",
|
|
2454
|
-
"integrity": "sha512-/vvkUkYhrjbm+RolU7V1aUFDydZVKNKqKHR5TsE+j5DXgXFwrsOPcoGUJ02K0O7q7O53CU2DOTMYCHeGZ25WHA==",
|
|
2455
|
-
"license": "MIT",
|
|
2456
|
-
"engines": {
|
|
2457
|
-
"node": ">=18"
|
|
2458
|
-
}
|
|
2459
|
-
},
|
|
2460
2205
|
"node_modules/@inquirer/confirm/node_modules/cli-width": {
|
|
2461
2206
|
"version": "4.1.0",
|
|
2462
2207
|
"resolved": "https://registry.npmjs.org/cli-width/-/cli-width-4.1.0.tgz",
|
|
@@ -2511,15 +2256,15 @@
|
|
|
2511
2256
|
}
|
|
2512
2257
|
},
|
|
2513
2258
|
"node_modules/@inquirer/core": {
|
|
2514
|
-
"version": "7.1.
|
|
2515
|
-
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-7.1.
|
|
2516
|
-
"integrity": "sha512-
|
|
2259
|
+
"version": "7.1.1",
|
|
2260
|
+
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-7.1.1.tgz",
|
|
2261
|
+
"integrity": "sha512-rD1UI3eARN9qJBcLRXPOaZu++Bg+xsk0Tuz1EUOXEW+UbYif1sGjr0Tw7lKejHzKD9IbXE1CEtZ+xR/DrNlQGQ==",
|
|
2517
2262
|
"dev": true,
|
|
2518
2263
|
"license": "MIT",
|
|
2519
2264
|
"dependencies": {
|
|
2520
2265
|
"@inquirer/type": "^1.2.1",
|
|
2521
2266
|
"@types/mute-stream": "^0.0.4",
|
|
2522
|
-
"@types/node": "^20.11.
|
|
2267
|
+
"@types/node": "^20.11.30",
|
|
2523
2268
|
"@types/wrap-ansi": "^3.0.0",
|
|
2524
2269
|
"ansi-escapes": "^4.3.2",
|
|
2525
2270
|
"chalk": "^4.1.2",
|
|
@@ -2527,7 +2272,6 @@
|
|
|
2527
2272
|
"cli-width": "^4.1.0",
|
|
2528
2273
|
"figures": "^3.2.0",
|
|
2529
2274
|
"mute-stream": "^1.0.0",
|
|
2530
|
-
"run-async": "^3.0.0",
|
|
2531
2275
|
"signal-exit": "^4.1.0",
|
|
2532
2276
|
"strip-ansi": "^6.0.1",
|
|
2533
2277
|
"wrap-ansi": "^6.2.0"
|
|
@@ -2536,16 +2280,6 @@
|
|
|
2536
2280
|
"node": ">=18"
|
|
2537
2281
|
}
|
|
2538
2282
|
},
|
|
2539
|
-
"node_modules/@inquirer/core/node_modules/@types/node": {
|
|
2540
|
-
"version": "20.11.30",
|
|
2541
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.11.30.tgz",
|
|
2542
|
-
"integrity": "sha512-dHM6ZxwlmuZaRmUPfv1p+KrdD1Dci04FbdEm/9wEMouFqxYoFl5aMkt0VMAUtYRQDyYvD41WJLukhq/ha3YuTw==",
|
|
2543
|
-
"dev": true,
|
|
2544
|
-
"license": "MIT",
|
|
2545
|
-
"dependencies": {
|
|
2546
|
-
"undici-types": "~5.26.4"
|
|
2547
|
-
}
|
|
2548
|
-
},
|
|
2549
2283
|
"node_modules/@inquirer/core/node_modules/cli-width": {
|
|
2550
2284
|
"version": "4.1.0",
|
|
2551
2285
|
"resolved": "https://registry.npmjs.org/cli-width/-/cli-width-4.1.0.tgz",
|
|
@@ -2566,16 +2300,6 @@
|
|
|
2566
2300
|
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
|
|
2567
2301
|
}
|
|
2568
2302
|
},
|
|
2569
|
-
"node_modules/@inquirer/core/node_modules/run-async": {
|
|
2570
|
-
"version": "3.0.0",
|
|
2571
|
-
"resolved": "https://registry.npmjs.org/run-async/-/run-async-3.0.0.tgz",
|
|
2572
|
-
"integrity": "sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==",
|
|
2573
|
-
"dev": true,
|
|
2574
|
-
"license": "MIT",
|
|
2575
|
-
"engines": {
|
|
2576
|
-
"node": ">=0.12.0"
|
|
2577
|
-
}
|
|
2578
|
-
},
|
|
2579
2303
|
"node_modules/@inquirer/core/node_modules/signal-exit": {
|
|
2580
2304
|
"version": "4.1.0",
|
|
2581
2305
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
@@ -2605,13 +2329,13 @@
|
|
|
2605
2329
|
}
|
|
2606
2330
|
},
|
|
2607
2331
|
"node_modules/@inquirer/input": {
|
|
2608
|
-
"version": "2.1.
|
|
2609
|
-
"resolved": "https://registry.npmjs.org/@inquirer/input/-/input-2.1.
|
|
2610
|
-
"integrity": "sha512-
|
|
2332
|
+
"version": "2.1.1",
|
|
2333
|
+
"resolved": "https://registry.npmjs.org/@inquirer/input/-/input-2.1.1.tgz",
|
|
2334
|
+
"integrity": "sha512-Ag5PDh3/V3B68WGD/5LKXDqbdWKlF7zyfPAlstzu0NoZcZGBbZFjfgXlZIcb6Gs+AfdSi7wNf7soVAaMGH7moQ==",
|
|
2611
2335
|
"dev": true,
|
|
2612
2336
|
"license": "MIT",
|
|
2613
2337
|
"dependencies": {
|
|
2614
|
-
"@inquirer/core": "^7.1.
|
|
2338
|
+
"@inquirer/core": "^7.1.1",
|
|
2615
2339
|
"@inquirer/type": "^1.2.1"
|
|
2616
2340
|
},
|
|
2617
2341
|
"engines": {
|
|
@@ -2658,15 +2382,6 @@
|
|
|
2658
2382
|
"node": ">=14.18.0"
|
|
2659
2383
|
}
|
|
2660
2384
|
},
|
|
2661
|
-
"node_modules/@inquirer/password/node_modules/@inquirer/type": {
|
|
2662
|
-
"version": "1.2.0",
|
|
2663
|
-
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.2.0.tgz",
|
|
2664
|
-
"integrity": "sha512-/vvkUkYhrjbm+RolU7V1aUFDydZVKNKqKHR5TsE+j5DXgXFwrsOPcoGUJ02K0O7q7O53CU2DOTMYCHeGZ25WHA==",
|
|
2665
|
-
"license": "MIT",
|
|
2666
|
-
"engines": {
|
|
2667
|
-
"node": ">=18"
|
|
2668
|
-
}
|
|
2669
|
-
},
|
|
2670
2385
|
"node_modules/@inquirer/password/node_modules/cli-width": {
|
|
2671
2386
|
"version": "4.1.0",
|
|
2672
2387
|
"resolved": "https://registry.npmjs.org/cli-width/-/cli-width-4.1.0.tgz",
|
|
@@ -2741,7 +2456,6 @@
|
|
|
2741
2456
|
"version": "1.2.1",
|
|
2742
2457
|
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.2.1.tgz",
|
|
2743
2458
|
"integrity": "sha512-xwMfkPAxeo8Ji/IxfUSqzRi0/+F2GIqJmpc5/thelgMGsjNZcjDDRBO9TLXT1s/hdx/mK5QbVIvgoLIFgXhTMQ==",
|
|
2744
|
-
"dev": true,
|
|
2745
2459
|
"license": "MIT",
|
|
2746
2460
|
"engines": {
|
|
2747
2461
|
"node": ">=18"
|
|
@@ -2990,9 +2704,9 @@
|
|
|
2990
2704
|
}
|
|
2991
2705
|
},
|
|
2992
2706
|
"node_modules/@oclif/core": {
|
|
2993
|
-
"version": "3.
|
|
2994
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.
|
|
2995
|
-
"integrity": "sha512-
|
|
2707
|
+
"version": "3.26.0",
|
|
2708
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.0.tgz",
|
|
2709
|
+
"integrity": "sha512-TpMdfD4tfA2tVVbd4l0PrP02o5KoUXYmudBbTC7CeguDo/GLoprw4uL8cMsaVA26+cbcy7WYtOEydQiHVtJixA==",
|
|
2996
2710
|
"license": "MIT",
|
|
2997
2711
|
"dependencies": {
|
|
2998
2712
|
"@types/cli-progress": "^3.11.5",
|
|
@@ -3102,6 +2816,117 @@
|
|
|
3102
2816
|
"node": ">=18.0.0"
|
|
3103
2817
|
}
|
|
3104
2818
|
},
|
|
2819
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core": {
|
|
2820
|
+
"version": "3.25.2",
|
|
2821
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.25.2.tgz",
|
|
2822
|
+
"integrity": "sha512-OkW/cNa/3DhoCz2YlSpymVe8DXqkoRaLY4SPTVqNVzR4R1dFBE5KoCtuwKwnhxYLCRCqaViPgRnB5K26f0MnjA==",
|
|
2823
|
+
"dev": true,
|
|
2824
|
+
"license": "MIT",
|
|
2825
|
+
"dependencies": {
|
|
2826
|
+
"@types/cli-progress": "^3.11.5",
|
|
2827
|
+
"ansi-escapes": "^4.3.2",
|
|
2828
|
+
"ansi-styles": "^4.3.0",
|
|
2829
|
+
"cardinal": "^2.1.1",
|
|
2830
|
+
"chalk": "^4.1.2",
|
|
2831
|
+
"clean-stack": "^3.0.1",
|
|
2832
|
+
"cli-progress": "^3.12.0",
|
|
2833
|
+
"color": "^4.2.3",
|
|
2834
|
+
"debug": "^4.3.4",
|
|
2835
|
+
"ejs": "^3.1.9",
|
|
2836
|
+
"get-package-type": "^0.1.0",
|
|
2837
|
+
"globby": "^11.1.0",
|
|
2838
|
+
"hyperlinker": "^1.0.0",
|
|
2839
|
+
"indent-string": "^4.0.0",
|
|
2840
|
+
"is-wsl": "^2.2.0",
|
|
2841
|
+
"js-yaml": "^3.14.1",
|
|
2842
|
+
"minimatch": "^9.0.3",
|
|
2843
|
+
"natural-orderby": "^2.0.3",
|
|
2844
|
+
"object-treeify": "^1.1.33",
|
|
2845
|
+
"password-prompt": "^1.1.3",
|
|
2846
|
+
"slice-ansi": "^4.0.0",
|
|
2847
|
+
"string-width": "^4.2.3",
|
|
2848
|
+
"strip-ansi": "^6.0.1",
|
|
2849
|
+
"supports-color": "^8.1.1",
|
|
2850
|
+
"supports-hyperlinks": "^2.2.0",
|
|
2851
|
+
"widest-line": "^3.1.0",
|
|
2852
|
+
"wordwrap": "^1.0.0",
|
|
2853
|
+
"wrap-ansi": "^7.0.0"
|
|
2854
|
+
},
|
|
2855
|
+
"engines": {
|
|
2856
|
+
"node": ">=18.0.0"
|
|
2857
|
+
}
|
|
2858
|
+
},
|
|
2859
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk": {
|
|
2860
|
+
"version": "4.1.2",
|
|
2861
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
2862
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
2863
|
+
"dev": true,
|
|
2864
|
+
"license": "MIT",
|
|
2865
|
+
"dependencies": {
|
|
2866
|
+
"ansi-styles": "^4.1.0",
|
|
2867
|
+
"supports-color": "^7.1.0"
|
|
2868
|
+
},
|
|
2869
|
+
"engines": {
|
|
2870
|
+
"node": ">=10"
|
|
2871
|
+
},
|
|
2872
|
+
"funding": {
|
|
2873
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
2874
|
+
}
|
|
2875
|
+
},
|
|
2876
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
|
|
2877
|
+
"version": "7.2.0",
|
|
2878
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
|
2879
|
+
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
|
2880
|
+
"dev": true,
|
|
2881
|
+
"license": "MIT",
|
|
2882
|
+
"dependencies": {
|
|
2883
|
+
"has-flag": "^4.0.0"
|
|
2884
|
+
},
|
|
2885
|
+
"engines": {
|
|
2886
|
+
"node": ">=8"
|
|
2887
|
+
}
|
|
2888
|
+
},
|
|
2889
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/globby": {
|
|
2890
|
+
"version": "11.1.0",
|
|
2891
|
+
"resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz",
|
|
2892
|
+
"integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==",
|
|
2893
|
+
"dev": true,
|
|
2894
|
+
"license": "MIT",
|
|
2895
|
+
"dependencies": {
|
|
2896
|
+
"array-union": "^2.1.0",
|
|
2897
|
+
"dir-glob": "^3.0.1",
|
|
2898
|
+
"fast-glob": "^3.2.9",
|
|
2899
|
+
"ignore": "^5.2.0",
|
|
2900
|
+
"merge2": "^1.4.1",
|
|
2901
|
+
"slash": "^3.0.0"
|
|
2902
|
+
},
|
|
2903
|
+
"engines": {
|
|
2904
|
+
"node": ">=10"
|
|
2905
|
+
},
|
|
2906
|
+
"funding": {
|
|
2907
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
2908
|
+
}
|
|
2909
|
+
},
|
|
2910
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/@oclif/core/node_modules/slash": {
|
|
2911
|
+
"version": "3.0.0",
|
|
2912
|
+
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
|
|
2913
|
+
"integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
|
|
2914
|
+
"dev": true,
|
|
2915
|
+
"license": "MIT",
|
|
2916
|
+
"engines": {
|
|
2917
|
+
"node": ">=8"
|
|
2918
|
+
}
|
|
2919
|
+
},
|
|
2920
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/argparse": {
|
|
2921
|
+
"version": "1.0.10",
|
|
2922
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
2923
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
2924
|
+
"dev": true,
|
|
2925
|
+
"license": "MIT",
|
|
2926
|
+
"dependencies": {
|
|
2927
|
+
"sprintf-js": "~1.0.2"
|
|
2928
|
+
}
|
|
2929
|
+
},
|
|
3105
2930
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/chalk": {
|
|
3106
2931
|
"version": "5.3.0",
|
|
3107
2932
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
|
@@ -3136,6 +2961,36 @@
|
|
|
3136
2961
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3137
2962
|
}
|
|
3138
2963
|
},
|
|
2964
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/js-yaml": {
|
|
2965
|
+
"version": "3.14.1",
|
|
2966
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
2967
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
2968
|
+
"dev": true,
|
|
2969
|
+
"license": "MIT",
|
|
2970
|
+
"dependencies": {
|
|
2971
|
+
"argparse": "^1.0.7",
|
|
2972
|
+
"esprima": "^4.0.0"
|
|
2973
|
+
},
|
|
2974
|
+
"bin": {
|
|
2975
|
+
"js-yaml": "bin/js-yaml.js"
|
|
2976
|
+
}
|
|
2977
|
+
},
|
|
2978
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/minimatch": {
|
|
2979
|
+
"version": "9.0.3",
|
|
2980
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
|
|
2981
|
+
"integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
|
|
2982
|
+
"dev": true,
|
|
2983
|
+
"license": "ISC",
|
|
2984
|
+
"dependencies": {
|
|
2985
|
+
"brace-expansion": "^2.0.1"
|
|
2986
|
+
},
|
|
2987
|
+
"engines": {
|
|
2988
|
+
"node": ">=16 || 14 >=14.17"
|
|
2989
|
+
},
|
|
2990
|
+
"funding": {
|
|
2991
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
2992
|
+
}
|
|
2993
|
+
},
|
|
3139
2994
|
"node_modules/@oclif/plugin-command-snapshot/node_modules/path-type": {
|
|
3140
2995
|
"version": "5.0.0",
|
|
3141
2996
|
"resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
|
|
@@ -3162,6 +3017,22 @@
|
|
|
3162
3017
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3163
3018
|
}
|
|
3164
3019
|
},
|
|
3020
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/supports-color": {
|
|
3021
|
+
"version": "8.1.1",
|
|
3022
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
3023
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
3024
|
+
"dev": true,
|
|
3025
|
+
"license": "MIT",
|
|
3026
|
+
"dependencies": {
|
|
3027
|
+
"has-flag": "^4.0.0"
|
|
3028
|
+
},
|
|
3029
|
+
"engines": {
|
|
3030
|
+
"node": ">=10"
|
|
3031
|
+
},
|
|
3032
|
+
"funding": {
|
|
3033
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
3034
|
+
}
|
|
3035
|
+
},
|
|
3165
3036
|
"node_modules/@oclif/plugin-help": {
|
|
3166
3037
|
"version": "6.0.18",
|
|
3167
3038
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.18.tgz",
|
|
@@ -3204,13 +3075,13 @@
|
|
|
3204
3075
|
}
|
|
3205
3076
|
},
|
|
3206
3077
|
"node_modules/@oclif/plugin-warn-if-update-available": {
|
|
3207
|
-
"version": "3.0.
|
|
3208
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.
|
|
3209
|
-
"integrity": "sha512-
|
|
3078
|
+
"version": "3.0.15",
|
|
3079
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.15.tgz",
|
|
3080
|
+
"integrity": "sha512-JtPTJFjL6izMCe5dDS2ix2PyWAD2DeJ5Atzd2HHRifbPcmOxaUE62FKTnarIwfPHLMF/nN33liwo9InAdirozg==",
|
|
3210
3081
|
"dev": true,
|
|
3211
3082
|
"license": "MIT",
|
|
3212
3083
|
"dependencies": {
|
|
3213
|
-
"@oclif/core": "^3.
|
|
3084
|
+
"@oclif/core": "^3.26.0",
|
|
3214
3085
|
"chalk": "^5.3.0",
|
|
3215
3086
|
"debug": "^4.1.0",
|
|
3216
3087
|
"http-call": "^5.2.2",
|
|
@@ -3220,49 +3091,139 @@
|
|
|
3220
3091
|
"node": ">=18.0.0"
|
|
3221
3092
|
}
|
|
3222
3093
|
},
|
|
3223
|
-
"node_modules/@oclif/plugin-warn-if-update-available/node_modules/chalk": {
|
|
3224
|
-
"version": "5.3.0",
|
|
3225
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
|
3226
|
-
"integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
|
|
3094
|
+
"node_modules/@oclif/plugin-warn-if-update-available/node_modules/chalk": {
|
|
3095
|
+
"version": "5.3.0",
|
|
3096
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
|
3097
|
+
"integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
|
|
3098
|
+
"dev": true,
|
|
3099
|
+
"license": "MIT",
|
|
3100
|
+
"engines": {
|
|
3101
|
+
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
3102
|
+
},
|
|
3103
|
+
"funding": {
|
|
3104
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
3105
|
+
}
|
|
3106
|
+
},
|
|
3107
|
+
"node_modules/@pkgjs/parseargs": {
|
|
3108
|
+
"version": "0.11.0",
|
|
3109
|
+
"resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
|
|
3110
|
+
"integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
|
|
3111
|
+
"dev": true,
|
|
3112
|
+
"license": "MIT",
|
|
3113
|
+
"optional": true,
|
|
3114
|
+
"engines": {
|
|
3115
|
+
"node": ">=14"
|
|
3116
|
+
}
|
|
3117
|
+
},
|
|
3118
|
+
"node_modules/@salesforce/cli-plugins-testkit": {
|
|
3119
|
+
"version": "5.1.13",
|
|
3120
|
+
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.13.tgz",
|
|
3121
|
+
"integrity": "sha512-JWSUi9X1kKAi22FkHUveXSZ0yxhuXwdq9Ze8dHfhnHXNDwOPEPL5xkPMhSWvD1ARncFs7PPt4T2pmRAV65HbWg==",
|
|
3122
|
+
"dev": true,
|
|
3123
|
+
"license": "BSD-3-Clause",
|
|
3124
|
+
"dependencies": {
|
|
3125
|
+
"@salesforce/core": "^6.7.3",
|
|
3126
|
+
"@salesforce/kit": "^3.1.0",
|
|
3127
|
+
"@salesforce/ts-types": "^2.0.9",
|
|
3128
|
+
"@types/shelljs": "^0.8.15",
|
|
3129
|
+
"debug": "^4.3.1",
|
|
3130
|
+
"jszip": "^3.10.1",
|
|
3131
|
+
"shelljs": "^0.8.4",
|
|
3132
|
+
"sinon": "^17.0.1",
|
|
3133
|
+
"strip-ansi": "6.0.1",
|
|
3134
|
+
"ts-retry-promise": "^0.8.0"
|
|
3135
|
+
},
|
|
3136
|
+
"engines": {
|
|
3137
|
+
"node": ">=16.0.0"
|
|
3138
|
+
}
|
|
3139
|
+
},
|
|
3140
|
+
"node_modules/@salesforce/cli-plugins-testkit/node_modules/@sinonjs/commons": {
|
|
3141
|
+
"version": "3.0.1",
|
|
3142
|
+
"resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.1.tgz",
|
|
3143
|
+
"integrity": "sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==",
|
|
3144
|
+
"dev": true,
|
|
3145
|
+
"license": "BSD-3-Clause",
|
|
3146
|
+
"dependencies": {
|
|
3147
|
+
"type-detect": "4.0.8"
|
|
3148
|
+
}
|
|
3149
|
+
},
|
|
3150
|
+
"node_modules/@salesforce/cli-plugins-testkit/node_modules/@sinonjs/samsam": {
|
|
3151
|
+
"version": "8.0.0",
|
|
3152
|
+
"resolved": "https://registry.npmjs.org/@sinonjs/samsam/-/samsam-8.0.0.tgz",
|
|
3153
|
+
"integrity": "sha512-Bp8KUVlLp8ibJZrnvq2foVhP0IVX2CIprMJPK0vqGqgrDa0OHVKeZyBykqskkrdxV6yKBPmGasO8LVjAKR3Gew==",
|
|
3154
|
+
"dev": true,
|
|
3155
|
+
"license": "BSD-3-Clause",
|
|
3156
|
+
"dependencies": {
|
|
3157
|
+
"@sinonjs/commons": "^2.0.0",
|
|
3158
|
+
"lodash.get": "^4.4.2",
|
|
3159
|
+
"type-detect": "^4.0.8"
|
|
3160
|
+
}
|
|
3161
|
+
},
|
|
3162
|
+
"node_modules/@salesforce/cli-plugins-testkit/node_modules/@sinonjs/samsam/node_modules/@sinonjs/commons": {
|
|
3163
|
+
"version": "2.0.0",
|
|
3164
|
+
"resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-2.0.0.tgz",
|
|
3165
|
+
"integrity": "sha512-uLa0j859mMrg2slwQYdO/AkrOfmH+X6LTVmNTS9CqexuE2IvVORIkSpJLqePAbEnKJ77aMmCwr1NUZ57120Xcg==",
|
|
3166
|
+
"dev": true,
|
|
3167
|
+
"license": "BSD-3-Clause",
|
|
3168
|
+
"dependencies": {
|
|
3169
|
+
"type-detect": "4.0.8"
|
|
3170
|
+
}
|
|
3171
|
+
},
|
|
3172
|
+
"node_modules/@salesforce/cli-plugins-testkit/node_modules/diff": {
|
|
3173
|
+
"version": "5.2.0",
|
|
3174
|
+
"resolved": "https://registry.npmjs.org/diff/-/diff-5.2.0.tgz",
|
|
3175
|
+
"integrity": "sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==",
|
|
3227
3176
|
"dev": true,
|
|
3228
|
-
"license": "
|
|
3177
|
+
"license": "BSD-3-Clause",
|
|
3229
3178
|
"engines": {
|
|
3230
|
-
"node": "
|
|
3231
|
-
},
|
|
3232
|
-
"funding": {
|
|
3233
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
3179
|
+
"node": ">=0.3.1"
|
|
3234
3180
|
}
|
|
3235
3181
|
},
|
|
3236
|
-
"node_modules/@
|
|
3237
|
-
"version": "
|
|
3238
|
-
"resolved": "https://registry.npmjs.org
|
|
3239
|
-
"integrity": "sha512
|
|
3182
|
+
"node_modules/@salesforce/cli-plugins-testkit/node_modules/just-extend": {
|
|
3183
|
+
"version": "6.2.0",
|
|
3184
|
+
"resolved": "https://registry.npmjs.org/just-extend/-/just-extend-6.2.0.tgz",
|
|
3185
|
+
"integrity": "sha512-cYofQu2Xpom82S6qD778jBDpwvvy39s1l/hrYij2u9AMdQcGRpaBu6kY4mVhuno5kJVi1DAz4aiphA2WI1/OAw==",
|
|
3240
3186
|
"dev": true,
|
|
3241
|
-
"license": "MIT"
|
|
3242
|
-
|
|
3243
|
-
|
|
3244
|
-
|
|
3187
|
+
"license": "MIT"
|
|
3188
|
+
},
|
|
3189
|
+
"node_modules/@salesforce/cli-plugins-testkit/node_modules/nise": {
|
|
3190
|
+
"version": "5.1.9",
|
|
3191
|
+
"resolved": "https://registry.npmjs.org/nise/-/nise-5.1.9.tgz",
|
|
3192
|
+
"integrity": "sha512-qOnoujW4SV6e40dYxJOb3uvuoPHtmLzIk4TFo+j0jPJoC+5Z9xja5qH5JZobEPsa8+YYphMrOSwnrshEhG2qww==",
|
|
3193
|
+
"dev": true,
|
|
3194
|
+
"license": "BSD-3-Clause",
|
|
3195
|
+
"dependencies": {
|
|
3196
|
+
"@sinonjs/commons": "^3.0.0",
|
|
3197
|
+
"@sinonjs/fake-timers": "^11.2.2",
|
|
3198
|
+
"@sinonjs/text-encoding": "^0.7.2",
|
|
3199
|
+
"just-extend": "^6.2.0",
|
|
3200
|
+
"path-to-regexp": "^6.2.1"
|
|
3245
3201
|
}
|
|
3246
3202
|
},
|
|
3247
|
-
"node_modules/@salesforce/cli-plugins-testkit": {
|
|
3248
|
-
"version": "
|
|
3249
|
-
"resolved": "https://registry.npmjs.org
|
|
3250
|
-
"integrity": "sha512-
|
|
3203
|
+
"node_modules/@salesforce/cli-plugins-testkit/node_modules/path-to-regexp": {
|
|
3204
|
+
"version": "6.2.1",
|
|
3205
|
+
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.2.1.tgz",
|
|
3206
|
+
"integrity": "sha512-JLyh7xT1kizaEvcaXOQwOc2/Yhw6KZOvPf1S8401UyLk86CU79LN3vl7ztXGm/pZ+YjoyAJ4rxmHwbkBXJX+yw==",
|
|
3207
|
+
"dev": true,
|
|
3208
|
+
"license": "MIT"
|
|
3209
|
+
},
|
|
3210
|
+
"node_modules/@salesforce/cli-plugins-testkit/node_modules/sinon": {
|
|
3211
|
+
"version": "17.0.1",
|
|
3212
|
+
"resolved": "https://registry.npmjs.org/sinon/-/sinon-17.0.1.tgz",
|
|
3213
|
+
"integrity": "sha512-wmwE19Lie0MLT+ZYNpDymasPHUKTaZHUH/pKEubRXIzySv9Atnlw+BUMGCzWgV7b7wO+Hw6f1TEOr0IUnmU8/g==",
|
|
3251
3214
|
"dev": true,
|
|
3252
3215
|
"license": "BSD-3-Clause",
|
|
3253
3216
|
"dependencies": {
|
|
3254
|
-
"@
|
|
3255
|
-
"@
|
|
3256
|
-
"@
|
|
3257
|
-
"
|
|
3258
|
-
"
|
|
3259
|
-
"
|
|
3260
|
-
"shelljs": "^0.8.4",
|
|
3261
|
-
"strip-ansi": "6.0.1",
|
|
3262
|
-
"ts-retry-promise": "^0.8.0"
|
|
3217
|
+
"@sinonjs/commons": "^3.0.0",
|
|
3218
|
+
"@sinonjs/fake-timers": "^11.2.2",
|
|
3219
|
+
"@sinonjs/samsam": "^8.0.0",
|
|
3220
|
+
"diff": "^5.1.0",
|
|
3221
|
+
"nise": "^5.1.5",
|
|
3222
|
+
"supports-color": "^7.2.0"
|
|
3263
3223
|
},
|
|
3264
|
-
"
|
|
3265
|
-
"
|
|
3224
|
+
"funding": {
|
|
3225
|
+
"type": "opencollective",
|
|
3226
|
+
"url": "https://opencollective.com/sinon"
|
|
3266
3227
|
}
|
|
3267
3228
|
},
|
|
3268
3229
|
"node_modules/@salesforce/cli-plugins-testkit/node_modules/ts-retry-promise": {
|
|
@@ -3334,9 +3295,9 @@
|
|
|
3334
3295
|
"license": "BSD-3-Clause"
|
|
3335
3296
|
},
|
|
3336
3297
|
"node_modules/@salesforce/dev-scripts": {
|
|
3337
|
-
"version": "8.4.
|
|
3338
|
-
"resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-8.4.
|
|
3339
|
-
"integrity": "sha512-
|
|
3298
|
+
"version": "8.4.4",
|
|
3299
|
+
"resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-8.4.4.tgz",
|
|
3300
|
+
"integrity": "sha512-XQ4B7cwINouoxqKNlcCTAnuMIe2jrB6VjcAL93Qns5MNQYYjjSV9kU7RkHck8Wvx2dCAL43iFp0oqpudz3bD5A==",
|
|
3340
3301
|
"dev": true,
|
|
3341
3302
|
"license": "BSD-3-Clause",
|
|
3342
3303
|
"dependencies": {
|
|
@@ -3344,17 +3305,17 @@
|
|
|
3344
3305
|
"@commitlint/config-conventional": "^17.8.1",
|
|
3345
3306
|
"@salesforce/dev-config": "^4.1.0",
|
|
3346
3307
|
"@salesforce/prettier-config": "^0.0.3",
|
|
3347
|
-
"@types/chai": "^4.3.
|
|
3308
|
+
"@types/chai": "^4.3.14",
|
|
3348
3309
|
"@types/mocha": "^10.0.6",
|
|
3349
|
-
"@types/node": "^18",
|
|
3310
|
+
"@types/node": "^18.19.28",
|
|
3350
3311
|
"@types/sinon": "^10.0.20",
|
|
3351
3312
|
"chai": "^4.3.10",
|
|
3352
3313
|
"chalk": "^4.0.0",
|
|
3353
|
-
"cosmiconfig": "^
|
|
3354
|
-
"eslint-config-salesforce-typescript": "^3.2.
|
|
3314
|
+
"cosmiconfig": "^8.3.6",
|
|
3315
|
+
"eslint-config-salesforce-typescript": "^3.2.12",
|
|
3355
3316
|
"husky": "^7.0.4",
|
|
3356
3317
|
"linkinator": "^6.0.4",
|
|
3357
|
-
"mocha": "^10.
|
|
3318
|
+
"mocha": "^10.4.0",
|
|
3358
3319
|
"nyc": "^15.1.0",
|
|
3359
3320
|
"prettier": "^2.8.8",
|
|
3360
3321
|
"pretty-quick": "^3.3.1",
|
|
@@ -3362,9 +3323,9 @@
|
|
|
3362
3323
|
"sinon": "10.0.0",
|
|
3363
3324
|
"source-map-support": "^0.5.21",
|
|
3364
3325
|
"ts-node": "^10.9.2",
|
|
3365
|
-
"typedoc": "^0.25.
|
|
3326
|
+
"typedoc": "^0.25.12",
|
|
3366
3327
|
"typedoc-plugin-missing-exports": "0.23.0",
|
|
3367
|
-
"typescript": "^4.
|
|
3328
|
+
"typescript": "^5.4.3",
|
|
3368
3329
|
"wireit": "^0.14.4"
|
|
3369
3330
|
},
|
|
3370
3331
|
"bin": {
|
|
@@ -3375,101 +3336,19 @@
|
|
|
3375
3336
|
}
|
|
3376
3337
|
},
|
|
3377
3338
|
"node_modules/@salesforce/dev-scripts/node_modules/@types/node": {
|
|
3378
|
-
"version": "18.
|
|
3379
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.
|
|
3380
|
-
"integrity": "sha512-
|
|
3339
|
+
"version": "18.19.29",
|
|
3340
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.29.tgz",
|
|
3341
|
+
"integrity": "sha512-5pAX7ggTmWZdhUrhRWLPf+5oM7F80bcKVCBbr0zwEkTNzTJL2CWQjznpFgHYy6GrzkYi2Yjy7DHKoynFxqPV8g==",
|
|
3381
3342
|
"dev": true,
|
|
3382
3343
|
"license": "MIT",
|
|
3383
3344
|
"dependencies": {
|
|
3384
3345
|
"undici-types": "~5.26.4"
|
|
3385
3346
|
}
|
|
3386
3347
|
},
|
|
3387
|
-
"node_modules/@salesforce/dev-scripts/node_modules/cosmiconfig": {
|
|
3388
|
-
"version": "7.1.0",
|
|
3389
|
-
"resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz",
|
|
3390
|
-
"integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==",
|
|
3391
|
-
"dev": true,
|
|
3392
|
-
"license": "MIT",
|
|
3393
|
-
"dependencies": {
|
|
3394
|
-
"@types/parse-json": "^4.0.0",
|
|
3395
|
-
"import-fresh": "^3.2.1",
|
|
3396
|
-
"parse-json": "^5.0.0",
|
|
3397
|
-
"path-type": "^4.0.0",
|
|
3398
|
-
"yaml": "^1.10.0"
|
|
3399
|
-
},
|
|
3400
|
-
"engines": {
|
|
3401
|
-
"node": ">=10"
|
|
3402
|
-
}
|
|
3403
|
-
},
|
|
3404
|
-
"node_modules/@salesforce/dev-scripts/node_modules/marked": {
|
|
3405
|
-
"version": "4.3.0",
|
|
3406
|
-
"resolved": "https://registry.npmjs.org/marked/-/marked-4.3.0.tgz",
|
|
3407
|
-
"integrity": "sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==",
|
|
3408
|
-
"dev": true,
|
|
3409
|
-
"license": "MIT",
|
|
3410
|
-
"bin": {
|
|
3411
|
-
"marked": "bin/marked.js"
|
|
3412
|
-
},
|
|
3413
|
-
"engines": {
|
|
3414
|
-
"node": ">= 12"
|
|
3415
|
-
}
|
|
3416
|
-
},
|
|
3417
|
-
"node_modules/@salesforce/dev-scripts/node_modules/minimatch": {
|
|
3418
|
-
"version": "9.0.3",
|
|
3419
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
|
|
3420
|
-
"integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
|
|
3421
|
-
"dev": true,
|
|
3422
|
-
"license": "ISC",
|
|
3423
|
-
"dependencies": {
|
|
3424
|
-
"brace-expansion": "^2.0.1"
|
|
3425
|
-
},
|
|
3426
|
-
"engines": {
|
|
3427
|
-
"node": ">=16 || 14 >=14.17"
|
|
3428
|
-
},
|
|
3429
|
-
"funding": {
|
|
3430
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
3431
|
-
}
|
|
3432
|
-
},
|
|
3433
|
-
"node_modules/@salesforce/dev-scripts/node_modules/typedoc": {
|
|
3434
|
-
"version": "0.25.10",
|
|
3435
|
-
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.25.10.tgz",
|
|
3436
|
-
"integrity": "sha512-v10rtOFojrjW9og3T+6wAKeJaGMuojU87DXGZ33sfs+554wgPTRG+s07Ag1BjPZI85Y5QPVouPI63JQ6fcQM5w==",
|
|
3437
|
-
"dev": true,
|
|
3438
|
-
"license": "Apache-2.0",
|
|
3439
|
-
"dependencies": {
|
|
3440
|
-
"lunr": "^2.3.9",
|
|
3441
|
-
"marked": "^4.3.0",
|
|
3442
|
-
"minimatch": "^9.0.3",
|
|
3443
|
-
"shiki": "^0.14.7"
|
|
3444
|
-
},
|
|
3445
|
-
"bin": {
|
|
3446
|
-
"typedoc": "bin/typedoc"
|
|
3447
|
-
},
|
|
3448
|
-
"engines": {
|
|
3449
|
-
"node": ">= 16"
|
|
3450
|
-
},
|
|
3451
|
-
"peerDependencies": {
|
|
3452
|
-
"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"
|
|
3453
|
-
}
|
|
3454
|
-
},
|
|
3455
|
-
"node_modules/@salesforce/dev-scripts/node_modules/typescript": {
|
|
3456
|
-
"version": "4.9.5",
|
|
3457
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz",
|
|
3458
|
-
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
|
|
3459
|
-
"dev": true,
|
|
3460
|
-
"license": "Apache-2.0",
|
|
3461
|
-
"bin": {
|
|
3462
|
-
"tsc": "bin/tsc",
|
|
3463
|
-
"tsserver": "bin/tsserver"
|
|
3464
|
-
},
|
|
3465
|
-
"engines": {
|
|
3466
|
-
"node": ">=4.2.0"
|
|
3467
|
-
}
|
|
3468
|
-
},
|
|
3469
3348
|
"node_modules/@salesforce/kit": {
|
|
3470
|
-
"version": "3.0
|
|
3471
|
-
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.0.
|
|
3472
|
-
"integrity": "sha512-
|
|
3349
|
+
"version": "3.1.0",
|
|
3350
|
+
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.1.0.tgz",
|
|
3351
|
+
"integrity": "sha512-X2d9O/U2wdQBXIrtVqQdMwo872Cv+qkYFzF0W+AQKG/LEe9cngnOzUVDYNkGD9tq3jcl+oenHXYuVDpkMhxTwA==",
|
|
3473
3352
|
"license": "BSD-3-Clause",
|
|
3474
3353
|
"dependencies": {
|
|
3475
3354
|
"@salesforce/ts-types": "^2.0.9",
|
|
@@ -3477,14 +3356,14 @@
|
|
|
3477
3356
|
}
|
|
3478
3357
|
},
|
|
3479
3358
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
3480
|
-
"version": "3.0.
|
|
3481
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
|
3482
|
-
"integrity": "sha512-
|
|
3359
|
+
"version": "3.0.73",
|
|
3360
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.73.tgz",
|
|
3361
|
+
"integrity": "sha512-FkGlvA3H2kH3KrzFxWSQhnPrcgvVLQF1QGig69J/j/Z0rnb2k4rH5gKN0Bg0xcgHXBwmBrlY5otpJltnrpq0PQ==",
|
|
3483
3362
|
"dev": true,
|
|
3484
3363
|
"license": "BSD-3-Clause",
|
|
3485
3364
|
"dependencies": {
|
|
3486
|
-
"@oclif/core": "^3.
|
|
3487
|
-
"@salesforce/core": "^6.
|
|
3365
|
+
"@oclif/core": "^3.26.0",
|
|
3366
|
+
"@salesforce/core": "^6.7.3",
|
|
3488
3367
|
"@salesforce/kit": "^3.0.15",
|
|
3489
3368
|
"@salesforce/sf-plugins-core": "^5.0.13",
|
|
3490
3369
|
"@salesforce/ts-types": "^2.0.9",
|
|
@@ -3556,16 +3435,16 @@
|
|
|
3556
3435
|
"license": "ISC"
|
|
3557
3436
|
},
|
|
3558
3437
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
3559
|
-
"version": "8.0.
|
|
3560
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-8.0.
|
|
3561
|
-
"integrity": "sha512-
|
|
3438
|
+
"version": "8.0.3",
|
|
3439
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-8.0.3.tgz",
|
|
3440
|
+
"integrity": "sha512-RJIi0lbpOg6ZflRDCTi/8E3QBhOHfvA5F3xlvThuQo9Yw2SvOjti+s/+Z2RCpvWdy4aaleeGqqgn7AwDi/ISDQ==",
|
|
3562
3441
|
"license": "BSD-3-Clause",
|
|
3563
3442
|
"dependencies": {
|
|
3564
3443
|
"@inquirer/confirm": "^2.0.17",
|
|
3565
3444
|
"@inquirer/password": "^1.1.16",
|
|
3566
|
-
"@oclif/core": "^3.
|
|
3445
|
+
"@oclif/core": "^3.26.0",
|
|
3567
3446
|
"@salesforce/core": "^6.7.3",
|
|
3568
|
-
"@salesforce/kit": "^3.0
|
|
3447
|
+
"@salesforce/kit": "^3.1.0",
|
|
3569
3448
|
"@salesforce/ts-types": "^2.0.9",
|
|
3570
3449
|
"chalk": "^5.3.0"
|
|
3571
3450
|
},
|
|
@@ -3633,13 +3512,23 @@
|
|
|
3633
3512
|
}
|
|
3634
3513
|
},
|
|
3635
3514
|
"node_modules/@sinonjs/fake-timers": {
|
|
3636
|
-
"version": "
|
|
3637
|
-
"resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-
|
|
3638
|
-
"integrity": "sha512-
|
|
3515
|
+
"version": "11.2.2",
|
|
3516
|
+
"resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-11.2.2.tgz",
|
|
3517
|
+
"integrity": "sha512-G2piCSxQ7oWOxwGSAyFHfPIsyeJGXYtc6mFbnFA+kRXkiEnTl8c/8jul2S329iFBnDI9HGoeWWAZvuvOkZccgw==",
|
|
3639
3518
|
"dev": true,
|
|
3640
3519
|
"license": "BSD-3-Clause",
|
|
3641
3520
|
"dependencies": {
|
|
3642
|
-
"@sinonjs/commons": "^
|
|
3521
|
+
"@sinonjs/commons": "^3.0.0"
|
|
3522
|
+
}
|
|
3523
|
+
},
|
|
3524
|
+
"node_modules/@sinonjs/fake-timers/node_modules/@sinonjs/commons": {
|
|
3525
|
+
"version": "3.0.1",
|
|
3526
|
+
"resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.1.tgz",
|
|
3527
|
+
"integrity": "sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==",
|
|
3528
|
+
"dev": true,
|
|
3529
|
+
"license": "BSD-3-Clause",
|
|
3530
|
+
"dependencies": {
|
|
3531
|
+
"type-detect": "4.0.8"
|
|
3643
3532
|
}
|
|
3644
3533
|
},
|
|
3645
3534
|
"node_modules/@sinonjs/samsam": {
|
|
@@ -4446,9 +4335,9 @@
|
|
|
4446
4335
|
"license": "MIT"
|
|
4447
4336
|
},
|
|
4448
4337
|
"node_modules/@types/chai": {
|
|
4449
|
-
"version": "4.3.
|
|
4450
|
-
"resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.
|
|
4451
|
-
"integrity": "sha512-
|
|
4338
|
+
"version": "4.3.14",
|
|
4339
|
+
"resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.14.tgz",
|
|
4340
|
+
"integrity": "sha512-Wj71sXE4Q4AkGdG9Tvq1u/fquNz9EdG4LIJMwVVII7ashjD/8cf8fyIfJAjRr6YcsXnSE8cOGQPq1gqeR8z+3w==",
|
|
4452
4341
|
"dev": true,
|
|
4453
4342
|
"license": "MIT"
|
|
4454
4343
|
},
|
|
@@ -4551,9 +4440,9 @@
|
|
|
4551
4440
|
}
|
|
4552
4441
|
},
|
|
4553
4442
|
"node_modules/@types/node": {
|
|
4554
|
-
"version": "20.
|
|
4555
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.
|
|
4556
|
-
"integrity": "sha512-
|
|
4443
|
+
"version": "20.12.2",
|
|
4444
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.2.tgz",
|
|
4445
|
+
"integrity": "sha512-zQ0NYO87hyN6Xrclcqp7f8ZbXNbRfoGWNcMvHTPQp9UUrwI0mI7XBz+cu7/W6/VClYo2g63B0cjull/srU7LgQ==",
|
|
4557
4446
|
"license": "MIT",
|
|
4558
4447
|
"dependencies": {
|
|
4559
4448
|
"undici-types": "~5.26.4"
|
|
@@ -4566,13 +4455,6 @@
|
|
|
4566
4455
|
"dev": true,
|
|
4567
4456
|
"license": "MIT"
|
|
4568
4457
|
},
|
|
4569
|
-
"node_modules/@types/parse-json": {
|
|
4570
|
-
"version": "4.0.1",
|
|
4571
|
-
"resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.1.tgz",
|
|
4572
|
-
"integrity": "sha512-3YmXzzPAdOTVljVMkTMBdBEvlOLg2cDQaDhnnhT3nT9uDbnJzjWhKlzb+desT12Y7tGqaN6d+AbozcKzyL36Ng==",
|
|
4573
|
-
"dev": true,
|
|
4574
|
-
"license": "MIT"
|
|
4575
|
-
},
|
|
4576
4458
|
"node_modules/@types/semver": {
|
|
4577
4459
|
"version": "7.5.8",
|
|
4578
4460
|
"resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.8.tgz",
|
|
@@ -6872,9 +6754,9 @@
|
|
|
6872
6754
|
}
|
|
6873
6755
|
},
|
|
6874
6756
|
"node_modules/eslint-config-salesforce": {
|
|
6875
|
-
"version": "2.0
|
|
6876
|
-
"resolved": "https://registry.npmjs.org/eslint-config-salesforce/-/eslint-config-salesforce-2.0.
|
|
6877
|
-
"integrity": "sha512-
|
|
6757
|
+
"version": "2.2.0",
|
|
6758
|
+
"resolved": "https://registry.npmjs.org/eslint-config-salesforce/-/eslint-config-salesforce-2.2.0.tgz",
|
|
6759
|
+
"integrity": "sha512-0zUEFJ2nNpMvVO3MgKEDUTGtaFZjL3xEIErr5h+BOft+OhGoIvZBNPnBBu12lvv29ylqIAQz5SwoVCCUzBhyPQ==",
|
|
6878
6760
|
"dev": true,
|
|
6879
6761
|
"license": "BSD-3-Clause"
|
|
6880
6762
|
},
|
|
@@ -6886,9 +6768,9 @@
|
|
|
6886
6768
|
"license": "BSD-3-Clause"
|
|
6887
6769
|
},
|
|
6888
6770
|
"node_modules/eslint-config-salesforce-typescript": {
|
|
6889
|
-
"version": "3.2.
|
|
6890
|
-
"resolved": "https://registry.npmjs.org/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-3.2.
|
|
6891
|
-
"integrity": "sha512-
|
|
6771
|
+
"version": "3.2.12",
|
|
6772
|
+
"resolved": "https://registry.npmjs.org/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-3.2.12.tgz",
|
|
6773
|
+
"integrity": "sha512-dCXU2V7DE8woGtfEZyxD9hSX3F+ZS/26nS6oG963I7/p9aeA1S6apPR1v3kV7o9VDR86ry1OIFbvK//1oDcz/w==",
|
|
6892
6774
|
"dev": true,
|
|
6893
6775
|
"license": "BSD-3-Clause",
|
|
6894
6776
|
"dependencies": {
|
|
@@ -6896,7 +6778,7 @@
|
|
|
6896
6778
|
"@typescript-eslint/parser": "^6.21.0",
|
|
6897
6779
|
"eslint": "^8.56.0",
|
|
6898
6780
|
"eslint-config-prettier": "^9.1.0",
|
|
6899
|
-
"eslint-config-salesforce": "^2.0
|
|
6781
|
+
"eslint-config-salesforce": "^2.2.0",
|
|
6900
6782
|
"eslint-config-salesforce-license": "^0.2.0",
|
|
6901
6783
|
"eslint-plugin-header": "^3.1.1",
|
|
6902
6784
|
"eslint-plugin-import": "^2.29.1",
|
|
@@ -10200,9 +10082,9 @@
|
|
|
10200
10082
|
}
|
|
10201
10083
|
},
|
|
10202
10084
|
"node_modules/mocha": {
|
|
10203
|
-
"version": "10.
|
|
10204
|
-
"resolved": "https://registry.npmjs.org/mocha/-/mocha-10.
|
|
10205
|
-
"integrity": "sha512-
|
|
10085
|
+
"version": "10.4.0",
|
|
10086
|
+
"resolved": "https://registry.npmjs.org/mocha/-/mocha-10.4.0.tgz",
|
|
10087
|
+
"integrity": "sha512-eqhGB8JKapEYcC4ytX/xrzKforgEc3j1pGlAXVy3eRwrtAy5/nIfT1SvgGzfN0XZZxeLq0aQWkOUAmqIJiv+bA==",
|
|
10206
10088
|
"dev": true,
|
|
10207
10089
|
"license": "MIT",
|
|
10208
10090
|
"dependencies": {
|
|
@@ -10213,13 +10095,12 @@
|
|
|
10213
10095
|
"diff": "5.0.0",
|
|
10214
10096
|
"escape-string-regexp": "4.0.0",
|
|
10215
10097
|
"find-up": "5.0.0",
|
|
10216
|
-
"glob": "
|
|
10098
|
+
"glob": "8.1.0",
|
|
10217
10099
|
"he": "1.2.0",
|
|
10218
10100
|
"js-yaml": "4.1.0",
|
|
10219
10101
|
"log-symbols": "4.1.0",
|
|
10220
10102
|
"minimatch": "5.0.1",
|
|
10221
10103
|
"ms": "2.1.3",
|
|
10222
|
-
"nanoid": "3.3.3",
|
|
10223
10104
|
"serialize-javascript": "6.0.0",
|
|
10224
10105
|
"strip-json-comments": "3.1.1",
|
|
10225
10106
|
"supports-color": "8.1.1",
|
|
@@ -10234,10 +10115,6 @@
|
|
|
10234
10115
|
},
|
|
10235
10116
|
"engines": {
|
|
10236
10117
|
"node": ">= 14.0.0"
|
|
10237
|
-
},
|
|
10238
|
-
"funding": {
|
|
10239
|
-
"type": "opencollective",
|
|
10240
|
-
"url": "https://opencollective.com/mochajs"
|
|
10241
10118
|
}
|
|
10242
10119
|
},
|
|
10243
10120
|
"node_modules/mocha/node_modules/diff": {
|
|
@@ -10268,48 +10145,36 @@
|
|
|
10268
10145
|
}
|
|
10269
10146
|
},
|
|
10270
10147
|
"node_modules/mocha/node_modules/glob": {
|
|
10271
|
-
"version": "
|
|
10272
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-
|
|
10273
|
-
"integrity": "sha512-
|
|
10148
|
+
"version": "8.1.0",
|
|
10149
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz",
|
|
10150
|
+
"integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==",
|
|
10274
10151
|
"dev": true,
|
|
10275
10152
|
"license": "ISC",
|
|
10276
10153
|
"dependencies": {
|
|
10277
10154
|
"fs.realpath": "^1.0.0",
|
|
10278
10155
|
"inflight": "^1.0.4",
|
|
10279
10156
|
"inherits": "2",
|
|
10280
|
-
"minimatch": "^
|
|
10281
|
-
"once": "^1.3.0"
|
|
10282
|
-
"path-is-absolute": "^1.0.0"
|
|
10157
|
+
"minimatch": "^5.0.1",
|
|
10158
|
+
"once": "^1.3.0"
|
|
10283
10159
|
},
|
|
10284
10160
|
"engines": {
|
|
10285
|
-
"node": "
|
|
10161
|
+
"node": ">=12"
|
|
10286
10162
|
},
|
|
10287
10163
|
"funding": {
|
|
10288
10164
|
"url": "https://github.com/sponsors/isaacs"
|
|
10289
10165
|
}
|
|
10290
10166
|
},
|
|
10291
|
-
"node_modules/mocha/node_modules/glob/node_modules/brace-expansion": {
|
|
10292
|
-
"version": "1.1.11",
|
|
10293
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
10294
|
-
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
10295
|
-
"dev": true,
|
|
10296
|
-
"license": "MIT",
|
|
10297
|
-
"dependencies": {
|
|
10298
|
-
"balanced-match": "^1.0.0",
|
|
10299
|
-
"concat-map": "0.0.1"
|
|
10300
|
-
}
|
|
10301
|
-
},
|
|
10302
10167
|
"node_modules/mocha/node_modules/glob/node_modules/minimatch": {
|
|
10303
|
-
"version": "
|
|
10304
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-
|
|
10305
|
-
"integrity": "sha512-
|
|
10168
|
+
"version": "5.1.6",
|
|
10169
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz",
|
|
10170
|
+
"integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==",
|
|
10306
10171
|
"dev": true,
|
|
10307
10172
|
"license": "ISC",
|
|
10308
10173
|
"dependencies": {
|
|
10309
|
-
"brace-expansion": "^
|
|
10174
|
+
"brace-expansion": "^2.0.1"
|
|
10310
10175
|
},
|
|
10311
10176
|
"engines": {
|
|
10312
|
-
"node": "
|
|
10177
|
+
"node": ">=10"
|
|
10313
10178
|
}
|
|
10314
10179
|
},
|
|
10315
10180
|
"node_modules/mocha/node_modules/locate-path": {
|
|
@@ -10431,19 +10296,6 @@
|
|
|
10431
10296
|
"integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==",
|
|
10432
10297
|
"license": "ISC"
|
|
10433
10298
|
},
|
|
10434
|
-
"node_modules/nanoid": {
|
|
10435
|
-
"version": "3.3.3",
|
|
10436
|
-
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.3.tgz",
|
|
10437
|
-
"integrity": "sha512-p1sjXuopFs0xg+fPASzQ28agW1oHD7xDsd9Xkf3T15H3c/cifrFHVwrh74PdoklAPi+i7MdRsE47vm2r6JoB+w==",
|
|
10438
|
-
"dev": true,
|
|
10439
|
-
"license": "MIT",
|
|
10440
|
-
"bin": {
|
|
10441
|
-
"nanoid": "bin/nanoid.cjs"
|
|
10442
|
-
},
|
|
10443
|
-
"engines": {
|
|
10444
|
-
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
10445
|
-
}
|
|
10446
|
-
},
|
|
10447
10299
|
"node_modules/natural-compare": {
|
|
10448
10300
|
"version": "1.4.0",
|
|
10449
10301
|
"resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
|
|
@@ -10490,6 +10342,16 @@
|
|
|
10490
10342
|
"path-to-regexp": "^1.7.0"
|
|
10491
10343
|
}
|
|
10492
10344
|
},
|
|
10345
|
+
"node_modules/nise/node_modules/@sinonjs/fake-timers": {
|
|
10346
|
+
"version": "6.0.1",
|
|
10347
|
+
"resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-6.0.1.tgz",
|
|
10348
|
+
"integrity": "sha512-MZPUxrmFubI36XS1DI3qmI0YdN1gks62JtFZvxR67ljjSNCeK6U08Zx4msEWOXuofgqUt6zPHSi1H9fbjR/NRA==",
|
|
10349
|
+
"dev": true,
|
|
10350
|
+
"license": "BSD-3-Clause",
|
|
10351
|
+
"dependencies": {
|
|
10352
|
+
"@sinonjs/commons": "^1.7.0"
|
|
10353
|
+
}
|
|
10354
|
+
},
|
|
10493
10355
|
"node_modules/no-case": {
|
|
10494
10356
|
"version": "3.0.4",
|
|
10495
10357
|
"resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz",
|
|
@@ -10775,21 +10637,21 @@
|
|
|
10775
10637
|
}
|
|
10776
10638
|
},
|
|
10777
10639
|
"node_modules/oclif": {
|
|
10778
|
-
"version": "4.
|
|
10779
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.
|
|
10780
|
-
"integrity": "sha512-
|
|
10640
|
+
"version": "4.7.3",
|
|
10641
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.7.3.tgz",
|
|
10642
|
+
"integrity": "sha512-AOp45RQ1D7+R4cAjX+nooIOPmpZ1NAVNqrh4jpXrGnnkM5G2ZZTIANZGC1+ljUn8ZahqWw+l8eSesuFFSdcNYw==",
|
|
10781
10643
|
"dev": true,
|
|
10782
10644
|
"license": "MIT",
|
|
10783
10645
|
"dependencies": {
|
|
10784
10646
|
"@aws-sdk/client-cloudfront": "^3.535.0",
|
|
10785
10647
|
"@aws-sdk/client-s3": "^3.535.0",
|
|
10786
10648
|
"@inquirer/confirm": "^3.0.0",
|
|
10787
|
-
"@inquirer/input": "^2.1.
|
|
10649
|
+
"@inquirer/input": "^2.1.1",
|
|
10788
10650
|
"@inquirer/select": "^2.0.0",
|
|
10789
10651
|
"@oclif/core": "^3.21.0",
|
|
10790
10652
|
"@oclif/plugin-help": "^6.0.18",
|
|
10791
10653
|
"@oclif/plugin-not-found": "^3.0.14",
|
|
10792
|
-
"@oclif/plugin-warn-if-update-available": "^3.0.
|
|
10654
|
+
"@oclif/plugin-warn-if-update-available": "^3.0.14",
|
|
10793
10655
|
"async-retry": "^1.3.3",
|
|
10794
10656
|
"chalk": "^4",
|
|
10795
10657
|
"change-case": "^4",
|
|
@@ -10802,7 +10664,7 @@
|
|
|
10802
10664
|
"lodash.template": "^4.5.0",
|
|
10803
10665
|
"normalize-package-data": "^3.0.3",
|
|
10804
10666
|
"semver": "^7.6.0",
|
|
10805
|
-
"sort-package-json": "^2.
|
|
10667
|
+
"sort-package-json": "^2.10.0",
|
|
10806
10668
|
"validate-npm-package-name": "^5.0.0"
|
|
10807
10669
|
},
|
|
10808
10670
|
"bin": {
|
|
@@ -12332,6 +12194,16 @@
|
|
|
12332
12194
|
"url": "https://opencollective.com/sinon"
|
|
12333
12195
|
}
|
|
12334
12196
|
},
|
|
12197
|
+
"node_modules/sinon/node_modules/@sinonjs/fake-timers": {
|
|
12198
|
+
"version": "6.0.1",
|
|
12199
|
+
"resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-6.0.1.tgz",
|
|
12200
|
+
"integrity": "sha512-MZPUxrmFubI36XS1DI3qmI0YdN1gks62JtFZvxR67ljjSNCeK6U08Zx4msEWOXuofgqUt6zPHSi1H9fbjR/NRA==",
|
|
12201
|
+
"dev": true,
|
|
12202
|
+
"license": "BSD-3-Clause",
|
|
12203
|
+
"dependencies": {
|
|
12204
|
+
"@sinonjs/commons": "^1.7.0"
|
|
12205
|
+
}
|
|
12206
|
+
},
|
|
12335
12207
|
"node_modules/slash": {
|
|
12336
12208
|
"version": "3.0.0",
|
|
12337
12209
|
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
|
|
@@ -12429,9 +12301,9 @@
|
|
|
12429
12301
|
"license": "MIT"
|
|
12430
12302
|
},
|
|
12431
12303
|
"node_modules/sort-package-json": {
|
|
12432
|
-
"version": "2.
|
|
12433
|
-
"resolved": "https://registry.npmjs.org/sort-package-json/-/sort-package-json-2.
|
|
12434
|
-
"integrity": "sha512-
|
|
12304
|
+
"version": "2.10.0",
|
|
12305
|
+
"resolved": "https://registry.npmjs.org/sort-package-json/-/sort-package-json-2.10.0.tgz",
|
|
12306
|
+
"integrity": "sha512-MYecfvObMwJjjJskhxYfuOADkXp1ZMMnCFC8yhp+9HDsk7HhR336hd7eiBs96lTXfiqmUNI+WQCeCMRBhl251g==",
|
|
12435
12307
|
"dev": true,
|
|
12436
12308
|
"license": "MIT",
|
|
12437
12309
|
"dependencies": {
|
|
@@ -12441,6 +12313,7 @@
|
|
|
12441
12313
|
"git-hooks-list": "^3.0.0",
|
|
12442
12314
|
"globby": "^13.1.2",
|
|
12443
12315
|
"is-plain-obj": "^4.1.0",
|
|
12316
|
+
"semver": "^7.6.0",
|
|
12444
12317
|
"sort-object-keys": "^1.1.3"
|
|
12445
12318
|
},
|
|
12446
12319
|
"bin": {
|
|
@@ -12944,19 +12817,6 @@
|
|
|
12944
12817
|
"typescript": ">=4.2.0"
|
|
12945
12818
|
}
|
|
12946
12819
|
},
|
|
12947
|
-
"node_modules/ts-api-utils/node_modules/typescript": {
|
|
12948
|
-
"version": "4.9.5",
|
|
12949
|
-
"dev": true,
|
|
12950
|
-
"license": "Apache-2.0",
|
|
12951
|
-
"peer": true,
|
|
12952
|
-
"bin": {
|
|
12953
|
-
"tsc": "bin/tsc",
|
|
12954
|
-
"tsserver": "bin/tsserver"
|
|
12955
|
-
},
|
|
12956
|
-
"engines": {
|
|
12957
|
-
"node": ">=4.2.0"
|
|
12958
|
-
}
|
|
12959
|
-
},
|
|
12960
12820
|
"node_modules/ts-json-schema-generator": {
|
|
12961
12821
|
"version": "1.5.0",
|
|
12962
12822
|
"resolved": "https://registry.npmjs.org/ts-json-schema-generator/-/ts-json-schema-generator-1.5.0.tgz",
|
|
@@ -13235,6 +13095,28 @@
|
|
|
13235
13095
|
"is-typedarray": "^1.0.0"
|
|
13236
13096
|
}
|
|
13237
13097
|
},
|
|
13098
|
+
"node_modules/typedoc": {
|
|
13099
|
+
"version": "0.25.12",
|
|
13100
|
+
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.25.12.tgz",
|
|
13101
|
+
"integrity": "sha512-F+qhkK2VoTweDXd1c42GS/By2DvI2uDF4/EpG424dTexSHdtCH52C6IcAvMA6jR3DzAWZjHpUOW+E02kyPNUNw==",
|
|
13102
|
+
"dev": true,
|
|
13103
|
+
"license": "Apache-2.0",
|
|
13104
|
+
"dependencies": {
|
|
13105
|
+
"lunr": "^2.3.9",
|
|
13106
|
+
"marked": "^4.3.0",
|
|
13107
|
+
"minimatch": "^9.0.3",
|
|
13108
|
+
"shiki": "^0.14.7"
|
|
13109
|
+
},
|
|
13110
|
+
"bin": {
|
|
13111
|
+
"typedoc": "bin/typedoc"
|
|
13112
|
+
},
|
|
13113
|
+
"engines": {
|
|
13114
|
+
"node": ">= 16"
|
|
13115
|
+
},
|
|
13116
|
+
"peerDependencies": {
|
|
13117
|
+
"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"
|
|
13118
|
+
}
|
|
13119
|
+
},
|
|
13238
13120
|
"node_modules/typedoc-plugin-missing-exports": {
|
|
13239
13121
|
"version": "0.23.0",
|
|
13240
13122
|
"resolved": "https://registry.npmjs.org/typedoc-plugin-missing-exports/-/typedoc-plugin-missing-exports-0.23.0.tgz",
|
|
@@ -13245,10 +13127,39 @@
|
|
|
13245
13127
|
"typedoc": "0.22.x || 0.23.x"
|
|
13246
13128
|
}
|
|
13247
13129
|
},
|
|
13130
|
+
"node_modules/typedoc/node_modules/marked": {
|
|
13131
|
+
"version": "4.3.0",
|
|
13132
|
+
"resolved": "https://registry.npmjs.org/marked/-/marked-4.3.0.tgz",
|
|
13133
|
+
"integrity": "sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==",
|
|
13134
|
+
"dev": true,
|
|
13135
|
+
"license": "MIT",
|
|
13136
|
+
"bin": {
|
|
13137
|
+
"marked": "bin/marked.js"
|
|
13138
|
+
},
|
|
13139
|
+
"engines": {
|
|
13140
|
+
"node": ">= 12"
|
|
13141
|
+
}
|
|
13142
|
+
},
|
|
13143
|
+
"node_modules/typedoc/node_modules/minimatch": {
|
|
13144
|
+
"version": "9.0.3",
|
|
13145
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
|
|
13146
|
+
"integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
|
|
13147
|
+
"dev": true,
|
|
13148
|
+
"license": "ISC",
|
|
13149
|
+
"dependencies": {
|
|
13150
|
+
"brace-expansion": "^2.0.1"
|
|
13151
|
+
},
|
|
13152
|
+
"engines": {
|
|
13153
|
+
"node": ">=16 || 14 >=14.17"
|
|
13154
|
+
},
|
|
13155
|
+
"funding": {
|
|
13156
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
13157
|
+
}
|
|
13158
|
+
},
|
|
13248
13159
|
"node_modules/typescript": {
|
|
13249
|
-
"version": "5.4.
|
|
13250
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.
|
|
13251
|
-
"integrity": "sha512-
|
|
13160
|
+
"version": "5.4.4",
|
|
13161
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.4.tgz",
|
|
13162
|
+
"integrity": "sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==",
|
|
13252
13163
|
"dev": true,
|
|
13253
13164
|
"license": "Apache-2.0",
|
|
13254
13165
|
"bin": {
|
|
@@ -13703,16 +13614,6 @@
|
|
|
13703
13614
|
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
|
|
13704
13615
|
"license": "ISC"
|
|
13705
13616
|
},
|
|
13706
|
-
"node_modules/yaml": {
|
|
13707
|
-
"version": "1.10.2",
|
|
13708
|
-
"resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
|
|
13709
|
-
"integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",
|
|
13710
|
-
"dev": true,
|
|
13711
|
-
"license": "ISC",
|
|
13712
|
-
"engines": {
|
|
13713
|
-
"node": ">= 6"
|
|
13714
|
-
}
|
|
13715
|
-
},
|
|
13716
13617
|
"node_modules/yargs": {
|
|
13717
13618
|
"version": "16.2.0",
|
|
13718
13619
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
|