@dbos-inc/create 1.14.4-preview → 1.14.5-preview
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/package.json +1 -1
- package/templates/hello/eslint.config.js +26 -0
- package/templates/hello/package-lock.json +8684 -1157
- package/templates/hello/package.json +3 -2
- package/templates/hello-prisma/eslint.config.js +26 -0
- package/templates/hello-prisma/package-lock.json +1198 -634
- package/templates/hello-prisma/package.json +3 -2
- package/templates/hello-prisma/tsconfig.json +1 -1
- package/templates/hello-typeorm/eslint.config.js +26 -0
- package/templates/hello-typeorm/package-lock.json +8713 -1275
- package/templates/hello-typeorm/package.json +3 -2
- package/templates/hello-typeorm/tsconfig.json +1 -1
- package/templates/hello/.eslintignore +0 -4
- package/templates/hello/.eslintrc +0 -19
- package/templates/hello-prisma/.eslintignore +0 -5
- package/templates/hello-prisma/.eslintrc +0 -19
- package/templates/hello-typeorm/.eslintignore +0 -4
- package/templates/hello-typeorm/.eslintrc +0 -19
|
@@ -16,13 +16,14 @@
|
|
|
16
16
|
"@dbos-inc/eslint-plugin": "^0.0.6",
|
|
17
17
|
"@types/jest": "^29.5.12",
|
|
18
18
|
"@types/supertest": "^6.0.2",
|
|
19
|
-
"eslint": "^
|
|
19
|
+
"eslint": "^9.4.0",
|
|
20
20
|
"jest": "^29.7.0",
|
|
21
21
|
"nodemon": "^3.1.0",
|
|
22
22
|
"prisma": "^5.15.0",
|
|
23
23
|
"supertest": "^7.0.0",
|
|
24
24
|
"ts-jest": "^29.1.2",
|
|
25
|
-
"typescript": "^5.4.5"
|
|
25
|
+
"typescript": "^5.4.5",
|
|
26
|
+
"typescript-eslint": "^8.0.0-alpha.30"
|
|
26
27
|
}
|
|
27
28
|
},
|
|
28
29
|
"../..": {
|
|
@@ -75,9 +76,12 @@
|
|
|
75
76
|
"@opentelemetry/sdk-logs": "0.49.1",
|
|
76
77
|
"@opentelemetry/sdk-trace-base": "1.22.0",
|
|
77
78
|
"@opentelemetry/semantic-conventions": "1.22.0",
|
|
79
|
+
"@typescript-eslint/eslint-plugin": "^8.0.0-alpha.30",
|
|
80
|
+
"@typescript-eslint/parser": "^8.0.0-alpha.30",
|
|
78
81
|
"ajv": "8.13.0",
|
|
79
82
|
"axios": "1.6.7",
|
|
80
83
|
"commander": "12.0.0",
|
|
84
|
+
"eslint": "^9.4.0",
|
|
81
85
|
"inquirer": "^8.2.6",
|
|
82
86
|
"kafkajs": "^2.2.4",
|
|
83
87
|
"knex": "3.1.0",
|
|
@@ -87,6 +91,7 @@
|
|
|
87
91
|
"pg": "8.11.3",
|
|
88
92
|
"reflect-metadata": "^0.2.2",
|
|
89
93
|
"serialize-error": "8.1.0",
|
|
94
|
+
"typescript-eslint": "^8.0.0-alpha.30",
|
|
90
95
|
"uuid": "9.0.1",
|
|
91
96
|
"winston": "3.12.0",
|
|
92
97
|
"winston-transport": "4.7.0",
|
|
@@ -107,9 +112,6 @@
|
|
|
107
112
|
"@types/pg": "^8.11.2",
|
|
108
113
|
"@types/supertest": "^6.0.2",
|
|
109
114
|
"@types/uuid": "^9.0.8",
|
|
110
|
-
"@typescript-eslint/eslint-plugin": "^7.10.0",
|
|
111
|
-
"@typescript-eslint/parser": "^7.10.0",
|
|
112
|
-
"eslint": "^8.57.0",
|
|
113
115
|
"jest": "^29.7.0",
|
|
114
116
|
"nerdbank-gitversioning": "^3.6.133",
|
|
115
117
|
"prisma": "^5.1.1",
|
|
@@ -122,14 +124,6 @@
|
|
|
122
124
|
"foundationdb": "^2.0.1"
|
|
123
125
|
}
|
|
124
126
|
},
|
|
125
|
-
"../../../../node_modules/@aashutoshrathi/word-wrap": {
|
|
126
|
-
"version": "1.2.6",
|
|
127
|
-
"dev": true,
|
|
128
|
-
"license": "MIT",
|
|
129
|
-
"engines": {
|
|
130
|
-
"node": ">=0.10.0"
|
|
131
|
-
}
|
|
132
|
-
},
|
|
133
127
|
"../../../../node_modules/@ampproject/remapping": {
|
|
134
128
|
"version": "2.3.0",
|
|
135
129
|
"dev": true,
|
|
@@ -143,11 +137,11 @@
|
|
|
143
137
|
}
|
|
144
138
|
},
|
|
145
139
|
"../../../../node_modules/@babel/code-frame": {
|
|
146
|
-
"version": "7.24.
|
|
140
|
+
"version": "7.24.7",
|
|
147
141
|
"dev": true,
|
|
148
142
|
"license": "MIT",
|
|
149
143
|
"dependencies": {
|
|
150
|
-
"@babel/highlight": "^7.24.
|
|
144
|
+
"@babel/highlight": "^7.24.7",
|
|
151
145
|
"picocolors": "^1.0.0"
|
|
152
146
|
},
|
|
153
147
|
"engines": {
|
|
@@ -155,7 +149,7 @@
|
|
|
155
149
|
}
|
|
156
150
|
},
|
|
157
151
|
"../../../../node_modules/@babel/compat-data": {
|
|
158
|
-
"version": "7.24.
|
|
152
|
+
"version": "7.24.7",
|
|
159
153
|
"dev": true,
|
|
160
154
|
"license": "MIT",
|
|
161
155
|
"engines": {
|
|
@@ -163,20 +157,20 @@
|
|
|
163
157
|
}
|
|
164
158
|
},
|
|
165
159
|
"../../../../node_modules/@babel/core": {
|
|
166
|
-
"version": "7.24.
|
|
160
|
+
"version": "7.24.7",
|
|
167
161
|
"dev": true,
|
|
168
162
|
"license": "MIT",
|
|
169
163
|
"dependencies": {
|
|
170
164
|
"@ampproject/remapping": "^2.2.0",
|
|
171
|
-
"@babel/code-frame": "^7.24.
|
|
172
|
-
"@babel/generator": "^7.24.
|
|
173
|
-
"@babel/helper-compilation-targets": "^7.
|
|
174
|
-
"@babel/helper-module-transforms": "^7.
|
|
175
|
-
"@babel/helpers": "^7.24.
|
|
176
|
-
"@babel/parser": "^7.24.
|
|
177
|
-
"@babel/template": "^7.24.
|
|
178
|
-
"@babel/traverse": "^7.24.
|
|
179
|
-
"@babel/types": "^7.24.
|
|
165
|
+
"@babel/code-frame": "^7.24.7",
|
|
166
|
+
"@babel/generator": "^7.24.7",
|
|
167
|
+
"@babel/helper-compilation-targets": "^7.24.7",
|
|
168
|
+
"@babel/helper-module-transforms": "^7.24.7",
|
|
169
|
+
"@babel/helpers": "^7.24.7",
|
|
170
|
+
"@babel/parser": "^7.24.7",
|
|
171
|
+
"@babel/template": "^7.24.7",
|
|
172
|
+
"@babel/traverse": "^7.24.7",
|
|
173
|
+
"@babel/types": "^7.24.7",
|
|
180
174
|
"convert-source-map": "^2.0.0",
|
|
181
175
|
"debug": "^4.1.0",
|
|
182
176
|
"gensync": "^1.0.0-beta.2",
|
|
@@ -200,11 +194,11 @@
|
|
|
200
194
|
}
|
|
201
195
|
},
|
|
202
196
|
"../../../../node_modules/@babel/generator": {
|
|
203
|
-
"version": "7.24.
|
|
197
|
+
"version": "7.24.7",
|
|
204
198
|
"dev": true,
|
|
205
199
|
"license": "MIT",
|
|
206
200
|
"dependencies": {
|
|
207
|
-
"@babel/types": "^7.24.
|
|
201
|
+
"@babel/types": "^7.24.7",
|
|
208
202
|
"@jridgewell/gen-mapping": "^0.3.5",
|
|
209
203
|
"@jridgewell/trace-mapping": "^0.3.25",
|
|
210
204
|
"jsesc": "^2.5.1"
|
|
@@ -214,12 +208,12 @@
|
|
|
214
208
|
}
|
|
215
209
|
},
|
|
216
210
|
"../../../../node_modules/@babel/helper-compilation-targets": {
|
|
217
|
-
"version": "7.
|
|
211
|
+
"version": "7.24.7",
|
|
218
212
|
"dev": true,
|
|
219
213
|
"license": "MIT",
|
|
220
214
|
"dependencies": {
|
|
221
|
-
"@babel/compat-data": "^7.
|
|
222
|
-
"@babel/helper-validator-option": "^7.
|
|
215
|
+
"@babel/compat-data": "^7.24.7",
|
|
216
|
+
"@babel/helper-validator-option": "^7.24.7",
|
|
223
217
|
"browserslist": "^4.22.2",
|
|
224
218
|
"lru-cache": "^5.1.1",
|
|
225
219
|
"semver": "^6.3.1"
|
|
@@ -237,57 +231,61 @@
|
|
|
237
231
|
}
|
|
238
232
|
},
|
|
239
233
|
"../../../../node_modules/@babel/helper-environment-visitor": {
|
|
240
|
-
"version": "7.
|
|
234
|
+
"version": "7.24.7",
|
|
241
235
|
"dev": true,
|
|
242
236
|
"license": "MIT",
|
|
237
|
+
"dependencies": {
|
|
238
|
+
"@babel/types": "^7.24.7"
|
|
239
|
+
},
|
|
243
240
|
"engines": {
|
|
244
241
|
"node": ">=6.9.0"
|
|
245
242
|
}
|
|
246
243
|
},
|
|
247
244
|
"../../../../node_modules/@babel/helper-function-name": {
|
|
248
|
-
"version": "7.
|
|
245
|
+
"version": "7.24.7",
|
|
249
246
|
"dev": true,
|
|
250
247
|
"license": "MIT",
|
|
251
248
|
"dependencies": {
|
|
252
|
-
"@babel/template": "^7.
|
|
253
|
-
"@babel/types": "^7.
|
|
249
|
+
"@babel/template": "^7.24.7",
|
|
250
|
+
"@babel/types": "^7.24.7"
|
|
254
251
|
},
|
|
255
252
|
"engines": {
|
|
256
253
|
"node": ">=6.9.0"
|
|
257
254
|
}
|
|
258
255
|
},
|
|
259
256
|
"../../../../node_modules/@babel/helper-hoist-variables": {
|
|
260
|
-
"version": "7.
|
|
257
|
+
"version": "7.24.7",
|
|
261
258
|
"dev": true,
|
|
262
259
|
"license": "MIT",
|
|
263
260
|
"dependencies": {
|
|
264
|
-
"@babel/types": "^7.
|
|
261
|
+
"@babel/types": "^7.24.7"
|
|
265
262
|
},
|
|
266
263
|
"engines": {
|
|
267
264
|
"node": ">=6.9.0"
|
|
268
265
|
}
|
|
269
266
|
},
|
|
270
267
|
"../../../../node_modules/@babel/helper-module-imports": {
|
|
271
|
-
"version": "7.24.
|
|
268
|
+
"version": "7.24.7",
|
|
272
269
|
"dev": true,
|
|
273
270
|
"license": "MIT",
|
|
274
271
|
"dependencies": {
|
|
275
|
-
"@babel/
|
|
272
|
+
"@babel/traverse": "^7.24.7",
|
|
273
|
+
"@babel/types": "^7.24.7"
|
|
276
274
|
},
|
|
277
275
|
"engines": {
|
|
278
276
|
"node": ">=6.9.0"
|
|
279
277
|
}
|
|
280
278
|
},
|
|
281
279
|
"../../../../node_modules/@babel/helper-module-transforms": {
|
|
282
|
-
"version": "7.
|
|
280
|
+
"version": "7.24.7",
|
|
283
281
|
"dev": true,
|
|
284
282
|
"license": "MIT",
|
|
285
283
|
"dependencies": {
|
|
286
|
-
"@babel/helper-environment-visitor": "^7.
|
|
287
|
-
"@babel/helper-module-imports": "^7.
|
|
288
|
-
"@babel/helper-simple-access": "^7.
|
|
289
|
-
"@babel/helper-split-export-declaration": "^7.
|
|
290
|
-
"@babel/helper-validator-identifier": "^7.
|
|
284
|
+
"@babel/helper-environment-visitor": "^7.24.7",
|
|
285
|
+
"@babel/helper-module-imports": "^7.24.7",
|
|
286
|
+
"@babel/helper-simple-access": "^7.24.7",
|
|
287
|
+
"@babel/helper-split-export-declaration": "^7.24.7",
|
|
288
|
+
"@babel/helper-validator-identifier": "^7.24.7"
|
|
291
289
|
},
|
|
292
290
|
"engines": {
|
|
293
291
|
"node": ">=6.9.0"
|
|
@@ -297,7 +295,7 @@
|
|
|
297
295
|
}
|
|
298
296
|
},
|
|
299
297
|
"../../../../node_modules/@babel/helper-plugin-utils": {
|
|
300
|
-
"version": "7.24.
|
|
298
|
+
"version": "7.24.7",
|
|
301
299
|
"dev": true,
|
|
302
300
|
"license": "MIT",
|
|
303
301
|
"engines": {
|
|
@@ -305,29 +303,30 @@
|
|
|
305
303
|
}
|
|
306
304
|
},
|
|
307
305
|
"../../../../node_modules/@babel/helper-simple-access": {
|
|
308
|
-
"version": "7.
|
|
306
|
+
"version": "7.24.7",
|
|
309
307
|
"dev": true,
|
|
310
308
|
"license": "MIT",
|
|
311
309
|
"dependencies": {
|
|
312
|
-
"@babel/
|
|
310
|
+
"@babel/traverse": "^7.24.7",
|
|
311
|
+
"@babel/types": "^7.24.7"
|
|
313
312
|
},
|
|
314
313
|
"engines": {
|
|
315
314
|
"node": ">=6.9.0"
|
|
316
315
|
}
|
|
317
316
|
},
|
|
318
317
|
"../../../../node_modules/@babel/helper-split-export-declaration": {
|
|
319
|
-
"version": "7.
|
|
318
|
+
"version": "7.24.7",
|
|
320
319
|
"dev": true,
|
|
321
320
|
"license": "MIT",
|
|
322
321
|
"dependencies": {
|
|
323
|
-
"@babel/types": "^7.
|
|
322
|
+
"@babel/types": "^7.24.7"
|
|
324
323
|
},
|
|
325
324
|
"engines": {
|
|
326
325
|
"node": ">=6.9.0"
|
|
327
326
|
}
|
|
328
327
|
},
|
|
329
328
|
"../../../../node_modules/@babel/helper-string-parser": {
|
|
330
|
-
"version": "7.24.
|
|
329
|
+
"version": "7.24.7",
|
|
331
330
|
"dev": true,
|
|
332
331
|
"license": "MIT",
|
|
333
332
|
"engines": {
|
|
@@ -335,7 +334,7 @@
|
|
|
335
334
|
}
|
|
336
335
|
},
|
|
337
336
|
"../../../../node_modules/@babel/helper-validator-identifier": {
|
|
338
|
-
"version": "7.
|
|
337
|
+
"version": "7.24.7",
|
|
339
338
|
"dev": true,
|
|
340
339
|
"license": "MIT",
|
|
341
340
|
"engines": {
|
|
@@ -343,7 +342,7 @@
|
|
|
343
342
|
}
|
|
344
343
|
},
|
|
345
344
|
"../../../../node_modules/@babel/helper-validator-option": {
|
|
346
|
-
"version": "7.
|
|
345
|
+
"version": "7.24.7",
|
|
347
346
|
"dev": true,
|
|
348
347
|
"license": "MIT",
|
|
349
348
|
"engines": {
|
|
@@ -351,24 +350,23 @@
|
|
|
351
350
|
}
|
|
352
351
|
},
|
|
353
352
|
"../../../../node_modules/@babel/helpers": {
|
|
354
|
-
"version": "7.24.
|
|
353
|
+
"version": "7.24.7",
|
|
355
354
|
"dev": true,
|
|
356
355
|
"license": "MIT",
|
|
357
356
|
"dependencies": {
|
|
358
|
-
"@babel/template": "^7.24.
|
|
359
|
-
"@babel/
|
|
360
|
-
"@babel/types": "^7.24.0"
|
|
357
|
+
"@babel/template": "^7.24.7",
|
|
358
|
+
"@babel/types": "^7.24.7"
|
|
361
359
|
},
|
|
362
360
|
"engines": {
|
|
363
361
|
"node": ">=6.9.0"
|
|
364
362
|
}
|
|
365
363
|
},
|
|
366
364
|
"../../../../node_modules/@babel/highlight": {
|
|
367
|
-
"version": "7.24.
|
|
365
|
+
"version": "7.24.7",
|
|
368
366
|
"dev": true,
|
|
369
367
|
"license": "MIT",
|
|
370
368
|
"dependencies": {
|
|
371
|
-
"@babel/helper-validator-identifier": "^7.
|
|
369
|
+
"@babel/helper-validator-identifier": "^7.24.7",
|
|
372
370
|
"chalk": "^2.4.2",
|
|
373
371
|
"js-tokens": "^4.0.0",
|
|
374
372
|
"picocolors": "^1.0.0"
|
|
@@ -442,7 +440,7 @@
|
|
|
442
440
|
}
|
|
443
441
|
},
|
|
444
442
|
"../../../../node_modules/@babel/parser": {
|
|
445
|
-
"version": "7.24.
|
|
443
|
+
"version": "7.24.7",
|
|
446
444
|
"dev": true,
|
|
447
445
|
"license": "MIT",
|
|
448
446
|
"bin": {
|
|
@@ -508,11 +506,11 @@
|
|
|
508
506
|
}
|
|
509
507
|
},
|
|
510
508
|
"../../../../node_modules/@babel/plugin-syntax-jsx": {
|
|
511
|
-
"version": "7.24.
|
|
509
|
+
"version": "7.24.7",
|
|
512
510
|
"dev": true,
|
|
513
511
|
"license": "MIT",
|
|
514
512
|
"dependencies": {
|
|
515
|
-
"@babel/helper-plugin-utils": "^7.24.
|
|
513
|
+
"@babel/helper-plugin-utils": "^7.24.7"
|
|
516
514
|
},
|
|
517
515
|
"engines": {
|
|
518
516
|
"node": ">=6.9.0"
|
|
@@ -602,11 +600,11 @@
|
|
|
602
600
|
}
|
|
603
601
|
},
|
|
604
602
|
"../../../../node_modules/@babel/plugin-syntax-typescript": {
|
|
605
|
-
"version": "7.24.
|
|
603
|
+
"version": "7.24.7",
|
|
606
604
|
"dev": true,
|
|
607
605
|
"license": "MIT",
|
|
608
606
|
"dependencies": {
|
|
609
|
-
"@babel/helper-plugin-utils": "^7.24.
|
|
607
|
+
"@babel/helper-plugin-utils": "^7.24.7"
|
|
610
608
|
},
|
|
611
609
|
"engines": {
|
|
612
610
|
"node": ">=6.9.0"
|
|
@@ -616,31 +614,31 @@
|
|
|
616
614
|
}
|
|
617
615
|
},
|
|
618
616
|
"../../../../node_modules/@babel/template": {
|
|
619
|
-
"version": "7.24.
|
|
617
|
+
"version": "7.24.7",
|
|
620
618
|
"dev": true,
|
|
621
619
|
"license": "MIT",
|
|
622
620
|
"dependencies": {
|
|
623
|
-
"@babel/code-frame": "^7.
|
|
624
|
-
"@babel/parser": "^7.24.
|
|
625
|
-
"@babel/types": "^7.24.
|
|
621
|
+
"@babel/code-frame": "^7.24.7",
|
|
622
|
+
"@babel/parser": "^7.24.7",
|
|
623
|
+
"@babel/types": "^7.24.7"
|
|
626
624
|
},
|
|
627
625
|
"engines": {
|
|
628
626
|
"node": ">=6.9.0"
|
|
629
627
|
}
|
|
630
628
|
},
|
|
631
629
|
"../../../../node_modules/@babel/traverse": {
|
|
632
|
-
"version": "7.24.
|
|
630
|
+
"version": "7.24.7",
|
|
633
631
|
"dev": true,
|
|
634
632
|
"license": "MIT",
|
|
635
633
|
"dependencies": {
|
|
636
|
-
"@babel/code-frame": "^7.24.
|
|
637
|
-
"@babel/generator": "^7.24.
|
|
638
|
-
"@babel/helper-environment-visitor": "^7.
|
|
639
|
-
"@babel/helper-function-name": "^7.
|
|
640
|
-
"@babel/helper-hoist-variables": "^7.
|
|
641
|
-
"@babel/helper-split-export-declaration": "^7.
|
|
642
|
-
"@babel/parser": "^7.24.
|
|
643
|
-
"@babel/types": "^7.24.
|
|
634
|
+
"@babel/code-frame": "^7.24.7",
|
|
635
|
+
"@babel/generator": "^7.24.7",
|
|
636
|
+
"@babel/helper-environment-visitor": "^7.24.7",
|
|
637
|
+
"@babel/helper-function-name": "^7.24.7",
|
|
638
|
+
"@babel/helper-hoist-variables": "^7.24.7",
|
|
639
|
+
"@babel/helper-split-export-declaration": "^7.24.7",
|
|
640
|
+
"@babel/parser": "^7.24.7",
|
|
641
|
+
"@babel/types": "^7.24.7",
|
|
644
642
|
"debug": "^4.3.1",
|
|
645
643
|
"globals": "^11.1.0"
|
|
646
644
|
},
|
|
@@ -657,12 +655,12 @@
|
|
|
657
655
|
}
|
|
658
656
|
},
|
|
659
657
|
"../../../../node_modules/@babel/types": {
|
|
660
|
-
"version": "7.24.
|
|
658
|
+
"version": "7.24.7",
|
|
661
659
|
"dev": true,
|
|
662
660
|
"license": "MIT",
|
|
663
661
|
"dependencies": {
|
|
664
|
-
"@babel/helper-string-parser": "^7.
|
|
665
|
-
"@babel/helper-validator-identifier": "^7.
|
|
662
|
+
"@babel/helper-string-parser": "^7.24.7",
|
|
663
|
+
"@babel/helper-validator-identifier": "^7.24.7",
|
|
666
664
|
"to-fast-properties": "^2.0.0"
|
|
667
665
|
},
|
|
668
666
|
"engines": {
|
|
@@ -692,7 +690,6 @@
|
|
|
692
690
|
},
|
|
693
691
|
"../../../../node_modules/@eslint-community/eslint-utils": {
|
|
694
692
|
"version": "4.4.0",
|
|
695
|
-
"dev": true,
|
|
696
693
|
"license": "MIT",
|
|
697
694
|
"dependencies": {
|
|
698
695
|
"eslint-visitor-keys": "^3.3.0"
|
|
@@ -705,22 +702,50 @@
|
|
|
705
702
|
}
|
|
706
703
|
},
|
|
707
704
|
"../../../../node_modules/@eslint-community/regexpp": {
|
|
708
|
-
"version": "4.10.
|
|
709
|
-
"dev": true,
|
|
705
|
+
"version": "4.10.1",
|
|
710
706
|
"license": "MIT",
|
|
711
707
|
"engines": {
|
|
712
708
|
"node": "^12.0.0 || ^14.0.0 || >=16.0.0"
|
|
713
709
|
}
|
|
714
710
|
},
|
|
711
|
+
"../../../../node_modules/@eslint/config-array": {
|
|
712
|
+
"version": "0.15.1",
|
|
713
|
+
"license": "Apache-2.0",
|
|
714
|
+
"dependencies": {
|
|
715
|
+
"@eslint/object-schema": "^2.1.3",
|
|
716
|
+
"debug": "^4.3.1",
|
|
717
|
+
"minimatch": "^3.0.5"
|
|
718
|
+
},
|
|
719
|
+
"engines": {
|
|
720
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
721
|
+
}
|
|
722
|
+
},
|
|
723
|
+
"../../../../node_modules/@eslint/config-array/node_modules/brace-expansion": {
|
|
724
|
+
"version": "1.1.11",
|
|
725
|
+
"license": "MIT",
|
|
726
|
+
"dependencies": {
|
|
727
|
+
"balanced-match": "^1.0.0",
|
|
728
|
+
"concat-map": "0.0.1"
|
|
729
|
+
}
|
|
730
|
+
},
|
|
731
|
+
"../../../../node_modules/@eslint/config-array/node_modules/minimatch": {
|
|
732
|
+
"version": "3.1.2",
|
|
733
|
+
"license": "ISC",
|
|
734
|
+
"dependencies": {
|
|
735
|
+
"brace-expansion": "^1.1.7"
|
|
736
|
+
},
|
|
737
|
+
"engines": {
|
|
738
|
+
"node": "*"
|
|
739
|
+
}
|
|
740
|
+
},
|
|
715
741
|
"../../../../node_modules/@eslint/eslintrc": {
|
|
716
|
-
"version": "
|
|
717
|
-
"dev": true,
|
|
742
|
+
"version": "3.1.0",
|
|
718
743
|
"license": "MIT",
|
|
719
744
|
"dependencies": {
|
|
720
745
|
"ajv": "^6.12.4",
|
|
721
746
|
"debug": "^4.3.2",
|
|
722
|
-
"espree": "^
|
|
723
|
-
"globals": "^
|
|
747
|
+
"espree": "^10.0.1",
|
|
748
|
+
"globals": "^14.0.0",
|
|
724
749
|
"ignore": "^5.2.0",
|
|
725
750
|
"import-fresh": "^3.2.1",
|
|
726
751
|
"js-yaml": "^4.1.0",
|
|
@@ -728,7 +753,7 @@
|
|
|
728
753
|
"strip-json-comments": "^3.1.1"
|
|
729
754
|
},
|
|
730
755
|
"engines": {
|
|
731
|
-
"node": "^
|
|
756
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
732
757
|
},
|
|
733
758
|
"funding": {
|
|
734
759
|
"url": "https://opencollective.com/eslint"
|
|
@@ -736,7 +761,6 @@
|
|
|
736
761
|
},
|
|
737
762
|
"../../../../node_modules/@eslint/eslintrc/node_modules/ajv": {
|
|
738
763
|
"version": "6.12.6",
|
|
739
|
-
"dev": true,
|
|
740
764
|
"license": "MIT",
|
|
741
765
|
"dependencies": {
|
|
742
766
|
"fast-deep-equal": "^3.1.1",
|
|
@@ -751,7 +775,6 @@
|
|
|
751
775
|
},
|
|
752
776
|
"../../../../node_modules/@eslint/eslintrc/node_modules/brace-expansion": {
|
|
753
777
|
"version": "1.1.11",
|
|
754
|
-
"dev": true,
|
|
755
778
|
"license": "MIT",
|
|
756
779
|
"dependencies": {
|
|
757
780
|
"balanced-match": "^1.0.0",
|
|
@@ -760,12 +783,10 @@
|
|
|
760
783
|
},
|
|
761
784
|
"../../../../node_modules/@eslint/eslintrc/node_modules/json-schema-traverse": {
|
|
762
785
|
"version": "0.4.1",
|
|
763
|
-
"dev": true,
|
|
764
786
|
"license": "MIT"
|
|
765
787
|
},
|
|
766
788
|
"../../../../node_modules/@eslint/eslintrc/node_modules/minimatch": {
|
|
767
789
|
"version": "3.1.2",
|
|
768
|
-
"dev": true,
|
|
769
790
|
"license": "ISC",
|
|
770
791
|
"dependencies": {
|
|
771
792
|
"brace-expansion": "^1.1.7"
|
|
@@ -775,49 +796,25 @@
|
|
|
775
796
|
}
|
|
776
797
|
},
|
|
777
798
|
"../../../../node_modules/@eslint/js": {
|
|
778
|
-
"version": "
|
|
779
|
-
"dev": true,
|
|
799
|
+
"version": "9.4.0",
|
|
780
800
|
"license": "MIT",
|
|
781
801
|
"engines": {
|
|
782
|
-
"node": "^
|
|
802
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
783
803
|
}
|
|
784
804
|
},
|
|
785
|
-
"../../../../node_modules/@
|
|
786
|
-
"version": "
|
|
787
|
-
"dev": true,
|
|
805
|
+
"../../../../node_modules/@eslint/object-schema": {
|
|
806
|
+
"version": "2.1.4",
|
|
788
807
|
"license": "Apache-2.0",
|
|
789
|
-
"dependencies": {
|
|
790
|
-
"@humanwhocodes/object-schema": "^2.0.2",
|
|
791
|
-
"debug": "^4.3.1",
|
|
792
|
-
"minimatch": "^3.0.5"
|
|
793
|
-
},
|
|
794
808
|
"engines": {
|
|
795
|
-
"node": ">=
|
|
796
|
-
}
|
|
797
|
-
},
|
|
798
|
-
"../../../../node_modules/@humanwhocodes/config-array/node_modules/brace-expansion": {
|
|
799
|
-
"version": "1.1.11",
|
|
800
|
-
"dev": true,
|
|
801
|
-
"license": "MIT",
|
|
802
|
-
"dependencies": {
|
|
803
|
-
"balanced-match": "^1.0.0",
|
|
804
|
-
"concat-map": "0.0.1"
|
|
809
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
805
810
|
}
|
|
806
811
|
},
|
|
807
|
-
"../../../../node_modules/@
|
|
808
|
-
"version": "3.
|
|
809
|
-
"
|
|
810
|
-
"license": "ISC",
|
|
811
|
-
"dependencies": {
|
|
812
|
-
"brace-expansion": "^1.1.7"
|
|
813
|
-
},
|
|
814
|
-
"engines": {
|
|
815
|
-
"node": "*"
|
|
816
|
-
}
|
|
812
|
+
"../../../../node_modules/@hapi/bourne": {
|
|
813
|
+
"version": "3.0.0",
|
|
814
|
+
"license": "BSD-3-Clause"
|
|
817
815
|
},
|
|
818
816
|
"../../../../node_modules/@humanwhocodes/module-importer": {
|
|
819
817
|
"version": "1.0.1",
|
|
820
|
-
"dev": true,
|
|
821
818
|
"license": "Apache-2.0",
|
|
822
819
|
"engines": {
|
|
823
820
|
"node": ">=12.22"
|
|
@@ -827,10 +824,16 @@
|
|
|
827
824
|
"url": "https://github.com/sponsors/nzakas"
|
|
828
825
|
}
|
|
829
826
|
},
|
|
830
|
-
"../../../../node_modules/@humanwhocodes/
|
|
831
|
-
"version": "
|
|
832
|
-
"
|
|
833
|
-
"
|
|
827
|
+
"../../../../node_modules/@humanwhocodes/retry": {
|
|
828
|
+
"version": "0.3.0",
|
|
829
|
+
"license": "Apache-2.0",
|
|
830
|
+
"engines": {
|
|
831
|
+
"node": ">=18.18"
|
|
832
|
+
},
|
|
833
|
+
"funding": {
|
|
834
|
+
"type": "github",
|
|
835
|
+
"url": "https://github.com/sponsors/nzakas"
|
|
836
|
+
}
|
|
834
837
|
},
|
|
835
838
|
"../../../../node_modules/@isaacs/cliui": {
|
|
836
839
|
"version": "8.0.2",
|
|
@@ -1012,11 +1015,6 @@
|
|
|
1012
1015
|
"node": ">=8"
|
|
1013
1016
|
}
|
|
1014
1017
|
},
|
|
1015
|
-
"../../../../node_modules/@istanbuljs/load-nyc-config/node_modules/sprintf-js": {
|
|
1016
|
-
"version": "1.0.3",
|
|
1017
|
-
"dev": true,
|
|
1018
|
-
"license": "BSD-3-Clause"
|
|
1019
|
-
},
|
|
1020
1018
|
"../../../../node_modules/@istanbuljs/schema": {
|
|
1021
1019
|
"version": "0.1.3",
|
|
1022
1020
|
"dev": true,
|
|
@@ -1370,7 +1368,6 @@
|
|
|
1370
1368
|
},
|
|
1371
1369
|
"../../../../node_modules/@nodelib/fs.scandir": {
|
|
1372
1370
|
"version": "2.1.5",
|
|
1373
|
-
"dev": true,
|
|
1374
1371
|
"license": "MIT",
|
|
1375
1372
|
"dependencies": {
|
|
1376
1373
|
"@nodelib/fs.stat": "2.0.5",
|
|
@@ -1382,7 +1379,6 @@
|
|
|
1382
1379
|
},
|
|
1383
1380
|
"../../../../node_modules/@nodelib/fs.stat": {
|
|
1384
1381
|
"version": "2.0.5",
|
|
1385
|
-
"dev": true,
|
|
1386
1382
|
"license": "MIT",
|
|
1387
1383
|
"engines": {
|
|
1388
1384
|
"node": ">= 8"
|
|
@@ -1390,7 +1386,6 @@
|
|
|
1390
1386
|
},
|
|
1391
1387
|
"../../../../node_modules/@nodelib/fs.walk": {
|
|
1392
1388
|
"version": "1.2.8",
|
|
1393
|
-
"dev": true,
|
|
1394
1389
|
"license": "MIT",
|
|
1395
1390
|
"dependencies": {
|
|
1396
1391
|
"@nodelib/fs.scandir": "2.1.5",
|
|
@@ -1590,7 +1585,7 @@
|
|
|
1590
1585
|
}
|
|
1591
1586
|
},
|
|
1592
1587
|
"../../../../node_modules/@prisma/client": {
|
|
1593
|
-
"version": "5.
|
|
1588
|
+
"version": "5.15.0",
|
|
1594
1589
|
"dev": true,
|
|
1595
1590
|
"hasInstallScript": true,
|
|
1596
1591
|
"license": "Apache-2.0",
|
|
@@ -1607,43 +1602,43 @@
|
|
|
1607
1602
|
}
|
|
1608
1603
|
},
|
|
1609
1604
|
"../../../../node_modules/@prisma/debug": {
|
|
1610
|
-
"version": "5.
|
|
1605
|
+
"version": "5.15.0",
|
|
1611
1606
|
"dev": true,
|
|
1612
1607
|
"license": "Apache-2.0"
|
|
1613
1608
|
},
|
|
1614
1609
|
"../../../../node_modules/@prisma/engines": {
|
|
1615
|
-
"version": "5.
|
|
1610
|
+
"version": "5.15.0",
|
|
1616
1611
|
"dev": true,
|
|
1617
1612
|
"hasInstallScript": true,
|
|
1618
1613
|
"license": "Apache-2.0",
|
|
1619
1614
|
"dependencies": {
|
|
1620
|
-
"@prisma/debug": "5.
|
|
1621
|
-
"@prisma/engines-version": "5.
|
|
1622
|
-
"@prisma/fetch-engine": "5.
|
|
1623
|
-
"@prisma/get-platform": "5.
|
|
1615
|
+
"@prisma/debug": "5.15.0",
|
|
1616
|
+
"@prisma/engines-version": "5.15.0-29.12e25d8d06f6ea5a0252864dd9a03b1bb51f3022",
|
|
1617
|
+
"@prisma/fetch-engine": "5.15.0",
|
|
1618
|
+
"@prisma/get-platform": "5.15.0"
|
|
1624
1619
|
}
|
|
1625
1620
|
},
|
|
1626
1621
|
"../../../../node_modules/@prisma/engines-version": {
|
|
1627
|
-
"version": "5.
|
|
1622
|
+
"version": "5.15.0-29.12e25d8d06f6ea5a0252864dd9a03b1bb51f3022",
|
|
1628
1623
|
"dev": true,
|
|
1629
1624
|
"license": "Apache-2.0"
|
|
1630
1625
|
},
|
|
1631
1626
|
"../../../../node_modules/@prisma/fetch-engine": {
|
|
1632
|
-
"version": "5.
|
|
1627
|
+
"version": "5.15.0",
|
|
1633
1628
|
"dev": true,
|
|
1634
1629
|
"license": "Apache-2.0",
|
|
1635
1630
|
"dependencies": {
|
|
1636
|
-
"@prisma/debug": "5.
|
|
1637
|
-
"@prisma/engines-version": "5.
|
|
1638
|
-
"@prisma/get-platform": "5.
|
|
1631
|
+
"@prisma/debug": "5.15.0",
|
|
1632
|
+
"@prisma/engines-version": "5.15.0-29.12e25d8d06f6ea5a0252864dd9a03b1bb51f3022",
|
|
1633
|
+
"@prisma/get-platform": "5.15.0"
|
|
1639
1634
|
}
|
|
1640
1635
|
},
|
|
1641
1636
|
"../../../../node_modules/@prisma/get-platform": {
|
|
1642
|
-
"version": "5.
|
|
1637
|
+
"version": "5.15.0",
|
|
1643
1638
|
"dev": true,
|
|
1644
1639
|
"license": "Apache-2.0",
|
|
1645
1640
|
"dependencies": {
|
|
1646
|
-
"@prisma/debug": "5.
|
|
1641
|
+
"@prisma/debug": "5.15.0"
|
|
1647
1642
|
}
|
|
1648
1643
|
},
|
|
1649
1644
|
"../../../../node_modules/@protobufjs/aspromise": {
|
|
@@ -1754,7 +1749,7 @@
|
|
|
1754
1749
|
}
|
|
1755
1750
|
},
|
|
1756
1751
|
"../../../../node_modules/@types/babel__traverse": {
|
|
1757
|
-
"version": "7.20.
|
|
1752
|
+
"version": "7.20.6",
|
|
1758
1753
|
"dev": true,
|
|
1759
1754
|
"license": "MIT",
|
|
1760
1755
|
"dependencies": {
|
|
@@ -1811,7 +1806,7 @@
|
|
|
1811
1806
|
}
|
|
1812
1807
|
},
|
|
1813
1808
|
"../../../../node_modules/@types/express-serve-static-core": {
|
|
1814
|
-
"version": "4.
|
|
1809
|
+
"version": "4.19.3",
|
|
1815
1810
|
"dev": true,
|
|
1816
1811
|
"license": "MIT",
|
|
1817
1812
|
"dependencies": {
|
|
@@ -1914,7 +1909,7 @@
|
|
|
1914
1909
|
}
|
|
1915
1910
|
},
|
|
1916
1911
|
"../../../../node_modules/@types/lodash": {
|
|
1917
|
-
"version": "4.17.
|
|
1912
|
+
"version": "4.17.5",
|
|
1918
1913
|
"dev": true,
|
|
1919
1914
|
"license": "MIT"
|
|
1920
1915
|
},
|
|
@@ -1929,14 +1924,14 @@
|
|
|
1929
1924
|
"license": "MIT"
|
|
1930
1925
|
},
|
|
1931
1926
|
"../../../../node_modules/@types/node": {
|
|
1932
|
-
"version": "20.
|
|
1927
|
+
"version": "20.14.2",
|
|
1933
1928
|
"license": "MIT",
|
|
1934
1929
|
"dependencies": {
|
|
1935
1930
|
"undici-types": "~5.26.4"
|
|
1936
1931
|
}
|
|
1937
1932
|
},
|
|
1938
1933
|
"../../../../node_modules/@types/pg": {
|
|
1939
|
-
"version": "8.11.
|
|
1934
|
+
"version": "8.11.6",
|
|
1940
1935
|
"dev": true,
|
|
1941
1936
|
"license": "MIT",
|
|
1942
1937
|
"dependencies": {
|
|
@@ -1946,7 +1941,7 @@
|
|
|
1946
1941
|
}
|
|
1947
1942
|
},
|
|
1948
1943
|
"../../../../node_modules/@types/qs": {
|
|
1949
|
-
"version": "6.9.
|
|
1944
|
+
"version": "6.9.15",
|
|
1950
1945
|
"dev": true,
|
|
1951
1946
|
"license": "MIT"
|
|
1952
1947
|
},
|
|
@@ -1965,13 +1960,13 @@
|
|
|
1965
1960
|
}
|
|
1966
1961
|
},
|
|
1967
1962
|
"../../../../node_modules/@types/serve-static": {
|
|
1968
|
-
"version": "1.15.
|
|
1963
|
+
"version": "1.15.7",
|
|
1969
1964
|
"dev": true,
|
|
1970
1965
|
"license": "MIT",
|
|
1971
1966
|
"dependencies": {
|
|
1972
1967
|
"@types/http-errors": "*",
|
|
1973
|
-
"@types/
|
|
1974
|
-
"@types/
|
|
1968
|
+
"@types/node": "*",
|
|
1969
|
+
"@types/send": "*"
|
|
1975
1970
|
}
|
|
1976
1971
|
},
|
|
1977
1972
|
"../../../../node_modules/@types/stack-utils": {
|
|
@@ -1980,7 +1975,7 @@
|
|
|
1980
1975
|
"license": "MIT"
|
|
1981
1976
|
},
|
|
1982
1977
|
"../../../../node_modules/@types/superagent": {
|
|
1983
|
-
"version": "8.1.
|
|
1978
|
+
"version": "8.1.7",
|
|
1984
1979
|
"dev": true,
|
|
1985
1980
|
"license": "MIT",
|
|
1986
1981
|
"dependencies": {
|
|
@@ -2029,30 +2024,29 @@
|
|
|
2029
2024
|
"license": "MIT"
|
|
2030
2025
|
},
|
|
2031
2026
|
"../../../../node_modules/@typescript-eslint/eslint-plugin": {
|
|
2032
|
-
"version": "
|
|
2033
|
-
"dev": true,
|
|
2027
|
+
"version": "8.0.0-alpha.30",
|
|
2034
2028
|
"license": "MIT",
|
|
2035
2029
|
"dependencies": {
|
|
2036
2030
|
"@eslint-community/regexpp": "^4.10.0",
|
|
2037
|
-
"@typescript-eslint/scope-manager": "
|
|
2038
|
-
"@typescript-eslint/type-utils": "
|
|
2039
|
-
"@typescript-eslint/utils": "
|
|
2040
|
-
"@typescript-eslint/visitor-keys": "
|
|
2031
|
+
"@typescript-eslint/scope-manager": "8.0.0-alpha.30",
|
|
2032
|
+
"@typescript-eslint/type-utils": "8.0.0-alpha.30",
|
|
2033
|
+
"@typescript-eslint/utils": "8.0.0-alpha.30",
|
|
2034
|
+
"@typescript-eslint/visitor-keys": "8.0.0-alpha.30",
|
|
2041
2035
|
"graphemer": "^1.4.0",
|
|
2042
2036
|
"ignore": "^5.3.1",
|
|
2043
2037
|
"natural-compare": "^1.4.0",
|
|
2044
2038
|
"ts-api-utils": "^1.3.0"
|
|
2045
2039
|
},
|
|
2046
2040
|
"engines": {
|
|
2047
|
-
"node": "^18.18.0 ||
|
|
2041
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2048
2042
|
},
|
|
2049
2043
|
"funding": {
|
|
2050
2044
|
"type": "opencollective",
|
|
2051
2045
|
"url": "https://opencollective.com/typescript-eslint"
|
|
2052
2046
|
},
|
|
2053
2047
|
"peerDependencies": {
|
|
2054
|
-
"@typescript-eslint/parser": "^
|
|
2055
|
-
"eslint": "^8.
|
|
2048
|
+
"@typescript-eslint/parser": "^8.0.0 || ^8.0.0-alpha.0",
|
|
2049
|
+
"eslint": "^8.57.0 || ^9.0.0"
|
|
2056
2050
|
},
|
|
2057
2051
|
"peerDependenciesMeta": {
|
|
2058
2052
|
"typescript": {
|
|
@@ -2061,25 +2055,24 @@
|
|
|
2061
2055
|
}
|
|
2062
2056
|
},
|
|
2063
2057
|
"../../../../node_modules/@typescript-eslint/parser": {
|
|
2064
|
-
"version": "
|
|
2065
|
-
"dev": true,
|
|
2058
|
+
"version": "8.0.0-alpha.30",
|
|
2066
2059
|
"license": "BSD-2-Clause",
|
|
2067
2060
|
"dependencies": {
|
|
2068
|
-
"@typescript-eslint/scope-manager": "
|
|
2069
|
-
"@typescript-eslint/types": "
|
|
2070
|
-
"@typescript-eslint/typescript-estree": "
|
|
2071
|
-
"@typescript-eslint/visitor-keys": "
|
|
2061
|
+
"@typescript-eslint/scope-manager": "8.0.0-alpha.30",
|
|
2062
|
+
"@typescript-eslint/types": "8.0.0-alpha.30",
|
|
2063
|
+
"@typescript-eslint/typescript-estree": "8.0.0-alpha.30",
|
|
2064
|
+
"@typescript-eslint/visitor-keys": "8.0.0-alpha.30",
|
|
2072
2065
|
"debug": "^4.3.4"
|
|
2073
2066
|
},
|
|
2074
2067
|
"engines": {
|
|
2075
|
-
"node": "^18.18.0 ||
|
|
2068
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2076
2069
|
},
|
|
2077
2070
|
"funding": {
|
|
2078
2071
|
"type": "opencollective",
|
|
2079
2072
|
"url": "https://opencollective.com/typescript-eslint"
|
|
2080
2073
|
},
|
|
2081
2074
|
"peerDependencies": {
|
|
2082
|
-
"eslint": "^8.
|
|
2075
|
+
"eslint": "^8.57.0 || ^9.0.0"
|
|
2083
2076
|
},
|
|
2084
2077
|
"peerDependenciesMeta": {
|
|
2085
2078
|
"typescript": {
|
|
@@ -2088,15 +2081,14 @@
|
|
|
2088
2081
|
}
|
|
2089
2082
|
},
|
|
2090
2083
|
"../../../../node_modules/@typescript-eslint/scope-manager": {
|
|
2091
|
-
"version": "
|
|
2092
|
-
"dev": true,
|
|
2084
|
+
"version": "8.0.0-alpha.30",
|
|
2093
2085
|
"license": "MIT",
|
|
2094
2086
|
"dependencies": {
|
|
2095
|
-
"@typescript-eslint/types": "
|
|
2096
|
-
"@typescript-eslint/visitor-keys": "
|
|
2087
|
+
"@typescript-eslint/types": "8.0.0-alpha.30",
|
|
2088
|
+
"@typescript-eslint/visitor-keys": "8.0.0-alpha.30"
|
|
2097
2089
|
},
|
|
2098
2090
|
"engines": {
|
|
2099
|
-
"node": "^18.18.0 ||
|
|
2091
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2100
2092
|
},
|
|
2101
2093
|
"funding": {
|
|
2102
2094
|
"type": "opencollective",
|
|
@@ -2104,25 +2096,21 @@
|
|
|
2104
2096
|
}
|
|
2105
2097
|
},
|
|
2106
2098
|
"../../../../node_modules/@typescript-eslint/type-utils": {
|
|
2107
|
-
"version": "
|
|
2108
|
-
"dev": true,
|
|
2099
|
+
"version": "8.0.0-alpha.30",
|
|
2109
2100
|
"license": "MIT",
|
|
2110
2101
|
"dependencies": {
|
|
2111
|
-
"@typescript-eslint/typescript-estree": "
|
|
2112
|
-
"@typescript-eslint/utils": "
|
|
2102
|
+
"@typescript-eslint/typescript-estree": "8.0.0-alpha.30",
|
|
2103
|
+
"@typescript-eslint/utils": "8.0.0-alpha.30",
|
|
2113
2104
|
"debug": "^4.3.4",
|
|
2114
2105
|
"ts-api-utils": "^1.3.0"
|
|
2115
2106
|
},
|
|
2116
2107
|
"engines": {
|
|
2117
|
-
"node": "^18.18.0 ||
|
|
2108
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2118
2109
|
},
|
|
2119
2110
|
"funding": {
|
|
2120
2111
|
"type": "opencollective",
|
|
2121
2112
|
"url": "https://opencollective.com/typescript-eslint"
|
|
2122
2113
|
},
|
|
2123
|
-
"peerDependencies": {
|
|
2124
|
-
"eslint": "^8.56.0"
|
|
2125
|
-
},
|
|
2126
2114
|
"peerDependenciesMeta": {
|
|
2127
2115
|
"typescript": {
|
|
2128
2116
|
"optional": true
|
|
@@ -2130,11 +2118,10 @@
|
|
|
2130
2118
|
}
|
|
2131
2119
|
},
|
|
2132
2120
|
"../../../../node_modules/@typescript-eslint/types": {
|
|
2133
|
-
"version": "
|
|
2134
|
-
"dev": true,
|
|
2121
|
+
"version": "8.0.0-alpha.30",
|
|
2135
2122
|
"license": "MIT",
|
|
2136
2123
|
"engines": {
|
|
2137
|
-
"node": "^18.18.0 ||
|
|
2124
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2138
2125
|
},
|
|
2139
2126
|
"funding": {
|
|
2140
2127
|
"type": "opencollective",
|
|
@@ -2142,12 +2129,11 @@
|
|
|
2142
2129
|
}
|
|
2143
2130
|
},
|
|
2144
2131
|
"../../../../node_modules/@typescript-eslint/typescript-estree": {
|
|
2145
|
-
"version": "
|
|
2146
|
-
"dev": true,
|
|
2132
|
+
"version": "8.0.0-alpha.30",
|
|
2147
2133
|
"license": "BSD-2-Clause",
|
|
2148
2134
|
"dependencies": {
|
|
2149
|
-
"@typescript-eslint/types": "
|
|
2150
|
-
"@typescript-eslint/visitor-keys": "
|
|
2135
|
+
"@typescript-eslint/types": "8.0.0-alpha.30",
|
|
2136
|
+
"@typescript-eslint/visitor-keys": "8.0.0-alpha.30",
|
|
2151
2137
|
"debug": "^4.3.4",
|
|
2152
2138
|
"globby": "^11.1.0",
|
|
2153
2139
|
"is-glob": "^4.0.3",
|
|
@@ -2156,7 +2142,7 @@
|
|
|
2156
2142
|
"ts-api-utils": "^1.3.0"
|
|
2157
2143
|
},
|
|
2158
2144
|
"engines": {
|
|
2159
|
-
"node": "^18.18.0 ||
|
|
2145
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2160
2146
|
},
|
|
2161
2147
|
"funding": {
|
|
2162
2148
|
"type": "opencollective",
|
|
@@ -2169,47 +2155,40 @@
|
|
|
2169
2155
|
}
|
|
2170
2156
|
},
|
|
2171
2157
|
"../../../../node_modules/@typescript-eslint/utils": {
|
|
2172
|
-
"version": "
|
|
2173
|
-
"dev": true,
|
|
2158
|
+
"version": "8.0.0-alpha.30",
|
|
2174
2159
|
"license": "MIT",
|
|
2175
2160
|
"dependencies": {
|
|
2176
2161
|
"@eslint-community/eslint-utils": "^4.4.0",
|
|
2177
|
-
"@typescript-eslint/scope-manager": "
|
|
2178
|
-
"@typescript-eslint/types": "
|
|
2179
|
-
"@typescript-eslint/typescript-estree": "
|
|
2162
|
+
"@typescript-eslint/scope-manager": "8.0.0-alpha.30",
|
|
2163
|
+
"@typescript-eslint/types": "8.0.0-alpha.30",
|
|
2164
|
+
"@typescript-eslint/typescript-estree": "8.0.0-alpha.30"
|
|
2180
2165
|
},
|
|
2181
2166
|
"engines": {
|
|
2182
|
-
"node": "^18.18.0 ||
|
|
2167
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2183
2168
|
},
|
|
2184
2169
|
"funding": {
|
|
2185
2170
|
"type": "opencollective",
|
|
2186
2171
|
"url": "https://opencollective.com/typescript-eslint"
|
|
2187
2172
|
},
|
|
2188
2173
|
"peerDependencies": {
|
|
2189
|
-
"eslint": "^8.
|
|
2174
|
+
"eslint": "^8.57.0 || ^9.0.0"
|
|
2190
2175
|
}
|
|
2191
2176
|
},
|
|
2192
2177
|
"../../../../node_modules/@typescript-eslint/visitor-keys": {
|
|
2193
|
-
"version": "
|
|
2194
|
-
"dev": true,
|
|
2178
|
+
"version": "8.0.0-alpha.30",
|
|
2195
2179
|
"license": "MIT",
|
|
2196
2180
|
"dependencies": {
|
|
2197
|
-
"@typescript-eslint/types": "
|
|
2181
|
+
"@typescript-eslint/types": "8.0.0-alpha.30",
|
|
2198
2182
|
"eslint-visitor-keys": "^3.4.3"
|
|
2199
2183
|
},
|
|
2200
2184
|
"engines": {
|
|
2201
|
-
"node": "^18.18.0 ||
|
|
2185
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2202
2186
|
},
|
|
2203
2187
|
"funding": {
|
|
2204
2188
|
"type": "opencollective",
|
|
2205
2189
|
"url": "https://opencollective.com/typescript-eslint"
|
|
2206
2190
|
}
|
|
2207
2191
|
},
|
|
2208
|
-
"../../../../node_modules/@ungap/structured-clone": {
|
|
2209
|
-
"version": "1.2.0",
|
|
2210
|
-
"dev": true,
|
|
2211
|
-
"license": "ISC"
|
|
2212
|
-
},
|
|
2213
2192
|
"../../../../node_modules/accepts": {
|
|
2214
2193
|
"version": "1.3.8",
|
|
2215
2194
|
"license": "MIT",
|
|
@@ -2223,7 +2202,6 @@
|
|
|
2223
2202
|
},
|
|
2224
2203
|
"../../../../node_modules/acorn": {
|
|
2225
2204
|
"version": "8.11.3",
|
|
2226
|
-
"dev": true,
|
|
2227
2205
|
"license": "MIT",
|
|
2228
2206
|
"bin": {
|
|
2229
2207
|
"acorn": "bin/acorn"
|
|
@@ -2234,7 +2212,6 @@
|
|
|
2234
2212
|
},
|
|
2235
2213
|
"../../../../node_modules/acorn-jsx": {
|
|
2236
2214
|
"version": "5.3.2",
|
|
2237
|
-
"dev": true,
|
|
2238
2215
|
"license": "MIT",
|
|
2239
2216
|
"peerDependencies": {
|
|
2240
2217
|
"acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
@@ -2267,16 +2244,6 @@
|
|
|
2267
2244
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
2268
2245
|
}
|
|
2269
2246
|
},
|
|
2270
|
-
"../../../../node_modules/ansi-escapes/node_modules/type-fest": {
|
|
2271
|
-
"version": "0.21.3",
|
|
2272
|
-
"license": "(MIT OR CC0-1.0)",
|
|
2273
|
-
"engines": {
|
|
2274
|
-
"node": ">=10"
|
|
2275
|
-
},
|
|
2276
|
-
"funding": {
|
|
2277
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
2278
|
-
}
|
|
2279
|
-
},
|
|
2280
2247
|
"../../../../node_modules/ansi-regex": {
|
|
2281
2248
|
"version": "5.0.1",
|
|
2282
2249
|
"license": "MIT",
|
|
@@ -2324,12 +2291,10 @@
|
|
|
2324
2291
|
},
|
|
2325
2292
|
"../../../../node_modules/argparse": {
|
|
2326
2293
|
"version": "2.0.1",
|
|
2327
|
-
"dev": true,
|
|
2328
2294
|
"license": "Python-2.0"
|
|
2329
2295
|
},
|
|
2330
2296
|
"../../../../node_modules/array-union": {
|
|
2331
2297
|
"version": "2.1.0",
|
|
2332
|
-
"dev": true,
|
|
2333
2298
|
"license": "MIT",
|
|
2334
2299
|
"engines": {
|
|
2335
2300
|
"node": ">=8"
|
|
@@ -2468,7 +2433,6 @@
|
|
|
2468
2433
|
},
|
|
2469
2434
|
"../../../../node_modules/balanced-match": {
|
|
2470
2435
|
"version": "1.0.2",
|
|
2471
|
-
"dev": true,
|
|
2472
2436
|
"license": "MIT"
|
|
2473
2437
|
},
|
|
2474
2438
|
"../../../../node_modules/base64-js": {
|
|
@@ -2498,49 +2462,25 @@
|
|
|
2498
2462
|
"readable-stream": "^3.4.0"
|
|
2499
2463
|
}
|
|
2500
2464
|
},
|
|
2501
|
-
"../../../../node_modules/bl/node_modules/buffer": {
|
|
2502
|
-
"version": "5.7.1",
|
|
2503
|
-
"funding": [
|
|
2504
|
-
{
|
|
2505
|
-
"type": "github",
|
|
2506
|
-
"url": "https://github.com/sponsors/feross"
|
|
2507
|
-
},
|
|
2508
|
-
{
|
|
2509
|
-
"type": "patreon",
|
|
2510
|
-
"url": "https://www.patreon.com/feross"
|
|
2511
|
-
},
|
|
2512
|
-
{
|
|
2513
|
-
"type": "consulting",
|
|
2514
|
-
"url": "https://feross.org/support"
|
|
2515
|
-
}
|
|
2516
|
-
],
|
|
2517
|
-
"license": "MIT",
|
|
2518
|
-
"dependencies": {
|
|
2519
|
-
"base64-js": "^1.3.1",
|
|
2520
|
-
"ieee754": "^1.1.13"
|
|
2521
|
-
}
|
|
2522
|
-
},
|
|
2523
2465
|
"../../../../node_modules/brace-expansion": {
|
|
2524
2466
|
"version": "2.0.1",
|
|
2525
|
-
"dev": true,
|
|
2526
2467
|
"license": "MIT",
|
|
2527
2468
|
"dependencies": {
|
|
2528
2469
|
"balanced-match": "^1.0.0"
|
|
2529
2470
|
}
|
|
2530
2471
|
},
|
|
2531
2472
|
"../../../../node_modules/braces": {
|
|
2532
|
-
"version": "3.0.
|
|
2533
|
-
"dev": true,
|
|
2473
|
+
"version": "3.0.3",
|
|
2534
2474
|
"license": "MIT",
|
|
2535
2475
|
"dependencies": {
|
|
2536
|
-
"fill-range": "^7.
|
|
2476
|
+
"fill-range": "^7.1.1"
|
|
2537
2477
|
},
|
|
2538
2478
|
"engines": {
|
|
2539
2479
|
"node": ">=8"
|
|
2540
2480
|
}
|
|
2541
2481
|
},
|
|
2542
2482
|
"../../../../node_modules/browserslist": {
|
|
2543
|
-
"version": "4.23.
|
|
2483
|
+
"version": "4.23.1",
|
|
2544
2484
|
"dev": true,
|
|
2545
2485
|
"funding": [
|
|
2546
2486
|
{
|
|
@@ -2558,10 +2498,10 @@
|
|
|
2558
2498
|
],
|
|
2559
2499
|
"license": "MIT",
|
|
2560
2500
|
"dependencies": {
|
|
2561
|
-
"caniuse-lite": "^1.0.
|
|
2562
|
-
"electron-to-chromium": "^1.4.
|
|
2501
|
+
"caniuse-lite": "^1.0.30001629",
|
|
2502
|
+
"electron-to-chromium": "^1.4.796",
|
|
2563
2503
|
"node-releases": "^2.0.14",
|
|
2564
|
-
"update-browserslist-db": "^1.0.
|
|
2504
|
+
"update-browserslist-db": "^1.0.16"
|
|
2565
2505
|
},
|
|
2566
2506
|
"bin": {
|
|
2567
2507
|
"browserslist": "cli.js"
|
|
@@ -2590,8 +2530,7 @@
|
|
|
2590
2530
|
}
|
|
2591
2531
|
},
|
|
2592
2532
|
"../../../../node_modules/buffer": {
|
|
2593
|
-
"version": "
|
|
2594
|
-
"dev": true,
|
|
2533
|
+
"version": "5.7.1",
|
|
2595
2534
|
"funding": [
|
|
2596
2535
|
{
|
|
2597
2536
|
"type": "github",
|
|
@@ -2609,7 +2548,7 @@
|
|
|
2609
2548
|
"license": "MIT",
|
|
2610
2549
|
"dependencies": {
|
|
2611
2550
|
"base64-js": "^1.3.1",
|
|
2612
|
-
"ieee754": "^1.
|
|
2551
|
+
"ieee754": "^1.1.13"
|
|
2613
2552
|
}
|
|
2614
2553
|
},
|
|
2615
2554
|
"../../../../node_modules/buffer-from": {
|
|
@@ -2661,7 +2600,6 @@
|
|
|
2661
2600
|
},
|
|
2662
2601
|
"../../../../node_modules/callsites": {
|
|
2663
2602
|
"version": "3.1.0",
|
|
2664
|
-
"dev": true,
|
|
2665
2603
|
"license": "MIT",
|
|
2666
2604
|
"engines": {
|
|
2667
2605
|
"node": ">=6"
|
|
@@ -2685,7 +2623,7 @@
|
|
|
2685
2623
|
}
|
|
2686
2624
|
},
|
|
2687
2625
|
"../../../../node_modules/caniuse-lite": {
|
|
2688
|
-
"version": "1.0.
|
|
2626
|
+
"version": "1.0.30001632",
|
|
2689
2627
|
"dev": true,
|
|
2690
2628
|
"funding": [
|
|
2691
2629
|
{
|
|
@@ -2744,7 +2682,7 @@
|
|
|
2744
2682
|
}
|
|
2745
2683
|
},
|
|
2746
2684
|
"../../../../node_modules/cjs-module-lexer": {
|
|
2747
|
-
"version": "1.
|
|
2685
|
+
"version": "1.3.1",
|
|
2748
2686
|
"dev": true,
|
|
2749
2687
|
"license": "MIT"
|
|
2750
2688
|
},
|
|
@@ -2788,6 +2726,22 @@
|
|
|
2788
2726
|
"wrap-ansi": "^7.0.0"
|
|
2789
2727
|
}
|
|
2790
2728
|
},
|
|
2729
|
+
"../../../../node_modules/cli-highlight/node_modules/wrap-ansi": {
|
|
2730
|
+
"version": "7.0.0",
|
|
2731
|
+
"dev": true,
|
|
2732
|
+
"license": "MIT",
|
|
2733
|
+
"dependencies": {
|
|
2734
|
+
"ansi-styles": "^4.0.0",
|
|
2735
|
+
"string-width": "^4.1.0",
|
|
2736
|
+
"strip-ansi": "^6.0.0"
|
|
2737
|
+
},
|
|
2738
|
+
"engines": {
|
|
2739
|
+
"node": ">=10"
|
|
2740
|
+
},
|
|
2741
|
+
"funding": {
|
|
2742
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
2743
|
+
}
|
|
2744
|
+
},
|
|
2791
2745
|
"../../../../node_modules/cli-highlight/node_modules/yargs": {
|
|
2792
2746
|
"version": "16.2.0",
|
|
2793
2747
|
"dev": true,
|
|
@@ -2843,6 +2797,22 @@
|
|
|
2843
2797
|
"node": ">=12"
|
|
2844
2798
|
}
|
|
2845
2799
|
},
|
|
2800
|
+
"../../../../node_modules/cliui/node_modules/wrap-ansi": {
|
|
2801
|
+
"version": "7.0.0",
|
|
2802
|
+
"dev": true,
|
|
2803
|
+
"license": "MIT",
|
|
2804
|
+
"dependencies": {
|
|
2805
|
+
"ansi-styles": "^4.0.0",
|
|
2806
|
+
"string-width": "^4.1.0",
|
|
2807
|
+
"strip-ansi": "^6.0.0"
|
|
2808
|
+
},
|
|
2809
|
+
"engines": {
|
|
2810
|
+
"node": ">=10"
|
|
2811
|
+
},
|
|
2812
|
+
"funding": {
|
|
2813
|
+
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
2814
|
+
}
|
|
2815
|
+
},
|
|
2846
2816
|
"../../../../node_modules/clone": {
|
|
2847
2817
|
"version": "1.0.4",
|
|
2848
2818
|
"license": "MIT",
|
|
@@ -2859,13 +2829,17 @@
|
|
|
2859
2829
|
}
|
|
2860
2830
|
},
|
|
2861
2831
|
"../../../../node_modules/co-body": {
|
|
2862
|
-
"version": "6.
|
|
2832
|
+
"version": "6.2.0",
|
|
2863
2833
|
"license": "MIT",
|
|
2864
2834
|
"dependencies": {
|
|
2835
|
+
"@hapi/bourne": "^3.0.0",
|
|
2865
2836
|
"inflation": "^2.0.0",
|
|
2866
2837
|
"qs": "^6.5.2",
|
|
2867
2838
|
"raw-body": "^2.3.3",
|
|
2868
2839
|
"type-is": "^1.6.16"
|
|
2840
|
+
},
|
|
2841
|
+
"engines": {
|
|
2842
|
+
"node": ">=8.0.0"
|
|
2869
2843
|
}
|
|
2870
2844
|
},
|
|
2871
2845
|
"../../../../node_modules/collect-v8-coverage": {
|
|
@@ -2953,7 +2927,6 @@
|
|
|
2953
2927
|
},
|
|
2954
2928
|
"../../../../node_modules/concat-map": {
|
|
2955
2929
|
"version": "0.0.1",
|
|
2956
|
-
"dev": true,
|
|
2957
2930
|
"license": "MIT"
|
|
2958
2931
|
},
|
|
2959
2932
|
"../../../../node_modules/content-disposition": {
|
|
@@ -3016,7 +2989,6 @@
|
|
|
3016
2989
|
},
|
|
3017
2990
|
"../../../../node_modules/cross-spawn": {
|
|
3018
2991
|
"version": "7.0.3",
|
|
3019
|
-
"dev": true,
|
|
3020
2992
|
"license": "MIT",
|
|
3021
2993
|
"dependencies": {
|
|
3022
2994
|
"path-key": "^3.1.0",
|
|
@@ -3028,12 +3000,12 @@
|
|
|
3028
3000
|
}
|
|
3029
3001
|
},
|
|
3030
3002
|
"../../../../node_modules/dayjs": {
|
|
3031
|
-
"version": "1.11.
|
|
3003
|
+
"version": "1.11.11",
|
|
3032
3004
|
"dev": true,
|
|
3033
3005
|
"license": "MIT"
|
|
3034
3006
|
},
|
|
3035
3007
|
"../../../../node_modules/debug": {
|
|
3036
|
-
"version": "4.3.
|
|
3008
|
+
"version": "4.3.5",
|
|
3037
3009
|
"license": "MIT",
|
|
3038
3010
|
"dependencies": {
|
|
3039
3011
|
"ms": "2.1.2"
|
|
@@ -3048,7 +3020,7 @@
|
|
|
3048
3020
|
}
|
|
3049
3021
|
},
|
|
3050
3022
|
"../../../../node_modules/dedent": {
|
|
3051
|
-
"version": "1.5.
|
|
3023
|
+
"version": "1.5.3",
|
|
3052
3024
|
"dev": true,
|
|
3053
3025
|
"license": "MIT",
|
|
3054
3026
|
"peerDependencies": {
|
|
@@ -3066,7 +3038,6 @@
|
|
|
3066
3038
|
},
|
|
3067
3039
|
"../../../../node_modules/deep-is": {
|
|
3068
3040
|
"version": "0.1.4",
|
|
3069
|
-
"dev": true,
|
|
3070
3041
|
"license": "MIT"
|
|
3071
3042
|
},
|
|
3072
3043
|
"../../../../node_modules/deepmerge": {
|
|
@@ -3155,7 +3126,6 @@
|
|
|
3155
3126
|
},
|
|
3156
3127
|
"../../../../node_modules/dir-glob": {
|
|
3157
3128
|
"version": "3.0.1",
|
|
3158
|
-
"dev": true,
|
|
3159
3129
|
"license": "MIT",
|
|
3160
3130
|
"dependencies": {
|
|
3161
3131
|
"path-type": "^4.0.0"
|
|
@@ -3164,17 +3134,6 @@
|
|
|
3164
3134
|
"node": ">=8"
|
|
3165
3135
|
}
|
|
3166
3136
|
},
|
|
3167
|
-
"../../../../node_modules/doctrine": {
|
|
3168
|
-
"version": "3.0.0",
|
|
3169
|
-
"dev": true,
|
|
3170
|
-
"license": "Apache-2.0",
|
|
3171
|
-
"dependencies": {
|
|
3172
|
-
"esutils": "^2.0.2"
|
|
3173
|
-
},
|
|
3174
|
-
"engines": {
|
|
3175
|
-
"node": ">=6.0.0"
|
|
3176
|
-
}
|
|
3177
|
-
},
|
|
3178
3137
|
"../../../../node_modules/dotenv": {
|
|
3179
3138
|
"version": "16.4.5",
|
|
3180
3139
|
"dev": true,
|
|
@@ -3196,7 +3155,7 @@
|
|
|
3196
3155
|
"license": "MIT"
|
|
3197
3156
|
},
|
|
3198
3157
|
"../../../../node_modules/electron-to-chromium": {
|
|
3199
|
-
"version": "1.4.
|
|
3158
|
+
"version": "1.4.799",
|
|
3200
3159
|
"dev": true,
|
|
3201
3160
|
"license": "ISC"
|
|
3202
3161
|
},
|
|
@@ -3264,7 +3223,6 @@
|
|
|
3264
3223
|
},
|
|
3265
3224
|
"../../../../node_modules/escape-string-regexp": {
|
|
3266
3225
|
"version": "4.0.0",
|
|
3267
|
-
"dev": true,
|
|
3268
3226
|
"license": "MIT",
|
|
3269
3227
|
"engines": {
|
|
3270
3228
|
"node": ">=10"
|
|
@@ -3274,40 +3232,35 @@
|
|
|
3274
3232
|
}
|
|
3275
3233
|
},
|
|
3276
3234
|
"../../../../node_modules/eslint": {
|
|
3277
|
-
"version": "
|
|
3278
|
-
"dev": true,
|
|
3235
|
+
"version": "9.4.0",
|
|
3279
3236
|
"license": "MIT",
|
|
3280
3237
|
"dependencies": {
|
|
3281
3238
|
"@eslint-community/eslint-utils": "^4.2.0",
|
|
3282
3239
|
"@eslint-community/regexpp": "^4.6.1",
|
|
3283
|
-
"@eslint/
|
|
3284
|
-
"@eslint/
|
|
3285
|
-
"@
|
|
3240
|
+
"@eslint/config-array": "^0.15.1",
|
|
3241
|
+
"@eslint/eslintrc": "^3.1.0",
|
|
3242
|
+
"@eslint/js": "9.4.0",
|
|
3286
3243
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
3244
|
+
"@humanwhocodes/retry": "^0.3.0",
|
|
3287
3245
|
"@nodelib/fs.walk": "^1.2.8",
|
|
3288
|
-
"@ungap/structured-clone": "^1.2.0",
|
|
3289
3246
|
"ajv": "^6.12.4",
|
|
3290
3247
|
"chalk": "^4.0.0",
|
|
3291
3248
|
"cross-spawn": "^7.0.2",
|
|
3292
3249
|
"debug": "^4.3.2",
|
|
3293
|
-
"doctrine": "^3.0.0",
|
|
3294
3250
|
"escape-string-regexp": "^4.0.0",
|
|
3295
|
-
"eslint-scope": "^
|
|
3296
|
-
"eslint-visitor-keys": "^
|
|
3297
|
-
"espree": "^
|
|
3251
|
+
"eslint-scope": "^8.0.1",
|
|
3252
|
+
"eslint-visitor-keys": "^4.0.0",
|
|
3253
|
+
"espree": "^10.0.1",
|
|
3298
3254
|
"esquery": "^1.4.2",
|
|
3299
3255
|
"esutils": "^2.0.2",
|
|
3300
3256
|
"fast-deep-equal": "^3.1.3",
|
|
3301
|
-
"file-entry-cache": "^
|
|
3257
|
+
"file-entry-cache": "^8.0.0",
|
|
3302
3258
|
"find-up": "^5.0.0",
|
|
3303
3259
|
"glob-parent": "^6.0.2",
|
|
3304
|
-
"globals": "^13.19.0",
|
|
3305
|
-
"graphemer": "^1.4.0",
|
|
3306
3260
|
"ignore": "^5.2.0",
|
|
3307
3261
|
"imurmurhash": "^0.1.4",
|
|
3308
3262
|
"is-glob": "^4.0.0",
|
|
3309
3263
|
"is-path-inside": "^3.0.3",
|
|
3310
|
-
"js-yaml": "^4.1.0",
|
|
3311
3264
|
"json-stable-stringify-without-jsonify": "^1.0.1",
|
|
3312
3265
|
"levn": "^0.4.1",
|
|
3313
3266
|
"lodash.merge": "^4.6.2",
|
|
@@ -3321,22 +3274,21 @@
|
|
|
3321
3274
|
"eslint": "bin/eslint.js"
|
|
3322
3275
|
},
|
|
3323
3276
|
"engines": {
|
|
3324
|
-
"node": "^
|
|
3277
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
3325
3278
|
},
|
|
3326
3279
|
"funding": {
|
|
3327
3280
|
"url": "https://opencollective.com/eslint"
|
|
3328
3281
|
}
|
|
3329
3282
|
},
|
|
3330
3283
|
"../../../../node_modules/eslint-scope": {
|
|
3331
|
-
"version": "
|
|
3332
|
-
"dev": true,
|
|
3284
|
+
"version": "8.0.1",
|
|
3333
3285
|
"license": "BSD-2-Clause",
|
|
3334
3286
|
"dependencies": {
|
|
3335
3287
|
"esrecurse": "^4.3.0",
|
|
3336
3288
|
"estraverse": "^5.2.0"
|
|
3337
3289
|
},
|
|
3338
3290
|
"engines": {
|
|
3339
|
-
"node": "^
|
|
3291
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
3340
3292
|
},
|
|
3341
3293
|
"funding": {
|
|
3342
3294
|
"url": "https://opencollective.com/eslint"
|
|
@@ -3344,7 +3296,6 @@
|
|
|
3344
3296
|
},
|
|
3345
3297
|
"../../../../node_modules/eslint-visitor-keys": {
|
|
3346
3298
|
"version": "3.4.3",
|
|
3347
|
-
"dev": true,
|
|
3348
3299
|
"license": "Apache-2.0",
|
|
3349
3300
|
"engines": {
|
|
3350
3301
|
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
@@ -3355,7 +3306,6 @@
|
|
|
3355
3306
|
},
|
|
3356
3307
|
"../../../../node_modules/eslint/node_modules/ajv": {
|
|
3357
3308
|
"version": "6.12.6",
|
|
3358
|
-
"dev": true,
|
|
3359
3309
|
"license": "MIT",
|
|
3360
3310
|
"dependencies": {
|
|
3361
3311
|
"fast-deep-equal": "^3.1.1",
|
|
@@ -3370,21 +3320,28 @@
|
|
|
3370
3320
|
},
|
|
3371
3321
|
"../../../../node_modules/eslint/node_modules/brace-expansion": {
|
|
3372
3322
|
"version": "1.1.11",
|
|
3373
|
-
"dev": true,
|
|
3374
3323
|
"license": "MIT",
|
|
3375
3324
|
"dependencies": {
|
|
3376
3325
|
"balanced-match": "^1.0.0",
|
|
3377
3326
|
"concat-map": "0.0.1"
|
|
3378
3327
|
}
|
|
3379
3328
|
},
|
|
3329
|
+
"../../../../node_modules/eslint/node_modules/eslint-visitor-keys": {
|
|
3330
|
+
"version": "4.0.0",
|
|
3331
|
+
"license": "Apache-2.0",
|
|
3332
|
+
"engines": {
|
|
3333
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
3334
|
+
},
|
|
3335
|
+
"funding": {
|
|
3336
|
+
"url": "https://opencollective.com/eslint"
|
|
3337
|
+
}
|
|
3338
|
+
},
|
|
3380
3339
|
"../../../../node_modules/eslint/node_modules/json-schema-traverse": {
|
|
3381
3340
|
"version": "0.4.1",
|
|
3382
|
-
"dev": true,
|
|
3383
3341
|
"license": "MIT"
|
|
3384
3342
|
},
|
|
3385
3343
|
"../../../../node_modules/eslint/node_modules/minimatch": {
|
|
3386
3344
|
"version": "3.1.2",
|
|
3387
|
-
"dev": true,
|
|
3388
3345
|
"license": "ISC",
|
|
3389
3346
|
"dependencies": {
|
|
3390
3347
|
"brace-expansion": "^1.1.7"
|
|
@@ -3401,16 +3358,25 @@
|
|
|
3401
3358
|
}
|
|
3402
3359
|
},
|
|
3403
3360
|
"../../../../node_modules/espree": {
|
|
3404
|
-
"version": "
|
|
3405
|
-
"dev": true,
|
|
3361
|
+
"version": "10.0.1",
|
|
3406
3362
|
"license": "BSD-2-Clause",
|
|
3407
3363
|
"dependencies": {
|
|
3408
|
-
"acorn": "^8.
|
|
3364
|
+
"acorn": "^8.11.3",
|
|
3409
3365
|
"acorn-jsx": "^5.3.2",
|
|
3410
|
-
"eslint-visitor-keys": "^
|
|
3366
|
+
"eslint-visitor-keys": "^4.0.0"
|
|
3411
3367
|
},
|
|
3412
3368
|
"engines": {
|
|
3413
|
-
"node": "^
|
|
3369
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
3370
|
+
},
|
|
3371
|
+
"funding": {
|
|
3372
|
+
"url": "https://opencollective.com/eslint"
|
|
3373
|
+
}
|
|
3374
|
+
},
|
|
3375
|
+
"../../../../node_modules/espree/node_modules/eslint-visitor-keys": {
|
|
3376
|
+
"version": "4.0.0",
|
|
3377
|
+
"license": "Apache-2.0",
|
|
3378
|
+
"engines": {
|
|
3379
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
3414
3380
|
},
|
|
3415
3381
|
"funding": {
|
|
3416
3382
|
"url": "https://opencollective.com/eslint"
|
|
@@ -3430,7 +3396,6 @@
|
|
|
3430
3396
|
},
|
|
3431
3397
|
"../../../../node_modules/esquery": {
|
|
3432
3398
|
"version": "1.5.0",
|
|
3433
|
-
"dev": true,
|
|
3434
3399
|
"license": "BSD-3-Clause",
|
|
3435
3400
|
"dependencies": {
|
|
3436
3401
|
"estraverse": "^5.1.0"
|
|
@@ -3441,7 +3406,6 @@
|
|
|
3441
3406
|
},
|
|
3442
3407
|
"../../../../node_modules/esrecurse": {
|
|
3443
3408
|
"version": "4.3.0",
|
|
3444
|
-
"dev": true,
|
|
3445
3409
|
"license": "BSD-2-Clause",
|
|
3446
3410
|
"dependencies": {
|
|
3447
3411
|
"estraverse": "^5.2.0"
|
|
@@ -3452,7 +3416,6 @@
|
|
|
3452
3416
|
},
|
|
3453
3417
|
"../../../../node_modules/estraverse": {
|
|
3454
3418
|
"version": "5.3.0",
|
|
3455
|
-
"dev": true,
|
|
3456
3419
|
"license": "BSD-2-Clause",
|
|
3457
3420
|
"engines": {
|
|
3458
3421
|
"node": ">=4.0"
|
|
@@ -3460,7 +3423,6 @@
|
|
|
3460
3423
|
},
|
|
3461
3424
|
"../../../../node_modules/esutils": {
|
|
3462
3425
|
"version": "2.0.3",
|
|
3463
|
-
"dev": true,
|
|
3464
3426
|
"license": "BSD-2-Clause",
|
|
3465
3427
|
"engines": {
|
|
3466
3428
|
"node": ">=0.10.0"
|
|
@@ -3522,23 +3484,12 @@
|
|
|
3522
3484
|
"node": ">=4"
|
|
3523
3485
|
}
|
|
3524
3486
|
},
|
|
3525
|
-
"../../../../node_modules/external-editor/node_modules/iconv-lite": {
|
|
3526
|
-
"version": "0.4.24",
|
|
3527
|
-
"license": "MIT",
|
|
3528
|
-
"dependencies": {
|
|
3529
|
-
"safer-buffer": ">= 2.1.2 < 3"
|
|
3530
|
-
},
|
|
3531
|
-
"engines": {
|
|
3532
|
-
"node": ">=0.10.0"
|
|
3533
|
-
}
|
|
3534
|
-
},
|
|
3535
3487
|
"../../../../node_modules/fast-deep-equal": {
|
|
3536
3488
|
"version": "3.1.3",
|
|
3537
3489
|
"license": "MIT"
|
|
3538
3490
|
},
|
|
3539
3491
|
"../../../../node_modules/fast-glob": {
|
|
3540
3492
|
"version": "3.3.2",
|
|
3541
|
-
"dev": true,
|
|
3542
3493
|
"license": "MIT",
|
|
3543
3494
|
"dependencies": {
|
|
3544
3495
|
"@nodelib/fs.stat": "^2.0.2",
|
|
@@ -3553,7 +3504,6 @@
|
|
|
3553
3504
|
},
|
|
3554
3505
|
"../../../../node_modules/fast-glob/node_modules/glob-parent": {
|
|
3555
3506
|
"version": "5.1.2",
|
|
3556
|
-
"dev": true,
|
|
3557
3507
|
"license": "ISC",
|
|
3558
3508
|
"dependencies": {
|
|
3559
3509
|
"is-glob": "^4.0.1"
|
|
@@ -3564,12 +3514,10 @@
|
|
|
3564
3514
|
},
|
|
3565
3515
|
"../../../../node_modules/fast-json-stable-stringify": {
|
|
3566
3516
|
"version": "2.1.0",
|
|
3567
|
-
"dev": true,
|
|
3568
3517
|
"license": "MIT"
|
|
3569
3518
|
},
|
|
3570
3519
|
"../../../../node_modules/fast-levenshtein": {
|
|
3571
3520
|
"version": "2.0.6",
|
|
3572
|
-
"dev": true,
|
|
3573
3521
|
"license": "MIT"
|
|
3574
3522
|
},
|
|
3575
3523
|
"../../../../node_modules/fast-safe-stringify": {
|
|
@@ -3579,7 +3527,6 @@
|
|
|
3579
3527
|
},
|
|
3580
3528
|
"../../../../node_modules/fastq": {
|
|
3581
3529
|
"version": "1.17.1",
|
|
3582
|
-
"dev": true,
|
|
3583
3530
|
"license": "ISC",
|
|
3584
3531
|
"dependencies": {
|
|
3585
3532
|
"reusify": "^1.0.4"
|
|
@@ -3593,11 +3540,6 @@
|
|
|
3593
3540
|
"bser": "2.1.1"
|
|
3594
3541
|
}
|
|
3595
3542
|
},
|
|
3596
|
-
"../../../../node_modules/fdb-tuple": {
|
|
3597
|
-
"version": "1.0.0",
|
|
3598
|
-
"license": "MIT",
|
|
3599
|
-
"optional": true
|
|
3600
|
-
},
|
|
3601
3543
|
"../../../../node_modules/fecha": {
|
|
3602
3544
|
"version": "4.2.3",
|
|
3603
3545
|
"license": "MIT"
|
|
@@ -3623,19 +3565,17 @@
|
|
|
3623
3565
|
}
|
|
3624
3566
|
},
|
|
3625
3567
|
"../../../../node_modules/file-entry-cache": {
|
|
3626
|
-
"version": "
|
|
3627
|
-
"dev": true,
|
|
3568
|
+
"version": "8.0.0",
|
|
3628
3569
|
"license": "MIT",
|
|
3629
3570
|
"dependencies": {
|
|
3630
|
-
"flat-cache": "^
|
|
3571
|
+
"flat-cache": "^4.0.0"
|
|
3631
3572
|
},
|
|
3632
3573
|
"engines": {
|
|
3633
|
-
"node": "
|
|
3574
|
+
"node": ">=16.0.0"
|
|
3634
3575
|
}
|
|
3635
3576
|
},
|
|
3636
3577
|
"../../../../node_modules/fill-range": {
|
|
3637
|
-
"version": "7.
|
|
3638
|
-
"dev": true,
|
|
3578
|
+
"version": "7.1.1",
|
|
3639
3579
|
"license": "MIT",
|
|
3640
3580
|
"dependencies": {
|
|
3641
3581
|
"to-regex-range": "^5.0.1"
|
|
@@ -3646,7 +3586,6 @@
|
|
|
3646
3586
|
},
|
|
3647
3587
|
"../../../../node_modules/find-up": {
|
|
3648
3588
|
"version": "5.0.0",
|
|
3649
|
-
"dev": true,
|
|
3650
3589
|
"license": "MIT",
|
|
3651
3590
|
"dependencies": {
|
|
3652
3591
|
"locate-path": "^6.0.0",
|
|
@@ -3660,21 +3599,18 @@
|
|
|
3660
3599
|
}
|
|
3661
3600
|
},
|
|
3662
3601
|
"../../../../node_modules/flat-cache": {
|
|
3663
|
-
"version": "
|
|
3664
|
-
"dev": true,
|
|
3602
|
+
"version": "4.0.1",
|
|
3665
3603
|
"license": "MIT",
|
|
3666
3604
|
"dependencies": {
|
|
3667
3605
|
"flatted": "^3.2.9",
|
|
3668
|
-
"keyv": "^4.5.
|
|
3669
|
-
"rimraf": "^3.0.2"
|
|
3606
|
+
"keyv": "^4.5.4"
|
|
3670
3607
|
},
|
|
3671
3608
|
"engines": {
|
|
3672
|
-
"node": "
|
|
3609
|
+
"node": ">=16"
|
|
3673
3610
|
}
|
|
3674
3611
|
},
|
|
3675
3612
|
"../../../../node_modules/flatted": {
|
|
3676
3613
|
"version": "3.3.1",
|
|
3677
|
-
"dev": true,
|
|
3678
3614
|
"license": "ISC"
|
|
3679
3615
|
},
|
|
3680
3616
|
"../../../../node_modules/fn.name": {
|
|
@@ -3700,7 +3636,7 @@
|
|
|
3700
3636
|
}
|
|
3701
3637
|
},
|
|
3702
3638
|
"../../../../node_modules/foreground-child": {
|
|
3703
|
-
"version": "3.
|
|
3639
|
+
"version": "3.2.0",
|
|
3704
3640
|
"dev": true,
|
|
3705
3641
|
"license": "ISC",
|
|
3706
3642
|
"dependencies": {
|
|
@@ -3750,19 +3686,6 @@
|
|
|
3750
3686
|
"url": "https://ko-fi.com/tunnckoCore/commissions"
|
|
3751
3687
|
}
|
|
3752
3688
|
},
|
|
3753
|
-
"../../../../node_modules/foundationdb": {
|
|
3754
|
-
"version": "2.0.1",
|
|
3755
|
-
"hasInstallScript": true,
|
|
3756
|
-
"license": "MIT",
|
|
3757
|
-
"optional": true,
|
|
3758
|
-
"dependencies": {
|
|
3759
|
-
"fdb-tuple": "^1.0.0",
|
|
3760
|
-
"node-gyp-build": "^4.2.3"
|
|
3761
|
-
},
|
|
3762
|
-
"engines": {
|
|
3763
|
-
"node": ">=14.0.0"
|
|
3764
|
-
}
|
|
3765
|
-
},
|
|
3766
3689
|
"../../../../node_modules/fresh": {
|
|
3767
3690
|
"version": "0.5.2",
|
|
3768
3691
|
"license": "MIT",
|
|
@@ -3775,18 +3698,6 @@
|
|
|
3775
3698
|
"dev": true,
|
|
3776
3699
|
"license": "ISC"
|
|
3777
3700
|
},
|
|
3778
|
-
"../../../../node_modules/fsevents": {
|
|
3779
|
-
"version": "2.3.3",
|
|
3780
|
-
"dev": true,
|
|
3781
|
-
"license": "MIT",
|
|
3782
|
-
"optional": true,
|
|
3783
|
-
"os": [
|
|
3784
|
-
"darwin"
|
|
3785
|
-
],
|
|
3786
|
-
"engines": {
|
|
3787
|
-
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
3788
|
-
}
|
|
3789
|
-
},
|
|
3790
3701
|
"../../../../node_modules/function-bind": {
|
|
3791
3702
|
"version": "1.1.2",
|
|
3792
3703
|
"license": "MIT",
|
|
@@ -3850,14 +3761,14 @@
|
|
|
3850
3761
|
"license": "MIT"
|
|
3851
3762
|
},
|
|
3852
3763
|
"../../../../node_modules/glob": {
|
|
3853
|
-
"version": "7.
|
|
3764
|
+
"version": "7.2.3",
|
|
3854
3765
|
"dev": true,
|
|
3855
3766
|
"license": "ISC",
|
|
3856
3767
|
"dependencies": {
|
|
3857
3768
|
"fs.realpath": "^1.0.0",
|
|
3858
3769
|
"inflight": "^1.0.4",
|
|
3859
3770
|
"inherits": "2",
|
|
3860
|
-
"minimatch": "^3.
|
|
3771
|
+
"minimatch": "^3.1.1",
|
|
3861
3772
|
"once": "^1.3.0",
|
|
3862
3773
|
"path-is-absolute": "^1.0.0"
|
|
3863
3774
|
},
|
|
@@ -3870,7 +3781,6 @@
|
|
|
3870
3781
|
},
|
|
3871
3782
|
"../../../../node_modules/glob-parent": {
|
|
3872
3783
|
"version": "6.0.2",
|
|
3873
|
-
"dev": true,
|
|
3874
3784
|
"license": "ISC",
|
|
3875
3785
|
"dependencies": {
|
|
3876
3786
|
"is-glob": "^4.0.3"
|
|
@@ -3900,14 +3810,10 @@
|
|
|
3900
3810
|
}
|
|
3901
3811
|
},
|
|
3902
3812
|
"../../../../node_modules/globals": {
|
|
3903
|
-
"version": "
|
|
3904
|
-
"dev": true,
|
|
3813
|
+
"version": "14.0.0",
|
|
3905
3814
|
"license": "MIT",
|
|
3906
|
-
"dependencies": {
|
|
3907
|
-
"type-fest": "^0.20.2"
|
|
3908
|
-
},
|
|
3909
3815
|
"engines": {
|
|
3910
|
-
"node": ">=
|
|
3816
|
+
"node": ">=18"
|
|
3911
3817
|
},
|
|
3912
3818
|
"funding": {
|
|
3913
3819
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
@@ -3915,7 +3821,6 @@
|
|
|
3915
3821
|
},
|
|
3916
3822
|
"../../../../node_modules/globby": {
|
|
3917
3823
|
"version": "11.1.0",
|
|
3918
|
-
"dev": true,
|
|
3919
3824
|
"license": "MIT",
|
|
3920
3825
|
"dependencies": {
|
|
3921
3826
|
"array-union": "^2.1.0",
|
|
@@ -3949,7 +3854,6 @@
|
|
|
3949
3854
|
},
|
|
3950
3855
|
"../../../../node_modules/graphemer": {
|
|
3951
3856
|
"version": "1.4.0",
|
|
3952
|
-
"dev": true,
|
|
3953
3857
|
"license": "MIT"
|
|
3954
3858
|
},
|
|
3955
3859
|
"../../../../node_modules/has-flag": {
|
|
@@ -4094,6 +3998,16 @@
|
|
|
4094
3998
|
"node": ">=10.17.0"
|
|
4095
3999
|
}
|
|
4096
4000
|
},
|
|
4001
|
+
"../../../../node_modules/iconv-lite": {
|
|
4002
|
+
"version": "0.4.24",
|
|
4003
|
+
"license": "MIT",
|
|
4004
|
+
"dependencies": {
|
|
4005
|
+
"safer-buffer": ">= 2.1.2 < 3"
|
|
4006
|
+
},
|
|
4007
|
+
"engines": {
|
|
4008
|
+
"node": ">=0.10.0"
|
|
4009
|
+
}
|
|
4010
|
+
},
|
|
4097
4011
|
"../../../../node_modules/ieee754": {
|
|
4098
4012
|
"version": "1.2.1",
|
|
4099
4013
|
"funding": [
|
|
@@ -4114,7 +4028,6 @@
|
|
|
4114
4028
|
},
|
|
4115
4029
|
"../../../../node_modules/ignore": {
|
|
4116
4030
|
"version": "5.3.1",
|
|
4117
|
-
"dev": true,
|
|
4118
4031
|
"license": "MIT",
|
|
4119
4032
|
"engines": {
|
|
4120
4033
|
"node": ">= 4"
|
|
@@ -4122,7 +4035,6 @@
|
|
|
4122
4035
|
},
|
|
4123
4036
|
"../../../../node_modules/import-fresh": {
|
|
4124
4037
|
"version": "3.3.0",
|
|
4125
|
-
"dev": true,
|
|
4126
4038
|
"license": "MIT",
|
|
4127
4039
|
"dependencies": {
|
|
4128
4040
|
"parent-module": "^1.0.0",
|
|
@@ -4155,7 +4067,6 @@
|
|
|
4155
4067
|
},
|
|
4156
4068
|
"../../../../node_modules/imurmurhash": {
|
|
4157
4069
|
"version": "0.1.4",
|
|
4158
|
-
"dev": true,
|
|
4159
4070
|
"license": "MIT",
|
|
4160
4071
|
"engines": {
|
|
4161
4072
|
"node": ">=0.8.19"
|
|
@@ -4205,16 +4116,11 @@
|
|
|
4205
4116
|
"node": ">=12.0.0"
|
|
4206
4117
|
}
|
|
4207
4118
|
},
|
|
4208
|
-
"../../../../node_modules/
|
|
4209
|
-
"version": "
|
|
4119
|
+
"../../../../node_modules/interpret": {
|
|
4120
|
+
"version": "2.2.0",
|
|
4210
4121
|
"license": "MIT",
|
|
4211
|
-
"dependencies": {
|
|
4212
|
-
"ansi-styles": "^4.0.0",
|
|
4213
|
-
"string-width": "^4.1.0",
|
|
4214
|
-
"strip-ansi": "^6.0.0"
|
|
4215
|
-
},
|
|
4216
4122
|
"engines": {
|
|
4217
|
-
"node": ">=
|
|
4123
|
+
"node": ">= 0.10"
|
|
4218
4124
|
}
|
|
4219
4125
|
},
|
|
4220
4126
|
"../../../../node_modules/is-arrayish": {
|
|
@@ -4234,7 +4140,6 @@
|
|
|
4234
4140
|
},
|
|
4235
4141
|
"../../../../node_modules/is-extglob": {
|
|
4236
4142
|
"version": "2.1.1",
|
|
4237
|
-
"dev": true,
|
|
4238
4143
|
"license": "MIT",
|
|
4239
4144
|
"engines": {
|
|
4240
4145
|
"node": ">=0.10.0"
|
|
@@ -4270,7 +4175,6 @@
|
|
|
4270
4175
|
},
|
|
4271
4176
|
"../../../../node_modules/is-glob": {
|
|
4272
4177
|
"version": "4.0.3",
|
|
4273
|
-
"dev": true,
|
|
4274
4178
|
"license": "MIT",
|
|
4275
4179
|
"dependencies": {
|
|
4276
4180
|
"is-extglob": "^2.1.1"
|
|
@@ -4288,7 +4192,6 @@
|
|
|
4288
4192
|
},
|
|
4289
4193
|
"../../../../node_modules/is-number": {
|
|
4290
4194
|
"version": "7.0.0",
|
|
4291
|
-
"dev": true,
|
|
4292
4195
|
"license": "MIT",
|
|
4293
4196
|
"engines": {
|
|
4294
4197
|
"node": ">=0.12.0"
|
|
@@ -4296,7 +4199,6 @@
|
|
|
4296
4199
|
},
|
|
4297
4200
|
"../../../../node_modules/is-path-inside": {
|
|
4298
4201
|
"version": "3.0.3",
|
|
4299
|
-
"dev": true,
|
|
4300
4202
|
"license": "MIT",
|
|
4301
4203
|
"engines": {
|
|
4302
4204
|
"node": ">=8"
|
|
@@ -4324,7 +4226,6 @@
|
|
|
4324
4226
|
},
|
|
4325
4227
|
"../../../../node_modules/isexe": {
|
|
4326
4228
|
"version": "2.0.0",
|
|
4327
|
-
"dev": true,
|
|
4328
4229
|
"license": "ISC"
|
|
4329
4230
|
},
|
|
4330
4231
|
"../../../../node_modules/istanbul-lib-coverage": {
|
|
@@ -4389,7 +4290,7 @@
|
|
|
4389
4290
|
}
|
|
4390
4291
|
},
|
|
4391
4292
|
"../../../../node_modules/jackspeak": {
|
|
4392
|
-
"version": "
|
|
4293
|
+
"version": "3.4.0",
|
|
4393
4294
|
"dev": true,
|
|
4394
4295
|
"license": "BlueOak-1.0.0",
|
|
4395
4296
|
"dependencies": {
|
|
@@ -4939,7 +4840,6 @@
|
|
|
4939
4840
|
},
|
|
4940
4841
|
"../../../../node_modules/js-yaml": {
|
|
4941
4842
|
"version": "4.1.0",
|
|
4942
|
-
"dev": true,
|
|
4943
4843
|
"license": "MIT",
|
|
4944
4844
|
"dependencies": {
|
|
4945
4845
|
"argparse": "^2.0.1"
|
|
@@ -4961,7 +4861,6 @@
|
|
|
4961
4861
|
},
|
|
4962
4862
|
"../../../../node_modules/json-buffer": {
|
|
4963
4863
|
"version": "3.0.1",
|
|
4964
|
-
"dev": true,
|
|
4965
4864
|
"license": "MIT"
|
|
4966
4865
|
},
|
|
4967
4866
|
"../../../../node_modules/json-parse-even-better-errors": {
|
|
@@ -4975,7 +4874,6 @@
|
|
|
4975
4874
|
},
|
|
4976
4875
|
"../../../../node_modules/json-stable-stringify-without-jsonify": {
|
|
4977
4876
|
"version": "1.0.1",
|
|
4978
|
-
"dev": true,
|
|
4979
4877
|
"license": "MIT"
|
|
4980
4878
|
},
|
|
4981
4879
|
"../../../../node_modules/json5": {
|
|
@@ -5008,7 +4906,6 @@
|
|
|
5008
4906
|
},
|
|
5009
4907
|
"../../../../node_modules/keyv": {
|
|
5010
4908
|
"version": "4.5.4",
|
|
5011
|
-
"dev": true,
|
|
5012
4909
|
"license": "MIT",
|
|
5013
4910
|
"dependencies": {
|
|
5014
4911
|
"json-buffer": "3.0.1"
|
|
@@ -5078,11 +4975,19 @@
|
|
|
5078
4975
|
"node": ">=14"
|
|
5079
4976
|
}
|
|
5080
4977
|
},
|
|
5081
|
-
"../../../../node_modules/knex/node_modules/
|
|
5082
|
-
"version": "
|
|
4978
|
+
"../../../../node_modules/knex/node_modules/debug": {
|
|
4979
|
+
"version": "4.3.4",
|
|
5083
4980
|
"license": "MIT",
|
|
4981
|
+
"dependencies": {
|
|
4982
|
+
"ms": "2.1.2"
|
|
4983
|
+
},
|
|
5084
4984
|
"engines": {
|
|
5085
|
-
"node": ">=
|
|
4985
|
+
"node": ">=6.0"
|
|
4986
|
+
},
|
|
4987
|
+
"peerDependenciesMeta": {
|
|
4988
|
+
"supports-color": {
|
|
4989
|
+
"optional": true
|
|
4990
|
+
}
|
|
5086
4991
|
}
|
|
5087
4992
|
},
|
|
5088
4993
|
"../../../../node_modules/knex/node_modules/resolve-from": {
|
|
@@ -5181,7 +5086,6 @@
|
|
|
5181
5086
|
},
|
|
5182
5087
|
"../../../../node_modules/levn": {
|
|
5183
5088
|
"version": "0.4.1",
|
|
5184
|
-
"dev": true,
|
|
5185
5089
|
"license": "MIT",
|
|
5186
5090
|
"dependencies": {
|
|
5187
5091
|
"prelude-ls": "^1.2.1",
|
|
@@ -5198,7 +5102,6 @@
|
|
|
5198
5102
|
},
|
|
5199
5103
|
"../../../../node_modules/locate-path": {
|
|
5200
5104
|
"version": "6.0.0",
|
|
5201
|
-
"dev": true,
|
|
5202
5105
|
"license": "MIT",
|
|
5203
5106
|
"dependencies": {
|
|
5204
5107
|
"p-locate": "^5.0.0"
|
|
@@ -5313,7 +5216,6 @@
|
|
|
5313
5216
|
},
|
|
5314
5217
|
"../../../../node_modules/merge2": {
|
|
5315
5218
|
"version": "1.4.1",
|
|
5316
|
-
"dev": true,
|
|
5317
5219
|
"license": "MIT",
|
|
5318
5220
|
"engines": {
|
|
5319
5221
|
"node": ">= 8"
|
|
@@ -5327,11 +5229,10 @@
|
|
|
5327
5229
|
}
|
|
5328
5230
|
},
|
|
5329
5231
|
"../../../../node_modules/micromatch": {
|
|
5330
|
-
"version": "4.0.
|
|
5331
|
-
"dev": true,
|
|
5232
|
+
"version": "4.0.7",
|
|
5332
5233
|
"license": "MIT",
|
|
5333
5234
|
"dependencies": {
|
|
5334
|
-
"braces": "^3.0.
|
|
5235
|
+
"braces": "^3.0.3",
|
|
5335
5236
|
"picomatch": "^2.3.1"
|
|
5336
5237
|
},
|
|
5337
5238
|
"engines": {
|
|
@@ -5375,7 +5276,6 @@
|
|
|
5375
5276
|
},
|
|
5376
5277
|
"../../../../node_modules/minimatch": {
|
|
5377
5278
|
"version": "9.0.4",
|
|
5378
|
-
"dev": true,
|
|
5379
5279
|
"license": "ISC",
|
|
5380
5280
|
"dependencies": {
|
|
5381
5281
|
"brace-expansion": "^2.0.1"
|
|
@@ -5388,7 +5288,7 @@
|
|
|
5388
5288
|
}
|
|
5389
5289
|
},
|
|
5390
5290
|
"../../../../node_modules/minipass": {
|
|
5391
|
-
"version": "7.
|
|
5291
|
+
"version": "7.1.2",
|
|
5392
5292
|
"dev": true,
|
|
5393
5293
|
"license": "ISC",
|
|
5394
5294
|
"engines": {
|
|
@@ -5429,7 +5329,6 @@
|
|
|
5429
5329
|
},
|
|
5430
5330
|
"../../../../node_modules/natural-compare": {
|
|
5431
5331
|
"version": "1.4.0",
|
|
5432
|
-
"dev": true,
|
|
5433
5332
|
"license": "MIT"
|
|
5434
5333
|
},
|
|
5435
5334
|
"../../../../node_modules/negotiator": {
|
|
@@ -5440,7 +5339,7 @@
|
|
|
5440
5339
|
}
|
|
5441
5340
|
},
|
|
5442
5341
|
"../../../../node_modules/nerdbank-gitversioning": {
|
|
5443
|
-
"version": "3.6.
|
|
5342
|
+
"version": "3.6.139",
|
|
5444
5343
|
"dev": true,
|
|
5445
5344
|
"license": "MIT",
|
|
5446
5345
|
"dependencies": {
|
|
@@ -5460,16 +5359,6 @@
|
|
|
5460
5359
|
"tslib": "^2.0.3"
|
|
5461
5360
|
}
|
|
5462
5361
|
},
|
|
5463
|
-
"../../../../node_modules/node-gyp-build": {
|
|
5464
|
-
"version": "4.8.0",
|
|
5465
|
-
"license": "MIT",
|
|
5466
|
-
"optional": true,
|
|
5467
|
-
"bin": {
|
|
5468
|
-
"node-gyp-build": "bin.js",
|
|
5469
|
-
"node-gyp-build-optional": "optional.js",
|
|
5470
|
-
"node-gyp-build-test": "build-test.js"
|
|
5471
|
-
}
|
|
5472
|
-
},
|
|
5473
5362
|
"../../../../node_modules/node-int64": {
|
|
5474
5363
|
"version": "0.4.0",
|
|
5475
5364
|
"dev": true,
|
|
@@ -5565,16 +5454,15 @@
|
|
|
5565
5454
|
"license": "MIT"
|
|
5566
5455
|
},
|
|
5567
5456
|
"../../../../node_modules/optionator": {
|
|
5568
|
-
"version": "0.9.
|
|
5569
|
-
"dev": true,
|
|
5457
|
+
"version": "0.9.4",
|
|
5570
5458
|
"license": "MIT",
|
|
5571
5459
|
"dependencies": {
|
|
5572
|
-
"@aashutoshrathi/word-wrap": "^1.2.3",
|
|
5573
5460
|
"deep-is": "^0.1.3",
|
|
5574
5461
|
"fast-levenshtein": "^2.0.6",
|
|
5575
5462
|
"levn": "^0.4.1",
|
|
5576
5463
|
"prelude-ls": "^1.2.1",
|
|
5577
|
-
"type-check": "^0.4.0"
|
|
5464
|
+
"type-check": "^0.4.0",
|
|
5465
|
+
"word-wrap": "^1.2.5"
|
|
5578
5466
|
},
|
|
5579
5467
|
"engines": {
|
|
5580
5468
|
"node": ">= 0.8.0"
|
|
@@ -5610,7 +5498,6 @@
|
|
|
5610
5498
|
},
|
|
5611
5499
|
"../../../../node_modules/p-limit": {
|
|
5612
5500
|
"version": "3.1.0",
|
|
5613
|
-
"dev": true,
|
|
5614
5501
|
"license": "MIT",
|
|
5615
5502
|
"dependencies": {
|
|
5616
5503
|
"yocto-queue": "^0.1.0"
|
|
@@ -5624,7 +5511,6 @@
|
|
|
5624
5511
|
},
|
|
5625
5512
|
"../../../../node_modules/p-locate": {
|
|
5626
5513
|
"version": "5.0.0",
|
|
5627
|
-
"dev": true,
|
|
5628
5514
|
"license": "MIT",
|
|
5629
5515
|
"dependencies": {
|
|
5630
5516
|
"p-limit": "^3.0.2"
|
|
@@ -5650,7 +5536,6 @@
|
|
|
5650
5536
|
},
|
|
5651
5537
|
"../../../../node_modules/parent-module": {
|
|
5652
5538
|
"version": "1.0.1",
|
|
5653
|
-
"dev": true,
|
|
5654
5539
|
"license": "MIT",
|
|
5655
5540
|
"dependencies": {
|
|
5656
5541
|
"callsites": "^3.0.0"
|
|
@@ -5712,7 +5597,6 @@
|
|
|
5712
5597
|
},
|
|
5713
5598
|
"../../../../node_modules/path-exists": {
|
|
5714
5599
|
"version": "4.0.0",
|
|
5715
|
-
"dev": true,
|
|
5716
5600
|
"license": "MIT",
|
|
5717
5601
|
"engines": {
|
|
5718
5602
|
"node": ">=8"
|
|
@@ -5728,7 +5612,6 @@
|
|
|
5728
5612
|
},
|
|
5729
5613
|
"../../../../node_modules/path-key": {
|
|
5730
5614
|
"version": "3.1.1",
|
|
5731
|
-
"dev": true,
|
|
5732
5615
|
"license": "MIT",
|
|
5733
5616
|
"engines": {
|
|
5734
5617
|
"node": ">=8"
|
|
@@ -5739,22 +5622,22 @@
|
|
|
5739
5622
|
"license": "MIT"
|
|
5740
5623
|
},
|
|
5741
5624
|
"../../../../node_modules/path-scurry": {
|
|
5742
|
-
"version": "1.
|
|
5625
|
+
"version": "1.11.1",
|
|
5743
5626
|
"dev": true,
|
|
5744
5627
|
"license": "BlueOak-1.0.0",
|
|
5745
5628
|
"dependencies": {
|
|
5746
|
-
"lru-cache": "^
|
|
5629
|
+
"lru-cache": "^10.2.0",
|
|
5747
5630
|
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
|
|
5748
5631
|
},
|
|
5749
5632
|
"engines": {
|
|
5750
|
-
"node": ">=16 || 14 >=14.
|
|
5633
|
+
"node": ">=16 || 14 >=14.18"
|
|
5751
5634
|
},
|
|
5752
5635
|
"funding": {
|
|
5753
5636
|
"url": "https://github.com/sponsors/isaacs"
|
|
5754
5637
|
}
|
|
5755
5638
|
},
|
|
5756
5639
|
"../../../../node_modules/path-scurry/node_modules/lru-cache": {
|
|
5757
|
-
"version": "10.2.
|
|
5640
|
+
"version": "10.2.2",
|
|
5758
5641
|
"dev": true,
|
|
5759
5642
|
"license": "ISC",
|
|
5760
5643
|
"engines": {
|
|
@@ -5762,12 +5645,11 @@
|
|
|
5762
5645
|
}
|
|
5763
5646
|
},
|
|
5764
5647
|
"../../../../node_modules/path-to-regexp": {
|
|
5765
|
-
"version": "6.2.
|
|
5648
|
+
"version": "6.2.2",
|
|
5766
5649
|
"license": "MIT"
|
|
5767
5650
|
},
|
|
5768
5651
|
"../../../../node_modules/path-type": {
|
|
5769
5652
|
"version": "4.0.0",
|
|
5770
|
-
"dev": true,
|
|
5771
5653
|
"license": "MIT",
|
|
5772
5654
|
"engines": {
|
|
5773
5655
|
"node": ">=8"
|
|
@@ -5825,14 +5707,14 @@
|
|
|
5825
5707
|
}
|
|
5826
5708
|
},
|
|
5827
5709
|
"../../../../node_modules/pg-pool": {
|
|
5828
|
-
"version": "3.6.
|
|
5710
|
+
"version": "3.6.2",
|
|
5829
5711
|
"license": "MIT",
|
|
5830
5712
|
"peerDependencies": {
|
|
5831
5713
|
"pg": ">=8.0"
|
|
5832
5714
|
}
|
|
5833
5715
|
},
|
|
5834
5716
|
"../../../../node_modules/pg-protocol": {
|
|
5835
|
-
"version": "1.6.
|
|
5717
|
+
"version": "1.6.1",
|
|
5836
5718
|
"license": "MIT"
|
|
5837
5719
|
},
|
|
5838
5720
|
"../../../../node_modules/pg-types": {
|
|
@@ -5905,13 +5787,12 @@
|
|
|
5905
5787
|
}
|
|
5906
5788
|
},
|
|
5907
5789
|
"../../../../node_modules/picocolors": {
|
|
5908
|
-
"version": "1.0.
|
|
5790
|
+
"version": "1.0.1",
|
|
5909
5791
|
"dev": true,
|
|
5910
5792
|
"license": "ISC"
|
|
5911
5793
|
},
|
|
5912
5794
|
"../../../../node_modules/picomatch": {
|
|
5913
5795
|
"version": "2.3.1",
|
|
5914
|
-
"dev": true,
|
|
5915
5796
|
"license": "MIT",
|
|
5916
5797
|
"engines": {
|
|
5917
5798
|
"node": ">=8.6"
|
|
@@ -6029,7 +5910,6 @@
|
|
|
6029
5910
|
},
|
|
6030
5911
|
"../../../../node_modules/prelude-ls": {
|
|
6031
5912
|
"version": "1.2.1",
|
|
6032
|
-
"dev": true,
|
|
6033
5913
|
"license": "MIT",
|
|
6034
5914
|
"engines": {
|
|
6035
5915
|
"node": ">= 0.8.0"
|
|
@@ -6060,12 +5940,12 @@
|
|
|
6060
5940
|
}
|
|
6061
5941
|
},
|
|
6062
5942
|
"../../../../node_modules/prisma": {
|
|
6063
|
-
"version": "5.
|
|
5943
|
+
"version": "5.15.0",
|
|
6064
5944
|
"dev": true,
|
|
6065
5945
|
"hasInstallScript": true,
|
|
6066
5946
|
"license": "Apache-2.0",
|
|
6067
5947
|
"dependencies": {
|
|
6068
|
-
"@prisma/engines": "5.
|
|
5948
|
+
"@prisma/engines": "5.15.0"
|
|
6069
5949
|
},
|
|
6070
5950
|
"bin": {
|
|
6071
5951
|
"prisma": "build/index.js"
|
|
@@ -6087,7 +5967,7 @@
|
|
|
6087
5967
|
}
|
|
6088
5968
|
},
|
|
6089
5969
|
"../../../../node_modules/protobufjs": {
|
|
6090
|
-
"version": "7.2
|
|
5970
|
+
"version": "7.3.2",
|
|
6091
5971
|
"hasInstallScript": true,
|
|
6092
5972
|
"license": "BSD-3-Clause",
|
|
6093
5973
|
"dependencies": {
|
|
@@ -6135,7 +6015,7 @@
|
|
|
6135
6015
|
"license": "MIT"
|
|
6136
6016
|
},
|
|
6137
6017
|
"../../../../node_modules/qs": {
|
|
6138
|
-
"version": "6.12.
|
|
6018
|
+
"version": "6.12.1",
|
|
6139
6019
|
"license": "BSD-3-Clause",
|
|
6140
6020
|
"dependencies": {
|
|
6141
6021
|
"side-channel": "^1.0.6"
|
|
@@ -6149,7 +6029,6 @@
|
|
|
6149
6029
|
},
|
|
6150
6030
|
"../../../../node_modules/queue-microtask": {
|
|
6151
6031
|
"version": "1.2.3",
|
|
6152
|
-
"dev": true,
|
|
6153
6032
|
"funding": [
|
|
6154
6033
|
{
|
|
6155
6034
|
"type": "github",
|
|
@@ -6179,18 +6058,8 @@
|
|
|
6179
6058
|
"node": ">= 0.8"
|
|
6180
6059
|
}
|
|
6181
6060
|
},
|
|
6182
|
-
"../../../../node_modules/raw-body/node_modules/iconv-lite": {
|
|
6183
|
-
"version": "0.4.24",
|
|
6184
|
-
"license": "MIT",
|
|
6185
|
-
"dependencies": {
|
|
6186
|
-
"safer-buffer": ">= 2.1.2 < 3"
|
|
6187
|
-
},
|
|
6188
|
-
"engines": {
|
|
6189
|
-
"node": ">=0.10.0"
|
|
6190
|
-
}
|
|
6191
|
-
},
|
|
6192
6061
|
"../../../../node_modules/react-is": {
|
|
6193
|
-
"version": "18.
|
|
6062
|
+
"version": "18.3.1",
|
|
6194
6063
|
"dev": true,
|
|
6195
6064
|
"license": "MIT"
|
|
6196
6065
|
},
|
|
@@ -6271,7 +6140,6 @@
|
|
|
6271
6140
|
},
|
|
6272
6141
|
"../../../../node_modules/resolve-from": {
|
|
6273
6142
|
"version": "4.0.0",
|
|
6274
|
-
"dev": true,
|
|
6275
6143
|
"license": "MIT",
|
|
6276
6144
|
"engines": {
|
|
6277
6145
|
"node": ">=4"
|
|
@@ -6298,27 +6166,12 @@
|
|
|
6298
6166
|
},
|
|
6299
6167
|
"../../../../node_modules/reusify": {
|
|
6300
6168
|
"version": "1.0.4",
|
|
6301
|
-
"dev": true,
|
|
6302
6169
|
"license": "MIT",
|
|
6303
6170
|
"engines": {
|
|
6304
6171
|
"iojs": ">=1.0.0",
|
|
6305
6172
|
"node": ">=0.10.0"
|
|
6306
6173
|
}
|
|
6307
6174
|
},
|
|
6308
|
-
"../../../../node_modules/rimraf": {
|
|
6309
|
-
"version": "3.0.2",
|
|
6310
|
-
"dev": true,
|
|
6311
|
-
"license": "ISC",
|
|
6312
|
-
"dependencies": {
|
|
6313
|
-
"glob": "^7.1.3"
|
|
6314
|
-
},
|
|
6315
|
-
"bin": {
|
|
6316
|
-
"rimraf": "bin.js"
|
|
6317
|
-
},
|
|
6318
|
-
"funding": {
|
|
6319
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
6320
|
-
}
|
|
6321
|
-
},
|
|
6322
6175
|
"../../../../node_modules/run-async": {
|
|
6323
6176
|
"version": "2.4.1",
|
|
6324
6177
|
"license": "MIT",
|
|
@@ -6328,7 +6181,6 @@
|
|
|
6328
6181
|
},
|
|
6329
6182
|
"../../../../node_modules/run-parallel": {
|
|
6330
6183
|
"version": "1.2.0",
|
|
6331
|
-
"dev": true,
|
|
6332
6184
|
"funding": [
|
|
6333
6185
|
{
|
|
6334
6186
|
"type": "github",
|
|
@@ -6385,12 +6237,8 @@
|
|
|
6385
6237
|
"license": "MIT"
|
|
6386
6238
|
},
|
|
6387
6239
|
"../../../../node_modules/semver": {
|
|
6388
|
-
"version": "7.6.
|
|
6389
|
-
"dev": true,
|
|
6240
|
+
"version": "7.6.2",
|
|
6390
6241
|
"license": "ISC",
|
|
6391
|
-
"dependencies": {
|
|
6392
|
-
"lru-cache": "^6.0.0"
|
|
6393
|
-
},
|
|
6394
6242
|
"bin": {
|
|
6395
6243
|
"semver": "bin/semver.js"
|
|
6396
6244
|
},
|
|
@@ -6398,22 +6246,6 @@
|
|
|
6398
6246
|
"node": ">=10"
|
|
6399
6247
|
}
|
|
6400
6248
|
},
|
|
6401
|
-
"../../../../node_modules/semver/node_modules/lru-cache": {
|
|
6402
|
-
"version": "6.0.0",
|
|
6403
|
-
"dev": true,
|
|
6404
|
-
"license": "ISC",
|
|
6405
|
-
"dependencies": {
|
|
6406
|
-
"yallist": "^4.0.0"
|
|
6407
|
-
},
|
|
6408
|
-
"engines": {
|
|
6409
|
-
"node": ">=10"
|
|
6410
|
-
}
|
|
6411
|
-
},
|
|
6412
|
-
"../../../../node_modules/semver/node_modules/yallist": {
|
|
6413
|
-
"version": "4.0.0",
|
|
6414
|
-
"dev": true,
|
|
6415
|
-
"license": "ISC"
|
|
6416
|
-
},
|
|
6417
6249
|
"../../../../node_modules/serialize-error": {
|
|
6418
6250
|
"version": "8.1.0",
|
|
6419
6251
|
"license": "MIT",
|
|
@@ -6427,6 +6259,16 @@
|
|
|
6427
6259
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
6428
6260
|
}
|
|
6429
6261
|
},
|
|
6262
|
+
"../../../../node_modules/serialize-error/node_modules/type-fest": {
|
|
6263
|
+
"version": "0.20.2",
|
|
6264
|
+
"license": "(MIT OR CC0-1.0)",
|
|
6265
|
+
"engines": {
|
|
6266
|
+
"node": ">=10"
|
|
6267
|
+
},
|
|
6268
|
+
"funding": {
|
|
6269
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
6270
|
+
}
|
|
6271
|
+
},
|
|
6430
6272
|
"../../../../node_modules/set-function-length": {
|
|
6431
6273
|
"version": "1.2.2",
|
|
6432
6274
|
"license": "MIT",
|
|
@@ -6460,7 +6302,6 @@
|
|
|
6460
6302
|
},
|
|
6461
6303
|
"../../../../node_modules/shebang-command": {
|
|
6462
6304
|
"version": "2.0.0",
|
|
6463
|
-
"dev": true,
|
|
6464
6305
|
"license": "MIT",
|
|
6465
6306
|
"dependencies": {
|
|
6466
6307
|
"shebang-regex": "^3.0.0"
|
|
@@ -6471,7 +6312,6 @@
|
|
|
6471
6312
|
},
|
|
6472
6313
|
"../../../../node_modules/shebang-regex": {
|
|
6473
6314
|
"version": "3.0.0",
|
|
6474
|
-
"dev": true,
|
|
6475
6315
|
"license": "MIT",
|
|
6476
6316
|
"engines": {
|
|
6477
6317
|
"node": ">=8"
|
|
@@ -6515,7 +6355,6 @@
|
|
|
6515
6355
|
},
|
|
6516
6356
|
"../../../../node_modules/slash": {
|
|
6517
6357
|
"version": "3.0.0",
|
|
6518
|
-
"dev": true,
|
|
6519
6358
|
"license": "MIT",
|
|
6520
6359
|
"engines": {
|
|
6521
6360
|
"node": ">=8"
|
|
@@ -6545,6 +6384,11 @@
|
|
|
6545
6384
|
"node": ">= 10.x"
|
|
6546
6385
|
}
|
|
6547
6386
|
},
|
|
6387
|
+
"../../../../node_modules/sprintf-js": {
|
|
6388
|
+
"version": "1.0.3",
|
|
6389
|
+
"dev": true,
|
|
6390
|
+
"license": "BSD-3-Clause"
|
|
6391
|
+
},
|
|
6548
6392
|
"../../../../node_modules/stack-trace": {
|
|
6549
6393
|
"version": "0.0.10",
|
|
6550
6394
|
"license": "MIT",
|
|
@@ -6663,7 +6507,6 @@
|
|
|
6663
6507
|
},
|
|
6664
6508
|
"../../../../node_modules/strip-json-comments": {
|
|
6665
6509
|
"version": "3.1.1",
|
|
6666
|
-
"dev": true,
|
|
6667
6510
|
"license": "MIT",
|
|
6668
6511
|
"engines": {
|
|
6669
6512
|
"node": ">=8"
|
|
@@ -6673,7 +6516,7 @@
|
|
|
6673
6516
|
}
|
|
6674
6517
|
},
|
|
6675
6518
|
"../../../../node_modules/superagent": {
|
|
6676
|
-
"version": "9.0.
|
|
6519
|
+
"version": "9.0.2",
|
|
6677
6520
|
"dev": true,
|
|
6678
6521
|
"license": "MIT",
|
|
6679
6522
|
"dependencies": {
|
|
@@ -6685,8 +6528,7 @@
|
|
|
6685
6528
|
"formidable": "^3.5.1",
|
|
6686
6529
|
"methods": "^1.1.2",
|
|
6687
6530
|
"mime": "2.6.0",
|
|
6688
|
-
"qs": "^6.11.0"
|
|
6689
|
-
"semver": "^7.3.8"
|
|
6531
|
+
"qs": "^6.11.0"
|
|
6690
6532
|
},
|
|
6691
6533
|
"engines": {
|
|
6692
6534
|
"node": ">=14.18.0"
|
|
@@ -6770,7 +6612,6 @@
|
|
|
6770
6612
|
},
|
|
6771
6613
|
"../../../../node_modules/text-table": {
|
|
6772
6614
|
"version": "0.2.0",
|
|
6773
|
-
"dev": true,
|
|
6774
6615
|
"license": "MIT"
|
|
6775
6616
|
},
|
|
6776
6617
|
"../../../../node_modules/thenify": {
|
|
@@ -6828,7 +6669,6 @@
|
|
|
6828
6669
|
},
|
|
6829
6670
|
"../../../../node_modules/to-regex-range": {
|
|
6830
6671
|
"version": "5.0.1",
|
|
6831
|
-
"dev": true,
|
|
6832
6672
|
"license": "MIT",
|
|
6833
6673
|
"dependencies": {
|
|
6834
6674
|
"is-number": "^7.0.0"
|
|
@@ -6853,7 +6693,6 @@
|
|
|
6853
6693
|
},
|
|
6854
6694
|
"../../../../node_modules/ts-api-utils": {
|
|
6855
6695
|
"version": "1.3.0",
|
|
6856
|
-
"dev": true,
|
|
6857
6696
|
"license": "MIT",
|
|
6858
6697
|
"engines": {
|
|
6859
6698
|
"node": ">=16"
|
|
@@ -6863,7 +6702,7 @@
|
|
|
6863
6702
|
}
|
|
6864
6703
|
},
|
|
6865
6704
|
"../../../../node_modules/ts-jest": {
|
|
6866
|
-
"version": "29.1.
|
|
6705
|
+
"version": "29.1.4",
|
|
6867
6706
|
"dev": true,
|
|
6868
6707
|
"license": "MIT",
|
|
6869
6708
|
"dependencies": {
|
|
@@ -6880,10 +6719,11 @@
|
|
|
6880
6719
|
"ts-jest": "cli.js"
|
|
6881
6720
|
},
|
|
6882
6721
|
"engines": {
|
|
6883
|
-
"node": "^16.10.0 || ^18.0.0 || >=20.0.0"
|
|
6722
|
+
"node": "^14.15.0 || ^16.10.0 || ^18.0.0 || >=20.0.0"
|
|
6884
6723
|
},
|
|
6885
6724
|
"peerDependencies": {
|
|
6886
6725
|
"@babel/core": ">=7.0.0-beta.0 <8",
|
|
6726
|
+
"@jest/transform": "^29.0.0",
|
|
6887
6727
|
"@jest/types": "^29.0.0",
|
|
6888
6728
|
"babel-jest": "^29.0.0",
|
|
6889
6729
|
"jest": "^29.0.0",
|
|
@@ -6893,6 +6733,9 @@
|
|
|
6893
6733
|
"@babel/core": {
|
|
6894
6734
|
"optional": true
|
|
6895
6735
|
},
|
|
6736
|
+
"@jest/transform": {
|
|
6737
|
+
"optional": true
|
|
6738
|
+
},
|
|
6896
6739
|
"@jest/types": {
|
|
6897
6740
|
"optional": true
|
|
6898
6741
|
},
|
|
@@ -6905,7 +6748,7 @@
|
|
|
6905
6748
|
}
|
|
6906
6749
|
},
|
|
6907
6750
|
"../../../../node_modules/tslib": {
|
|
6908
|
-
"version": "2.6.
|
|
6751
|
+
"version": "2.6.3",
|
|
6909
6752
|
"license": "0BSD"
|
|
6910
6753
|
},
|
|
6911
6754
|
"../../../../node_modules/tsscmp": {
|
|
@@ -6917,7 +6760,6 @@
|
|
|
6917
6760
|
},
|
|
6918
6761
|
"../../../../node_modules/type-check": {
|
|
6919
6762
|
"version": "0.4.0",
|
|
6920
|
-
"dev": true,
|
|
6921
6763
|
"license": "MIT",
|
|
6922
6764
|
"dependencies": {
|
|
6923
6765
|
"prelude-ls": "^1.2.1"
|
|
@@ -6935,7 +6777,7 @@
|
|
|
6935
6777
|
}
|
|
6936
6778
|
},
|
|
6937
6779
|
"../../../../node_modules/type-fest": {
|
|
6938
|
-
"version": "0.
|
|
6780
|
+
"version": "0.21.3",
|
|
6939
6781
|
"license": "(MIT OR CC0-1.0)",
|
|
6940
6782
|
"engines": {
|
|
6941
6783
|
"node": ">=10"
|
|
@@ -7060,22 +6902,45 @@
|
|
|
7060
6902
|
}
|
|
7061
6903
|
}
|
|
7062
6904
|
},
|
|
7063
|
-
"../../../../node_modules/typeorm/node_modules/
|
|
7064
|
-
"version": "
|
|
6905
|
+
"../../../../node_modules/typeorm/node_modules/buffer": {
|
|
6906
|
+
"version": "6.0.3",
|
|
7065
6907
|
"dev": true,
|
|
7066
|
-
"
|
|
6908
|
+
"funding": [
|
|
6909
|
+
{
|
|
6910
|
+
"type": "github",
|
|
6911
|
+
"url": "https://github.com/sponsors/feross"
|
|
6912
|
+
},
|
|
6913
|
+
{
|
|
6914
|
+
"type": "patreon",
|
|
6915
|
+
"url": "https://www.patreon.com/feross"
|
|
6916
|
+
},
|
|
6917
|
+
{
|
|
6918
|
+
"type": "consulting",
|
|
6919
|
+
"url": "https://feross.org/support"
|
|
6920
|
+
}
|
|
6921
|
+
],
|
|
6922
|
+
"license": "MIT",
|
|
6923
|
+
"dependencies": {
|
|
6924
|
+
"base64-js": "^1.3.1",
|
|
6925
|
+
"ieee754": "^1.2.1"
|
|
6926
|
+
}
|
|
6927
|
+
},
|
|
6928
|
+
"../../../../node_modules/typeorm/node_modules/glob": {
|
|
6929
|
+
"version": "10.4.1",
|
|
6930
|
+
"dev": true,
|
|
6931
|
+
"license": "ISC",
|
|
7067
6932
|
"dependencies": {
|
|
7068
6933
|
"foreground-child": "^3.1.0",
|
|
7069
|
-
"jackspeak": "^
|
|
7070
|
-
"minimatch": "^9.0.
|
|
7071
|
-
"minipass": "^
|
|
7072
|
-
"path-scurry": "^1.
|
|
6934
|
+
"jackspeak": "^3.1.2",
|
|
6935
|
+
"minimatch": "^9.0.4",
|
|
6936
|
+
"minipass": "^7.1.2",
|
|
6937
|
+
"path-scurry": "^1.11.1"
|
|
7073
6938
|
},
|
|
7074
6939
|
"bin": {
|
|
7075
6940
|
"glob": "dist/esm/bin.mjs"
|
|
7076
6941
|
},
|
|
7077
6942
|
"engines": {
|
|
7078
|
-
"node": ">=16 || 14 >=14.
|
|
6943
|
+
"node": ">=16 || 14 >=14.18"
|
|
7079
6944
|
},
|
|
7080
6945
|
"funding": {
|
|
7081
6946
|
"url": "https://github.com/sponsors/isaacs"
|
|
@@ -7083,7 +6948,6 @@
|
|
|
7083
6948
|
},
|
|
7084
6949
|
"../../../../node_modules/typescript": {
|
|
7085
6950
|
"version": "5.4.5",
|
|
7086
|
-
"dev": true,
|
|
7087
6951
|
"license": "Apache-2.0",
|
|
7088
6952
|
"bin": {
|
|
7089
6953
|
"tsc": "bin/tsc",
|
|
@@ -7105,7 +6969,7 @@
|
|
|
7105
6969
|
}
|
|
7106
6970
|
},
|
|
7107
6971
|
"../../../../node_modules/update-browserslist-db": {
|
|
7108
|
-
"version": "1.0.
|
|
6972
|
+
"version": "1.0.16",
|
|
7109
6973
|
"dev": true,
|
|
7110
6974
|
"funding": [
|
|
7111
6975
|
{
|
|
@@ -7123,8 +6987,8 @@
|
|
|
7123
6987
|
],
|
|
7124
6988
|
"license": "MIT",
|
|
7125
6989
|
"dependencies": {
|
|
7126
|
-
"escalade": "^3.1.
|
|
7127
|
-
"picocolors": "^1.0.
|
|
6990
|
+
"escalade": "^3.1.2",
|
|
6991
|
+
"picocolors": "^1.0.1"
|
|
7128
6992
|
},
|
|
7129
6993
|
"bin": {
|
|
7130
6994
|
"update-browserslist-db": "cli.js"
|
|
@@ -7192,7 +7056,6 @@
|
|
|
7192
7056
|
},
|
|
7193
7057
|
"../../../../node_modules/which": {
|
|
7194
7058
|
"version": "2.0.2",
|
|
7195
|
-
"dev": true,
|
|
7196
7059
|
"license": "ISC",
|
|
7197
7060
|
"dependencies": {
|
|
7198
7061
|
"isexe": "^2.0.0"
|
|
@@ -7236,9 +7099,15 @@
|
|
|
7236
7099
|
"node": ">= 12.0.0"
|
|
7237
7100
|
}
|
|
7238
7101
|
},
|
|
7102
|
+
"../../../../node_modules/word-wrap": {
|
|
7103
|
+
"version": "1.2.5",
|
|
7104
|
+
"license": "MIT",
|
|
7105
|
+
"engines": {
|
|
7106
|
+
"node": ">=0.10.0"
|
|
7107
|
+
}
|
|
7108
|
+
},
|
|
7239
7109
|
"../../../../node_modules/wrap-ansi": {
|
|
7240
|
-
"version": "
|
|
7241
|
-
"dev": true,
|
|
7110
|
+
"version": "6.2.0",
|
|
7242
7111
|
"license": "MIT",
|
|
7243
7112
|
"dependencies": {
|
|
7244
7113
|
"ansi-styles": "^4.0.0",
|
|
@@ -7246,10 +7115,7 @@
|
|
|
7246
7115
|
"strip-ansi": "^6.0.0"
|
|
7247
7116
|
},
|
|
7248
7117
|
"engines": {
|
|
7249
|
-
"node": ">=
|
|
7250
|
-
},
|
|
7251
|
-
"funding": {
|
|
7252
|
-
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
7118
|
+
"node": ">=8"
|
|
7253
7119
|
}
|
|
7254
7120
|
},
|
|
7255
7121
|
"../../../../node_modules/wrap-ansi-cjs": {
|
|
@@ -7342,7 +7208,7 @@
|
|
|
7342
7208
|
}
|
|
7343
7209
|
},
|
|
7344
7210
|
"../../../../node_modules/ylru": {
|
|
7345
|
-
"version": "1.
|
|
7211
|
+
"version": "1.4.0",
|
|
7346
7212
|
"license": "MIT",
|
|
7347
7213
|
"engines": {
|
|
7348
7214
|
"node": ">= 4.0.0"
|
|
@@ -7350,7 +7216,6 @@
|
|
|
7350
7216
|
},
|
|
7351
7217
|
"../../../../node_modules/yocto-queue": {
|
|
7352
7218
|
"version": "0.1.0",
|
|
7353
|
-
"dev": true,
|
|
7354
7219
|
"license": "MIT",
|
|
7355
7220
|
"engines": {
|
|
7356
7221
|
"node": ">=10"
|
|
@@ -7359,6 +7224,18 @@
|
|
|
7359
7224
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
7360
7225
|
}
|
|
7361
7226
|
},
|
|
7227
|
+
"../../../aws-config": {
|
|
7228
|
+
"name": "@dbos-inc/aws-config",
|
|
7229
|
+
"version": "0.0.0-placeholder",
|
|
7230
|
+
"extraneous": true,
|
|
7231
|
+
"license": "MIT",
|
|
7232
|
+
"devDependencies": {
|
|
7233
|
+
"typescript": "^5.3.3"
|
|
7234
|
+
},
|
|
7235
|
+
"peerDependencies": {
|
|
7236
|
+
"@dbos-inc/dbos-sdk": "*"
|
|
7237
|
+
}
|
|
7238
|
+
},
|
|
7362
7239
|
"../../../communicator-bcrypt": {
|
|
7363
7240
|
"name": "@dbos-inc/communicator-bcrypt",
|
|
7364
7241
|
"version": "0.0.0-placeholder",
|
|
@@ -7387,6 +7264,26 @@
|
|
|
7387
7264
|
"@dbos-inc/dbos-sdk": "*"
|
|
7388
7265
|
}
|
|
7389
7266
|
},
|
|
7267
|
+
"../../../communicator-email-ses": {
|
|
7268
|
+
"name": "@dbos-inc/communicator-email-ses",
|
|
7269
|
+
"version": "0.0.0-placeholder",
|
|
7270
|
+
"extraneous": true,
|
|
7271
|
+
"license": "MIT",
|
|
7272
|
+
"dependencies": {
|
|
7273
|
+
"@aws-sdk/client-sesv2": "^3.574.0",
|
|
7274
|
+
"@dbos-inc/aws-config": "../aws-config"
|
|
7275
|
+
},
|
|
7276
|
+
"devDependencies": {
|
|
7277
|
+
"@types/jest": "^29.5.12",
|
|
7278
|
+
"@types/supertest": "^6.0.2",
|
|
7279
|
+
"jest": "^29.7.0",
|
|
7280
|
+
"supertest": "^7.0.0",
|
|
7281
|
+
"typescript": "^5.3.3"
|
|
7282
|
+
},
|
|
7283
|
+
"peerDependencies": {
|
|
7284
|
+
"@dbos-inc/dbos-sdk": "*"
|
|
7285
|
+
}
|
|
7286
|
+
},
|
|
7390
7287
|
"../../../communicator-random": {
|
|
7391
7288
|
"name": "@dbos-inc/communicator-random",
|
|
7392
7289
|
"version": "0.0.0-placeholder",
|
|
@@ -7449,9 +7346,6 @@
|
|
|
7449
7346
|
"@types/jest": "^29.5.3",
|
|
7450
7347
|
"@types/node": "^20.6.3",
|
|
7451
7348
|
"@types/supertest": "^2.0.12",
|
|
7452
|
-
"@typescript-eslint/eslint-plugin": "^6.7.2",
|
|
7453
|
-
"@typescript-eslint/parser": "^6.7.2",
|
|
7454
|
-
"eslint": "^8.49.0",
|
|
7455
7349
|
"jest": "^29.6.1",
|
|
7456
7350
|
"supertest": "^7.0.0",
|
|
7457
7351
|
"ts-jest": "^29.1.1"
|
|
@@ -8019,6 +7913,290 @@
|
|
|
8019
7913
|
"eslint": ">=8.0.0"
|
|
8020
7914
|
}
|
|
8021
7915
|
},
|
|
7916
|
+
"node_modules/@dbos-inc/eslint-plugin/node_modules/@eslint/eslintrc": {
|
|
7917
|
+
"version": "2.1.4",
|
|
7918
|
+
"dev": true,
|
|
7919
|
+
"license": "MIT",
|
|
7920
|
+
"dependencies": {
|
|
7921
|
+
"ajv": "^6.12.4",
|
|
7922
|
+
"debug": "^4.3.2",
|
|
7923
|
+
"espree": "^9.6.0",
|
|
7924
|
+
"globals": "^13.19.0",
|
|
7925
|
+
"ignore": "^5.2.0",
|
|
7926
|
+
"import-fresh": "^3.2.1",
|
|
7927
|
+
"js-yaml": "^4.1.0",
|
|
7928
|
+
"minimatch": "^3.1.2",
|
|
7929
|
+
"strip-json-comments": "^3.1.1"
|
|
7930
|
+
},
|
|
7931
|
+
"engines": {
|
|
7932
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
7933
|
+
},
|
|
7934
|
+
"funding": {
|
|
7935
|
+
"url": "https://opencollective.com/eslint"
|
|
7936
|
+
}
|
|
7937
|
+
},
|
|
7938
|
+
"node_modules/@dbos-inc/eslint-plugin/node_modules/@eslint/js": {
|
|
7939
|
+
"version": "8.57.0",
|
|
7940
|
+
"dev": true,
|
|
7941
|
+
"license": "MIT",
|
|
7942
|
+
"engines": {
|
|
7943
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
7944
|
+
}
|
|
7945
|
+
},
|
|
7946
|
+
"node_modules/@dbos-inc/eslint-plugin/node_modules/@typescript-eslint/eslint-plugin": {
|
|
7947
|
+
"version": "6.21.0",
|
|
7948
|
+
"dev": true,
|
|
7949
|
+
"license": "MIT",
|
|
7950
|
+
"dependencies": {
|
|
7951
|
+
"@eslint-community/regexpp": "^4.5.1",
|
|
7952
|
+
"@typescript-eslint/scope-manager": "6.21.0",
|
|
7953
|
+
"@typescript-eslint/type-utils": "6.21.0",
|
|
7954
|
+
"@typescript-eslint/utils": "6.21.0",
|
|
7955
|
+
"@typescript-eslint/visitor-keys": "6.21.0",
|
|
7956
|
+
"debug": "^4.3.4",
|
|
7957
|
+
"graphemer": "^1.4.0",
|
|
7958
|
+
"ignore": "^5.2.4",
|
|
7959
|
+
"natural-compare": "^1.4.0",
|
|
7960
|
+
"semver": "^7.5.4",
|
|
7961
|
+
"ts-api-utils": "^1.0.1"
|
|
7962
|
+
},
|
|
7963
|
+
"engines": {
|
|
7964
|
+
"node": "^16.0.0 || >=18.0.0"
|
|
7965
|
+
},
|
|
7966
|
+
"funding": {
|
|
7967
|
+
"type": "opencollective",
|
|
7968
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
7969
|
+
},
|
|
7970
|
+
"peerDependencies": {
|
|
7971
|
+
"@typescript-eslint/parser": "^6.0.0 || ^6.0.0-alpha",
|
|
7972
|
+
"eslint": "^7.0.0 || ^8.0.0"
|
|
7973
|
+
},
|
|
7974
|
+
"peerDependenciesMeta": {
|
|
7975
|
+
"typescript": {
|
|
7976
|
+
"optional": true
|
|
7977
|
+
}
|
|
7978
|
+
}
|
|
7979
|
+
},
|
|
7980
|
+
"node_modules/@dbos-inc/eslint-plugin/node_modules/@typescript-eslint/parser": {
|
|
7981
|
+
"version": "6.21.0",
|
|
7982
|
+
"dev": true,
|
|
7983
|
+
"license": "BSD-2-Clause",
|
|
7984
|
+
"dependencies": {
|
|
7985
|
+
"@typescript-eslint/scope-manager": "6.21.0",
|
|
7986
|
+
"@typescript-eslint/types": "6.21.0",
|
|
7987
|
+
"@typescript-eslint/typescript-estree": "6.21.0",
|
|
7988
|
+
"@typescript-eslint/visitor-keys": "6.21.0",
|
|
7989
|
+
"debug": "^4.3.4"
|
|
7990
|
+
},
|
|
7991
|
+
"engines": {
|
|
7992
|
+
"node": "^16.0.0 || >=18.0.0"
|
|
7993
|
+
},
|
|
7994
|
+
"funding": {
|
|
7995
|
+
"type": "opencollective",
|
|
7996
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
7997
|
+
},
|
|
7998
|
+
"peerDependencies": {
|
|
7999
|
+
"eslint": "^7.0.0 || ^8.0.0"
|
|
8000
|
+
},
|
|
8001
|
+
"peerDependenciesMeta": {
|
|
8002
|
+
"typescript": {
|
|
8003
|
+
"optional": true
|
|
8004
|
+
}
|
|
8005
|
+
}
|
|
8006
|
+
},
|
|
8007
|
+
"node_modules/@dbos-inc/eslint-plugin/node_modules/@typescript-eslint/type-utils": {
|
|
8008
|
+
"version": "6.21.0",
|
|
8009
|
+
"dev": true,
|
|
8010
|
+
"license": "MIT",
|
|
8011
|
+
"dependencies": {
|
|
8012
|
+
"@typescript-eslint/typescript-estree": "6.21.0",
|
|
8013
|
+
"@typescript-eslint/utils": "6.21.0",
|
|
8014
|
+
"debug": "^4.3.4",
|
|
8015
|
+
"ts-api-utils": "^1.0.1"
|
|
8016
|
+
},
|
|
8017
|
+
"engines": {
|
|
8018
|
+
"node": "^16.0.0 || >=18.0.0"
|
|
8019
|
+
},
|
|
8020
|
+
"funding": {
|
|
8021
|
+
"type": "opencollective",
|
|
8022
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
8023
|
+
},
|
|
8024
|
+
"peerDependencies": {
|
|
8025
|
+
"eslint": "^7.0.0 || ^8.0.0"
|
|
8026
|
+
},
|
|
8027
|
+
"peerDependenciesMeta": {
|
|
8028
|
+
"typescript": {
|
|
8029
|
+
"optional": true
|
|
8030
|
+
}
|
|
8031
|
+
}
|
|
8032
|
+
},
|
|
8033
|
+
"node_modules/@dbos-inc/eslint-plugin/node_modules/@typescript-eslint/utils": {
|
|
8034
|
+
"version": "6.21.0",
|
|
8035
|
+
"dev": true,
|
|
8036
|
+
"license": "MIT",
|
|
8037
|
+
"dependencies": {
|
|
8038
|
+
"@eslint-community/eslint-utils": "^4.4.0",
|
|
8039
|
+
"@types/json-schema": "^7.0.12",
|
|
8040
|
+
"@types/semver": "^7.5.0",
|
|
8041
|
+
"@typescript-eslint/scope-manager": "6.21.0",
|
|
8042
|
+
"@typescript-eslint/types": "6.21.0",
|
|
8043
|
+
"@typescript-eslint/typescript-estree": "6.21.0",
|
|
8044
|
+
"semver": "^7.5.4"
|
|
8045
|
+
},
|
|
8046
|
+
"engines": {
|
|
8047
|
+
"node": "^16.0.0 || >=18.0.0"
|
|
8048
|
+
},
|
|
8049
|
+
"funding": {
|
|
8050
|
+
"type": "opencollective",
|
|
8051
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
8052
|
+
},
|
|
8053
|
+
"peerDependencies": {
|
|
8054
|
+
"eslint": "^7.0.0 || ^8.0.0"
|
|
8055
|
+
}
|
|
8056
|
+
},
|
|
8057
|
+
"node_modules/@dbos-inc/eslint-plugin/node_modules/brace-expansion": {
|
|
8058
|
+
"version": "1.1.11",
|
|
8059
|
+
"dev": true,
|
|
8060
|
+
"license": "MIT",
|
|
8061
|
+
"dependencies": {
|
|
8062
|
+
"balanced-match": "^1.0.0",
|
|
8063
|
+
"concat-map": "0.0.1"
|
|
8064
|
+
}
|
|
8065
|
+
},
|
|
8066
|
+
"node_modules/@dbos-inc/eslint-plugin/node_modules/eslint": {
|
|
8067
|
+
"version": "8.57.0",
|
|
8068
|
+
"dev": true,
|
|
8069
|
+
"license": "MIT",
|
|
8070
|
+
"dependencies": {
|
|
8071
|
+
"@eslint-community/eslint-utils": "^4.2.0",
|
|
8072
|
+
"@eslint-community/regexpp": "^4.6.1",
|
|
8073
|
+
"@eslint/eslintrc": "^2.1.4",
|
|
8074
|
+
"@eslint/js": "8.57.0",
|
|
8075
|
+
"@humanwhocodes/config-array": "^0.11.14",
|
|
8076
|
+
"@humanwhocodes/module-importer": "^1.0.1",
|
|
8077
|
+
"@nodelib/fs.walk": "^1.2.8",
|
|
8078
|
+
"@ungap/structured-clone": "^1.2.0",
|
|
8079
|
+
"ajv": "^6.12.4",
|
|
8080
|
+
"chalk": "^4.0.0",
|
|
8081
|
+
"cross-spawn": "^7.0.2",
|
|
8082
|
+
"debug": "^4.3.2",
|
|
8083
|
+
"doctrine": "^3.0.0",
|
|
8084
|
+
"escape-string-regexp": "^4.0.0",
|
|
8085
|
+
"eslint-scope": "^7.2.2",
|
|
8086
|
+
"eslint-visitor-keys": "^3.4.3",
|
|
8087
|
+
"espree": "^9.6.1",
|
|
8088
|
+
"esquery": "^1.4.2",
|
|
8089
|
+
"esutils": "^2.0.2",
|
|
8090
|
+
"fast-deep-equal": "^3.1.3",
|
|
8091
|
+
"file-entry-cache": "^6.0.1",
|
|
8092
|
+
"find-up": "^5.0.0",
|
|
8093
|
+
"glob-parent": "^6.0.2",
|
|
8094
|
+
"globals": "^13.19.0",
|
|
8095
|
+
"graphemer": "^1.4.0",
|
|
8096
|
+
"ignore": "^5.2.0",
|
|
8097
|
+
"imurmurhash": "^0.1.4",
|
|
8098
|
+
"is-glob": "^4.0.0",
|
|
8099
|
+
"is-path-inside": "^3.0.3",
|
|
8100
|
+
"js-yaml": "^4.1.0",
|
|
8101
|
+
"json-stable-stringify-without-jsonify": "^1.0.1",
|
|
8102
|
+
"levn": "^0.4.1",
|
|
8103
|
+
"lodash.merge": "^4.6.2",
|
|
8104
|
+
"minimatch": "^3.1.2",
|
|
8105
|
+
"natural-compare": "^1.4.0",
|
|
8106
|
+
"optionator": "^0.9.3",
|
|
8107
|
+
"strip-ansi": "^6.0.1",
|
|
8108
|
+
"text-table": "^0.2.0"
|
|
8109
|
+
},
|
|
8110
|
+
"bin": {
|
|
8111
|
+
"eslint": "bin/eslint.js"
|
|
8112
|
+
},
|
|
8113
|
+
"engines": {
|
|
8114
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
8115
|
+
},
|
|
8116
|
+
"funding": {
|
|
8117
|
+
"url": "https://opencollective.com/eslint"
|
|
8118
|
+
}
|
|
8119
|
+
},
|
|
8120
|
+
"node_modules/@dbos-inc/eslint-plugin/node_modules/eslint-scope": {
|
|
8121
|
+
"version": "7.2.2",
|
|
8122
|
+
"dev": true,
|
|
8123
|
+
"license": "BSD-2-Clause",
|
|
8124
|
+
"dependencies": {
|
|
8125
|
+
"esrecurse": "^4.3.0",
|
|
8126
|
+
"estraverse": "^5.2.0"
|
|
8127
|
+
},
|
|
8128
|
+
"engines": {
|
|
8129
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
8130
|
+
},
|
|
8131
|
+
"funding": {
|
|
8132
|
+
"url": "https://opencollective.com/eslint"
|
|
8133
|
+
}
|
|
8134
|
+
},
|
|
8135
|
+
"node_modules/@dbos-inc/eslint-plugin/node_modules/espree": {
|
|
8136
|
+
"version": "9.6.1",
|
|
8137
|
+
"dev": true,
|
|
8138
|
+
"license": "BSD-2-Clause",
|
|
8139
|
+
"dependencies": {
|
|
8140
|
+
"acorn": "^8.9.0",
|
|
8141
|
+
"acorn-jsx": "^5.3.2",
|
|
8142
|
+
"eslint-visitor-keys": "^3.4.1"
|
|
8143
|
+
},
|
|
8144
|
+
"engines": {
|
|
8145
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
8146
|
+
},
|
|
8147
|
+
"funding": {
|
|
8148
|
+
"url": "https://opencollective.com/eslint"
|
|
8149
|
+
}
|
|
8150
|
+
},
|
|
8151
|
+
"node_modules/@dbos-inc/eslint-plugin/node_modules/file-entry-cache": {
|
|
8152
|
+
"version": "6.0.1",
|
|
8153
|
+
"dev": true,
|
|
8154
|
+
"license": "MIT",
|
|
8155
|
+
"dependencies": {
|
|
8156
|
+
"flat-cache": "^3.0.4"
|
|
8157
|
+
},
|
|
8158
|
+
"engines": {
|
|
8159
|
+
"node": "^10.12.0 || >=12.0.0"
|
|
8160
|
+
}
|
|
8161
|
+
},
|
|
8162
|
+
"node_modules/@dbos-inc/eslint-plugin/node_modules/flat-cache": {
|
|
8163
|
+
"version": "3.2.0",
|
|
8164
|
+
"dev": true,
|
|
8165
|
+
"license": "MIT",
|
|
8166
|
+
"dependencies": {
|
|
8167
|
+
"flatted": "^3.2.9",
|
|
8168
|
+
"keyv": "^4.5.3",
|
|
8169
|
+
"rimraf": "^3.0.2"
|
|
8170
|
+
},
|
|
8171
|
+
"engines": {
|
|
8172
|
+
"node": "^10.12.0 || >=12.0.0"
|
|
8173
|
+
}
|
|
8174
|
+
},
|
|
8175
|
+
"node_modules/@dbos-inc/eslint-plugin/node_modules/globals": {
|
|
8176
|
+
"version": "13.24.0",
|
|
8177
|
+
"dev": true,
|
|
8178
|
+
"license": "MIT",
|
|
8179
|
+
"dependencies": {
|
|
8180
|
+
"type-fest": "^0.20.2"
|
|
8181
|
+
},
|
|
8182
|
+
"engines": {
|
|
8183
|
+
"node": ">=8"
|
|
8184
|
+
},
|
|
8185
|
+
"funding": {
|
|
8186
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
8187
|
+
}
|
|
8188
|
+
},
|
|
8189
|
+
"node_modules/@dbos-inc/eslint-plugin/node_modules/minimatch": {
|
|
8190
|
+
"version": "3.1.2",
|
|
8191
|
+
"dev": true,
|
|
8192
|
+
"license": "ISC",
|
|
8193
|
+
"dependencies": {
|
|
8194
|
+
"brace-expansion": "^1.1.7"
|
|
8195
|
+
},
|
|
8196
|
+
"engines": {
|
|
8197
|
+
"node": "*"
|
|
8198
|
+
}
|
|
8199
|
+
},
|
|
8022
8200
|
"node_modules/@eslint-community/eslint-utils": {
|
|
8023
8201
|
"version": "4.4.0",
|
|
8024
8202
|
"dev": true,
|
|
@@ -8041,15 +8219,48 @@
|
|
|
8041
8219
|
"node": "^12.0.0 || ^14.0.0 || >=16.0.0"
|
|
8042
8220
|
}
|
|
8043
8221
|
},
|
|
8222
|
+
"node_modules/@eslint/config-array": {
|
|
8223
|
+
"version": "0.15.1",
|
|
8224
|
+
"dev": true,
|
|
8225
|
+
"license": "Apache-2.0",
|
|
8226
|
+
"dependencies": {
|
|
8227
|
+
"@eslint/object-schema": "^2.1.3",
|
|
8228
|
+
"debug": "^4.3.1",
|
|
8229
|
+
"minimatch": "^3.0.5"
|
|
8230
|
+
},
|
|
8231
|
+
"engines": {
|
|
8232
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
8233
|
+
}
|
|
8234
|
+
},
|
|
8235
|
+
"node_modules/@eslint/config-array/node_modules/brace-expansion": {
|
|
8236
|
+
"version": "1.1.11",
|
|
8237
|
+
"dev": true,
|
|
8238
|
+
"license": "MIT",
|
|
8239
|
+
"dependencies": {
|
|
8240
|
+
"balanced-match": "^1.0.0",
|
|
8241
|
+
"concat-map": "0.0.1"
|
|
8242
|
+
}
|
|
8243
|
+
},
|
|
8244
|
+
"node_modules/@eslint/config-array/node_modules/minimatch": {
|
|
8245
|
+
"version": "3.1.2",
|
|
8246
|
+
"dev": true,
|
|
8247
|
+
"license": "ISC",
|
|
8248
|
+
"dependencies": {
|
|
8249
|
+
"brace-expansion": "^1.1.7"
|
|
8250
|
+
},
|
|
8251
|
+
"engines": {
|
|
8252
|
+
"node": "*"
|
|
8253
|
+
}
|
|
8254
|
+
},
|
|
8044
8255
|
"node_modules/@eslint/eslintrc": {
|
|
8045
|
-
"version": "
|
|
8256
|
+
"version": "3.1.0",
|
|
8046
8257
|
"dev": true,
|
|
8047
8258
|
"license": "MIT",
|
|
8048
8259
|
"dependencies": {
|
|
8049
8260
|
"ajv": "^6.12.4",
|
|
8050
8261
|
"debug": "^4.3.2",
|
|
8051
|
-
"espree": "^
|
|
8052
|
-
"globals": "^
|
|
8262
|
+
"espree": "^10.0.1",
|
|
8263
|
+
"globals": "^14.0.0",
|
|
8053
8264
|
"ignore": "^5.2.0",
|
|
8054
8265
|
"import-fresh": "^3.2.1",
|
|
8055
8266
|
"js-yaml": "^4.1.0",
|
|
@@ -8057,7 +8268,7 @@
|
|
|
8057
8268
|
"strip-json-comments": "^3.1.1"
|
|
8058
8269
|
},
|
|
8059
8270
|
"engines": {
|
|
8060
|
-
"node": "^
|
|
8271
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
8061
8272
|
},
|
|
8062
8273
|
"funding": {
|
|
8063
8274
|
"url": "https://opencollective.com/eslint"
|
|
@@ -8084,11 +8295,19 @@
|
|
|
8084
8295
|
}
|
|
8085
8296
|
},
|
|
8086
8297
|
"node_modules/@eslint/js": {
|
|
8087
|
-
"version": "
|
|
8298
|
+
"version": "9.4.0",
|
|
8088
8299
|
"dev": true,
|
|
8089
8300
|
"license": "MIT",
|
|
8090
8301
|
"engines": {
|
|
8091
|
-
"node": "^
|
|
8302
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
8303
|
+
}
|
|
8304
|
+
},
|
|
8305
|
+
"node_modules/@eslint/object-schema": {
|
|
8306
|
+
"version": "2.1.3",
|
|
8307
|
+
"dev": true,
|
|
8308
|
+
"license": "Apache-2.0",
|
|
8309
|
+
"engines": {
|
|
8310
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
8092
8311
|
}
|
|
8093
8312
|
},
|
|
8094
8313
|
"node_modules/@humanwhocodes/config-array": {
|
|
@@ -8141,6 +8360,18 @@
|
|
|
8141
8360
|
"dev": true,
|
|
8142
8361
|
"license": "BSD-3-Clause"
|
|
8143
8362
|
},
|
|
8363
|
+
"node_modules/@humanwhocodes/retry": {
|
|
8364
|
+
"version": "0.3.0",
|
|
8365
|
+
"dev": true,
|
|
8366
|
+
"license": "Apache-2.0",
|
|
8367
|
+
"engines": {
|
|
8368
|
+
"node": ">=18.18"
|
|
8369
|
+
},
|
|
8370
|
+
"funding": {
|
|
8371
|
+
"type": "github",
|
|
8372
|
+
"url": "https://github.com/sponsors/nzakas"
|
|
8373
|
+
}
|
|
8374
|
+
},
|
|
8144
8375
|
"node_modules/@istanbuljs/load-nyc-config": {
|
|
8145
8376
|
"version": "1.1.0",
|
|
8146
8377
|
"dev": true,
|
|
@@ -8796,65 +9027,202 @@
|
|
|
8796
9027
|
"dev": true,
|
|
8797
9028
|
"license": "MIT"
|
|
8798
9029
|
},
|
|
8799
|
-
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
8800
|
-
"version": "
|
|
9030
|
+
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
9031
|
+
"version": "8.0.0-alpha.30",
|
|
9032
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.0.0-alpha.30.tgz",
|
|
9033
|
+
"integrity": "sha512-2CBUupdkfbE3eATph4QeZejvT+M+1bVur+zXlVx09WN31phap51ps/qemeclnCbGEz6kTgBDmScrr9XmmF8/Pg==",
|
|
9034
|
+
"dev": true,
|
|
9035
|
+
"dependencies": {
|
|
9036
|
+
"@eslint-community/regexpp": "^4.10.0",
|
|
9037
|
+
"@typescript-eslint/scope-manager": "8.0.0-alpha.30",
|
|
9038
|
+
"@typescript-eslint/type-utils": "8.0.0-alpha.30",
|
|
9039
|
+
"@typescript-eslint/utils": "8.0.0-alpha.30",
|
|
9040
|
+
"@typescript-eslint/visitor-keys": "8.0.0-alpha.30",
|
|
9041
|
+
"graphemer": "^1.4.0",
|
|
9042
|
+
"ignore": "^5.3.1",
|
|
9043
|
+
"natural-compare": "^1.4.0",
|
|
9044
|
+
"ts-api-utils": "^1.3.0"
|
|
9045
|
+
},
|
|
9046
|
+
"engines": {
|
|
9047
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
9048
|
+
},
|
|
9049
|
+
"funding": {
|
|
9050
|
+
"type": "opencollective",
|
|
9051
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
9052
|
+
},
|
|
9053
|
+
"peerDependencies": {
|
|
9054
|
+
"@typescript-eslint/parser": "^8.0.0 || ^8.0.0-alpha.0",
|
|
9055
|
+
"eslint": "^8.57.0 || ^9.0.0"
|
|
9056
|
+
},
|
|
9057
|
+
"peerDependenciesMeta": {
|
|
9058
|
+
"typescript": {
|
|
9059
|
+
"optional": true
|
|
9060
|
+
}
|
|
9061
|
+
}
|
|
9062
|
+
},
|
|
9063
|
+
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/scope-manager": {
|
|
9064
|
+
"version": "8.0.0-alpha.30",
|
|
9065
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.0.0-alpha.30.tgz",
|
|
9066
|
+
"integrity": "sha512-FGW/iPWGyPFamAVZ60oCAthMqQrqafUGebF8UKuq/ha+e9SVG6YhJoRzurlQXOVf8dHfOhJ0ADMXyFnMc53clg==",
|
|
9067
|
+
"dev": true,
|
|
9068
|
+
"dependencies": {
|
|
9069
|
+
"@typescript-eslint/types": "8.0.0-alpha.30",
|
|
9070
|
+
"@typescript-eslint/visitor-keys": "8.0.0-alpha.30"
|
|
9071
|
+
},
|
|
9072
|
+
"engines": {
|
|
9073
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
9074
|
+
},
|
|
9075
|
+
"funding": {
|
|
9076
|
+
"type": "opencollective",
|
|
9077
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
9078
|
+
}
|
|
9079
|
+
},
|
|
9080
|
+
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/types": {
|
|
9081
|
+
"version": "8.0.0-alpha.30",
|
|
9082
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.0.0-alpha.30.tgz",
|
|
9083
|
+
"integrity": "sha512-4WzLlw27SO9pK9UFj/Hu7WGo8WveT0SEiIpFVsV2WwtQmLps6kouwtVCB8GJPZKJyurhZhcqCoQVQFmpv441Vg==",
|
|
9084
|
+
"dev": true,
|
|
9085
|
+
"engines": {
|
|
9086
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
9087
|
+
},
|
|
9088
|
+
"funding": {
|
|
9089
|
+
"type": "opencollective",
|
|
9090
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
9091
|
+
}
|
|
9092
|
+
},
|
|
9093
|
+
"node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/visitor-keys": {
|
|
9094
|
+
"version": "8.0.0-alpha.30",
|
|
9095
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.0.0-alpha.30.tgz",
|
|
9096
|
+
"integrity": "sha512-XZuNurZxBqmr6ZIRIwWFq7j5RZd6ZlkId/HZEWyfciK+CWoyOxSF9Pv2VXH9Rlu2ZG2PfbhLz2Veszl4Pfn7yA==",
|
|
9097
|
+
"dev": true,
|
|
9098
|
+
"dependencies": {
|
|
9099
|
+
"@typescript-eslint/types": "8.0.0-alpha.30",
|
|
9100
|
+
"eslint-visitor-keys": "^3.4.3"
|
|
9101
|
+
},
|
|
9102
|
+
"engines": {
|
|
9103
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
9104
|
+
},
|
|
9105
|
+
"funding": {
|
|
9106
|
+
"type": "opencollective",
|
|
9107
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
9108
|
+
}
|
|
9109
|
+
},
|
|
9110
|
+
"node_modules/@typescript-eslint/parser": {
|
|
9111
|
+
"version": "8.0.0-alpha.30",
|
|
9112
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.0.0-alpha.30.tgz",
|
|
9113
|
+
"integrity": "sha512-tAYgFmgXU1MlCK3nbblUvJlDSibBvxtAQXGrF3IG0KmnRza9FXILZifHWL0rrwacDn40K53K607Fk2QkMjiGgw==",
|
|
9114
|
+
"dev": true,
|
|
9115
|
+
"dependencies": {
|
|
9116
|
+
"@typescript-eslint/scope-manager": "8.0.0-alpha.30",
|
|
9117
|
+
"@typescript-eslint/types": "8.0.0-alpha.30",
|
|
9118
|
+
"@typescript-eslint/typescript-estree": "8.0.0-alpha.30",
|
|
9119
|
+
"@typescript-eslint/visitor-keys": "8.0.0-alpha.30",
|
|
9120
|
+
"debug": "^4.3.4"
|
|
9121
|
+
},
|
|
9122
|
+
"engines": {
|
|
9123
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
9124
|
+
},
|
|
9125
|
+
"funding": {
|
|
9126
|
+
"type": "opencollective",
|
|
9127
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
9128
|
+
},
|
|
9129
|
+
"peerDependencies": {
|
|
9130
|
+
"eslint": "^8.57.0 || ^9.0.0"
|
|
9131
|
+
},
|
|
9132
|
+
"peerDependenciesMeta": {
|
|
9133
|
+
"typescript": {
|
|
9134
|
+
"optional": true
|
|
9135
|
+
}
|
|
9136
|
+
}
|
|
9137
|
+
},
|
|
9138
|
+
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": {
|
|
9139
|
+
"version": "8.0.0-alpha.30",
|
|
9140
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.0.0-alpha.30.tgz",
|
|
9141
|
+
"integrity": "sha512-FGW/iPWGyPFamAVZ60oCAthMqQrqafUGebF8UKuq/ha+e9SVG6YhJoRzurlQXOVf8dHfOhJ0ADMXyFnMc53clg==",
|
|
9142
|
+
"dev": true,
|
|
9143
|
+
"dependencies": {
|
|
9144
|
+
"@typescript-eslint/types": "8.0.0-alpha.30",
|
|
9145
|
+
"@typescript-eslint/visitor-keys": "8.0.0-alpha.30"
|
|
9146
|
+
},
|
|
9147
|
+
"engines": {
|
|
9148
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
9149
|
+
},
|
|
9150
|
+
"funding": {
|
|
9151
|
+
"type": "opencollective",
|
|
9152
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
9153
|
+
}
|
|
9154
|
+
},
|
|
9155
|
+
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/types": {
|
|
9156
|
+
"version": "8.0.0-alpha.30",
|
|
9157
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.0.0-alpha.30.tgz",
|
|
9158
|
+
"integrity": "sha512-4WzLlw27SO9pK9UFj/Hu7WGo8WveT0SEiIpFVsV2WwtQmLps6kouwtVCB8GJPZKJyurhZhcqCoQVQFmpv441Vg==",
|
|
9159
|
+
"dev": true,
|
|
9160
|
+
"engines": {
|
|
9161
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
9162
|
+
},
|
|
9163
|
+
"funding": {
|
|
9164
|
+
"type": "opencollective",
|
|
9165
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
9166
|
+
}
|
|
9167
|
+
},
|
|
9168
|
+
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/typescript-estree": {
|
|
9169
|
+
"version": "8.0.0-alpha.30",
|
|
9170
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.0.0-alpha.30.tgz",
|
|
9171
|
+
"integrity": "sha512-WSXbc9ZcXI+7yC+6q95u77i8FXz6HOLsw3ST+vMUlFy1lFbXyFL/3e6HDKQCm2Clt0krnoCPiTGvIn+GkYPn4Q==",
|
|
8801
9172
|
"dev": true,
|
|
8802
|
-
"license": "MIT",
|
|
8803
9173
|
"dependencies": {
|
|
8804
|
-
"@eslint
|
|
8805
|
-
"@typescript-eslint/
|
|
8806
|
-
"@typescript-eslint/type-utils": "6.21.0",
|
|
8807
|
-
"@typescript-eslint/utils": "6.21.0",
|
|
8808
|
-
"@typescript-eslint/visitor-keys": "6.21.0",
|
|
9174
|
+
"@typescript-eslint/types": "8.0.0-alpha.30",
|
|
9175
|
+
"@typescript-eslint/visitor-keys": "8.0.0-alpha.30",
|
|
8809
9176
|
"debug": "^4.3.4",
|
|
8810
|
-
"
|
|
8811
|
-
"
|
|
8812
|
-
"
|
|
8813
|
-
"semver": "^7.
|
|
8814
|
-
"ts-api-utils": "^1.0
|
|
9177
|
+
"globby": "^11.1.0",
|
|
9178
|
+
"is-glob": "^4.0.3",
|
|
9179
|
+
"minimatch": "^9.0.4",
|
|
9180
|
+
"semver": "^7.6.0",
|
|
9181
|
+
"ts-api-utils": "^1.3.0"
|
|
8815
9182
|
},
|
|
8816
9183
|
"engines": {
|
|
8817
|
-
"node": "^
|
|
9184
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
8818
9185
|
},
|
|
8819
9186
|
"funding": {
|
|
8820
9187
|
"type": "opencollective",
|
|
8821
9188
|
"url": "https://opencollective.com/typescript-eslint"
|
|
8822
9189
|
},
|
|
8823
|
-
"peerDependencies": {
|
|
8824
|
-
"@typescript-eslint/parser": "^6.0.0 || ^6.0.0-alpha",
|
|
8825
|
-
"eslint": "^7.0.0 || ^8.0.0"
|
|
8826
|
-
},
|
|
8827
9190
|
"peerDependenciesMeta": {
|
|
8828
9191
|
"typescript": {
|
|
8829
9192
|
"optional": true
|
|
8830
9193
|
}
|
|
8831
9194
|
}
|
|
8832
9195
|
},
|
|
8833
|
-
"node_modules/@typescript-eslint/parser": {
|
|
8834
|
-
"version": "
|
|
9196
|
+
"node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/visitor-keys": {
|
|
9197
|
+
"version": "8.0.0-alpha.30",
|
|
9198
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.0.0-alpha.30.tgz",
|
|
9199
|
+
"integrity": "sha512-XZuNurZxBqmr6ZIRIwWFq7j5RZd6ZlkId/HZEWyfciK+CWoyOxSF9Pv2VXH9Rlu2ZG2PfbhLz2Veszl4Pfn7yA==",
|
|
8835
9200
|
"dev": true,
|
|
8836
|
-
"license": "BSD-2-Clause",
|
|
8837
9201
|
"dependencies": {
|
|
8838
|
-
"@typescript-eslint/
|
|
8839
|
-
"
|
|
8840
|
-
"@typescript-eslint/typescript-estree": "6.21.0",
|
|
8841
|
-
"@typescript-eslint/visitor-keys": "6.21.0",
|
|
8842
|
-
"debug": "^4.3.4"
|
|
9202
|
+
"@typescript-eslint/types": "8.0.0-alpha.30",
|
|
9203
|
+
"eslint-visitor-keys": "^3.4.3"
|
|
8843
9204
|
},
|
|
8844
9205
|
"engines": {
|
|
8845
|
-
"node": "^
|
|
9206
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
8846
9207
|
},
|
|
8847
9208
|
"funding": {
|
|
8848
9209
|
"type": "opencollective",
|
|
8849
9210
|
"url": "https://opencollective.com/typescript-eslint"
|
|
9211
|
+
}
|
|
9212
|
+
},
|
|
9213
|
+
"node_modules/@typescript-eslint/parser/node_modules/minimatch": {
|
|
9214
|
+
"version": "9.0.4",
|
|
9215
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
9216
|
+
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
9217
|
+
"dev": true,
|
|
9218
|
+
"dependencies": {
|
|
9219
|
+
"brace-expansion": "^2.0.1"
|
|
8850
9220
|
},
|
|
8851
|
-
"
|
|
8852
|
-
"
|
|
9221
|
+
"engines": {
|
|
9222
|
+
"node": ">=16 || 14 >=14.17"
|
|
8853
9223
|
},
|
|
8854
|
-
"
|
|
8855
|
-
"
|
|
8856
|
-
"optional": true
|
|
8857
|
-
}
|
|
9224
|
+
"funding": {
|
|
9225
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
8858
9226
|
}
|
|
8859
9227
|
},
|
|
8860
9228
|
"node_modules/@typescript-eslint/scope-manager": {
|
|
@@ -8874,24 +9242,63 @@
|
|
|
8874
9242
|
}
|
|
8875
9243
|
},
|
|
8876
9244
|
"node_modules/@typescript-eslint/type-utils": {
|
|
8877
|
-
"version": "
|
|
9245
|
+
"version": "8.0.0-alpha.30",
|
|
9246
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.0.0-alpha.30.tgz",
|
|
9247
|
+
"integrity": "sha512-FrnhlCKEKZKRbpDviHkIU9tayIUGTOfa+SjvrRv6p/AJIUv6QT8oRboRjLH/cCuwUEbM0k5UtRWYug4albHUqQ==",
|
|
8878
9248
|
"dev": true,
|
|
8879
|
-
"license": "MIT",
|
|
8880
9249
|
"dependencies": {
|
|
8881
|
-
"@typescript-eslint/typescript-estree": "
|
|
8882
|
-
"@typescript-eslint/utils": "
|
|
9250
|
+
"@typescript-eslint/typescript-estree": "8.0.0-alpha.30",
|
|
9251
|
+
"@typescript-eslint/utils": "8.0.0-alpha.30",
|
|
8883
9252
|
"debug": "^4.3.4",
|
|
8884
|
-
"ts-api-utils": "^1.0
|
|
9253
|
+
"ts-api-utils": "^1.3.0"
|
|
8885
9254
|
},
|
|
8886
9255
|
"engines": {
|
|
8887
|
-
"node": "^
|
|
9256
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
8888
9257
|
},
|
|
8889
9258
|
"funding": {
|
|
8890
9259
|
"type": "opencollective",
|
|
8891
9260
|
"url": "https://opencollective.com/typescript-eslint"
|
|
8892
9261
|
},
|
|
8893
|
-
"
|
|
8894
|
-
"
|
|
9262
|
+
"peerDependenciesMeta": {
|
|
9263
|
+
"typescript": {
|
|
9264
|
+
"optional": true
|
|
9265
|
+
}
|
|
9266
|
+
}
|
|
9267
|
+
},
|
|
9268
|
+
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/types": {
|
|
9269
|
+
"version": "8.0.0-alpha.30",
|
|
9270
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.0.0-alpha.30.tgz",
|
|
9271
|
+
"integrity": "sha512-4WzLlw27SO9pK9UFj/Hu7WGo8WveT0SEiIpFVsV2WwtQmLps6kouwtVCB8GJPZKJyurhZhcqCoQVQFmpv441Vg==",
|
|
9272
|
+
"dev": true,
|
|
9273
|
+
"engines": {
|
|
9274
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
9275
|
+
},
|
|
9276
|
+
"funding": {
|
|
9277
|
+
"type": "opencollective",
|
|
9278
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
9279
|
+
}
|
|
9280
|
+
},
|
|
9281
|
+
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/typescript-estree": {
|
|
9282
|
+
"version": "8.0.0-alpha.30",
|
|
9283
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.0.0-alpha.30.tgz",
|
|
9284
|
+
"integrity": "sha512-WSXbc9ZcXI+7yC+6q95u77i8FXz6HOLsw3ST+vMUlFy1lFbXyFL/3e6HDKQCm2Clt0krnoCPiTGvIn+GkYPn4Q==",
|
|
9285
|
+
"dev": true,
|
|
9286
|
+
"dependencies": {
|
|
9287
|
+
"@typescript-eslint/types": "8.0.0-alpha.30",
|
|
9288
|
+
"@typescript-eslint/visitor-keys": "8.0.0-alpha.30",
|
|
9289
|
+
"debug": "^4.3.4",
|
|
9290
|
+
"globby": "^11.1.0",
|
|
9291
|
+
"is-glob": "^4.0.3",
|
|
9292
|
+
"minimatch": "^9.0.4",
|
|
9293
|
+
"semver": "^7.6.0",
|
|
9294
|
+
"ts-api-utils": "^1.3.0"
|
|
9295
|
+
},
|
|
9296
|
+
"engines": {
|
|
9297
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
9298
|
+
},
|
|
9299
|
+
"funding": {
|
|
9300
|
+
"type": "opencollective",
|
|
9301
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
8895
9302
|
},
|
|
8896
9303
|
"peerDependenciesMeta": {
|
|
8897
9304
|
"typescript": {
|
|
@@ -8899,6 +9306,38 @@
|
|
|
8899
9306
|
}
|
|
8900
9307
|
}
|
|
8901
9308
|
},
|
|
9309
|
+
"node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/visitor-keys": {
|
|
9310
|
+
"version": "8.0.0-alpha.30",
|
|
9311
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.0.0-alpha.30.tgz",
|
|
9312
|
+
"integrity": "sha512-XZuNurZxBqmr6ZIRIwWFq7j5RZd6ZlkId/HZEWyfciK+CWoyOxSF9Pv2VXH9Rlu2ZG2PfbhLz2Veszl4Pfn7yA==",
|
|
9313
|
+
"dev": true,
|
|
9314
|
+
"dependencies": {
|
|
9315
|
+
"@typescript-eslint/types": "8.0.0-alpha.30",
|
|
9316
|
+
"eslint-visitor-keys": "^3.4.3"
|
|
9317
|
+
},
|
|
9318
|
+
"engines": {
|
|
9319
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
9320
|
+
},
|
|
9321
|
+
"funding": {
|
|
9322
|
+
"type": "opencollective",
|
|
9323
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
9324
|
+
}
|
|
9325
|
+
},
|
|
9326
|
+
"node_modules/@typescript-eslint/type-utils/node_modules/minimatch": {
|
|
9327
|
+
"version": "9.0.4",
|
|
9328
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
9329
|
+
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
9330
|
+
"dev": true,
|
|
9331
|
+
"dependencies": {
|
|
9332
|
+
"brace-expansion": "^2.0.1"
|
|
9333
|
+
},
|
|
9334
|
+
"engines": {
|
|
9335
|
+
"node": ">=16 || 14 >=14.17"
|
|
9336
|
+
},
|
|
9337
|
+
"funding": {
|
|
9338
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
9339
|
+
}
|
|
9340
|
+
},
|
|
8902
9341
|
"node_modules/@typescript-eslint/types": {
|
|
8903
9342
|
"version": "6.21.0",
|
|
8904
9343
|
"dev": true,
|
|
@@ -8939,27 +9378,115 @@
|
|
|
8939
9378
|
}
|
|
8940
9379
|
},
|
|
8941
9380
|
"node_modules/@typescript-eslint/utils": {
|
|
8942
|
-
"version": "
|
|
9381
|
+
"version": "8.0.0-alpha.30",
|
|
9382
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.0.0-alpha.30.tgz",
|
|
9383
|
+
"integrity": "sha512-rfhqfLqFyXhHNDwMnHiVGxl/Z2q/3guQ1jLlGQ0hi9Rb7inmwz42crM+NnLPR+2vEnwyw1P/g7fnQgQ3qvFx4g==",
|
|
8943
9384
|
"dev": true,
|
|
8944
|
-
"license": "MIT",
|
|
8945
9385
|
"dependencies": {
|
|
8946
9386
|
"@eslint-community/eslint-utils": "^4.4.0",
|
|
8947
|
-
"@
|
|
8948
|
-
"@types
|
|
8949
|
-
"@typescript-eslint/
|
|
8950
|
-
"@typescript-eslint/types": "6.21.0",
|
|
8951
|
-
"@typescript-eslint/typescript-estree": "6.21.0",
|
|
8952
|
-
"semver": "^7.5.4"
|
|
9387
|
+
"@typescript-eslint/scope-manager": "8.0.0-alpha.30",
|
|
9388
|
+
"@typescript-eslint/types": "8.0.0-alpha.30",
|
|
9389
|
+
"@typescript-eslint/typescript-estree": "8.0.0-alpha.30"
|
|
8953
9390
|
},
|
|
8954
9391
|
"engines": {
|
|
8955
|
-
"node": "^
|
|
9392
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
8956
9393
|
},
|
|
8957
9394
|
"funding": {
|
|
8958
9395
|
"type": "opencollective",
|
|
8959
9396
|
"url": "https://opencollective.com/typescript-eslint"
|
|
8960
9397
|
},
|
|
8961
9398
|
"peerDependencies": {
|
|
8962
|
-
"eslint": "^
|
|
9399
|
+
"eslint": "^8.57.0 || ^9.0.0"
|
|
9400
|
+
}
|
|
9401
|
+
},
|
|
9402
|
+
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/scope-manager": {
|
|
9403
|
+
"version": "8.0.0-alpha.30",
|
|
9404
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.0.0-alpha.30.tgz",
|
|
9405
|
+
"integrity": "sha512-FGW/iPWGyPFamAVZ60oCAthMqQrqafUGebF8UKuq/ha+e9SVG6YhJoRzurlQXOVf8dHfOhJ0ADMXyFnMc53clg==",
|
|
9406
|
+
"dev": true,
|
|
9407
|
+
"dependencies": {
|
|
9408
|
+
"@typescript-eslint/types": "8.0.0-alpha.30",
|
|
9409
|
+
"@typescript-eslint/visitor-keys": "8.0.0-alpha.30"
|
|
9410
|
+
},
|
|
9411
|
+
"engines": {
|
|
9412
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
9413
|
+
},
|
|
9414
|
+
"funding": {
|
|
9415
|
+
"type": "opencollective",
|
|
9416
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
9417
|
+
}
|
|
9418
|
+
},
|
|
9419
|
+
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": {
|
|
9420
|
+
"version": "8.0.0-alpha.30",
|
|
9421
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.0.0-alpha.30.tgz",
|
|
9422
|
+
"integrity": "sha512-4WzLlw27SO9pK9UFj/Hu7WGo8WveT0SEiIpFVsV2WwtQmLps6kouwtVCB8GJPZKJyurhZhcqCoQVQFmpv441Vg==",
|
|
9423
|
+
"dev": true,
|
|
9424
|
+
"engines": {
|
|
9425
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
9426
|
+
},
|
|
9427
|
+
"funding": {
|
|
9428
|
+
"type": "opencollective",
|
|
9429
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
9430
|
+
}
|
|
9431
|
+
},
|
|
9432
|
+
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/typescript-estree": {
|
|
9433
|
+
"version": "8.0.0-alpha.30",
|
|
9434
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.0.0-alpha.30.tgz",
|
|
9435
|
+
"integrity": "sha512-WSXbc9ZcXI+7yC+6q95u77i8FXz6HOLsw3ST+vMUlFy1lFbXyFL/3e6HDKQCm2Clt0krnoCPiTGvIn+GkYPn4Q==",
|
|
9436
|
+
"dev": true,
|
|
9437
|
+
"dependencies": {
|
|
9438
|
+
"@typescript-eslint/types": "8.0.0-alpha.30",
|
|
9439
|
+
"@typescript-eslint/visitor-keys": "8.0.0-alpha.30",
|
|
9440
|
+
"debug": "^4.3.4",
|
|
9441
|
+
"globby": "^11.1.0",
|
|
9442
|
+
"is-glob": "^4.0.3",
|
|
9443
|
+
"minimatch": "^9.0.4",
|
|
9444
|
+
"semver": "^7.6.0",
|
|
9445
|
+
"ts-api-utils": "^1.3.0"
|
|
9446
|
+
},
|
|
9447
|
+
"engines": {
|
|
9448
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
9449
|
+
},
|
|
9450
|
+
"funding": {
|
|
9451
|
+
"type": "opencollective",
|
|
9452
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
9453
|
+
},
|
|
9454
|
+
"peerDependenciesMeta": {
|
|
9455
|
+
"typescript": {
|
|
9456
|
+
"optional": true
|
|
9457
|
+
}
|
|
9458
|
+
}
|
|
9459
|
+
},
|
|
9460
|
+
"node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys": {
|
|
9461
|
+
"version": "8.0.0-alpha.30",
|
|
9462
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.0.0-alpha.30.tgz",
|
|
9463
|
+
"integrity": "sha512-XZuNurZxBqmr6ZIRIwWFq7j5RZd6ZlkId/HZEWyfciK+CWoyOxSF9Pv2VXH9Rlu2ZG2PfbhLz2Veszl4Pfn7yA==",
|
|
9464
|
+
"dev": true,
|
|
9465
|
+
"dependencies": {
|
|
9466
|
+
"@typescript-eslint/types": "8.0.0-alpha.30",
|
|
9467
|
+
"eslint-visitor-keys": "^3.4.3"
|
|
9468
|
+
},
|
|
9469
|
+
"engines": {
|
|
9470
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
9471
|
+
},
|
|
9472
|
+
"funding": {
|
|
9473
|
+
"type": "opencollective",
|
|
9474
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
9475
|
+
}
|
|
9476
|
+
},
|
|
9477
|
+
"node_modules/@typescript-eslint/utils/node_modules/minimatch": {
|
|
9478
|
+
"version": "9.0.4",
|
|
9479
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
9480
|
+
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
9481
|
+
"dev": true,
|
|
9482
|
+
"dependencies": {
|
|
9483
|
+
"brace-expansion": "^2.0.1"
|
|
9484
|
+
},
|
|
9485
|
+
"engines": {
|
|
9486
|
+
"node": ">=16 || 14 >=14.17"
|
|
9487
|
+
},
|
|
9488
|
+
"funding": {
|
|
9489
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
8963
9490
|
}
|
|
8964
9491
|
},
|
|
8965
9492
|
"node_modules/@typescript-eslint/visitor-keys": {
|
|
@@ -9718,40 +10245,36 @@
|
|
|
9718
10245
|
}
|
|
9719
10246
|
},
|
|
9720
10247
|
"node_modules/eslint": {
|
|
9721
|
-
"version": "
|
|
10248
|
+
"version": "9.4.0",
|
|
9722
10249
|
"dev": true,
|
|
9723
10250
|
"license": "MIT",
|
|
9724
10251
|
"dependencies": {
|
|
9725
10252
|
"@eslint-community/eslint-utils": "^4.2.0",
|
|
9726
10253
|
"@eslint-community/regexpp": "^4.6.1",
|
|
9727
|
-
"@eslint/
|
|
9728
|
-
"@eslint/
|
|
9729
|
-
"@
|
|
10254
|
+
"@eslint/config-array": "^0.15.1",
|
|
10255
|
+
"@eslint/eslintrc": "^3.1.0",
|
|
10256
|
+
"@eslint/js": "9.4.0",
|
|
9730
10257
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
10258
|
+
"@humanwhocodes/retry": "^0.3.0",
|
|
9731
10259
|
"@nodelib/fs.walk": "^1.2.8",
|
|
9732
|
-
"@ungap/structured-clone": "^1.2.0",
|
|
9733
10260
|
"ajv": "^6.12.4",
|
|
9734
10261
|
"chalk": "^4.0.0",
|
|
9735
10262
|
"cross-spawn": "^7.0.2",
|
|
9736
10263
|
"debug": "^4.3.2",
|
|
9737
|
-
"doctrine": "^3.0.0",
|
|
9738
10264
|
"escape-string-regexp": "^4.0.0",
|
|
9739
|
-
"eslint-scope": "^
|
|
9740
|
-
"eslint-visitor-keys": "^
|
|
9741
|
-
"espree": "^
|
|
10265
|
+
"eslint-scope": "^8.0.1",
|
|
10266
|
+
"eslint-visitor-keys": "^4.0.0",
|
|
10267
|
+
"espree": "^10.0.1",
|
|
9742
10268
|
"esquery": "^1.4.2",
|
|
9743
10269
|
"esutils": "^2.0.2",
|
|
9744
10270
|
"fast-deep-equal": "^3.1.3",
|
|
9745
|
-
"file-entry-cache": "^
|
|
10271
|
+
"file-entry-cache": "^8.0.0",
|
|
9746
10272
|
"find-up": "^5.0.0",
|
|
9747
10273
|
"glob-parent": "^6.0.2",
|
|
9748
|
-
"globals": "^13.19.0",
|
|
9749
|
-
"graphemer": "^1.4.0",
|
|
9750
10274
|
"ignore": "^5.2.0",
|
|
9751
10275
|
"imurmurhash": "^0.1.4",
|
|
9752
10276
|
"is-glob": "^4.0.0",
|
|
9753
10277
|
"is-path-inside": "^3.0.3",
|
|
9754
|
-
"js-yaml": "^4.1.0",
|
|
9755
10278
|
"json-stable-stringify-without-jsonify": "^1.0.1",
|
|
9756
10279
|
"levn": "^0.4.1",
|
|
9757
10280
|
"lodash.merge": "^4.6.2",
|
|
@@ -9765,7 +10288,7 @@
|
|
|
9765
10288
|
"eslint": "bin/eslint.js"
|
|
9766
10289
|
},
|
|
9767
10290
|
"engines": {
|
|
9768
|
-
"node": "^
|
|
10291
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
9769
10292
|
},
|
|
9770
10293
|
"funding": {
|
|
9771
10294
|
"url": "https://opencollective.com/eslint"
|
|
@@ -9792,7 +10315,7 @@
|
|
|
9792
10315
|
}
|
|
9793
10316
|
},
|
|
9794
10317
|
"node_modules/eslint-scope": {
|
|
9795
|
-
"version": "
|
|
10318
|
+
"version": "8.0.1",
|
|
9796
10319
|
"dev": true,
|
|
9797
10320
|
"license": "BSD-2-Clause",
|
|
9798
10321
|
"dependencies": {
|
|
@@ -9800,7 +10323,7 @@
|
|
|
9800
10323
|
"estraverse": "^5.2.0"
|
|
9801
10324
|
},
|
|
9802
10325
|
"engines": {
|
|
9803
|
-
"node": "^
|
|
10326
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
9804
10327
|
},
|
|
9805
10328
|
"funding": {
|
|
9806
10329
|
"url": "https://opencollective.com/eslint"
|
|
@@ -9826,6 +10349,17 @@
|
|
|
9826
10349
|
"concat-map": "0.0.1"
|
|
9827
10350
|
}
|
|
9828
10351
|
},
|
|
10352
|
+
"node_modules/eslint/node_modules/eslint-visitor-keys": {
|
|
10353
|
+
"version": "4.0.0",
|
|
10354
|
+
"dev": true,
|
|
10355
|
+
"license": "Apache-2.0",
|
|
10356
|
+
"engines": {
|
|
10357
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
10358
|
+
},
|
|
10359
|
+
"funding": {
|
|
10360
|
+
"url": "https://opencollective.com/eslint"
|
|
10361
|
+
}
|
|
10362
|
+
},
|
|
9829
10363
|
"node_modules/eslint/node_modules/minimatch": {
|
|
9830
10364
|
"version": "3.1.2",
|
|
9831
10365
|
"dev": true,
|
|
@@ -9838,16 +10372,27 @@
|
|
|
9838
10372
|
}
|
|
9839
10373
|
},
|
|
9840
10374
|
"node_modules/espree": {
|
|
9841
|
-
"version": "
|
|
10375
|
+
"version": "10.0.1",
|
|
9842
10376
|
"dev": true,
|
|
9843
10377
|
"license": "BSD-2-Clause",
|
|
9844
10378
|
"dependencies": {
|
|
9845
|
-
"acorn": "^8.
|
|
10379
|
+
"acorn": "^8.11.3",
|
|
9846
10380
|
"acorn-jsx": "^5.3.2",
|
|
9847
|
-
"eslint-visitor-keys": "^
|
|
10381
|
+
"eslint-visitor-keys": "^4.0.0"
|
|
9848
10382
|
},
|
|
9849
10383
|
"engines": {
|
|
9850
|
-
"node": "^
|
|
10384
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
10385
|
+
},
|
|
10386
|
+
"funding": {
|
|
10387
|
+
"url": "https://opencollective.com/eslint"
|
|
10388
|
+
}
|
|
10389
|
+
},
|
|
10390
|
+
"node_modules/espree/node_modules/eslint-visitor-keys": {
|
|
10391
|
+
"version": "4.0.0",
|
|
10392
|
+
"dev": true,
|
|
10393
|
+
"license": "Apache-2.0",
|
|
10394
|
+
"engines": {
|
|
10395
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
9851
10396
|
},
|
|
9852
10397
|
"funding": {
|
|
9853
10398
|
"url": "https://opencollective.com/eslint"
|
|
@@ -10010,14 +10555,14 @@
|
|
|
10010
10555
|
}
|
|
10011
10556
|
},
|
|
10012
10557
|
"node_modules/file-entry-cache": {
|
|
10013
|
-
"version": "
|
|
10558
|
+
"version": "8.0.0",
|
|
10014
10559
|
"dev": true,
|
|
10015
10560
|
"license": "MIT",
|
|
10016
10561
|
"dependencies": {
|
|
10017
|
-
"flat-cache": "^
|
|
10562
|
+
"flat-cache": "^4.0.0"
|
|
10018
10563
|
},
|
|
10019
10564
|
"engines": {
|
|
10020
|
-
"node": "
|
|
10565
|
+
"node": ">=16.0.0"
|
|
10021
10566
|
}
|
|
10022
10567
|
},
|
|
10023
10568
|
"node_modules/fill-range": {
|
|
@@ -10047,16 +10592,15 @@
|
|
|
10047
10592
|
}
|
|
10048
10593
|
},
|
|
10049
10594
|
"node_modules/flat-cache": {
|
|
10050
|
-
"version": "
|
|
10595
|
+
"version": "4.0.1",
|
|
10051
10596
|
"dev": true,
|
|
10052
10597
|
"license": "MIT",
|
|
10053
10598
|
"dependencies": {
|
|
10054
10599
|
"flatted": "^3.2.9",
|
|
10055
|
-
"keyv": "^4.5.
|
|
10056
|
-
"rimraf": "^3.0.2"
|
|
10600
|
+
"keyv": "^4.5.4"
|
|
10057
10601
|
},
|
|
10058
10602
|
"engines": {
|
|
10059
|
-
"node": "
|
|
10603
|
+
"node": ">=16"
|
|
10060
10604
|
}
|
|
10061
10605
|
},
|
|
10062
10606
|
"node_modules/flatted": {
|
|
@@ -10219,14 +10763,11 @@
|
|
|
10219
10763
|
}
|
|
10220
10764
|
},
|
|
10221
10765
|
"node_modules/globals": {
|
|
10222
|
-
"version": "
|
|
10766
|
+
"version": "14.0.0",
|
|
10223
10767
|
"dev": true,
|
|
10224
10768
|
"license": "MIT",
|
|
10225
|
-
"dependencies": {
|
|
10226
|
-
"type-fest": "^0.20.2"
|
|
10227
|
-
},
|
|
10228
10769
|
"engines": {
|
|
10229
|
-
"node": ">=
|
|
10770
|
+
"node": ">=18"
|
|
10230
10771
|
},
|
|
10231
10772
|
"funding": {
|
|
10232
10773
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
@@ -12347,6 +12888,29 @@
|
|
|
12347
12888
|
"node": ">=14.17"
|
|
12348
12889
|
}
|
|
12349
12890
|
},
|
|
12891
|
+
"node_modules/typescript-eslint": {
|
|
12892
|
+
"version": "8.0.0-alpha.30",
|
|
12893
|
+
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.0.0-alpha.30.tgz",
|
|
12894
|
+
"integrity": "sha512-/vGhBMsK1TpadQh1eQ02c5pyiPGmKR9cVzX5C9plZ+LC0HPLpWoJbbTVfQN7BkIK7tUxDt2BFr3pFL5hDDrx7g==",
|
|
12895
|
+
"dev": true,
|
|
12896
|
+
"dependencies": {
|
|
12897
|
+
"@typescript-eslint/eslint-plugin": "8.0.0-alpha.30",
|
|
12898
|
+
"@typescript-eslint/parser": "8.0.0-alpha.30",
|
|
12899
|
+
"@typescript-eslint/utils": "8.0.0-alpha.30"
|
|
12900
|
+
},
|
|
12901
|
+
"engines": {
|
|
12902
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
12903
|
+
},
|
|
12904
|
+
"funding": {
|
|
12905
|
+
"type": "opencollective",
|
|
12906
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
12907
|
+
},
|
|
12908
|
+
"peerDependenciesMeta": {
|
|
12909
|
+
"typescript": {
|
|
12910
|
+
"optional": true
|
|
12911
|
+
}
|
|
12912
|
+
}
|
|
12913
|
+
},
|
|
12350
12914
|
"node_modules/undefsafe": {
|
|
12351
12915
|
"version": "2.0.5",
|
|
12352
12916
|
"dev": true,
|