@salesforce/plugin-signups 2.0.28 → 2.0.29
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +7 -7
- package/npm-shrinkwrap.json +352 -623
- package/oclif.lock +255 -291
- package/oclif.manifest.json +119 -119
- package/package.json +8 -8
package/npm-shrinkwrap.json
CHANGED
@@ -1,26 +1,26 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salesforce/plugin-signups",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.29",
|
4
4
|
"lockfileVersion": 3,
|
5
5
|
"requires": true,
|
6
6
|
"packages": {
|
7
7
|
"": {
|
8
8
|
"name": "@salesforce/plugin-signups",
|
9
|
-
"version": "2.0.
|
9
|
+
"version": "2.0.29",
|
10
10
|
"license": "BSD-3-Clause",
|
11
11
|
"dependencies": {
|
12
12
|
"@oclif/core": "^3.20.0",
|
13
|
-
"@salesforce/core": "^6.7.
|
13
|
+
"@salesforce/core": "^6.7.1",
|
14
14
|
"@salesforce/kit": "^3.0.15",
|
15
15
|
"@salesforce/sf-plugins-core": "^7.1.14",
|
16
16
|
"chalk": "^5.3.0",
|
17
17
|
"change-case": "^5.4.3"
|
18
18
|
},
|
19
19
|
"devDependencies": {
|
20
|
-
"@oclif/plugin-command-snapshot": "^5.
|
21
|
-
"@salesforce/cli-plugins-testkit": "^5.1.
|
22
|
-
"@salesforce/dev-scripts": "^8.4.
|
23
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
20
|
+
"@oclif/plugin-command-snapshot": "^5.1.1",
|
21
|
+
"@salesforce/cli-plugins-testkit": "^5.1.10",
|
22
|
+
"@salesforce/dev-scripts": "^8.4.2",
|
23
|
+
"@salesforce/plugin-command-reference": "^3.0.70",
|
24
24
|
"@salesforce/ts-types": "^2.0.9",
|
25
25
|
"@types/chai-as-promised": "^7.1.8",
|
26
26
|
"@types/chai-string": "^1.4.5",
|
@@ -72,47 +72,6 @@
|
|
72
72
|
"tslib": "^1.11.1"
|
73
73
|
}
|
74
74
|
},
|
75
|
-
"node_modules/@aws-crypto/crc32/node_modules/@aws-sdk/types": {
|
76
|
-
"version": "3.502.0",
|
77
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.502.0.tgz",
|
78
|
-
"integrity": "sha512-M0DSPYe/gXhwD2QHgoukaZv5oDxhW3FfvYIrJptyqUq3OnPJBcDbihHjrE0PBtfh/9kgMZT60/fQ2NVFANfa2g==",
|
79
|
-
"dev": true,
|
80
|
-
"license": "Apache-2.0",
|
81
|
-
"dependencies": {
|
82
|
-
"@smithy/types": "^2.9.1",
|
83
|
-
"tslib": "^2.5.0"
|
84
|
-
},
|
85
|
-
"engines": {
|
86
|
-
"node": ">=14.0.0"
|
87
|
-
}
|
88
|
-
},
|
89
|
-
"node_modules/@aws-crypto/crc32/node_modules/@aws-sdk/types/node_modules/tslib": {
|
90
|
-
"version": "2.6.2",
|
91
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
92
|
-
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
93
|
-
"dev": true,
|
94
|
-
"license": "0BSD"
|
95
|
-
},
|
96
|
-
"node_modules/@aws-crypto/crc32/node_modules/@smithy/types": {
|
97
|
-
"version": "2.9.1",
|
98
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-2.9.1.tgz",
|
99
|
-
"integrity": "sha512-vjXlKNXyprDYDuJ7UW5iobdmyDm6g8dDG+BFUncAg/3XJaN45Gy5RWWWUVgrzIK7S4R1KWgIX5LeJcfvSI24bw==",
|
100
|
-
"dev": true,
|
101
|
-
"license": "Apache-2.0",
|
102
|
-
"dependencies": {
|
103
|
-
"tslib": "^2.5.0"
|
104
|
-
},
|
105
|
-
"engines": {
|
106
|
-
"node": ">=14.0.0"
|
107
|
-
}
|
108
|
-
},
|
109
|
-
"node_modules/@aws-crypto/crc32/node_modules/@smithy/types/node_modules/tslib": {
|
110
|
-
"version": "2.6.2",
|
111
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
112
|
-
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
113
|
-
"dev": true,
|
114
|
-
"license": "0BSD"
|
115
|
-
},
|
116
75
|
"node_modules/@aws-crypto/crc32/node_modules/tslib": {
|
117
76
|
"version": "1.14.1",
|
118
77
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
@@ -132,47 +91,6 @@
|
|
132
91
|
"tslib": "^1.11.1"
|
133
92
|
}
|
134
93
|
},
|
135
|
-
"node_modules/@aws-crypto/crc32c/node_modules/@aws-sdk/types": {
|
136
|
-
"version": "3.502.0",
|
137
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.502.0.tgz",
|
138
|
-
"integrity": "sha512-M0DSPYe/gXhwD2QHgoukaZv5oDxhW3FfvYIrJptyqUq3OnPJBcDbihHjrE0PBtfh/9kgMZT60/fQ2NVFANfa2g==",
|
139
|
-
"dev": true,
|
140
|
-
"license": "Apache-2.0",
|
141
|
-
"dependencies": {
|
142
|
-
"@smithy/types": "^2.9.1",
|
143
|
-
"tslib": "^2.5.0"
|
144
|
-
},
|
145
|
-
"engines": {
|
146
|
-
"node": ">=14.0.0"
|
147
|
-
}
|
148
|
-
},
|
149
|
-
"node_modules/@aws-crypto/crc32c/node_modules/@aws-sdk/types/node_modules/tslib": {
|
150
|
-
"version": "2.6.2",
|
151
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
152
|
-
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
153
|
-
"dev": true,
|
154
|
-
"license": "0BSD"
|
155
|
-
},
|
156
|
-
"node_modules/@aws-crypto/crc32c/node_modules/@smithy/types": {
|
157
|
-
"version": "2.9.1",
|
158
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-2.9.1.tgz",
|
159
|
-
"integrity": "sha512-vjXlKNXyprDYDuJ7UW5iobdmyDm6g8dDG+BFUncAg/3XJaN45Gy5RWWWUVgrzIK7S4R1KWgIX5LeJcfvSI24bw==",
|
160
|
-
"dev": true,
|
161
|
-
"license": "Apache-2.0",
|
162
|
-
"dependencies": {
|
163
|
-
"tslib": "^2.5.0"
|
164
|
-
},
|
165
|
-
"engines": {
|
166
|
-
"node": ">=14.0.0"
|
167
|
-
}
|
168
|
-
},
|
169
|
-
"node_modules/@aws-crypto/crc32c/node_modules/@smithy/types/node_modules/tslib": {
|
170
|
-
"version": "2.6.2",
|
171
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
172
|
-
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
173
|
-
"dev": true,
|
174
|
-
"license": "0BSD"
|
175
|
-
},
|
176
94
|
"node_modules/@aws-crypto/crc32c/node_modules/tslib": {
|
177
95
|
"version": "1.14.1",
|
178
96
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
@@ -213,47 +131,6 @@
|
|
213
131
|
"tslib": "^1.11.1"
|
214
132
|
}
|
215
133
|
},
|
216
|
-
"node_modules/@aws-crypto/sha1-browser/node_modules/@aws-sdk/types": {
|
217
|
-
"version": "3.502.0",
|
218
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.502.0.tgz",
|
219
|
-
"integrity": "sha512-M0DSPYe/gXhwD2QHgoukaZv5oDxhW3FfvYIrJptyqUq3OnPJBcDbihHjrE0PBtfh/9kgMZT60/fQ2NVFANfa2g==",
|
220
|
-
"dev": true,
|
221
|
-
"license": "Apache-2.0",
|
222
|
-
"dependencies": {
|
223
|
-
"@smithy/types": "^2.9.1",
|
224
|
-
"tslib": "^2.5.0"
|
225
|
-
},
|
226
|
-
"engines": {
|
227
|
-
"node": ">=14.0.0"
|
228
|
-
}
|
229
|
-
},
|
230
|
-
"node_modules/@aws-crypto/sha1-browser/node_modules/@aws-sdk/types/node_modules/tslib": {
|
231
|
-
"version": "2.6.2",
|
232
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
233
|
-
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
234
|
-
"dev": true,
|
235
|
-
"license": "0BSD"
|
236
|
-
},
|
237
|
-
"node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/types": {
|
238
|
-
"version": "2.9.1",
|
239
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-2.9.1.tgz",
|
240
|
-
"integrity": "sha512-vjXlKNXyprDYDuJ7UW5iobdmyDm6g8dDG+BFUncAg/3XJaN45Gy5RWWWUVgrzIK7S4R1KWgIX5LeJcfvSI24bw==",
|
241
|
-
"dev": true,
|
242
|
-
"license": "Apache-2.0",
|
243
|
-
"dependencies": {
|
244
|
-
"tslib": "^2.5.0"
|
245
|
-
},
|
246
|
-
"engines": {
|
247
|
-
"node": ">=14.0.0"
|
248
|
-
}
|
249
|
-
},
|
250
|
-
"node_modules/@aws-crypto/sha1-browser/node_modules/@smithy/types/node_modules/tslib": {
|
251
|
-
"version": "2.6.2",
|
252
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
253
|
-
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
254
|
-
"dev": true,
|
255
|
-
"license": "0BSD"
|
256
|
-
},
|
257
134
|
"node_modules/@aws-crypto/sha1-browser/node_modules/tslib": {
|
258
135
|
"version": "1.14.1",
|
259
136
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
@@ -278,47 +155,6 @@
|
|
278
155
|
"tslib": "^1.11.1"
|
279
156
|
}
|
280
157
|
},
|
281
|
-
"node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types": {
|
282
|
-
"version": "3.502.0",
|
283
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.502.0.tgz",
|
284
|
-
"integrity": "sha512-M0DSPYe/gXhwD2QHgoukaZv5oDxhW3FfvYIrJptyqUq3OnPJBcDbihHjrE0PBtfh/9kgMZT60/fQ2NVFANfa2g==",
|
285
|
-
"dev": true,
|
286
|
-
"license": "Apache-2.0",
|
287
|
-
"dependencies": {
|
288
|
-
"@smithy/types": "^2.9.1",
|
289
|
-
"tslib": "^2.5.0"
|
290
|
-
},
|
291
|
-
"engines": {
|
292
|
-
"node": ">=14.0.0"
|
293
|
-
}
|
294
|
-
},
|
295
|
-
"node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/node_modules/tslib": {
|
296
|
-
"version": "2.6.2",
|
297
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
298
|
-
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
299
|
-
"dev": true,
|
300
|
-
"license": "0BSD"
|
301
|
-
},
|
302
|
-
"node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types": {
|
303
|
-
"version": "2.9.1",
|
304
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-2.9.1.tgz",
|
305
|
-
"integrity": "sha512-vjXlKNXyprDYDuJ7UW5iobdmyDm6g8dDG+BFUncAg/3XJaN45Gy5RWWWUVgrzIK7S4R1KWgIX5LeJcfvSI24bw==",
|
306
|
-
"dev": true,
|
307
|
-
"license": "Apache-2.0",
|
308
|
-
"dependencies": {
|
309
|
-
"tslib": "^2.5.0"
|
310
|
-
},
|
311
|
-
"engines": {
|
312
|
-
"node": ">=14.0.0"
|
313
|
-
}
|
314
|
-
},
|
315
|
-
"node_modules/@aws-crypto/sha256-browser/node_modules/@smithy/types/node_modules/tslib": {
|
316
|
-
"version": "2.6.2",
|
317
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
318
|
-
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
319
|
-
"dev": true,
|
320
|
-
"license": "0BSD"
|
321
|
-
},
|
322
158
|
"node_modules/@aws-crypto/sha256-browser/node_modules/tslib": {
|
323
159
|
"version": "1.14.1",
|
324
160
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
@@ -338,47 +174,6 @@
|
|
338
174
|
"tslib": "^1.11.1"
|
339
175
|
}
|
340
176
|
},
|
341
|
-
"node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types": {
|
342
|
-
"version": "3.502.0",
|
343
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.502.0.tgz",
|
344
|
-
"integrity": "sha512-M0DSPYe/gXhwD2QHgoukaZv5oDxhW3FfvYIrJptyqUq3OnPJBcDbihHjrE0PBtfh/9kgMZT60/fQ2NVFANfa2g==",
|
345
|
-
"dev": true,
|
346
|
-
"license": "Apache-2.0",
|
347
|
-
"dependencies": {
|
348
|
-
"@smithy/types": "^2.9.1",
|
349
|
-
"tslib": "^2.5.0"
|
350
|
-
},
|
351
|
-
"engines": {
|
352
|
-
"node": ">=14.0.0"
|
353
|
-
}
|
354
|
-
},
|
355
|
-
"node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/node_modules/tslib": {
|
356
|
-
"version": "2.6.2",
|
357
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
358
|
-
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
359
|
-
"dev": true,
|
360
|
-
"license": "0BSD"
|
361
|
-
},
|
362
|
-
"node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types": {
|
363
|
-
"version": "2.9.1",
|
364
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-2.9.1.tgz",
|
365
|
-
"integrity": "sha512-vjXlKNXyprDYDuJ7UW5iobdmyDm6g8dDG+BFUncAg/3XJaN45Gy5RWWWUVgrzIK7S4R1KWgIX5LeJcfvSI24bw==",
|
366
|
-
"dev": true,
|
367
|
-
"license": "Apache-2.0",
|
368
|
-
"dependencies": {
|
369
|
-
"tslib": "^2.5.0"
|
370
|
-
},
|
371
|
-
"engines": {
|
372
|
-
"node": ">=14.0.0"
|
373
|
-
}
|
374
|
-
},
|
375
|
-
"node_modules/@aws-crypto/sha256-js/node_modules/@smithy/types/node_modules/tslib": {
|
376
|
-
"version": "2.6.2",
|
377
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
378
|
-
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
379
|
-
"dev": true,
|
380
|
-
"license": "0BSD"
|
381
|
-
},
|
382
177
|
"node_modules/@aws-crypto/sha256-js/node_modules/tslib": {
|
383
178
|
"version": "1.14.1",
|
384
179
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
@@ -415,47 +210,6 @@
|
|
415
210
|
"tslib": "^1.11.1"
|
416
211
|
}
|
417
212
|
},
|
418
|
-
"node_modules/@aws-crypto/util/node_modules/@aws-sdk/types": {
|
419
|
-
"version": "3.502.0",
|
420
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.502.0.tgz",
|
421
|
-
"integrity": "sha512-M0DSPYe/gXhwD2QHgoukaZv5oDxhW3FfvYIrJptyqUq3OnPJBcDbihHjrE0PBtfh/9kgMZT60/fQ2NVFANfa2g==",
|
422
|
-
"dev": true,
|
423
|
-
"license": "Apache-2.0",
|
424
|
-
"dependencies": {
|
425
|
-
"@smithy/types": "^2.9.1",
|
426
|
-
"tslib": "^2.5.0"
|
427
|
-
},
|
428
|
-
"engines": {
|
429
|
-
"node": ">=14.0.0"
|
430
|
-
}
|
431
|
-
},
|
432
|
-
"node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/node_modules/tslib": {
|
433
|
-
"version": "2.6.2",
|
434
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
435
|
-
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
436
|
-
"dev": true,
|
437
|
-
"license": "0BSD"
|
438
|
-
},
|
439
|
-
"node_modules/@aws-crypto/util/node_modules/@smithy/types": {
|
440
|
-
"version": "2.9.1",
|
441
|
-
"resolved": "https://registry.npmjs.org/@smithy/types/-/types-2.9.1.tgz",
|
442
|
-
"integrity": "sha512-vjXlKNXyprDYDuJ7UW5iobdmyDm6g8dDG+BFUncAg/3XJaN45Gy5RWWWUVgrzIK7S4R1KWgIX5LeJcfvSI24bw==",
|
443
|
-
"dev": true,
|
444
|
-
"license": "Apache-2.0",
|
445
|
-
"dependencies": {
|
446
|
-
"tslib": "^2.5.0"
|
447
|
-
},
|
448
|
-
"engines": {
|
449
|
-
"node": ">=14.0.0"
|
450
|
-
}
|
451
|
-
},
|
452
|
-
"node_modules/@aws-crypto/util/node_modules/@smithy/types/node_modules/tslib": {
|
453
|
-
"version": "2.6.2",
|
454
|
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz",
|
455
|
-
"integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==",
|
456
|
-
"dev": true,
|
457
|
-
"license": "0BSD"
|
458
|
-
},
|
459
213
|
"node_modules/@aws-crypto/util/node_modules/tslib": {
|
460
214
|
"version": "1.14.1",
|
461
215
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
|
@@ -2338,9 +2092,9 @@
|
|
2338
2092
|
}
|
2339
2093
|
},
|
2340
2094
|
"node_modules/@eslint/eslintrc": {
|
2341
|
-
"version": "2.1.
|
2342
|
-
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.
|
2343
|
-
"integrity": "sha512-
|
2095
|
+
"version": "2.1.4",
|
2096
|
+
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz",
|
2097
|
+
"integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==",
|
2344
2098
|
"dev": true,
|
2345
2099
|
"license": "MIT",
|
2346
2100
|
"dependencies": {
|
@@ -2362,9 +2116,9 @@
|
|
2362
2116
|
}
|
2363
2117
|
},
|
2364
2118
|
"node_modules/@eslint/js": {
|
2365
|
-
"version": "8.
|
2366
|
-
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.
|
2367
|
-
"integrity": "sha512-
|
2119
|
+
"version": "8.57.0",
|
2120
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.0.tgz",
|
2121
|
+
"integrity": "sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==",
|
2368
2122
|
"dev": true,
|
2369
2123
|
"license": "MIT",
|
2370
2124
|
"engines": {
|
@@ -2379,14 +2133,14 @@
|
|
2379
2133
|
"license": "MIT"
|
2380
2134
|
},
|
2381
2135
|
"node_modules/@humanwhocodes/config-array": {
|
2382
|
-
"version": "0.11.
|
2383
|
-
"resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.
|
2384
|
-
"integrity": "sha512-
|
2136
|
+
"version": "0.11.14",
|
2137
|
+
"resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.14.tgz",
|
2138
|
+
"integrity": "sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==",
|
2385
2139
|
"dev": true,
|
2386
2140
|
"license": "Apache-2.0",
|
2387
2141
|
"dependencies": {
|
2388
|
-
"@humanwhocodes/object-schema": "^2.0.
|
2389
|
-
"debug": "^4.
|
2142
|
+
"@humanwhocodes/object-schema": "^2.0.2",
|
2143
|
+
"debug": "^4.3.1",
|
2390
2144
|
"minimatch": "^3.0.5"
|
2391
2145
|
},
|
2392
2146
|
"engines": {
|
@@ -2408,9 +2162,9 @@
|
|
2408
2162
|
}
|
2409
2163
|
},
|
2410
2164
|
"node_modules/@humanwhocodes/object-schema": {
|
2411
|
-
"version": "2.0.
|
2412
|
-
"resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.
|
2413
|
-
"integrity": "sha512-
|
2165
|
+
"version": "2.0.2",
|
2166
|
+
"resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz",
|
2167
|
+
"integrity": "sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==",
|
2414
2168
|
"dev": true,
|
2415
2169
|
"license": "BSD-3-Clause"
|
2416
2170
|
},
|
@@ -3045,9 +2799,9 @@
|
|
3045
2799
|
}
|
3046
2800
|
},
|
3047
2801
|
"node_modules/@oclif/core": {
|
3048
|
-
"version": "3.
|
3049
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.
|
3050
|
-
"integrity": "sha512-
|
2802
|
+
"version": "3.21.0",
|
2803
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.21.0.tgz",
|
2804
|
+
"integrity": "sha512-xR7qGPOWtOnYmdYocSn6oEh2oTQLsPOXoj3HYGpb26V3WulwF8Cm33WPnMsSISv4ben3Rtc5i59u9O5NnuG42g==",
|
3051
2805
|
"license": "MIT",
|
3052
2806
|
"dependencies": {
|
3053
2807
|
"@types/cli-progress": "^3.11.5",
|
@@ -3148,15 +2902,16 @@
|
|
3148
2902
|
}
|
3149
2903
|
},
|
3150
2904
|
"node_modules/@oclif/plugin-command-snapshot": {
|
3151
|
-
"version": "5.
|
3152
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.
|
3153
|
-
"integrity": "sha512-
|
2905
|
+
"version": "5.1.1",
|
2906
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.1.tgz",
|
2907
|
+
"integrity": "sha512-8PmnQ4aDX1n8OcrnXVPDpmoIAUWe1nbC6Md/KRupzjlRF8YDJMp7AdrE6cFD4DSZ04QvIViQ0w5P7kyu37wA1g==",
|
3154
2908
|
"dev": true,
|
3155
2909
|
"license": "MIT",
|
3156
2910
|
"dependencies": {
|
3157
|
-
"@oclif/core": "
|
2911
|
+
"@oclif/core": "3.21.0",
|
3158
2912
|
"@types/lodash.difference": "^4.5.9",
|
3159
2913
|
"chalk": "^5.3.0",
|
2914
|
+
"globby": "^14.0.1",
|
3160
2915
|
"just-diff": "^5.2.0",
|
3161
2916
|
"lodash.difference": "^4.5.0",
|
3162
2917
|
"lodash.get": "^4.4.2",
|
@@ -3168,6 +2923,53 @@
|
|
3168
2923
|
"node": ">=18.0.0"
|
3169
2924
|
}
|
3170
2925
|
},
|
2926
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/globby": {
|
2927
|
+
"version": "14.0.1",
|
2928
|
+
"resolved": "https://registry.npmjs.org/globby/-/globby-14.0.1.tgz",
|
2929
|
+
"integrity": "sha512-jOMLD2Z7MAhyG8aJpNOpmziMOP4rPLcc95oQPKXBazW82z+CEgPFBQvEpRUa1KeIMUJo4Wsm+q6uzO/Q/4BksQ==",
|
2930
|
+
"dev": true,
|
2931
|
+
"license": "MIT",
|
2932
|
+
"dependencies": {
|
2933
|
+
"@sindresorhus/merge-streams": "^2.1.0",
|
2934
|
+
"fast-glob": "^3.3.2",
|
2935
|
+
"ignore": "^5.2.4",
|
2936
|
+
"path-type": "^5.0.0",
|
2937
|
+
"slash": "^5.1.0",
|
2938
|
+
"unicorn-magic": "^0.1.0"
|
2939
|
+
},
|
2940
|
+
"engines": {
|
2941
|
+
"node": ">=18"
|
2942
|
+
},
|
2943
|
+
"funding": {
|
2944
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
2945
|
+
}
|
2946
|
+
},
|
2947
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/path-type": {
|
2948
|
+
"version": "5.0.0",
|
2949
|
+
"resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz",
|
2950
|
+
"integrity": "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==",
|
2951
|
+
"dev": true,
|
2952
|
+
"license": "MIT",
|
2953
|
+
"engines": {
|
2954
|
+
"node": ">=12"
|
2955
|
+
},
|
2956
|
+
"funding": {
|
2957
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
2958
|
+
}
|
2959
|
+
},
|
2960
|
+
"node_modules/@oclif/plugin-command-snapshot/node_modules/slash": {
|
2961
|
+
"version": "5.1.0",
|
2962
|
+
"resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz",
|
2963
|
+
"integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==",
|
2964
|
+
"dev": true,
|
2965
|
+
"license": "MIT",
|
2966
|
+
"engines": {
|
2967
|
+
"node": ">=14.16"
|
2968
|
+
},
|
2969
|
+
"funding": {
|
2970
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
2971
|
+
}
|
2972
|
+
},
|
3171
2973
|
"node_modules/@oclif/plugin-help": {
|
3172
2974
|
"version": "6.0.12",
|
3173
2975
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.12.tgz",
|
@@ -3369,13 +3171,13 @@
|
|
3369
3171
|
}
|
3370
3172
|
},
|
3371
3173
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
3372
|
-
"version": "5.1.
|
3373
|
-
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.
|
3374
|
-
"integrity": "sha512-
|
3174
|
+
"version": "5.1.10",
|
3175
|
+
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.10.tgz",
|
3176
|
+
"integrity": "sha512-zAyv6luZSjJFOa/v0IHYAfNcWSl1DTZ7l5cJalKTuu7oXfy0mskZO4KzPZ4vdyBSz54t6+yXgNA2C/uFyqe/CQ==",
|
3375
3177
|
"dev": true,
|
3376
3178
|
"license": "BSD-3-Clause",
|
3377
3179
|
"dependencies": {
|
3378
|
-
"@salesforce/core": "^6.
|
3180
|
+
"@salesforce/core": "^6.7.0",
|
3379
3181
|
"@salesforce/kit": "^3.0.15",
|
3380
3182
|
"@salesforce/ts-types": "^2.0.9",
|
3381
3183
|
"@types/shelljs": "^0.8.15",
|
@@ -3400,9 +3202,9 @@
|
|
3400
3202
|
}
|
3401
3203
|
},
|
3402
3204
|
"node_modules/@salesforce/core": {
|
3403
|
-
"version": "6.7.
|
3404
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.7.
|
3405
|
-
"integrity": "sha512-
|
3205
|
+
"version": "6.7.1",
|
3206
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.7.1.tgz",
|
3207
|
+
"integrity": "sha512-SxscNdH2l+K5LmqH9XrosX+fjhPkMLN3hsG50sWQi7DbaI1Z0FGAKVOmVe6fZZsUsVNThKvZ+159IwwtxHWY6w==",
|
3406
3208
|
"license": "BSD-3-Clause",
|
3407
3209
|
"dependencies": {
|
3408
3210
|
"@salesforce/kit": "^3.0.15",
|
@@ -3478,9 +3280,9 @@
|
|
3478
3280
|
"license": "BSD-3-Clause"
|
3479
3281
|
},
|
3480
3282
|
"node_modules/@salesforce/dev-scripts": {
|
3481
|
-
"version": "8.4.
|
3482
|
-
"resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-8.4.
|
3483
|
-
"integrity": "sha512-
|
3283
|
+
"version": "8.4.2",
|
3284
|
+
"resolved": "https://registry.npmjs.org/@salesforce/dev-scripts/-/dev-scripts-8.4.2.tgz",
|
3285
|
+
"integrity": "sha512-Hua2fwrN1nb/rv8seE6thy43WeqS52UbXJ3Mp1scumM9ln3cksMJ0ZPtuRjtLaxziqkUjO7HV10UEzu35AX2ZA==",
|
3484
3286
|
"dev": true,
|
3485
3287
|
"license": "BSD-3-Clause",
|
3486
3288
|
"dependencies": {
|
@@ -3495,21 +3297,21 @@
|
|
3495
3297
|
"chai": "^4.3.10",
|
3496
3298
|
"chalk": "^4.0.0",
|
3497
3299
|
"cosmiconfig": "^7.0.0",
|
3498
|
-
"eslint-config-salesforce-typescript": "^3.
|
3300
|
+
"eslint-config-salesforce-typescript": "^3.2.11",
|
3499
3301
|
"husky": "^7.0.4",
|
3500
3302
|
"linkinator": "^6.0.4",
|
3501
3303
|
"mocha": "^10.2.0",
|
3502
3304
|
"nyc": "^15.1.0",
|
3503
3305
|
"prettier": "^2.8.8",
|
3504
|
-
"pretty-quick": "^3.1
|
3306
|
+
"pretty-quick": "^3.3.1",
|
3505
3307
|
"shelljs": "^0.8.5",
|
3506
3308
|
"sinon": "10.0.0",
|
3507
3309
|
"source-map-support": "^0.5.21",
|
3508
3310
|
"ts-node": "^10.9.2",
|
3509
|
-
"typedoc": "^0.25.
|
3311
|
+
"typedoc": "^0.25.9",
|
3510
3312
|
"typedoc-plugin-missing-exports": "0.23.0",
|
3511
3313
|
"typescript": "^4.9.5",
|
3512
|
-
"wireit": "^0.14.
|
3314
|
+
"wireit": "^0.14.4"
|
3513
3315
|
},
|
3514
3316
|
"bin": {
|
3515
3317
|
"sf-clean": "bin/sf-clean.js",
|
@@ -3592,16 +3394,16 @@
|
|
3592
3394
|
}
|
3593
3395
|
},
|
3594
3396
|
"node_modules/@salesforce/dev-scripts/node_modules/typedoc": {
|
3595
|
-
"version": "0.25.
|
3596
|
-
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.25.
|
3597
|
-
"integrity": "sha512-
|
3397
|
+
"version": "0.25.10",
|
3398
|
+
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.25.10.tgz",
|
3399
|
+
"integrity": "sha512-v10rtOFojrjW9og3T+6wAKeJaGMuojU87DXGZ33sfs+554wgPTRG+s07Ag1BjPZI85Y5QPVouPI63JQ6fcQM5w==",
|
3598
3400
|
"dev": true,
|
3599
3401
|
"license": "Apache-2.0",
|
3600
3402
|
"dependencies": {
|
3601
3403
|
"lunr": "^2.3.9",
|
3602
3404
|
"marked": "^4.3.0",
|
3603
3405
|
"minimatch": "^9.0.3",
|
3604
|
-
"shiki": "^0.14.
|
3406
|
+
"shiki": "^0.14.7"
|
3605
3407
|
},
|
3606
3408
|
"bin": {
|
3607
3409
|
"typedoc": "bin/typedoc"
|
@@ -3610,7 +3412,7 @@
|
|
3610
3412
|
"node": ">= 16"
|
3611
3413
|
},
|
3612
3414
|
"peerDependencies": {
|
3613
|
-
"typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x"
|
3415
|
+
"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"
|
3614
3416
|
}
|
3615
3417
|
},
|
3616
3418
|
"node_modules/@salesforce/dev-scripts/node_modules/typescript": {
|
@@ -3638,13 +3440,13 @@
|
|
3638
3440
|
}
|
3639
3441
|
},
|
3640
3442
|
"node_modules/@salesforce/plugin-command-reference": {
|
3641
|
-
"version": "3.0.
|
3642
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
3643
|
-
"integrity": "sha512-
|
3443
|
+
"version": "3.0.70",
|
3444
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.70.tgz",
|
3445
|
+
"integrity": "sha512-MwgdWn5OzY3d+6PgW/aopYqnGmeLvs/7JXS5VNOO63bnYYfhwCwzoJL9gRkL8v+PWeU6wZhEDITNPOM6x7K+YA==",
|
3644
3446
|
"dev": true,
|
3645
3447
|
"license": "BSD-3-Clause",
|
3646
3448
|
"dependencies": {
|
3647
|
-
"@oclif/core": "^3.
|
3449
|
+
"@oclif/core": "^3.20.0",
|
3648
3450
|
"@salesforce/core": "^6.5.3",
|
3649
3451
|
"@salesforce/kit": "^3.0.15",
|
3650
3452
|
"@salesforce/sf-plugins-core": "^5.0.13",
|
@@ -3749,6 +3551,19 @@
|
|
3749
3551
|
"url": "https://github.com/sindresorhus/is?sponsor=1"
|
3750
3552
|
}
|
3751
3553
|
},
|
3554
|
+
"node_modules/@sindresorhus/merge-streams": {
|
3555
|
+
"version": "2.3.0",
|
3556
|
+
"resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-2.3.0.tgz",
|
3557
|
+
"integrity": "sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==",
|
3558
|
+
"dev": true,
|
3559
|
+
"license": "MIT",
|
3560
|
+
"engines": {
|
3561
|
+
"node": ">=18"
|
3562
|
+
},
|
3563
|
+
"funding": {
|
3564
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
3565
|
+
}
|
3566
|
+
},
|
3752
3567
|
"node_modules/@sinonjs/commons": {
|
3753
3568
|
"version": "1.8.6",
|
3754
3569
|
"resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.6.tgz",
|
@@ -4643,13 +4458,6 @@
|
|
4643
4458
|
"@types/node": "*"
|
4644
4459
|
}
|
4645
4460
|
},
|
4646
|
-
"node_modules/@types/glob/node_modules/@types/minimatch": {
|
4647
|
-
"version": "5.1.2",
|
4648
|
-
"resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz",
|
4649
|
-
"integrity": "sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==",
|
4650
|
-
"dev": true,
|
4651
|
-
"license": "MIT"
|
4652
|
-
},
|
4653
4461
|
"node_modules/@types/http-cache-semantics": {
|
4654
4462
|
"version": "4.0.1",
|
4655
4463
|
"resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.1.tgz",
|
@@ -4710,9 +4518,9 @@
|
|
4710
4518
|
}
|
4711
4519
|
},
|
4712
4520
|
"node_modules/@types/minimatch": {
|
4713
|
-
"version": "
|
4714
|
-
"resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-
|
4715
|
-
"integrity": "sha512-
|
4521
|
+
"version": "5.1.2",
|
4522
|
+
"resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz",
|
4523
|
+
"integrity": "sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==",
|
4716
4524
|
"dev": true,
|
4717
4525
|
"license": "MIT"
|
4718
4526
|
},
|
@@ -4834,17 +4642,17 @@
|
|
4834
4642
|
"license": "MIT"
|
4835
4643
|
},
|
4836
4644
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
4837
|
-
"version": "6.
|
4838
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.
|
4839
|
-
"integrity": "sha512-
|
4645
|
+
"version": "6.21.0",
|
4646
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.21.0.tgz",
|
4647
|
+
"integrity": "sha512-oy9+hTPCUFpngkEZUSzbf9MxI65wbKFoQYsgPdILTfbUldp5ovUuphZVe4i30emU9M/kP+T64Di0mxl7dSw3MA==",
|
4840
4648
|
"dev": true,
|
4841
4649
|
"license": "MIT",
|
4842
4650
|
"dependencies": {
|
4843
4651
|
"@eslint-community/regexpp": "^4.5.1",
|
4844
|
-
"@typescript-eslint/scope-manager": "6.
|
4845
|
-
"@typescript-eslint/type-utils": "6.
|
4846
|
-
"@typescript-eslint/utils": "6.
|
4847
|
-
"@typescript-eslint/visitor-keys": "6.
|
4652
|
+
"@typescript-eslint/scope-manager": "6.21.0",
|
4653
|
+
"@typescript-eslint/type-utils": "6.21.0",
|
4654
|
+
"@typescript-eslint/utils": "6.21.0",
|
4655
|
+
"@typescript-eslint/visitor-keys": "6.21.0",
|
4848
4656
|
"debug": "^4.3.4",
|
4849
4657
|
"graphemer": "^1.4.0",
|
4850
4658
|
"ignore": "^5.2.4",
|
@@ -4870,16 +4678,16 @@
|
|
4870
4678
|
}
|
4871
4679
|
},
|
4872
4680
|
"node_modules/@typescript-eslint/parser": {
|
4873
|
-
"version": "6.
|
4874
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.
|
4875
|
-
"integrity": "sha512
|
4681
|
+
"version": "6.21.0",
|
4682
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.21.0.tgz",
|
4683
|
+
"integrity": "sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==",
|
4876
4684
|
"dev": true,
|
4877
4685
|
"license": "BSD-2-Clause",
|
4878
4686
|
"dependencies": {
|
4879
|
-
"@typescript-eslint/scope-manager": "6.
|
4880
|
-
"@typescript-eslint/types": "6.
|
4881
|
-
"@typescript-eslint/typescript-estree": "6.
|
4882
|
-
"@typescript-eslint/visitor-keys": "6.
|
4687
|
+
"@typescript-eslint/scope-manager": "6.21.0",
|
4688
|
+
"@typescript-eslint/types": "6.21.0",
|
4689
|
+
"@typescript-eslint/typescript-estree": "6.21.0",
|
4690
|
+
"@typescript-eslint/visitor-keys": "6.21.0",
|
4883
4691
|
"debug": "^4.3.4"
|
4884
4692
|
},
|
4885
4693
|
"engines": {
|
@@ -4899,14 +4707,14 @@
|
|
4899
4707
|
}
|
4900
4708
|
},
|
4901
4709
|
"node_modules/@typescript-eslint/scope-manager": {
|
4902
|
-
"version": "6.
|
4903
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.
|
4904
|
-
"integrity": "sha512-
|
4710
|
+
"version": "6.21.0",
|
4711
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz",
|
4712
|
+
"integrity": "sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==",
|
4905
4713
|
"dev": true,
|
4906
4714
|
"license": "MIT",
|
4907
4715
|
"dependencies": {
|
4908
|
-
"@typescript-eslint/types": "6.
|
4909
|
-
"@typescript-eslint/visitor-keys": "6.
|
4716
|
+
"@typescript-eslint/types": "6.21.0",
|
4717
|
+
"@typescript-eslint/visitor-keys": "6.21.0"
|
4910
4718
|
},
|
4911
4719
|
"engines": {
|
4912
4720
|
"node": "^16.0.0 || >=18.0.0"
|
@@ -4917,14 +4725,14 @@
|
|
4917
4725
|
}
|
4918
4726
|
},
|
4919
4727
|
"node_modules/@typescript-eslint/type-utils": {
|
4920
|
-
"version": "6.
|
4921
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.
|
4922
|
-
"integrity": "sha512-
|
4728
|
+
"version": "6.21.0",
|
4729
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz",
|
4730
|
+
"integrity": "sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==",
|
4923
4731
|
"dev": true,
|
4924
4732
|
"license": "MIT",
|
4925
4733
|
"dependencies": {
|
4926
|
-
"@typescript-eslint/typescript-estree": "6.
|
4927
|
-
"@typescript-eslint/utils": "6.
|
4734
|
+
"@typescript-eslint/typescript-estree": "6.21.0",
|
4735
|
+
"@typescript-eslint/utils": "6.21.0",
|
4928
4736
|
"debug": "^4.3.4",
|
4929
4737
|
"ts-api-utils": "^1.0.1"
|
4930
4738
|
},
|
@@ -4945,9 +4753,9 @@
|
|
4945
4753
|
}
|
4946
4754
|
},
|
4947
4755
|
"node_modules/@typescript-eslint/types": {
|
4948
|
-
"version": "6.
|
4949
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.
|
4950
|
-
"integrity": "sha512-
|
4756
|
+
"version": "6.21.0",
|
4757
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.21.0.tgz",
|
4758
|
+
"integrity": "sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==",
|
4951
4759
|
"dev": true,
|
4952
4760
|
"license": "MIT",
|
4953
4761
|
"engines": {
|
@@ -4959,17 +4767,18 @@
|
|
4959
4767
|
}
|
4960
4768
|
},
|
4961
4769
|
"node_modules/@typescript-eslint/typescript-estree": {
|
4962
|
-
"version": "6.
|
4963
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.
|
4964
|
-
"integrity": "sha512-
|
4770
|
+
"version": "6.21.0",
|
4771
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz",
|
4772
|
+
"integrity": "sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==",
|
4965
4773
|
"dev": true,
|
4966
4774
|
"license": "BSD-2-Clause",
|
4967
4775
|
"dependencies": {
|
4968
|
-
"@typescript-eslint/types": "6.
|
4969
|
-
"@typescript-eslint/visitor-keys": "6.
|
4776
|
+
"@typescript-eslint/types": "6.21.0",
|
4777
|
+
"@typescript-eslint/visitor-keys": "6.21.0",
|
4970
4778
|
"debug": "^4.3.4",
|
4971
4779
|
"globby": "^11.1.0",
|
4972
4780
|
"is-glob": "^4.0.3",
|
4781
|
+
"minimatch": "9.0.3",
|
4973
4782
|
"semver": "^7.5.4",
|
4974
4783
|
"ts-api-utils": "^1.0.1"
|
4975
4784
|
},
|
@@ -4986,19 +4795,35 @@
|
|
4986
4795
|
}
|
4987
4796
|
}
|
4988
4797
|
},
|
4798
|
+
"node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
|
4799
|
+
"version": "9.0.3",
|
4800
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
|
4801
|
+
"integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
|
4802
|
+
"dev": true,
|
4803
|
+
"license": "ISC",
|
4804
|
+
"dependencies": {
|
4805
|
+
"brace-expansion": "^2.0.1"
|
4806
|
+
},
|
4807
|
+
"engines": {
|
4808
|
+
"node": ">=16 || 14 >=14.17"
|
4809
|
+
},
|
4810
|
+
"funding": {
|
4811
|
+
"url": "https://github.com/sponsors/isaacs"
|
4812
|
+
}
|
4813
|
+
},
|
4989
4814
|
"node_modules/@typescript-eslint/utils": {
|
4990
|
-
"version": "6.
|
4991
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.
|
4992
|
-
"integrity": "sha512-
|
4815
|
+
"version": "6.21.0",
|
4816
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.21.0.tgz",
|
4817
|
+
"integrity": "sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==",
|
4993
4818
|
"dev": true,
|
4994
4819
|
"license": "MIT",
|
4995
4820
|
"dependencies": {
|
4996
4821
|
"@eslint-community/eslint-utils": "^4.4.0",
|
4997
4822
|
"@types/json-schema": "^7.0.12",
|
4998
4823
|
"@types/semver": "^7.5.0",
|
4999
|
-
"@typescript-eslint/scope-manager": "6.
|
5000
|
-
"@typescript-eslint/types": "6.
|
5001
|
-
"@typescript-eslint/typescript-estree": "6.
|
4824
|
+
"@typescript-eslint/scope-manager": "6.21.0",
|
4825
|
+
"@typescript-eslint/types": "6.21.0",
|
4826
|
+
"@typescript-eslint/typescript-estree": "6.21.0",
|
5002
4827
|
"semver": "^7.5.4"
|
5003
4828
|
},
|
5004
4829
|
"engines": {
|
@@ -5013,13 +4838,13 @@
|
|
5013
4838
|
}
|
5014
4839
|
},
|
5015
4840
|
"node_modules/@typescript-eslint/visitor-keys": {
|
5016
|
-
"version": "6.
|
5017
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.
|
5018
|
-
"integrity": "sha512
|
4841
|
+
"version": "6.21.0",
|
4842
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz",
|
4843
|
+
"integrity": "sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==",
|
5019
4844
|
"dev": true,
|
5020
4845
|
"license": "MIT",
|
5021
4846
|
"dependencies": {
|
5022
|
-
"@typescript-eslint/types": "6.
|
4847
|
+
"@typescript-eslint/types": "6.21.0",
|
5023
4848
|
"eslint-visitor-keys": "^3.4.1"
|
5024
4849
|
},
|
5025
4850
|
"engines": {
|
@@ -5694,9 +5519,9 @@
|
|
5694
5519
|
"license": "ISC"
|
5695
5520
|
},
|
5696
5521
|
"node_modules/browserslist": {
|
5697
|
-
"version": "4.
|
5698
|
-
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.
|
5699
|
-
"integrity": "sha512-
|
5522
|
+
"version": "4.23.0",
|
5523
|
+
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.0.tgz",
|
5524
|
+
"integrity": "sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==",
|
5700
5525
|
"dev": true,
|
5701
5526
|
"funding": [
|
5702
5527
|
{
|
@@ -5706,14 +5531,18 @@
|
|
5706
5531
|
{
|
5707
5532
|
"type": "tidelift",
|
5708
5533
|
"url": "https://tidelift.com/funding/github/npm/browserslist"
|
5534
|
+
},
|
5535
|
+
{
|
5536
|
+
"type": "github",
|
5537
|
+
"url": "https://github.com/sponsors/ai"
|
5709
5538
|
}
|
5710
5539
|
],
|
5711
5540
|
"license": "MIT",
|
5712
5541
|
"dependencies": {
|
5713
|
-
"caniuse-lite": "^1.0.
|
5714
|
-
"electron-to-chromium": "^1.4.
|
5715
|
-
"node-releases": "^2.0.
|
5716
|
-
"update-browserslist-db": "^1.0.
|
5542
|
+
"caniuse-lite": "^1.0.30001587",
|
5543
|
+
"electron-to-chromium": "^1.4.668",
|
5544
|
+
"node-releases": "^2.0.14",
|
5545
|
+
"update-browserslist-db": "^1.0.13"
|
5717
5546
|
},
|
5718
5547
|
"bin": {
|
5719
5548
|
"browserslist": "cli.js"
|
@@ -5948,9 +5777,9 @@
|
|
5948
5777
|
}
|
5949
5778
|
},
|
5950
5779
|
"node_modules/caniuse-lite": {
|
5951
|
-
"version": "1.0.
|
5952
|
-
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.
|
5953
|
-
"integrity": "sha512-
|
5780
|
+
"version": "1.0.30001593",
|
5781
|
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001593.tgz",
|
5782
|
+
"integrity": "sha512-UWM1zlo3cZfkpBysd7AS+z+v007q9G1+fLTUU42rQnY6t2axoogPW/xol6T7juU5EUoOhML4WgBIdG+9yYqAjQ==",
|
5954
5783
|
"dev": true,
|
5955
5784
|
"funding": [
|
5956
5785
|
{
|
@@ -5960,6 +5789,10 @@
|
|
5960
5789
|
{
|
5961
5790
|
"type": "tidelift",
|
5962
5791
|
"url": "https://tidelift.com/funding/github/npm/caniuse-lite"
|
5792
|
+
},
|
5793
|
+
{
|
5794
|
+
"type": "github",
|
5795
|
+
"url": "https://github.com/sponsors/ai"
|
5963
5796
|
}
|
5964
5797
|
],
|
5965
5798
|
"license": "CC-BY-4.0"
|
@@ -6106,9 +5939,9 @@
|
|
6106
5939
|
}
|
6107
5940
|
},
|
6108
5941
|
"node_modules/ci-info": {
|
6109
|
-
"version": "
|
6110
|
-
"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-
|
6111
|
-
"integrity": "sha512-
|
5942
|
+
"version": "4.0.0",
|
5943
|
+
"resolved": "https://registry.npmjs.org/ci-info/-/ci-info-4.0.0.tgz",
|
5944
|
+
"integrity": "sha512-TdHqgGf9odd8SXNuxtUBVx8Nv+qZOejE6qyqiy5NtbYYQOeFa6zmHkxlPzmaLxWWHsU6nJmB7AETdVPi+2NBUg==",
|
6112
5945
|
"dev": true,
|
6113
5946
|
"funding": [
|
6114
5947
|
{
|
@@ -6574,6 +6407,20 @@
|
|
6574
6407
|
"url": "https://opencollective.com/core-js"
|
6575
6408
|
}
|
6576
6409
|
},
|
6410
|
+
"node_modules/core-js-compat": {
|
6411
|
+
"version": "3.36.0",
|
6412
|
+
"resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.36.0.tgz",
|
6413
|
+
"integrity": "sha512-iV9Pd/PsgjNWBXeq8XRtWVSgz2tKAfhfvBs7qxYty+RlRd+OCksaWmOnc4JKrTc1cToXL1N0s3l/vwlxPtdElw==",
|
6414
|
+
"dev": true,
|
6415
|
+
"license": "MIT",
|
6416
|
+
"dependencies": {
|
6417
|
+
"browserslist": "^4.22.3"
|
6418
|
+
},
|
6419
|
+
"funding": {
|
6420
|
+
"type": "opencollective",
|
6421
|
+
"url": "https://opencollective.com/core-js"
|
6422
|
+
}
|
6423
|
+
},
|
6577
6424
|
"node_modules/core-js-pure": {
|
6578
6425
|
"version": "3.33.0",
|
6579
6426
|
"resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.33.0.tgz",
|
@@ -6948,16 +6795,16 @@
|
|
6948
6795
|
}
|
6949
6796
|
},
|
6950
6797
|
"node_modules/doctrine": {
|
6951
|
-
"version": "
|
6952
|
-
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-
|
6953
|
-
"integrity": "sha512-
|
6798
|
+
"version": "2.1.0",
|
6799
|
+
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
|
6800
|
+
"integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
|
6954
6801
|
"dev": true,
|
6955
6802
|
"license": "Apache-2.0",
|
6956
6803
|
"dependencies": {
|
6957
6804
|
"esutils": "^2.0.2"
|
6958
6805
|
},
|
6959
6806
|
"engines": {
|
6960
|
-
"node": ">=
|
6807
|
+
"node": ">=0.10.0"
|
6961
6808
|
}
|
6962
6809
|
},
|
6963
6810
|
"node_modules/dom-serializer": {
|
@@ -7074,9 +6921,9 @@
|
|
7074
6921
|
}
|
7075
6922
|
},
|
7076
6923
|
"node_modules/electron-to-chromium": {
|
7077
|
-
"version": "1.4.
|
7078
|
-
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.
|
7079
|
-
"integrity": "sha512
|
6924
|
+
"version": "1.4.690",
|
6925
|
+
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.690.tgz",
|
6926
|
+
"integrity": "sha512-+2OAGjUx68xElQhydpcbqH50hE8Vs2K6TkAeLhICYfndb67CVH0UsZaijmRUE3rHlIxU1u0jxwhgVe6fK3YANA==",
|
7080
6927
|
"dev": true,
|
7081
6928
|
"license": "ISC"
|
7082
6929
|
},
|
@@ -7298,17 +7145,17 @@
|
|
7298
7145
|
}
|
7299
7146
|
},
|
7300
7147
|
"node_modules/eslint": {
|
7301
|
-
"version": "8.
|
7302
|
-
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.
|
7303
|
-
"integrity": "sha512-
|
7148
|
+
"version": "8.57.0",
|
7149
|
+
"resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.0.tgz",
|
7150
|
+
"integrity": "sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==",
|
7304
7151
|
"dev": true,
|
7305
7152
|
"license": "MIT",
|
7306
7153
|
"dependencies": {
|
7307
7154
|
"@eslint-community/eslint-utils": "^4.2.0",
|
7308
7155
|
"@eslint-community/regexpp": "^4.6.1",
|
7309
|
-
"@eslint/eslintrc": "^2.1.
|
7310
|
-
"@eslint/js": "8.
|
7311
|
-
"@humanwhocodes/config-array": "^0.11.
|
7156
|
+
"@eslint/eslintrc": "^2.1.4",
|
7157
|
+
"@eslint/js": "8.57.0",
|
7158
|
+
"@humanwhocodes/config-array": "^0.11.14",
|
7312
7159
|
"@humanwhocodes/module-importer": "^1.0.1",
|
7313
7160
|
"@nodelib/fs.walk": "^1.2.8",
|
7314
7161
|
"@ungap/structured-clone": "^1.2.0",
|
@@ -7354,9 +7201,9 @@
|
|
7354
7201
|
}
|
7355
7202
|
},
|
7356
7203
|
"node_modules/eslint-config-prettier": {
|
7357
|
-
"version": "9.
|
7358
|
-
"resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.
|
7359
|
-
"integrity": "sha512-
|
7204
|
+
"version": "9.1.0",
|
7205
|
+
"resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz",
|
7206
|
+
"integrity": "sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==",
|
7360
7207
|
"dev": true,
|
7361
7208
|
"license": "MIT",
|
7362
7209
|
"bin": {
|
@@ -7381,22 +7228,22 @@
|
|
7381
7228
|
"license": "BSD-3-Clause"
|
7382
7229
|
},
|
7383
7230
|
"node_modules/eslint-config-salesforce-typescript": {
|
7384
|
-
"version": "3.
|
7385
|
-
"resolved": "https://registry.npmjs.org/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-3.
|
7386
|
-
"integrity": "sha512-
|
7231
|
+
"version": "3.2.11",
|
7232
|
+
"resolved": "https://registry.npmjs.org/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-3.2.11.tgz",
|
7233
|
+
"integrity": "sha512-joZX/tMJXn9U48KAEUEeoIlhFLwr8vSA+mazZLzyZ6vO6bA0LUz1t6gJLH+wjKkrhayNUGOG5aBI2ODmhFnk7w==",
|
7387
7234
|
"dev": true,
|
7388
7235
|
"license": "BSD-3-Clause",
|
7389
7236
|
"dependencies": {
|
7390
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
7391
|
-
"@typescript-eslint/parser": "^6.
|
7392
|
-
"eslint": "^8.
|
7393
|
-
"eslint-config-prettier": "^9.
|
7237
|
+
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
7238
|
+
"@typescript-eslint/parser": "^6.21.0",
|
7239
|
+
"eslint": "^8.56.0",
|
7240
|
+
"eslint-config-prettier": "^9.1.0",
|
7394
7241
|
"eslint-config-salesforce": "^2.0.2",
|
7395
7242
|
"eslint-config-salesforce-license": "^0.2.0",
|
7396
7243
|
"eslint-plugin-header": "^3.1.1",
|
7397
|
-
"eslint-plugin-import": "^2.29.
|
7398
|
-
"eslint-plugin-jsdoc": "^46.
|
7399
|
-
"eslint-plugin-unicorn": "^
|
7244
|
+
"eslint-plugin-import": "^2.29.1",
|
7245
|
+
"eslint-plugin-jsdoc": "^46.10.1",
|
7246
|
+
"eslint-plugin-unicorn": "^50.0.1"
|
7400
7247
|
}
|
7401
7248
|
},
|
7402
7249
|
"node_modules/eslint-import-resolver-node": {
|
@@ -7460,9 +7307,9 @@
|
|
7460
7307
|
}
|
7461
7308
|
},
|
7462
7309
|
"node_modules/eslint-plugin-import": {
|
7463
|
-
"version": "2.29.
|
7464
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.29.
|
7465
|
-
"integrity": "sha512-
|
7310
|
+
"version": "2.29.1",
|
7311
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.29.1.tgz",
|
7312
|
+
"integrity": "sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==",
|
7466
7313
|
"dev": true,
|
7467
7314
|
"license": "MIT",
|
7468
7315
|
"dependencies": {
|
@@ -7482,7 +7329,7 @@
|
|
7482
7329
|
"object.groupby": "^1.0.1",
|
7483
7330
|
"object.values": "^1.1.7",
|
7484
7331
|
"semver": "^6.3.1",
|
7485
|
-
"tsconfig-paths": "^3.
|
7332
|
+
"tsconfig-paths": "^3.15.0"
|
7486
7333
|
},
|
7487
7334
|
"engines": {
|
7488
7335
|
"node": ">=4"
|
@@ -7501,19 +7348,6 @@
|
|
7501
7348
|
"ms": "^2.1.1"
|
7502
7349
|
}
|
7503
7350
|
},
|
7504
|
-
"node_modules/eslint-plugin-import/node_modules/doctrine": {
|
7505
|
-
"version": "2.1.0",
|
7506
|
-
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz",
|
7507
|
-
"integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==",
|
7508
|
-
"dev": true,
|
7509
|
-
"license": "Apache-2.0",
|
7510
|
-
"dependencies": {
|
7511
|
-
"esutils": "^2.0.2"
|
7512
|
-
},
|
7513
|
-
"engines": {
|
7514
|
-
"node": ">=0.10.0"
|
7515
|
-
}
|
7516
|
-
},
|
7517
7351
|
"node_modules/eslint-plugin-import/node_modules/semver": {
|
7518
7352
|
"version": "6.3.1",
|
7519
7353
|
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
@@ -7525,9 +7359,9 @@
|
|
7525
7359
|
}
|
7526
7360
|
},
|
7527
7361
|
"node_modules/eslint-plugin-jsdoc": {
|
7528
|
-
"version": "46.
|
7529
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-46.
|
7530
|
-
"integrity": "sha512-
|
7362
|
+
"version": "46.10.1",
|
7363
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-46.10.1.tgz",
|
7364
|
+
"integrity": "sha512-x8wxIpv00Y50NyweDUpa+58ffgSAI5sqe+zcZh33xphD0AVh+1kqr1ombaTRb7Fhpove1zfUuujlX9DWWBP5ag==",
|
7531
7365
|
"dev": true,
|
7532
7366
|
"license": "BSD-3-Clause",
|
7533
7367
|
"dependencies": {
|
@@ -7539,13 +7373,24 @@
|
|
7539
7373
|
"esquery": "^1.5.0",
|
7540
7374
|
"is-builtin-module": "^3.2.1",
|
7541
7375
|
"semver": "^7.5.4",
|
7542
|
-
"spdx-expression-parse": "^
|
7376
|
+
"spdx-expression-parse": "^4.0.0"
|
7543
7377
|
},
|
7544
7378
|
"engines": {
|
7545
7379
|
"node": ">=16"
|
7546
7380
|
},
|
7547
7381
|
"peerDependencies": {
|
7548
|
-
"eslint": "^7.0.0 || ^8.0.0"
|
7382
|
+
"eslint": "^7.0.0 || ^8.0.0 || ^9.0.0"
|
7383
|
+
}
|
7384
|
+
},
|
7385
|
+
"node_modules/eslint-plugin-jsdoc/node_modules/spdx-expression-parse": {
|
7386
|
+
"version": "4.0.0",
|
7387
|
+
"resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-4.0.0.tgz",
|
7388
|
+
"integrity": "sha512-Clya5JIij/7C6bRR22+tnGXbc4VKlibKSVj2iHvVeX5iMW7s1SIQlqu699JkODJJIhh/pUu8L0/VLh8xflD+LQ==",
|
7389
|
+
"dev": true,
|
7390
|
+
"license": "MIT",
|
7391
|
+
"dependencies": {
|
7392
|
+
"spdx-exceptions": "^2.1.0",
|
7393
|
+
"spdx-license-ids": "^3.0.0"
|
7549
7394
|
}
|
7550
7395
|
},
|
7551
7396
|
"node_modules/eslint-plugin-sf-plugin": {
|
@@ -7562,138 +7407,19 @@
|
|
7562
7407
|
"node": ">=16.0.0"
|
7563
7408
|
}
|
7564
7409
|
},
|
7565
|
-
"node_modules/eslint-plugin-sf-plugin/node_modules/@typescript-eslint/scope-manager": {
|
7566
|
-
"version": "6.20.0",
|
7567
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.20.0.tgz",
|
7568
|
-
"integrity": "sha512-p4rvHQRDTI1tGGMDFQm+GtxP1ZHyAh64WANVoyEcNMpaTFn3ox/3CcgtIlELnRfKzSs/DwYlDccJEtr3O6qBvA==",
|
7569
|
-
"dev": true,
|
7570
|
-
"license": "MIT",
|
7571
|
-
"dependencies": {
|
7572
|
-
"@typescript-eslint/types": "6.20.0",
|
7573
|
-
"@typescript-eslint/visitor-keys": "6.20.0"
|
7574
|
-
},
|
7575
|
-
"engines": {
|
7576
|
-
"node": "^16.0.0 || >=18.0.0"
|
7577
|
-
},
|
7578
|
-
"funding": {
|
7579
|
-
"type": "opencollective",
|
7580
|
-
"url": "https://opencollective.com/typescript-eslint"
|
7581
|
-
}
|
7582
|
-
},
|
7583
|
-
"node_modules/eslint-plugin-sf-plugin/node_modules/@typescript-eslint/types": {
|
7584
|
-
"version": "6.20.0",
|
7585
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.20.0.tgz",
|
7586
|
-
"integrity": "sha512-MM9mfZMAhiN4cOEcUOEx+0HmuaW3WBfukBZPCfwSqFnQy0grXYtngKCqpQN339X3RrwtzspWJrpbrupKYUSBXQ==",
|
7587
|
-
"dev": true,
|
7588
|
-
"license": "MIT",
|
7589
|
-
"engines": {
|
7590
|
-
"node": "^16.0.0 || >=18.0.0"
|
7591
|
-
},
|
7592
|
-
"funding": {
|
7593
|
-
"type": "opencollective",
|
7594
|
-
"url": "https://opencollective.com/typescript-eslint"
|
7595
|
-
}
|
7596
|
-
},
|
7597
|
-
"node_modules/eslint-plugin-sf-plugin/node_modules/@typescript-eslint/typescript-estree": {
|
7598
|
-
"version": "6.20.0",
|
7599
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.20.0.tgz",
|
7600
|
-
"integrity": "sha512-RnRya9q5m6YYSpBN7IzKu9FmLcYtErkDkc8/dKv81I9QiLLtVBHrjz+Ev/crAqgMNW2FCsoZF4g2QUylMnJz+g==",
|
7601
|
-
"dev": true,
|
7602
|
-
"license": "BSD-2-Clause",
|
7603
|
-
"dependencies": {
|
7604
|
-
"@typescript-eslint/types": "6.20.0",
|
7605
|
-
"@typescript-eslint/visitor-keys": "6.20.0",
|
7606
|
-
"debug": "^4.3.4",
|
7607
|
-
"globby": "^11.1.0",
|
7608
|
-
"is-glob": "^4.0.3",
|
7609
|
-
"minimatch": "9.0.3",
|
7610
|
-
"semver": "^7.5.4",
|
7611
|
-
"ts-api-utils": "^1.0.1"
|
7612
|
-
},
|
7613
|
-
"engines": {
|
7614
|
-
"node": "^16.0.0 || >=18.0.0"
|
7615
|
-
},
|
7616
|
-
"funding": {
|
7617
|
-
"type": "opencollective",
|
7618
|
-
"url": "https://opencollective.com/typescript-eslint"
|
7619
|
-
},
|
7620
|
-
"peerDependenciesMeta": {
|
7621
|
-
"typescript": {
|
7622
|
-
"optional": true
|
7623
|
-
}
|
7624
|
-
}
|
7625
|
-
},
|
7626
|
-
"node_modules/eslint-plugin-sf-plugin/node_modules/@typescript-eslint/utils": {
|
7627
|
-
"version": "6.20.0",
|
7628
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.20.0.tgz",
|
7629
|
-
"integrity": "sha512-/EKuw+kRu2vAqCoDwDCBtDRU6CTKbUmwwI7SH7AashZ+W+7o8eiyy6V2cdOqN49KsTcASWsC5QeghYuRDTyOOg==",
|
7630
|
-
"dev": true,
|
7631
|
-
"license": "MIT",
|
7632
|
-
"dependencies": {
|
7633
|
-
"@eslint-community/eslint-utils": "^4.4.0",
|
7634
|
-
"@types/json-schema": "^7.0.12",
|
7635
|
-
"@types/semver": "^7.5.0",
|
7636
|
-
"@typescript-eslint/scope-manager": "6.20.0",
|
7637
|
-
"@typescript-eslint/types": "6.20.0",
|
7638
|
-
"@typescript-eslint/typescript-estree": "6.20.0",
|
7639
|
-
"semver": "^7.5.4"
|
7640
|
-
},
|
7641
|
-
"engines": {
|
7642
|
-
"node": "^16.0.0 || >=18.0.0"
|
7643
|
-
},
|
7644
|
-
"funding": {
|
7645
|
-
"type": "opencollective",
|
7646
|
-
"url": "https://opencollective.com/typescript-eslint"
|
7647
|
-
},
|
7648
|
-
"peerDependencies": {
|
7649
|
-
"eslint": "^7.0.0 || ^8.0.0"
|
7650
|
-
}
|
7651
|
-
},
|
7652
|
-
"node_modules/eslint-plugin-sf-plugin/node_modules/@typescript-eslint/visitor-keys": {
|
7653
|
-
"version": "6.20.0",
|
7654
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.20.0.tgz",
|
7655
|
-
"integrity": "sha512-E8Cp98kRe4gKHjJD4NExXKz/zOJ1A2hhZc+IMVD6i7w4yjIvh6VyuRI0gRtxAsXtoC35uGMaQ9rjI2zJaXDEAw==",
|
7656
|
-
"dev": true,
|
7657
|
-
"license": "MIT",
|
7658
|
-
"dependencies": {
|
7659
|
-
"@typescript-eslint/types": "6.20.0",
|
7660
|
-
"eslint-visitor-keys": "^3.4.1"
|
7661
|
-
},
|
7662
|
-
"engines": {
|
7663
|
-
"node": "^16.0.0 || >=18.0.0"
|
7664
|
-
},
|
7665
|
-
"funding": {
|
7666
|
-
"type": "opencollective",
|
7667
|
-
"url": "https://opencollective.com/typescript-eslint"
|
7668
|
-
}
|
7669
|
-
},
|
7670
|
-
"node_modules/eslint-plugin-sf-plugin/node_modules/minimatch": {
|
7671
|
-
"version": "9.0.3",
|
7672
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz",
|
7673
|
-
"integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==",
|
7674
|
-
"dev": true,
|
7675
|
-
"license": "ISC",
|
7676
|
-
"dependencies": {
|
7677
|
-
"brace-expansion": "^2.0.1"
|
7678
|
-
},
|
7679
|
-
"engines": {
|
7680
|
-
"node": ">=16 || 14 >=14.17"
|
7681
|
-
},
|
7682
|
-
"funding": {
|
7683
|
-
"url": "https://github.com/sponsors/isaacs"
|
7684
|
-
}
|
7685
|
-
},
|
7686
7410
|
"node_modules/eslint-plugin-unicorn": {
|
7687
|
-
"version": "
|
7688
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-
|
7689
|
-
"integrity": "sha512-
|
7411
|
+
"version": "50.0.1",
|
7412
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-50.0.1.tgz",
|
7413
|
+
"integrity": "sha512-KxenCZxqSYW0GWHH18okDlOQcpezcitm5aOSz6EnobyJ6BIByiPDviQRjJIUAjG/tMN11958MxaQ+qCoU6lfDA==",
|
7690
7414
|
"dev": true,
|
7691
7415
|
"license": "MIT",
|
7692
7416
|
"dependencies": {
|
7693
7417
|
"@babel/helper-validator-identifier": "^7.22.20",
|
7694
7418
|
"@eslint-community/eslint-utils": "^4.4.0",
|
7695
|
-
"
|
7419
|
+
"@eslint/eslintrc": "^2.1.4",
|
7420
|
+
"ci-info": "^4.0.0",
|
7696
7421
|
"clean-regexp": "^1.0.0",
|
7422
|
+
"core-js-compat": "^3.34.0",
|
7697
7423
|
"esquery": "^1.5.0",
|
7698
7424
|
"indent-string": "^4.0.0",
|
7699
7425
|
"is-builtin-module": "^3.2.1",
|
@@ -7712,7 +7438,7 @@
|
|
7712
7438
|
"url": "https://github.com/sindresorhus/eslint-plugin-unicorn?sponsor=1"
|
7713
7439
|
},
|
7714
7440
|
"peerDependencies": {
|
7715
|
-
"eslint": ">=8.
|
7441
|
+
"eslint": ">=8.56.0"
|
7716
7442
|
}
|
7717
7443
|
},
|
7718
7444
|
"node_modules/eslint-scope": {
|
@@ -7762,6 +7488,19 @@
|
|
7762
7488
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
7763
7489
|
}
|
7764
7490
|
},
|
7491
|
+
"node_modules/eslint/node_modules/doctrine": {
|
7492
|
+
"version": "3.0.0",
|
7493
|
+
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
|
7494
|
+
"integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
|
7495
|
+
"dev": true,
|
7496
|
+
"license": "Apache-2.0",
|
7497
|
+
"dependencies": {
|
7498
|
+
"esutils": "^2.0.2"
|
7499
|
+
},
|
7500
|
+
"engines": {
|
7501
|
+
"node": ">=6.0.0"
|
7502
|
+
}
|
7503
|
+
},
|
7765
7504
|
"node_modules/eslint/node_modules/find-up": {
|
7766
7505
|
"version": "5.0.0",
|
7767
7506
|
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
|
@@ -8013,9 +7752,9 @@
|
|
8013
7752
|
"license": "MIT"
|
8014
7753
|
},
|
8015
7754
|
"node_modules/fast-glob": {
|
8016
|
-
"version": "3.2
|
8017
|
-
"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.
|
8018
|
-
"integrity": "sha512-
|
7755
|
+
"version": "3.3.2",
|
7756
|
+
"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz",
|
7757
|
+
"integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==",
|
8019
7758
|
"license": "MIT",
|
8020
7759
|
"dependencies": {
|
8021
7760
|
"@nodelib/fs.stat": "^2.0.2",
|
@@ -9263,9 +9002,9 @@
|
|
9263
9002
|
"license": "BSD-3-Clause"
|
9264
9003
|
},
|
9265
9004
|
"node_modules/ignore": {
|
9266
|
-
"version": "5.
|
9267
|
-
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.
|
9268
|
-
"integrity": "sha512-
|
9005
|
+
"version": "5.3.1",
|
9006
|
+
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz",
|
9007
|
+
"integrity": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==",
|
9269
9008
|
"license": "MIT",
|
9270
9009
|
"engines": {
|
9271
9010
|
"node": ">= 4"
|
@@ -11240,26 +10979,6 @@
|
|
11240
10979
|
}
|
11241
10980
|
}
|
11242
10981
|
},
|
11243
|
-
"node_modules/mem-fs-editor/node_modules/multimatch": {
|
11244
|
-
"version": "5.0.0",
|
11245
|
-
"resolved": "https://registry.npmjs.org/multimatch/-/multimatch-5.0.0.tgz",
|
11246
|
-
"integrity": "sha512-ypMKuglUrZUD99Tk2bUQ+xNQj43lPEfAeX2o9cTteAmShXy2VHDJpuwu1o0xqoKCt9jLVAvwyFKdLTPXKAfJyA==",
|
11247
|
-
"dev": true,
|
11248
|
-
"license": "MIT",
|
11249
|
-
"dependencies": {
|
11250
|
-
"@types/minimatch": "^3.0.3",
|
11251
|
-
"array-differ": "^3.0.0",
|
11252
|
-
"array-union": "^2.1.0",
|
11253
|
-
"arrify": "^2.0.1",
|
11254
|
-
"minimatch": "^3.0.4"
|
11255
|
-
},
|
11256
|
-
"engines": {
|
11257
|
-
"node": ">=10"
|
11258
|
-
},
|
11259
|
-
"funding": {
|
11260
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
11261
|
-
}
|
11262
|
-
},
|
11263
10982
|
"node_modules/mem-fs/node_modules/@types/node": {
|
11264
10983
|
"version": "15.14.9",
|
11265
10984
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-15.14.9.tgz",
|
@@ -11823,9 +11542,9 @@
|
|
11823
11542
|
"license": "MIT"
|
11824
11543
|
},
|
11825
11544
|
"node_modules/multimatch": {
|
11826
|
-
"version": "
|
11827
|
-
"resolved": "https://registry.npmjs.org/multimatch/-/multimatch-
|
11828
|
-
"integrity": "sha512-
|
11545
|
+
"version": "5.0.0",
|
11546
|
+
"resolved": "https://registry.npmjs.org/multimatch/-/multimatch-5.0.0.tgz",
|
11547
|
+
"integrity": "sha512-ypMKuglUrZUD99Tk2bUQ+xNQj43lPEfAeX2o9cTteAmShXy2VHDJpuwu1o0xqoKCt9jLVAvwyFKdLTPXKAfJyA==",
|
11829
11548
|
"dev": true,
|
11830
11549
|
"license": "MIT",
|
11831
11550
|
"dependencies": {
|
@@ -11836,9 +11555,19 @@
|
|
11836
11555
|
"minimatch": "^3.0.4"
|
11837
11556
|
},
|
11838
11557
|
"engines": {
|
11839
|
-
"node": ">=
|
11558
|
+
"node": ">=10"
|
11559
|
+
},
|
11560
|
+
"funding": {
|
11561
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
11840
11562
|
}
|
11841
11563
|
},
|
11564
|
+
"node_modules/multimatch/node_modules/@types/minimatch": {
|
11565
|
+
"version": "3.0.5",
|
11566
|
+
"resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.5.tgz",
|
11567
|
+
"integrity": "sha512-Klz949h02Gz2uZCMGwDUSDS1YBlTdDDgbWHi+81l29tQALUtvz4rAYi5uoVhE5Lagoq6DeqAUlbrHvW/mXDgdQ==",
|
11568
|
+
"dev": true,
|
11569
|
+
"license": "MIT"
|
11570
|
+
},
|
11842
11571
|
"node_modules/multistream": {
|
11843
11572
|
"version": "3.1.0",
|
11844
11573
|
"resolved": "https://registry.npmjs.org/multistream/-/multistream-3.1.0.tgz",
|
@@ -12102,9 +11831,9 @@
|
|
12102
11831
|
}
|
12103
11832
|
},
|
12104
11833
|
"node_modules/node-releases": {
|
12105
|
-
"version": "2.0.
|
12106
|
-
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.
|
12107
|
-
"integrity": "sha512-
|
11834
|
+
"version": "2.0.14",
|
11835
|
+
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz",
|
11836
|
+
"integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==",
|
12108
11837
|
"dev": true,
|
12109
11838
|
"license": "MIT"
|
12110
11839
|
},
|
@@ -13346,41 +13075,28 @@
|
|
13346
13075
|
}
|
13347
13076
|
},
|
13348
13077
|
"node_modules/pretty-quick": {
|
13349
|
-
"version": "3.1
|
13350
|
-
"resolved": "https://registry.npmjs.org/pretty-quick/-/pretty-quick-3.1.
|
13351
|
-
"integrity": "sha512-
|
13078
|
+
"version": "3.3.1",
|
13079
|
+
"resolved": "https://registry.npmjs.org/pretty-quick/-/pretty-quick-3.3.1.tgz",
|
13080
|
+
"integrity": "sha512-3b36UXfYQ+IXXqex6mCca89jC8u0mYLqFAN5eTQKoXO6oCQYcIVYZEB/5AlBHI7JPYygReM2Vv6Vom/Gln7fBg==",
|
13352
13081
|
"dev": true,
|
13353
13082
|
"license": "MIT",
|
13354
13083
|
"dependencies": {
|
13355
|
-
"
|
13356
|
-
"execa": "^4.0.0",
|
13084
|
+
"execa": "^4.1.0",
|
13357
13085
|
"find-up": "^4.1.0",
|
13358
|
-
"ignore": "^5.
|
13359
|
-
"mri": "^1.
|
13360
|
-
"
|
13086
|
+
"ignore": "^5.3.0",
|
13087
|
+
"mri": "^1.2.0",
|
13088
|
+
"picocolors": "^1.0.0",
|
13089
|
+
"picomatch": "^3.0.1",
|
13090
|
+
"tslib": "^2.6.2"
|
13361
13091
|
},
|
13362
13092
|
"bin": {
|
13363
|
-
"pretty-quick": "
|
13093
|
+
"pretty-quick": "dist/cli.js"
|
13364
13094
|
},
|
13365
13095
|
"engines": {
|
13366
13096
|
"node": ">=10.13"
|
13367
13097
|
},
|
13368
13098
|
"peerDependencies": {
|
13369
|
-
"prettier": "
|
13370
|
-
}
|
13371
|
-
},
|
13372
|
-
"node_modules/pretty-quick/node_modules/chalk": {
|
13373
|
-
"version": "3.0.0",
|
13374
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz",
|
13375
|
-
"integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==",
|
13376
|
-
"dev": true,
|
13377
|
-
"license": "MIT",
|
13378
|
-
"dependencies": {
|
13379
|
-
"ansi-styles": "^4.1.0",
|
13380
|
-
"supports-color": "^7.1.0"
|
13381
|
-
},
|
13382
|
-
"engines": {
|
13383
|
-
"node": ">=8"
|
13099
|
+
"prettier": "^2.0.0"
|
13384
13100
|
}
|
13385
13101
|
},
|
13386
13102
|
"node_modules/pretty-quick/node_modules/execa": {
|
@@ -13417,6 +13133,19 @@
|
|
13417
13133
|
"node": ">=8.12.0"
|
13418
13134
|
}
|
13419
13135
|
},
|
13136
|
+
"node_modules/pretty-quick/node_modules/picomatch": {
|
13137
|
+
"version": "3.0.1",
|
13138
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-3.0.1.tgz",
|
13139
|
+
"integrity": "sha512-I3EurrIQMlRc9IaAZnqRR044Phh2DXY+55o7uJ0V+hYZAcQYSuFWsc9q5PvyDHUSCe1Qxn/iBz+78s86zWnGag==",
|
13140
|
+
"dev": true,
|
13141
|
+
"license": "MIT",
|
13142
|
+
"engines": {
|
13143
|
+
"node": ">=10"
|
13144
|
+
},
|
13145
|
+
"funding": {
|
13146
|
+
"url": "https://github.com/sponsors/jonschlinkert"
|
13147
|
+
}
|
13148
|
+
},
|
13420
13149
|
"node_modules/proc-log": {
|
13421
13150
|
"version": "1.0.0",
|
13422
13151
|
"resolved": "https://registry.npmjs.org/proc-log/-/proc-log-1.0.0.tgz",
|
@@ -14283,9 +14012,9 @@
|
|
14283
14012
|
}
|
14284
14013
|
},
|
14285
14014
|
"node_modules/shiki": {
|
14286
|
-
"version": "0.14.
|
14287
|
-
"resolved": "https://registry.npmjs.org/shiki/-/shiki-0.14.
|
14288
|
-
"integrity": "sha512-
|
14015
|
+
"version": "0.14.7",
|
14016
|
+
"resolved": "https://registry.npmjs.org/shiki/-/shiki-0.14.7.tgz",
|
14017
|
+
"integrity": "sha512-dNPAPrxSc87ua2sKJ3H5dQ/6ZaY8RNnaAqK+t0eG7p0Soi2ydiqbGOTaZCqaYvA/uZYfS1LJnemt3Q+mSfcPCg==",
|
14289
14018
|
"dev": true,
|
14290
14019
|
"license": "MIT",
|
14291
14020
|
"dependencies": {
|
@@ -14478,23 +14207,6 @@
|
|
14478
14207
|
"sort-package-json": "cli.js"
|
14479
14208
|
}
|
14480
14209
|
},
|
14481
|
-
"node_modules/sort-package-json/node_modules/fast-glob": {
|
14482
|
-
"version": "3.3.2",
|
14483
|
-
"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz",
|
14484
|
-
"integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==",
|
14485
|
-
"dev": true,
|
14486
|
-
"license": "MIT",
|
14487
|
-
"dependencies": {
|
14488
|
-
"@nodelib/fs.stat": "^2.0.2",
|
14489
|
-
"@nodelib/fs.walk": "^1.2.3",
|
14490
|
-
"glob-parent": "^5.1.2",
|
14491
|
-
"merge2": "^1.3.0",
|
14492
|
-
"micromatch": "^4.0.4"
|
14493
|
-
},
|
14494
|
-
"engines": {
|
14495
|
-
"node": ">=8.6.0"
|
14496
|
-
}
|
14497
|
-
},
|
14498
14210
|
"node_modules/sort-package-json/node_modules/globby": {
|
14499
14211
|
"version": "13.2.2",
|
14500
14212
|
"resolved": "https://registry.npmjs.org/globby/-/globby-13.2.2.tgz",
|
@@ -15225,9 +14937,9 @@
|
|
15225
14937
|
}
|
15226
14938
|
},
|
15227
14939
|
"node_modules/tsconfig-paths": {
|
15228
|
-
"version": "3.
|
15229
|
-
"resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.
|
15230
|
-
"integrity": "sha512-
|
14940
|
+
"version": "3.15.0",
|
14941
|
+
"resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.15.0.tgz",
|
14942
|
+
"integrity": "sha512-2Ac2RgzDe/cn48GvOe3M+o82pEFewD3UPbyoUHHdKasHwJKjds4fLXWf/Ux5kATBKN20oaFGu+jbElp1pos0mg==",
|
15231
14943
|
"dev": true,
|
15232
14944
|
"license": "MIT",
|
15233
14945
|
"dependencies": {
|
@@ -15440,6 +15152,19 @@
|
|
15440
15152
|
"integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==",
|
15441
15153
|
"license": "MIT"
|
15442
15154
|
},
|
15155
|
+
"node_modules/unicorn-magic": {
|
15156
|
+
"version": "0.1.0",
|
15157
|
+
"resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.1.0.tgz",
|
15158
|
+
"integrity": "sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==",
|
15159
|
+
"dev": true,
|
15160
|
+
"license": "MIT",
|
15161
|
+
"engines": {
|
15162
|
+
"node": ">=18"
|
15163
|
+
},
|
15164
|
+
"funding": {
|
15165
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
15166
|
+
}
|
15167
|
+
},
|
15443
15168
|
"node_modules/unique-filename": {
|
15444
15169
|
"version": "1.1.1",
|
15445
15170
|
"resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz",
|
@@ -15488,9 +15213,9 @@
|
|
15488
15213
|
}
|
15489
15214
|
},
|
15490
15215
|
"node_modules/update-browserslist-db": {
|
15491
|
-
"version": "1.0.
|
15492
|
-
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.
|
15493
|
-
"integrity": "sha512-
|
15216
|
+
"version": "1.0.13",
|
15217
|
+
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz",
|
15218
|
+
"integrity": "sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==",
|
15494
15219
|
"dev": true,
|
15495
15220
|
"funding": [
|
15496
15221
|
{
|
@@ -15500,6 +15225,10 @@
|
|
15500
15225
|
{
|
15501
15226
|
"type": "tidelift",
|
15502
15227
|
"url": "https://tidelift.com/funding/github/npm/browserslist"
|
15228
|
+
},
|
15229
|
+
{
|
15230
|
+
"type": "github",
|
15231
|
+
"url": "https://github.com/sponsors/ai"
|
15503
15232
|
}
|
15504
15233
|
],
|
15505
15234
|
"license": "MIT",
|
@@ -15508,7 +15237,7 @@
|
|
15508
15237
|
"picocolors": "^1.0.0"
|
15509
15238
|
},
|
15510
15239
|
"bin": {
|
15511
|
-
"browserslist-
|
15240
|
+
"update-browserslist-db": "cli.js"
|
15512
15241
|
},
|
15513
15242
|
"peerDependencies": {
|
15514
15243
|
"browserslist": ">= 4.21.0"
|
@@ -15806,9 +15535,9 @@
|
|
15806
15535
|
}
|
15807
15536
|
},
|
15808
15537
|
"node_modules/wireit": {
|
15809
|
-
"version": "0.14.
|
15810
|
-
"resolved": "https://registry.npmjs.org/wireit/-/wireit-0.14.
|
15811
|
-
"integrity": "sha512-
|
15538
|
+
"version": "0.14.4",
|
15539
|
+
"resolved": "https://registry.npmjs.org/wireit/-/wireit-0.14.4.tgz",
|
15540
|
+
"integrity": "sha512-WNAXEw2cJs1nSRNJNRcPypARZNumgtsRTJFTNpd6turCA6JZ6cEwl4ZU3C1IHc/3IaXoPu9LdxcI5TBTdD6/pg==",
|
15812
15541
|
"dev": true,
|
15813
15542
|
"license": "Apache-2.0",
|
15814
15543
|
"workspaces": [
|