@zohodesk/testinglibrary 0.0.51-n20-experimental → 0.0.52-n20-experimental
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/.claude/worktrees/thirsty-yalow/.babelrc +24 -0
- package/.claude/worktrees/thirsty-yalow/.eslintrc.js +31 -0
- package/.claude/worktrees/thirsty-yalow/.gitlab-ci.yml +208 -0
- package/.claude/worktrees/thirsty-yalow/.prettierrc +6 -0
- package/.claude/worktrees/thirsty-yalow/README.md +234 -0
- package/.claude/worktrees/thirsty-yalow/bin/cli.js +3 -0
- package/.claude/worktrees/thirsty-yalow/bin/postinstall.js +1 -0
- package/.claude/worktrees/thirsty-yalow/changelog.md +167 -0
- package/.claude/worktrees/thirsty-yalow/jest.config.js +82 -0
- package/.claude/worktrees/thirsty-yalow/package.json +62 -0
- package/.claude/worktrees/thirsty-yalow/playwright.config.js +62 -0
- package/AUTO_CLEANUP_PLAN.md +171 -0
- package/README.md +8 -0
- package/build/common/data-generator/steps/DataGenerator.spec.js +1 -1
- package/build/common/data-generator/steps/DataGeneratorStepsHelper.js +18 -4
- package/build/core/dataGenerator/DataGenerator.js +63 -15
- package/build/core/dataGenerator/validateGenerators.js +82 -0
- package/build/core/playwright/builtInFixtures/cacheLayer.js +171 -2
- package/build/core/playwright/constants/reporterConstants.js +0 -1
- package/build/core/playwright/helpers/auth/getUsers.js +2 -2
- package/build/core/playwright/readConfigFile.js +3 -1
- package/build/core/playwright/report-generator.js +42 -0
- package/build/core/playwright/validateFeature.js +11 -0
- package/build/lib/cli.js +7 -30
- package/build/utils/commonUtils.js +0 -9
- package/changelog.md +27 -0
- package/npm-shrinkwrap.json +413 -314
- package/package.json +8 -9
- package/.vscode/mcp.json +0 -9
- package/build/core/playwright/reporter/PlaywrightReporter.js +0 -44
- package/build/core/playwright/reporter/UnitReporter.js +0 -27
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,29 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zohodesk/testinglibrary",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.52-n20-experimental",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@zohodesk/testinglibrary",
|
|
9
|
-
"version": "0.0.
|
|
9
|
+
"version": "0.0.52-n20-experimental",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "ISC",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@babel/code-frame": "7.27.1",
|
|
14
|
-
"@babel/preset-env": "7.29.0",
|
|
15
14
|
"@babel/preset-react": "7.28.5",
|
|
16
15
|
"@playwright/test": "1.56.1",
|
|
17
16
|
"@reportportal/agent-js-playwright": "5.2.2",
|
|
18
17
|
"@testing-library/jest-dom": "6.9.1",
|
|
19
|
-
"@zohodesk/unit-testing-framework": "0.0.31-experimental",
|
|
20
18
|
"babel-jest": "30.2.0",
|
|
21
19
|
"babel-plugin-transform-dynamic-import": "2.1.0",
|
|
22
|
-
"commander": "14.0.2",
|
|
23
20
|
"fast-glob": "3.3.3",
|
|
24
21
|
"jest": "30.2.0",
|
|
25
22
|
"jest-environment-jsdom": "30.2.0",
|
|
26
|
-
"jest-html-reporter": "4.3.0",
|
|
27
23
|
"jsonpath": "1.1.1",
|
|
28
24
|
"msw": "2.11.6",
|
|
29
25
|
"playwright": "1.56.1",
|
|
@@ -35,11 +31,14 @@
|
|
|
35
31
|
"ZDTestingFramework": "bin/cli.js"
|
|
36
32
|
},
|
|
37
33
|
"devDependencies": {
|
|
38
|
-
"@babel/cli": "7.28.
|
|
39
|
-
"@babel/core": "7.
|
|
40
|
-
"@babel/node": "7.
|
|
34
|
+
"@babel/cli": "7.28.3",
|
|
35
|
+
"@babel/core": "7.28.4",
|
|
36
|
+
"@babel/node": "7.28.0",
|
|
41
37
|
"@babel/plugin-transform-runtime": "7.28.3",
|
|
42
|
-
"@babel/
|
|
38
|
+
"@babel/preset-env": "7.28.3",
|
|
39
|
+
"@babel/runtime": "7.28.4",
|
|
40
|
+
"commander": "14.0.2",
|
|
41
|
+
"jest-html-reporter": "4.3.0"
|
|
43
42
|
},
|
|
44
43
|
"peerDependencies": {
|
|
45
44
|
"eslint": "*",
|
|
@@ -73,9 +72,9 @@
|
|
|
73
72
|
"license": "ISC"
|
|
74
73
|
},
|
|
75
74
|
"node_modules/@babel/cli": {
|
|
76
|
-
"version": "7.28.
|
|
77
|
-
"resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.28.
|
|
78
|
-
"integrity": "sha512-
|
|
75
|
+
"version": "7.28.3",
|
|
76
|
+
"resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.28.3.tgz",
|
|
77
|
+
"integrity": "sha512-n1RU5vuCX0CsaqaXm9I0KUCNKNQMy5epmzl/xdSSm70bSqhg9GWhgeosypyQLc0bK24+Xpk1WGzZlI9pJtkZdg==",
|
|
79
78
|
"dev": true,
|
|
80
79
|
"license": "MIT",
|
|
81
80
|
"dependencies": {
|
|
@@ -136,20 +135,20 @@
|
|
|
136
135
|
}
|
|
137
136
|
},
|
|
138
137
|
"node_modules/@babel/core": {
|
|
139
|
-
"version": "7.
|
|
140
|
-
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.
|
|
141
|
-
"integrity": "sha512-
|
|
138
|
+
"version": "7.28.4",
|
|
139
|
+
"resolved": "https://registry.npmjs.org/@babel/core/-/core-7.28.4.tgz",
|
|
140
|
+
"integrity": "sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==",
|
|
142
141
|
"license": "MIT",
|
|
143
142
|
"dependencies": {
|
|
144
|
-
"@babel/code-frame": "^7.
|
|
145
|
-
"@babel/generator": "^7.
|
|
146
|
-
"@babel/helper-compilation-targets": "^7.
|
|
147
|
-
"@babel/helper-module-transforms": "^7.28.
|
|
148
|
-
"@babel/helpers": "^7.28.
|
|
149
|
-
"@babel/parser": "^7.
|
|
150
|
-
"@babel/template": "^7.
|
|
151
|
-
"@babel/traverse": "^7.
|
|
152
|
-
"@babel/types": "^7.
|
|
143
|
+
"@babel/code-frame": "^7.27.1",
|
|
144
|
+
"@babel/generator": "^7.28.3",
|
|
145
|
+
"@babel/helper-compilation-targets": "^7.27.2",
|
|
146
|
+
"@babel/helper-module-transforms": "^7.28.3",
|
|
147
|
+
"@babel/helpers": "^7.28.4",
|
|
148
|
+
"@babel/parser": "^7.28.4",
|
|
149
|
+
"@babel/template": "^7.27.2",
|
|
150
|
+
"@babel/traverse": "^7.28.4",
|
|
151
|
+
"@babel/types": "^7.28.4",
|
|
153
152
|
"@jridgewell/remapping": "^2.3.5",
|
|
154
153
|
"convert-source-map": "^2.0.0",
|
|
155
154
|
"debug": "^4.1.0",
|
|
@@ -165,20 +164,6 @@
|
|
|
165
164
|
"url": "https://opencollective.com/babel"
|
|
166
165
|
}
|
|
167
166
|
},
|
|
168
|
-
"node_modules/@babel/core/node_modules/@babel/code-frame": {
|
|
169
|
-
"version": "7.29.0",
|
|
170
|
-
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.29.0.tgz",
|
|
171
|
-
"integrity": "sha512-9NhCeYjq9+3uxgdtp20LSiJXJvN0FeCtNGpJxuMFZ1Kv3cWUNb6DOhJwUvcVCzKGR66cw4njwM6hrJLqgOwbcw==",
|
|
172
|
-
"license": "MIT",
|
|
173
|
-
"dependencies": {
|
|
174
|
-
"@babel/helper-validator-identifier": "^7.28.5",
|
|
175
|
-
"js-tokens": "^4.0.0",
|
|
176
|
-
"picocolors": "^1.1.1"
|
|
177
|
-
},
|
|
178
|
-
"engines": {
|
|
179
|
-
"node": ">=6.9.0"
|
|
180
|
-
}
|
|
181
|
-
},
|
|
182
167
|
"node_modules/@babel/generator": {
|
|
183
168
|
"version": "7.29.1",
|
|
184
169
|
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.29.1.tgz",
|
|
@@ -227,6 +212,7 @@
|
|
|
227
212
|
"version": "7.28.6",
|
|
228
213
|
"resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.6.tgz",
|
|
229
214
|
"integrity": "sha512-dTOdvsjnG3xNT9Y0AUg1wAl38y+4Rl4sf9caSQZOXdNqVn+H+HbbJ4IyyHaIqNR6SW9oJpA/RuRjsjCw2IdIow==",
|
|
215
|
+
"dev": true,
|
|
230
216
|
"license": "MIT",
|
|
231
217
|
"dependencies": {
|
|
232
218
|
"@babel/helper-annotate-as-pure": "^7.27.3",
|
|
@@ -248,6 +234,7 @@
|
|
|
248
234
|
"version": "7.28.5",
|
|
249
235
|
"resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.28.5.tgz",
|
|
250
236
|
"integrity": "sha512-N1EhvLtHzOvj7QQOUCCS3NrPJP8c5W6ZXCHDn7Yialuy1iu4r5EmIYkXlKNqT99Ciw+W0mDqWoR6HWMZlFP3hw==",
|
|
237
|
+
"dev": true,
|
|
251
238
|
"license": "MIT",
|
|
252
239
|
"dependencies": {
|
|
253
240
|
"@babel/helper-annotate-as-pure": "^7.27.3",
|
|
@@ -265,6 +252,7 @@
|
|
|
265
252
|
"version": "0.6.8",
|
|
266
253
|
"resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.8.tgz",
|
|
267
254
|
"integrity": "sha512-47UwBLPpQi1NoWzLuHNjRoHlYXMwIJoBf7MFou6viC/sIHWYygpvr0B6IAyh5sBdA2nr2LPIRww8lfaUVQINBA==",
|
|
255
|
+
"dev": true,
|
|
268
256
|
"license": "MIT",
|
|
269
257
|
"dependencies": {
|
|
270
258
|
"@babel/helper-compilation-targets": "^7.28.6",
|
|
@@ -290,6 +278,7 @@
|
|
|
290
278
|
"version": "7.28.5",
|
|
291
279
|
"resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz",
|
|
292
280
|
"integrity": "sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==",
|
|
281
|
+
"dev": true,
|
|
293
282
|
"license": "MIT",
|
|
294
283
|
"dependencies": {
|
|
295
284
|
"@babel/traverse": "^7.28.5",
|
|
@@ -333,6 +322,7 @@
|
|
|
333
322
|
"version": "7.27.1",
|
|
334
323
|
"resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.27.1.tgz",
|
|
335
324
|
"integrity": "sha512-URMGH08NzYFhubNSGJrpUEphGKQwMQYBySzat5cAByY1/YgIRkULnIy3tAMeszlL/so2HbeilYloUmSpd7GdVw==",
|
|
325
|
+
"dev": true,
|
|
336
326
|
"license": "MIT",
|
|
337
327
|
"dependencies": {
|
|
338
328
|
"@babel/types": "^7.27.1"
|
|
@@ -354,6 +344,7 @@
|
|
|
354
344
|
"version": "7.27.1",
|
|
355
345
|
"resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.27.1.tgz",
|
|
356
346
|
"integrity": "sha512-7fiA521aVw8lSPeI4ZOD3vRFkoqkJcS+z4hFo82bFSH/2tNd6eJ5qCVMS5OzDmZh/kaHQeBaeyxK6wljcPtveA==",
|
|
347
|
+
"dev": true,
|
|
357
348
|
"license": "MIT",
|
|
358
349
|
"dependencies": {
|
|
359
350
|
"@babel/helper-annotate-as-pure": "^7.27.1",
|
|
@@ -371,6 +362,7 @@
|
|
|
371
362
|
"version": "7.28.6",
|
|
372
363
|
"resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.28.6.tgz",
|
|
373
364
|
"integrity": "sha512-mq8e+laIk94/yFec3DxSjCRD2Z0TAjhVbEJY3UQrlwVo15Lmt7C2wAUbK4bjnTs4APkwsYLTahXRraQXhb1WCg==",
|
|
365
|
+
"dev": true,
|
|
374
366
|
"license": "MIT",
|
|
375
367
|
"dependencies": {
|
|
376
368
|
"@babel/helper-member-expression-to-functions": "^7.28.5",
|
|
@@ -388,6 +380,7 @@
|
|
|
388
380
|
"version": "7.27.1",
|
|
389
381
|
"resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.27.1.tgz",
|
|
390
382
|
"integrity": "sha512-Tub4ZKEXqbPjXgWLl2+3JpQAYBJ8+ikpQ2Ocj/q/r0LwE3UhENh7EUabyHjz2kCEsrRY83ew2DQdHluuiDQFzg==",
|
|
383
|
+
"dev": true,
|
|
391
384
|
"license": "MIT",
|
|
392
385
|
"dependencies": {
|
|
393
386
|
"@babel/traverse": "^7.27.1",
|
|
@@ -428,6 +421,7 @@
|
|
|
428
421
|
"version": "7.28.6",
|
|
429
422
|
"resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.28.6.tgz",
|
|
430
423
|
"integrity": "sha512-z+PwLziMNBeSQJonizz2AGnndLsP2DeGHIxDAn+wdHOGuo4Fo1x1HBPPXeE9TAOPHNNWQKCSlA2VZyYyyibDnQ==",
|
|
424
|
+
"dev": true,
|
|
431
425
|
"license": "MIT",
|
|
432
426
|
"dependencies": {
|
|
433
427
|
"@babel/template": "^7.28.6",
|
|
@@ -439,28 +433,28 @@
|
|
|
439
433
|
}
|
|
440
434
|
},
|
|
441
435
|
"node_modules/@babel/helpers": {
|
|
442
|
-
"version": "7.
|
|
443
|
-
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.
|
|
444
|
-
"integrity": "sha512-
|
|
436
|
+
"version": "7.29.2",
|
|
437
|
+
"resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.29.2.tgz",
|
|
438
|
+
"integrity": "sha512-HoGuUs4sCZNezVEKdVcwqmZN8GoHirLUcLaYVNBK2J0DadGtdcqgr3BCbvH8+XUo4NGjNl3VOtSjEKNzqfFgKw==",
|
|
445
439
|
"license": "MIT",
|
|
446
440
|
"dependencies": {
|
|
447
441
|
"@babel/template": "^7.28.6",
|
|
448
|
-
"@babel/types": "^7.
|
|
442
|
+
"@babel/types": "^7.29.0"
|
|
449
443
|
},
|
|
450
444
|
"engines": {
|
|
451
445
|
"node": ">=6.9.0"
|
|
452
446
|
}
|
|
453
447
|
},
|
|
454
448
|
"node_modules/@babel/node": {
|
|
455
|
-
"version": "7.
|
|
456
|
-
"resolved": "https://registry.npmjs.org/@babel/node/-/node-7.
|
|
457
|
-
"integrity": "sha512-
|
|
449
|
+
"version": "7.28.0",
|
|
450
|
+
"resolved": "https://registry.npmjs.org/@babel/node/-/node-7.28.0.tgz",
|
|
451
|
+
"integrity": "sha512-6u1Mmn3SIMUH8uwTq543L062X3JDgms9HPf06o/pIGdDjeD/zNQ+dfZPQD27sCyvtP0ZOlJtwnl2RIdPe9bHeQ==",
|
|
458
452
|
"dev": true,
|
|
459
453
|
"license": "MIT",
|
|
460
454
|
"dependencies": {
|
|
461
|
-
"@babel/register": "^7.
|
|
455
|
+
"@babel/register": "^7.27.1",
|
|
462
456
|
"commander": "^6.2.0",
|
|
463
|
-
"core-js": "^3.
|
|
457
|
+
"core-js": "^3.30.2",
|
|
464
458
|
"node-environment-flags": "^1.0.5",
|
|
465
459
|
"regenerator-runtime": "^0.14.0",
|
|
466
460
|
"v8flags": "^3.1.1"
|
|
@@ -486,9 +480,9 @@
|
|
|
486
480
|
}
|
|
487
481
|
},
|
|
488
482
|
"node_modules/@babel/parser": {
|
|
489
|
-
"version": "7.29.
|
|
490
|
-
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.
|
|
491
|
-
"integrity": "sha512-
|
|
483
|
+
"version": "7.29.2",
|
|
484
|
+
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.29.2.tgz",
|
|
485
|
+
"integrity": "sha512-4GgRzy/+fsBa72/RZVJmGKPmZu9Byn8o4MoLpmNe1m8ZfYnz5emHLQz3U4gLud6Zwl0RZIcgiLD7Uq7ySFuDLA==",
|
|
492
486
|
"license": "MIT",
|
|
493
487
|
"dependencies": {
|
|
494
488
|
"@babel/types": "^7.29.0"
|
|
@@ -504,6 +498,7 @@
|
|
|
504
498
|
"version": "7.28.5",
|
|
505
499
|
"resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.28.5.tgz",
|
|
506
500
|
"integrity": "sha512-87GDMS3tsmMSi/3bWOte1UblL+YUTFMV8SZPZ2eSEL17s74Cw/l63rR6NmGVKMYW2GYi85nE+/d6Hw5N0bEk2Q==",
|
|
501
|
+
"dev": true,
|
|
507
502
|
"license": "MIT",
|
|
508
503
|
"dependencies": {
|
|
509
504
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
@@ -520,6 +515,7 @@
|
|
|
520
515
|
"version": "7.27.1",
|
|
521
516
|
"resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.27.1.tgz",
|
|
522
517
|
"integrity": "sha512-qNeq3bCKnGgLkEXUuFry6dPlGfCdQNZbn7yUAPCInwAJHMU7THJfrBSozkcWq5sNM6RcF3S8XyQL2A52KNR9IA==",
|
|
518
|
+
"dev": true,
|
|
523
519
|
"license": "MIT",
|
|
524
520
|
"dependencies": {
|
|
525
521
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
@@ -535,6 +531,7 @@
|
|
|
535
531
|
"version": "7.27.1",
|
|
536
532
|
"resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.27.1.tgz",
|
|
537
533
|
"integrity": "sha512-g4L7OYun04N1WyqMNjldFwlfPCLVkgB54A/YCXICZYBsvJJE3kByKv9c9+R/nAfmIfjl2rKYLNyMHboYbZaWaA==",
|
|
534
|
+
"dev": true,
|
|
538
535
|
"license": "MIT",
|
|
539
536
|
"dependencies": {
|
|
540
537
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
@@ -550,6 +547,7 @@
|
|
|
550
547
|
"version": "7.27.1",
|
|
551
548
|
"resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.27.1.tgz",
|
|
552
549
|
"integrity": "sha512-oO02gcONcD5O1iTLi/6frMJBIwWEHceWGSGqrpCmEL8nogiS6J9PBlE48CaK20/Jx1LuRml9aDftLgdjXT8+Cw==",
|
|
550
|
+
"dev": true,
|
|
553
551
|
"license": "MIT",
|
|
554
552
|
"dependencies": {
|
|
555
553
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
@@ -567,6 +565,7 @@
|
|
|
567
565
|
"version": "7.28.6",
|
|
568
566
|
"resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.28.6.tgz",
|
|
569
567
|
"integrity": "sha512-a0aBScVTlNaiUe35UtfxAN7A/tehvvG4/ByO6+46VPKTRSlfnAFsgKy0FUh+qAkQrDTmhDkT+IBOKlOoMUxQ0g==",
|
|
568
|
+
"dev": true,
|
|
570
569
|
"license": "MIT",
|
|
571
570
|
"dependencies": {
|
|
572
571
|
"@babel/helper-plugin-utils": "^7.28.6",
|
|
@@ -583,6 +582,7 @@
|
|
|
583
582
|
"version": "7.21.0-placeholder-for-preset-env.2",
|
|
584
583
|
"resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz",
|
|
585
584
|
"integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==",
|
|
585
|
+
"dev": true,
|
|
586
586
|
"license": "MIT",
|
|
587
587
|
"engines": {
|
|
588
588
|
"node": ">=6.9.0"
|
|
@@ -658,6 +658,7 @@
|
|
|
658
658
|
"version": "7.28.6",
|
|
659
659
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.28.6.tgz",
|
|
660
660
|
"integrity": "sha512-pSJUpFHdx9z5nqTSirOCMtYVP2wFgoWhP0p3g8ONK/4IHhLIBd0B9NYqAvIUAhq+OkhO4VM1tENCt0cjlsNShw==",
|
|
661
|
+
"dev": true,
|
|
661
662
|
"license": "MIT",
|
|
662
663
|
"dependencies": {
|
|
663
664
|
"@babel/helper-plugin-utils": "^7.28.6"
|
|
@@ -844,6 +845,7 @@
|
|
|
844
845
|
"version": "7.18.6",
|
|
845
846
|
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz",
|
|
846
847
|
"integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==",
|
|
848
|
+
"dev": true,
|
|
847
849
|
"license": "MIT",
|
|
848
850
|
"dependencies": {
|
|
849
851
|
"@babel/helper-create-regexp-features-plugin": "^7.18.6",
|
|
@@ -860,6 +862,7 @@
|
|
|
860
862
|
"version": "7.27.1",
|
|
861
863
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.27.1.tgz",
|
|
862
864
|
"integrity": "sha512-8Z4TGic6xW70FKThA5HYEKKyBpOOsucTOD1DjU3fZxDg+K3zBJcXMFnt/4yQiZnf5+MiOMSXQ9PaEK/Ilh1DeA==",
|
|
865
|
+
"dev": true,
|
|
863
866
|
"license": "MIT",
|
|
864
867
|
"dependencies": {
|
|
865
868
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
@@ -875,6 +878,7 @@
|
|
|
875
878
|
"version": "7.29.0",
|
|
876
879
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.29.0.tgz",
|
|
877
880
|
"integrity": "sha512-va0VdWro4zlBr2JsXC+ofCPB2iG12wPtVGTWFx2WLDOM3nYQZZIGP82qku2eW/JR83sD+k2k+CsNtyEbUqhU6w==",
|
|
881
|
+
"dev": true,
|
|
878
882
|
"license": "MIT",
|
|
879
883
|
"dependencies": {
|
|
880
884
|
"@babel/helper-plugin-utils": "^7.28.6",
|
|
@@ -892,6 +896,7 @@
|
|
|
892
896
|
"version": "7.28.6",
|
|
893
897
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.28.6.tgz",
|
|
894
898
|
"integrity": "sha512-ilTRcmbuXjsMmcZ3HASTe4caH5Tpo93PkTxF9oG2VZsSWsahydmcEHhix9Ik122RcTnZnUzPbmux4wh1swfv7g==",
|
|
899
|
+
"dev": true,
|
|
895
900
|
"license": "MIT",
|
|
896
901
|
"dependencies": {
|
|
897
902
|
"@babel/helper-module-imports": "^7.28.6",
|
|
@@ -909,6 +914,7 @@
|
|
|
909
914
|
"version": "7.27.1",
|
|
910
915
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.27.1.tgz",
|
|
911
916
|
"integrity": "sha512-cnqkuOtZLapWYZUYM5rVIdv1nXYuFVIltZ6ZJ7nIj585QsjKM5dhL2Fu/lICXZ1OyIAFc7Qy+bvDAtTXqGrlhg==",
|
|
917
|
+
"dev": true,
|
|
912
918
|
"license": "MIT",
|
|
913
919
|
"dependencies": {
|
|
914
920
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
@@ -924,6 +930,7 @@
|
|
|
924
930
|
"version": "7.28.6",
|
|
925
931
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.28.6.tgz",
|
|
926
932
|
"integrity": "sha512-tt/7wOtBmwHPNMPu7ax4pdPz6shjFrmHDghvNC+FG9Qvj7D6mJcoRQIF5dy4njmxR941l6rgtvfSB2zX3VlUIw==",
|
|
933
|
+
"dev": true,
|
|
927
934
|
"license": "MIT",
|
|
928
935
|
"dependencies": {
|
|
929
936
|
"@babel/helper-plugin-utils": "^7.28.6"
|
|
@@ -939,6 +946,7 @@
|
|
|
939
946
|
"version": "7.28.6",
|
|
940
947
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.28.6.tgz",
|
|
941
948
|
"integrity": "sha512-dY2wS3I2G7D697VHndN91TJr8/AAfXQNt5ynCTI/MpxMsSzHp+52uNivYT5wCPax3whc47DR8Ba7cmlQMg24bw==",
|
|
949
|
+
"dev": true,
|
|
942
950
|
"license": "MIT",
|
|
943
951
|
"dependencies": {
|
|
944
952
|
"@babel/helper-create-class-features-plugin": "^7.28.6",
|
|
@@ -955,6 +963,7 @@
|
|
|
955
963
|
"version": "7.28.6",
|
|
956
964
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.28.6.tgz",
|
|
957
965
|
"integrity": "sha512-rfQ++ghVwTWTqQ7w8qyDxL1XGihjBss4CmTgGRCTAC9RIbhVpyp4fOeZtta0Lbf+dTNIVJer6ych2ibHwkZqsQ==",
|
|
966
|
+
"dev": true,
|
|
958
967
|
"license": "MIT",
|
|
959
968
|
"dependencies": {
|
|
960
969
|
"@babel/helper-create-class-features-plugin": "^7.28.6",
|
|
@@ -971,6 +980,7 @@
|
|
|
971
980
|
"version": "7.28.6",
|
|
972
981
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.28.6.tgz",
|
|
973
982
|
"integrity": "sha512-EF5KONAqC5zAqT783iMGuM2ZtmEBy+mJMOKl2BCvPZ2lVrwvXnB6o+OBWCS+CoeCCpVRF2sA2RBKUxvT8tQT5Q==",
|
|
983
|
+
"dev": true,
|
|
974
984
|
"license": "MIT",
|
|
975
985
|
"dependencies": {
|
|
976
986
|
"@babel/helper-annotate-as-pure": "^7.27.3",
|
|
@@ -991,6 +1001,7 @@
|
|
|
991
1001
|
"version": "7.28.6",
|
|
992
1002
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.28.6.tgz",
|
|
993
1003
|
"integrity": "sha512-bcc3k0ijhHbc2lEfpFHgx7eYw9KNXqOerKWfzbxEHUGKnS3sz9C4CNL9OiFN1297bDNfUiSO7DaLzbvHQQQ1BQ==",
|
|
1004
|
+
"dev": true,
|
|
994
1005
|
"license": "MIT",
|
|
995
1006
|
"dependencies": {
|
|
996
1007
|
"@babel/helper-plugin-utils": "^7.28.6",
|
|
@@ -1007,6 +1018,7 @@
|
|
|
1007
1018
|
"version": "7.28.5",
|
|
1008
1019
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.5.tgz",
|
|
1009
1020
|
"integrity": "sha512-Kl9Bc6D0zTUcFUvkNuQh4eGXPKKNDOJQXVyyM4ZAQPMveniJdxi8XMJwLo+xSoW3MIq81bD33lcUe9kZpl0MCw==",
|
|
1021
|
+
"dev": true,
|
|
1010
1022
|
"license": "MIT",
|
|
1011
1023
|
"dependencies": {
|
|
1012
1024
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
@@ -1023,6 +1035,7 @@
|
|
|
1023
1035
|
"version": "7.28.6",
|
|
1024
1036
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.28.6.tgz",
|
|
1025
1037
|
"integrity": "sha512-SljjowuNKB7q5Oayv4FoPzeB74g3QgLt8IVJw9ADvWy3QnUb/01aw8I4AVv8wYnPvQz2GDDZ/g3GhcNyDBI4Bg==",
|
|
1038
|
+
"dev": true,
|
|
1026
1039
|
"license": "MIT",
|
|
1027
1040
|
"dependencies": {
|
|
1028
1041
|
"@babel/helper-create-regexp-features-plugin": "^7.28.5",
|
|
@@ -1039,6 +1052,7 @@
|
|
|
1039
1052
|
"version": "7.27.1",
|
|
1040
1053
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.27.1.tgz",
|
|
1041
1054
|
"integrity": "sha512-MTyJk98sHvSs+cvZ4nOauwTTG1JeonDjSGvGGUNHreGQns+Mpt6WX/dVzWBHgg+dYZhkC4X+zTDfkTU+Vy9y7Q==",
|
|
1055
|
+
"dev": true,
|
|
1042
1056
|
"license": "MIT",
|
|
1043
1057
|
"dependencies": {
|
|
1044
1058
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
@@ -1054,6 +1068,7 @@
|
|
|
1054
1068
|
"version": "7.29.0",
|
|
1055
1069
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.29.0.tgz",
|
|
1056
1070
|
"integrity": "sha512-zBPcW2lFGxdiD8PUnPwJjag2J9otbcLQzvbiOzDxpYXyCuYX9agOwMPGn1prVH0a4qzhCKu24rlH4c1f7yA8rw==",
|
|
1071
|
+
"dev": true,
|
|
1057
1072
|
"license": "MIT",
|
|
1058
1073
|
"dependencies": {
|
|
1059
1074
|
"@babel/helper-create-regexp-features-plugin": "^7.28.5",
|
|
@@ -1070,6 +1085,7 @@
|
|
|
1070
1085
|
"version": "7.27.1",
|
|
1071
1086
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.27.1.tgz",
|
|
1072
1087
|
"integrity": "sha512-MHzkWQcEmjzzVW9j2q8LGjwGWpG2mjwaaB0BNQwst3FIjqsg8Ct/mIZlvSPJvfi9y2AC8mi/ktxbFVL9pZ1I4A==",
|
|
1088
|
+
"dev": true,
|
|
1073
1089
|
"license": "MIT",
|
|
1074
1090
|
"dependencies": {
|
|
1075
1091
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
@@ -1085,6 +1101,7 @@
|
|
|
1085
1101
|
"version": "7.28.6",
|
|
1086
1102
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-explicit-resource-management/-/plugin-transform-explicit-resource-management-7.28.6.tgz",
|
|
1087
1103
|
"integrity": "sha512-Iao5Konzx2b6g7EPqTy40UZbcdXE126tTxVFr/nAIj+WItNxjKSYTEw3RC+A2/ZetmdJsgueL1KhaMCQHkLPIg==",
|
|
1104
|
+
"dev": true,
|
|
1088
1105
|
"license": "MIT",
|
|
1089
1106
|
"dependencies": {
|
|
1090
1107
|
"@babel/helper-plugin-utils": "^7.28.6",
|
|
@@ -1101,6 +1118,7 @@
|
|
|
1101
1118
|
"version": "7.28.6",
|
|
1102
1119
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.28.6.tgz",
|
|
1103
1120
|
"integrity": "sha512-WitabqiGjV/vJ0aPOLSFfNY1u9U3R7W36B03r5I2KoNix+a3sOhJ3pKFB3R5It9/UiK78NiO0KE9P21cMhlPkw==",
|
|
1121
|
+
"dev": true,
|
|
1104
1122
|
"license": "MIT",
|
|
1105
1123
|
"dependencies": {
|
|
1106
1124
|
"@babel/helper-plugin-utils": "^7.28.6"
|
|
@@ -1116,6 +1134,7 @@
|
|
|
1116
1134
|
"version": "7.27.1",
|
|
1117
1135
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.27.1.tgz",
|
|
1118
1136
|
"integrity": "sha512-tQvHWSZ3/jH2xuq/vZDy0jNn+ZdXJeM8gHvX4lnJmsc3+50yPlWdZXIc5ay+umX+2/tJIqHqiEqcJvxlmIvRvQ==",
|
|
1137
|
+
"dev": true,
|
|
1119
1138
|
"license": "MIT",
|
|
1120
1139
|
"dependencies": {
|
|
1121
1140
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
@@ -1131,6 +1150,7 @@
|
|
|
1131
1150
|
"version": "7.27.1",
|
|
1132
1151
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.27.1.tgz",
|
|
1133
1152
|
"integrity": "sha512-BfbWFFEJFQzLCQ5N8VocnCtA8J1CLkNTe2Ms2wocj75dd6VpiqS5Z5quTYcUoo4Yq+DN0rtikODccuv7RU81sw==",
|
|
1153
|
+
"dev": true,
|
|
1134
1154
|
"license": "MIT",
|
|
1135
1155
|
"dependencies": {
|
|
1136
1156
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
@@ -1147,6 +1167,7 @@
|
|
|
1147
1167
|
"version": "7.27.1",
|
|
1148
1168
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.27.1.tgz",
|
|
1149
1169
|
"integrity": "sha512-1bQeydJF9Nr1eBCMMbC+hdwmRlsv5XYOMu03YSWFwNs0HsAmtSxxF1fyuYPqemVldVyFmlCU7w8UE14LupUSZQ==",
|
|
1170
|
+
"dev": true,
|
|
1150
1171
|
"license": "MIT",
|
|
1151
1172
|
"dependencies": {
|
|
1152
1173
|
"@babel/helper-compilation-targets": "^7.27.1",
|
|
@@ -1164,6 +1185,7 @@
|
|
|
1164
1185
|
"version": "7.28.6",
|
|
1165
1186
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.28.6.tgz",
|
|
1166
1187
|
"integrity": "sha512-Nr+hEN+0geQkzhbdgQVPoqr47lZbm+5fCUmO70722xJZd0Mvb59+33QLImGj6F+DkK3xgDi1YVysP8whD6FQAw==",
|
|
1188
|
+
"dev": true,
|
|
1167
1189
|
"license": "MIT",
|
|
1168
1190
|
"dependencies": {
|
|
1169
1191
|
"@babel/helper-plugin-utils": "^7.28.6"
|
|
@@ -1179,6 +1201,7 @@
|
|
|
1179
1201
|
"version": "7.27.1",
|
|
1180
1202
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.27.1.tgz",
|
|
1181
1203
|
"integrity": "sha512-0HCFSepIpLTkLcsi86GG3mTUzxV5jpmbv97hTETW3yzrAij8aqlD36toB1D0daVFJM8NK6GvKO0gslVQmm+zZA==",
|
|
1204
|
+
"dev": true,
|
|
1182
1205
|
"license": "MIT",
|
|
1183
1206
|
"dependencies": {
|
|
1184
1207
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
@@ -1194,6 +1217,7 @@
|
|
|
1194
1217
|
"version": "7.28.6",
|
|
1195
1218
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.28.6.tgz",
|
|
1196
1219
|
"integrity": "sha512-+anKKair6gpi8VsM/95kmomGNMD0eLz1NQ8+Pfw5sAwWH9fGYXT50E55ZpV0pHUHWf6IUTWPM+f/7AAff+wr9A==",
|
|
1220
|
+
"dev": true,
|
|
1197
1221
|
"license": "MIT",
|
|
1198
1222
|
"dependencies": {
|
|
1199
1223
|
"@babel/helper-plugin-utils": "^7.28.6"
|
|
@@ -1209,6 +1233,7 @@
|
|
|
1209
1233
|
"version": "7.27.1",
|
|
1210
1234
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.27.1.tgz",
|
|
1211
1235
|
"integrity": "sha512-hqoBX4dcZ1I33jCSWcXrP+1Ku7kdqXf1oeah7ooKOIiAdKQ+uqftgCFNOSzA5AMS2XIHEYeGFg4cKRCdpxzVOQ==",
|
|
1236
|
+
"dev": true,
|
|
1212
1237
|
"license": "MIT",
|
|
1213
1238
|
"dependencies": {
|
|
1214
1239
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
@@ -1224,6 +1249,7 @@
|
|
|
1224
1249
|
"version": "7.27.1",
|
|
1225
1250
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.27.1.tgz",
|
|
1226
1251
|
"integrity": "sha512-iCsytMg/N9/oFq6n+gFTvUYDZQOMK5kEdeYxmxt91fcJGycfxVP9CnrxoliM0oumFERba2i8ZtwRUCMhvP1LnA==",
|
|
1252
|
+
"dev": true,
|
|
1227
1253
|
"license": "MIT",
|
|
1228
1254
|
"dependencies": {
|
|
1229
1255
|
"@babel/helper-module-transforms": "^7.27.1",
|
|
@@ -1240,6 +1266,7 @@
|
|
|
1240
1266
|
"version": "7.28.6",
|
|
1241
1267
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.28.6.tgz",
|
|
1242
1268
|
"integrity": "sha512-jppVbf8IV9iWWwWTQIxJMAJCWBuuKx71475wHwYytrRGQ2CWiDvYlADQno3tcYpS/T2UUWFQp3nVtYfK/YBQrA==",
|
|
1269
|
+
"dev": true,
|
|
1243
1270
|
"license": "MIT",
|
|
1244
1271
|
"dependencies": {
|
|
1245
1272
|
"@babel/helper-module-transforms": "^7.28.6",
|
|
@@ -1256,6 +1283,7 @@
|
|
|
1256
1283
|
"version": "7.29.0",
|
|
1257
1284
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.29.0.tgz",
|
|
1258
1285
|
"integrity": "sha512-PrujnVFbOdUpw4UHiVwKvKRLMMic8+eC0CuNlxjsyZUiBjhFdPsewdXCkveh2KqBA9/waD0W1b4hXSOBQJezpQ==",
|
|
1286
|
+
"dev": true,
|
|
1259
1287
|
"license": "MIT",
|
|
1260
1288
|
"dependencies": {
|
|
1261
1289
|
"@babel/helper-module-transforms": "^7.28.6",
|
|
@@ -1274,6 +1302,7 @@
|
|
|
1274
1302
|
"version": "7.27.1",
|
|
1275
1303
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.27.1.tgz",
|
|
1276
1304
|
"integrity": "sha512-iQBE/xC5BV1OxJbp6WG7jq9IWiD+xxlZhLrdwpPkTX3ydmXdvoCpyfJN7acaIBZaOqTfr76pgzqBJflNbeRK+w==",
|
|
1305
|
+
"dev": true,
|
|
1277
1306
|
"license": "MIT",
|
|
1278
1307
|
"dependencies": {
|
|
1279
1308
|
"@babel/helper-module-transforms": "^7.27.1",
|
|
@@ -1290,6 +1319,7 @@
|
|
|
1290
1319
|
"version": "7.29.0",
|
|
1291
1320
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.29.0.tgz",
|
|
1292
1321
|
"integrity": "sha512-1CZQA5KNAD6ZYQLPw7oi5ewtDNxH/2vuCh+6SmvgDfhumForvs8a1o9n0UrEoBD8HU4djO2yWngTQlXl1NDVEQ==",
|
|
1322
|
+
"dev": true,
|
|
1293
1323
|
"license": "MIT",
|
|
1294
1324
|
"dependencies": {
|
|
1295
1325
|
"@babel/helper-create-regexp-features-plugin": "^7.28.5",
|
|
@@ -1306,6 +1336,7 @@
|
|
|
1306
1336
|
"version": "7.27.1",
|
|
1307
1337
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.27.1.tgz",
|
|
1308
1338
|
"integrity": "sha512-f6PiYeqXQ05lYq3TIfIDu/MtliKUbNwkGApPUvyo6+tc7uaR4cPjPe7DFPr15Uyycg2lZU6btZ575CuQoYh7MQ==",
|
|
1339
|
+
"dev": true,
|
|
1309
1340
|
"license": "MIT",
|
|
1310
1341
|
"dependencies": {
|
|
1311
1342
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
@@ -1321,6 +1352,7 @@
|
|
|
1321
1352
|
"version": "7.28.6",
|
|
1322
1353
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.28.6.tgz",
|
|
1323
1354
|
"integrity": "sha512-3wKbRgmzYbw24mDJXT7N+ADXw8BC/imU9yo9c9X9NKaLF1fW+e5H1U5QjMUBe4Qo4Ox/o++IyUkl1sVCLgevKg==",
|
|
1355
|
+
"dev": true,
|
|
1324
1356
|
"license": "MIT",
|
|
1325
1357
|
"dependencies": {
|
|
1326
1358
|
"@babel/helper-plugin-utils": "^7.28.6"
|
|
@@ -1336,6 +1368,7 @@
|
|
|
1336
1368
|
"version": "7.28.6",
|
|
1337
1369
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.28.6.tgz",
|
|
1338
1370
|
"integrity": "sha512-SJR8hPynj8outz+SlStQSwvziMN4+Bq99it4tMIf5/Caq+3iOc0JtKyse8puvyXkk3eFRIA5ID/XfunGgO5i6w==",
|
|
1371
|
+
"dev": true,
|
|
1339
1372
|
"license": "MIT",
|
|
1340
1373
|
"dependencies": {
|
|
1341
1374
|
"@babel/helper-plugin-utils": "^7.28.6"
|
|
@@ -1351,6 +1384,7 @@
|
|
|
1351
1384
|
"version": "7.28.6",
|
|
1352
1385
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.6.tgz",
|
|
1353
1386
|
"integrity": "sha512-5rh+JR4JBC4pGkXLAcYdLHZjXudVxWMXbB6u6+E9lRL5TrGVbHt1TjxGbZ8CkmYw9zjkB7jutzOROArsqtncEA==",
|
|
1387
|
+
"dev": true,
|
|
1354
1388
|
"license": "MIT",
|
|
1355
1389
|
"dependencies": {
|
|
1356
1390
|
"@babel/helper-compilation-targets": "^7.28.6",
|
|
@@ -1370,6 +1404,7 @@
|
|
|
1370
1404
|
"version": "7.27.1",
|
|
1371
1405
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.27.1.tgz",
|
|
1372
1406
|
"integrity": "sha512-SFy8S9plRPbIcxlJ8A6mT/CxFdJx/c04JEctz4jf8YZaVS2px34j7NXRrlGlHkN/M2gnpL37ZpGRGVFLd3l8Ng==",
|
|
1407
|
+
"dev": true,
|
|
1373
1408
|
"license": "MIT",
|
|
1374
1409
|
"dependencies": {
|
|
1375
1410
|
"@babel/helper-plugin-utils": "^7.27.1",
|
|
@@ -1386,6 +1421,7 @@
|
|
|
1386
1421
|
"version": "7.28.6",
|
|
1387
1422
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.28.6.tgz",
|
|
1388
1423
|
"integrity": "sha512-R8ja/Pyrv0OGAvAXQhSTmWyPJPml+0TMqXlO5w+AsMEiwb2fg3WkOvob7UxFSL3OIttFSGSRFKQsOhJ/X6HQdQ==",
|
|
1424
|
+
"dev": true,
|
|
1389
1425
|
"license": "MIT",
|
|
1390
1426
|
"dependencies": {
|
|
1391
1427
|
"@babel/helper-plugin-utils": "^7.28.6"
|
|
@@ -1401,6 +1437,7 @@
|
|
|
1401
1437
|
"version": "7.28.6",
|
|
1402
1438
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.28.6.tgz",
|
|
1403
1439
|
"integrity": "sha512-A4zobikRGJTsX9uqVFdafzGkqD30t26ck2LmOzAuLL8b2x6k3TIqRiT2xVvA9fNmFeTX484VpsdgmKNA0bS23w==",
|
|
1440
|
+
"dev": true,
|
|
1404
1441
|
"license": "MIT",
|
|
1405
1442
|
"dependencies": {
|
|
1406
1443
|
"@babel/helper-plugin-utils": "^7.28.6",
|
|
@@ -1417,6 +1454,7 @@
|
|
|
1417
1454
|
"version": "7.27.7",
|
|
1418
1455
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.27.7.tgz",
|
|
1419
1456
|
"integrity": "sha512-qBkYTYCb76RRxUM6CcZA5KRu8K4SM8ajzVeUgVdMVO9NN9uI/GaVmBg/WKJJGnNokV9SY8FxNOVWGXzqzUidBg==",
|
|
1457
|
+
"dev": true,
|
|
1420
1458
|
"license": "MIT",
|
|
1421
1459
|
"dependencies": {
|
|
1422
1460
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
@@ -1432,6 +1470,7 @@
|
|
|
1432
1470
|
"version": "7.28.6",
|
|
1433
1471
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.28.6.tgz",
|
|
1434
1472
|
"integrity": "sha512-piiuapX9CRv7+0st8lmuUlRSmX6mBcVeNQ1b4AYzJxfCMuBfB0vBXDiGSmm03pKJw1v6cZ8KSeM+oUnM6yAExg==",
|
|
1473
|
+
"dev": true,
|
|
1435
1474
|
"license": "MIT",
|
|
1436
1475
|
"dependencies": {
|
|
1437
1476
|
"@babel/helper-create-class-features-plugin": "^7.28.6",
|
|
@@ -1448,6 +1487,7 @@
|
|
|
1448
1487
|
"version": "7.28.6",
|
|
1449
1488
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.28.6.tgz",
|
|
1450
1489
|
"integrity": "sha512-b97jvNSOb5+ehyQmBpmhOCiUC5oVK4PMnpRvO7+ymFBoqYjeDHIU9jnrNUuwHOiL9RpGDoKBpSViarV+BU+eVA==",
|
|
1490
|
+
"dev": true,
|
|
1451
1491
|
"license": "MIT",
|
|
1452
1492
|
"dependencies": {
|
|
1453
1493
|
"@babel/helper-annotate-as-pure": "^7.27.3",
|
|
@@ -1465,6 +1505,7 @@
|
|
|
1465
1505
|
"version": "7.27.1",
|
|
1466
1506
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.27.1.tgz",
|
|
1467
1507
|
"integrity": "sha512-oThy3BCuCha8kDZ8ZkgOg2exvPYUlprMukKQXI1r1pJ47NCvxfkEy8vK+r/hT9nF0Aa4H1WUPZZjHTFtAhGfmQ==",
|
|
1508
|
+
"dev": true,
|
|
1468
1509
|
"license": "MIT",
|
|
1469
1510
|
"dependencies": {
|
|
1470
1511
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
@@ -1545,6 +1586,7 @@
|
|
|
1545
1586
|
"version": "7.29.0",
|
|
1546
1587
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.29.0.tgz",
|
|
1547
1588
|
"integrity": "sha512-FijqlqMA7DmRdg/aINBSs04y8XNTYw/lr1gJ2WsmBnnaNw1iS43EPkJW+zK7z65auG3AWRFXWj+NcTQwYptUog==",
|
|
1589
|
+
"dev": true,
|
|
1548
1590
|
"license": "MIT",
|
|
1549
1591
|
"dependencies": {
|
|
1550
1592
|
"@babel/helper-plugin-utils": "^7.28.6"
|
|
@@ -1560,6 +1602,7 @@
|
|
|
1560
1602
|
"version": "7.28.6",
|
|
1561
1603
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.28.6.tgz",
|
|
1562
1604
|
"integrity": "sha512-QGWAepm9qxpaIs7UM9FvUSnCGlb8Ua1RhyM4/veAxLwt3gMat/LSGrZixyuj4I6+Kn9iwvqCyPTtbdxanYoWYg==",
|
|
1605
|
+
"dev": true,
|
|
1563
1606
|
"license": "MIT",
|
|
1564
1607
|
"dependencies": {
|
|
1565
1608
|
"@babel/helper-create-regexp-features-plugin": "^7.28.5",
|
|
@@ -1576,6 +1619,7 @@
|
|
|
1576
1619
|
"version": "7.27.1",
|
|
1577
1620
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.27.1.tgz",
|
|
1578
1621
|
"integrity": "sha512-V2ABPHIJX4kC7HegLkYoDpfg9PVmuWy/i6vUM5eGK22bx4YVFD3M5F0QQnWQoDs6AGsUWTVOopBiMFQgHaSkVw==",
|
|
1622
|
+
"dev": true,
|
|
1579
1623
|
"license": "MIT",
|
|
1580
1624
|
"dependencies": {
|
|
1581
1625
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
@@ -1612,6 +1656,7 @@
|
|
|
1612
1656
|
"version": "7.27.1",
|
|
1613
1657
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.27.1.tgz",
|
|
1614
1658
|
"integrity": "sha512-N/wH1vcn4oYawbJ13Y/FxcQrWk63jhfNa7jef0ih7PHSIHX2LB7GWE1rkPrOnka9kwMxb6hMl19p7lidA+EHmQ==",
|
|
1659
|
+
"dev": true,
|
|
1615
1660
|
"license": "MIT",
|
|
1616
1661
|
"dependencies": {
|
|
1617
1662
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
@@ -1627,6 +1672,7 @@
|
|
|
1627
1672
|
"version": "7.28.6",
|
|
1628
1673
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.28.6.tgz",
|
|
1629
1674
|
"integrity": "sha512-9U4QObUC0FtJl05AsUcodau/RWDytrU6uKgkxu09mLR9HLDAtUMoPuuskm5huQsoktmsYpI+bGmq+iapDcriKA==",
|
|
1675
|
+
"dev": true,
|
|
1630
1676
|
"license": "MIT",
|
|
1631
1677
|
"dependencies": {
|
|
1632
1678
|
"@babel/helper-plugin-utils": "^7.28.6",
|
|
@@ -1643,6 +1689,7 @@
|
|
|
1643
1689
|
"version": "7.27.1",
|
|
1644
1690
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.27.1.tgz",
|
|
1645
1691
|
"integrity": "sha512-lhInBO5bi/Kowe2/aLdBAawijx+q1pQzicSgnkB6dUPc1+RC8QmJHKf2OjvU+NZWitguJHEaEmbV6VWEouT58g==",
|
|
1692
|
+
"dev": true,
|
|
1646
1693
|
"license": "MIT",
|
|
1647
1694
|
"dependencies": {
|
|
1648
1695
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
@@ -1658,6 +1705,7 @@
|
|
|
1658
1705
|
"version": "7.27.1",
|
|
1659
1706
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.27.1.tgz",
|
|
1660
1707
|
"integrity": "sha512-fBJKiV7F2DxZUkg5EtHKXQdbsbURW3DZKQUWphDum0uRP6eHGGa/He9mc0mypL680pb+e/lDIthRohlv8NCHkg==",
|
|
1708
|
+
"dev": true,
|
|
1661
1709
|
"license": "MIT",
|
|
1662
1710
|
"dependencies": {
|
|
1663
1711
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
@@ -1673,6 +1721,7 @@
|
|
|
1673
1721
|
"version": "7.27.1",
|
|
1674
1722
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.27.1.tgz",
|
|
1675
1723
|
"integrity": "sha512-RiSILC+nRJM7FY5srIyc4/fGIwUhyDuuBSdWn4y6yT6gm652DpCHZjIipgn6B7MQ1ITOUnAKWixEUjQRIBIcLw==",
|
|
1724
|
+
"dev": true,
|
|
1676
1725
|
"license": "MIT",
|
|
1677
1726
|
"dependencies": {
|
|
1678
1727
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
@@ -1688,6 +1737,7 @@
|
|
|
1688
1737
|
"version": "7.27.1",
|
|
1689
1738
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.27.1.tgz",
|
|
1690
1739
|
"integrity": "sha512-Ysg4v6AmF26k9vpfFuTZg8HRfVWzsh1kVfowA23y9j/Gu6dOuahdUVhkLqpObp3JIv27MLSii6noRnuKN8H0Mg==",
|
|
1740
|
+
"dev": true,
|
|
1691
1741
|
"license": "MIT",
|
|
1692
1742
|
"dependencies": {
|
|
1693
1743
|
"@babel/helper-plugin-utils": "^7.27.1"
|
|
@@ -1703,6 +1753,7 @@
|
|
|
1703
1753
|
"version": "7.28.6",
|
|
1704
1754
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.28.6.tgz",
|
|
1705
1755
|
"integrity": "sha512-4Wlbdl/sIZjzi/8St0evF0gEZrgOswVO6aOzqxh1kDZOl9WmLrHq2HtGhnOJZmHZYKP8WZ1MDLCt5DAWwRo57A==",
|
|
1756
|
+
"dev": true,
|
|
1706
1757
|
"license": "MIT",
|
|
1707
1758
|
"dependencies": {
|
|
1708
1759
|
"@babel/helper-create-regexp-features-plugin": "^7.28.5",
|
|
@@ -1719,6 +1770,7 @@
|
|
|
1719
1770
|
"version": "7.27.1",
|
|
1720
1771
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.27.1.tgz",
|
|
1721
1772
|
"integrity": "sha512-xvINq24TRojDuyt6JGtHmkVkrfVV3FPT16uytxImLeBZqW3/H52yN+kM1MGuyPkIQxrzKwPHs5U/MP3qKyzkGw==",
|
|
1773
|
+
"dev": true,
|
|
1722
1774
|
"license": "MIT",
|
|
1723
1775
|
"dependencies": {
|
|
1724
1776
|
"@babel/helper-create-regexp-features-plugin": "^7.27.1",
|
|
@@ -1735,6 +1787,7 @@
|
|
|
1735
1787
|
"version": "7.28.6",
|
|
1736
1788
|
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.28.6.tgz",
|
|
1737
1789
|
"integrity": "sha512-/wHc/paTUmsDYN7SZkpWxogTOBNnlx7nBQYfy6JJlCT7G3mVhltk3e++N7zV0XfgGsrqBxd4rJQt9H16I21Y1Q==",
|
|
1790
|
+
"dev": true,
|
|
1738
1791
|
"license": "MIT",
|
|
1739
1792
|
"dependencies": {
|
|
1740
1793
|
"@babel/helper-create-regexp-features-plugin": "^7.28.5",
|
|
@@ -1748,80 +1801,81 @@
|
|
|
1748
1801
|
}
|
|
1749
1802
|
},
|
|
1750
1803
|
"node_modules/@babel/preset-env": {
|
|
1751
|
-
"version": "7.
|
|
1752
|
-
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.
|
|
1753
|
-
"integrity": "sha512-
|
|
1804
|
+
"version": "7.28.3",
|
|
1805
|
+
"resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.28.3.tgz",
|
|
1806
|
+
"integrity": "sha512-ROiDcM+GbYVPYBOeCR6uBXKkQpBExLl8k9HO1ygXEyds39j+vCCsjmj7S8GOniZQlEs81QlkdJZe76IpLSiqpg==",
|
|
1807
|
+
"dev": true,
|
|
1754
1808
|
"license": "MIT",
|
|
1755
1809
|
"dependencies": {
|
|
1756
|
-
"@babel/compat-data": "^7.
|
|
1757
|
-
"@babel/helper-compilation-targets": "^7.
|
|
1758
|
-
"@babel/helper-plugin-utils": "^7.
|
|
1810
|
+
"@babel/compat-data": "^7.28.0",
|
|
1811
|
+
"@babel/helper-compilation-targets": "^7.27.2",
|
|
1812
|
+
"@babel/helper-plugin-utils": "^7.27.1",
|
|
1759
1813
|
"@babel/helper-validator-option": "^7.27.1",
|
|
1760
|
-
"@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.
|
|
1814
|
+
"@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.27.1",
|
|
1761
1815
|
"@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.27.1",
|
|
1762
1816
|
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.27.1",
|
|
1763
1817
|
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.27.1",
|
|
1764
|
-
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.28.
|
|
1818
|
+
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.28.3",
|
|
1765
1819
|
"@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2",
|
|
1766
|
-
"@babel/plugin-syntax-import-assertions": "^7.
|
|
1767
|
-
"@babel/plugin-syntax-import-attributes": "^7.
|
|
1820
|
+
"@babel/plugin-syntax-import-assertions": "^7.27.1",
|
|
1821
|
+
"@babel/plugin-syntax-import-attributes": "^7.27.1",
|
|
1768
1822
|
"@babel/plugin-syntax-unicode-sets-regex": "^7.18.6",
|
|
1769
1823
|
"@babel/plugin-transform-arrow-functions": "^7.27.1",
|
|
1770
|
-
"@babel/plugin-transform-async-generator-functions": "^7.
|
|
1771
|
-
"@babel/plugin-transform-async-to-generator": "^7.
|
|
1824
|
+
"@babel/plugin-transform-async-generator-functions": "^7.28.0",
|
|
1825
|
+
"@babel/plugin-transform-async-to-generator": "^7.27.1",
|
|
1772
1826
|
"@babel/plugin-transform-block-scoped-functions": "^7.27.1",
|
|
1773
|
-
"@babel/plugin-transform-block-scoping": "^7.28.
|
|
1774
|
-
"@babel/plugin-transform-class-properties": "^7.
|
|
1775
|
-
"@babel/plugin-transform-class-static-block": "^7.28.
|
|
1776
|
-
"@babel/plugin-transform-classes": "^7.28.
|
|
1777
|
-
"@babel/plugin-transform-computed-properties": "^7.
|
|
1778
|
-
"@babel/plugin-transform-destructuring": "^7.28.
|
|
1779
|
-
"@babel/plugin-transform-dotall-regex": "^7.
|
|
1827
|
+
"@babel/plugin-transform-block-scoping": "^7.28.0",
|
|
1828
|
+
"@babel/plugin-transform-class-properties": "^7.27.1",
|
|
1829
|
+
"@babel/plugin-transform-class-static-block": "^7.28.3",
|
|
1830
|
+
"@babel/plugin-transform-classes": "^7.28.3",
|
|
1831
|
+
"@babel/plugin-transform-computed-properties": "^7.27.1",
|
|
1832
|
+
"@babel/plugin-transform-destructuring": "^7.28.0",
|
|
1833
|
+
"@babel/plugin-transform-dotall-regex": "^7.27.1",
|
|
1780
1834
|
"@babel/plugin-transform-duplicate-keys": "^7.27.1",
|
|
1781
|
-
"@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.
|
|
1835
|
+
"@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.27.1",
|
|
1782
1836
|
"@babel/plugin-transform-dynamic-import": "^7.27.1",
|
|
1783
|
-
"@babel/plugin-transform-explicit-resource-management": "^7.28.
|
|
1784
|
-
"@babel/plugin-transform-exponentiation-operator": "^7.
|
|
1837
|
+
"@babel/plugin-transform-explicit-resource-management": "^7.28.0",
|
|
1838
|
+
"@babel/plugin-transform-exponentiation-operator": "^7.27.1",
|
|
1785
1839
|
"@babel/plugin-transform-export-namespace-from": "^7.27.1",
|
|
1786
1840
|
"@babel/plugin-transform-for-of": "^7.27.1",
|
|
1787
1841
|
"@babel/plugin-transform-function-name": "^7.27.1",
|
|
1788
|
-
"@babel/plugin-transform-json-strings": "^7.
|
|
1842
|
+
"@babel/plugin-transform-json-strings": "^7.27.1",
|
|
1789
1843
|
"@babel/plugin-transform-literals": "^7.27.1",
|
|
1790
|
-
"@babel/plugin-transform-logical-assignment-operators": "^7.
|
|
1844
|
+
"@babel/plugin-transform-logical-assignment-operators": "^7.27.1",
|
|
1791
1845
|
"@babel/plugin-transform-member-expression-literals": "^7.27.1",
|
|
1792
1846
|
"@babel/plugin-transform-modules-amd": "^7.27.1",
|
|
1793
|
-
"@babel/plugin-transform-modules-commonjs": "^7.
|
|
1794
|
-
"@babel/plugin-transform-modules-systemjs": "^7.
|
|
1847
|
+
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
|
|
1848
|
+
"@babel/plugin-transform-modules-systemjs": "^7.27.1",
|
|
1795
1849
|
"@babel/plugin-transform-modules-umd": "^7.27.1",
|
|
1796
|
-
"@babel/plugin-transform-named-capturing-groups-regex": "^7.
|
|
1850
|
+
"@babel/plugin-transform-named-capturing-groups-regex": "^7.27.1",
|
|
1797
1851
|
"@babel/plugin-transform-new-target": "^7.27.1",
|
|
1798
|
-
"@babel/plugin-transform-nullish-coalescing-operator": "^7.
|
|
1799
|
-
"@babel/plugin-transform-numeric-separator": "^7.
|
|
1800
|
-
"@babel/plugin-transform-object-rest-spread": "^7.28.
|
|
1852
|
+
"@babel/plugin-transform-nullish-coalescing-operator": "^7.27.1",
|
|
1853
|
+
"@babel/plugin-transform-numeric-separator": "^7.27.1",
|
|
1854
|
+
"@babel/plugin-transform-object-rest-spread": "^7.28.0",
|
|
1801
1855
|
"@babel/plugin-transform-object-super": "^7.27.1",
|
|
1802
|
-
"@babel/plugin-transform-optional-catch-binding": "^7.
|
|
1803
|
-
"@babel/plugin-transform-optional-chaining": "^7.
|
|
1856
|
+
"@babel/plugin-transform-optional-catch-binding": "^7.27.1",
|
|
1857
|
+
"@babel/plugin-transform-optional-chaining": "^7.27.1",
|
|
1804
1858
|
"@babel/plugin-transform-parameters": "^7.27.7",
|
|
1805
|
-
"@babel/plugin-transform-private-methods": "^7.
|
|
1806
|
-
"@babel/plugin-transform-private-property-in-object": "^7.
|
|
1859
|
+
"@babel/plugin-transform-private-methods": "^7.27.1",
|
|
1860
|
+
"@babel/plugin-transform-private-property-in-object": "^7.27.1",
|
|
1807
1861
|
"@babel/plugin-transform-property-literals": "^7.27.1",
|
|
1808
|
-
"@babel/plugin-transform-regenerator": "^7.
|
|
1809
|
-
"@babel/plugin-transform-regexp-modifiers": "^7.
|
|
1862
|
+
"@babel/plugin-transform-regenerator": "^7.28.3",
|
|
1863
|
+
"@babel/plugin-transform-regexp-modifiers": "^7.27.1",
|
|
1810
1864
|
"@babel/plugin-transform-reserved-words": "^7.27.1",
|
|
1811
1865
|
"@babel/plugin-transform-shorthand-properties": "^7.27.1",
|
|
1812
|
-
"@babel/plugin-transform-spread": "^7.
|
|
1866
|
+
"@babel/plugin-transform-spread": "^7.27.1",
|
|
1813
1867
|
"@babel/plugin-transform-sticky-regex": "^7.27.1",
|
|
1814
1868
|
"@babel/plugin-transform-template-literals": "^7.27.1",
|
|
1815
1869
|
"@babel/plugin-transform-typeof-symbol": "^7.27.1",
|
|
1816
1870
|
"@babel/plugin-transform-unicode-escapes": "^7.27.1",
|
|
1817
|
-
"@babel/plugin-transform-unicode-property-regex": "^7.
|
|
1871
|
+
"@babel/plugin-transform-unicode-property-regex": "^7.27.1",
|
|
1818
1872
|
"@babel/plugin-transform-unicode-regex": "^7.27.1",
|
|
1819
|
-
"@babel/plugin-transform-unicode-sets-regex": "^7.
|
|
1873
|
+
"@babel/plugin-transform-unicode-sets-regex": "^7.27.1",
|
|
1820
1874
|
"@babel/preset-modules": "0.1.6-no-external-plugins",
|
|
1821
|
-
"babel-plugin-polyfill-corejs2": "^0.4.
|
|
1822
|
-
"babel-plugin-polyfill-corejs3": "^0.
|
|
1823
|
-
"babel-plugin-polyfill-regenerator": "^0.6.
|
|
1824
|
-
"core-js-compat": "^3.
|
|
1875
|
+
"babel-plugin-polyfill-corejs2": "^0.4.14",
|
|
1876
|
+
"babel-plugin-polyfill-corejs3": "^0.13.0",
|
|
1877
|
+
"babel-plugin-polyfill-regenerator": "^0.6.5",
|
|
1878
|
+
"core-js-compat": "^3.43.0",
|
|
1825
1879
|
"semver": "^6.3.1"
|
|
1826
1880
|
},
|
|
1827
1881
|
"engines": {
|
|
@@ -1831,23 +1885,11 @@
|
|
|
1831
1885
|
"@babel/core": "^7.0.0-0"
|
|
1832
1886
|
}
|
|
1833
1887
|
},
|
|
1834
|
-
"node_modules/@babel/preset-env/node_modules/babel-plugin-polyfill-corejs3": {
|
|
1835
|
-
"version": "0.14.2",
|
|
1836
|
-
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.14.2.tgz",
|
|
1837
|
-
"integrity": "sha512-coWpDLJ410R781Npmn/SIBZEsAetR4xVi0SxLMXPaMO4lSf1MwnkGYMtkFxew0Dn8B3/CpbpYxN0JCgg8mn67g==",
|
|
1838
|
-
"license": "MIT",
|
|
1839
|
-
"dependencies": {
|
|
1840
|
-
"@babel/helper-define-polyfill-provider": "^0.6.8",
|
|
1841
|
-
"core-js-compat": "^3.48.0"
|
|
1842
|
-
},
|
|
1843
|
-
"peerDependencies": {
|
|
1844
|
-
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
|
|
1845
|
-
}
|
|
1846
|
-
},
|
|
1847
1888
|
"node_modules/@babel/preset-modules": {
|
|
1848
1889
|
"version": "0.1.6-no-external-plugins",
|
|
1849
1890
|
"resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz",
|
|
1850
1891
|
"integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==",
|
|
1892
|
+
"dev": true,
|
|
1851
1893
|
"license": "MIT",
|
|
1852
1894
|
"dependencies": {
|
|
1853
1895
|
"@babel/helper-plugin-utils": "^7.0.0",
|
|
@@ -1899,9 +1941,9 @@
|
|
|
1899
1941
|
}
|
|
1900
1942
|
},
|
|
1901
1943
|
"node_modules/@babel/runtime": {
|
|
1902
|
-
"version": "7.28.
|
|
1903
|
-
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.
|
|
1904
|
-
"integrity": "sha512-
|
|
1944
|
+
"version": "7.28.4",
|
|
1945
|
+
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.4.tgz",
|
|
1946
|
+
"integrity": "sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==",
|
|
1905
1947
|
"dev": true,
|
|
1906
1948
|
"license": "MIT",
|
|
1907
1949
|
"engines": {
|
|
@@ -2304,37 +2346,37 @@
|
|
|
2304
2346
|
}
|
|
2305
2347
|
},
|
|
2306
2348
|
"node_modules/@eslint/config-array": {
|
|
2307
|
-
"version": "0.23.
|
|
2308
|
-
"resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.23.
|
|
2309
|
-
"integrity": "sha512-
|
|
2349
|
+
"version": "0.23.5",
|
|
2350
|
+
"resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.23.5.tgz",
|
|
2351
|
+
"integrity": "sha512-Y3kKLvC1dvTOT+oGlqNQ1XLqK6D1HU2YXPc52NmAlJZbMMWDzGYXMiPRJ8TYD39muD/OTjlZmNJ4ib7dvSrMBA==",
|
|
2310
2352
|
"license": "Apache-2.0",
|
|
2311
2353
|
"peer": true,
|
|
2312
2354
|
"dependencies": {
|
|
2313
|
-
"@eslint/object-schema": "^3.0.
|
|
2355
|
+
"@eslint/object-schema": "^3.0.5",
|
|
2314
2356
|
"debug": "^4.3.1",
|
|
2315
|
-
"minimatch": "^10.2.
|
|
2357
|
+
"minimatch": "^10.2.4"
|
|
2316
2358
|
},
|
|
2317
2359
|
"engines": {
|
|
2318
2360
|
"node": "^20.19.0 || ^22.13.0 || >=24"
|
|
2319
2361
|
}
|
|
2320
2362
|
},
|
|
2321
2363
|
"node_modules/@eslint/config-helpers": {
|
|
2322
|
-
"version": "0.5.
|
|
2323
|
-
"resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.5.
|
|
2324
|
-
"integrity": "sha512-
|
|
2364
|
+
"version": "0.5.5",
|
|
2365
|
+
"resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.5.5.tgz",
|
|
2366
|
+
"integrity": "sha512-eIJYKTCECbP/nsKaaruF6LW967mtbQbsw4JTtSVkUQc9MneSkbrgPJAbKl9nWr0ZeowV8BfsarBmPpBzGelA2w==",
|
|
2325
2367
|
"license": "Apache-2.0",
|
|
2326
2368
|
"peer": true,
|
|
2327
2369
|
"dependencies": {
|
|
2328
|
-
"@eslint/core": "^1.1
|
|
2370
|
+
"@eslint/core": "^1.2.1"
|
|
2329
2371
|
},
|
|
2330
2372
|
"engines": {
|
|
2331
2373
|
"node": "^20.19.0 || ^22.13.0 || >=24"
|
|
2332
2374
|
}
|
|
2333
2375
|
},
|
|
2334
2376
|
"node_modules/@eslint/core": {
|
|
2335
|
-
"version": "1.1
|
|
2336
|
-
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-1.1.
|
|
2337
|
-
"integrity": "sha512
|
|
2377
|
+
"version": "1.2.1",
|
|
2378
|
+
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-1.2.1.tgz",
|
|
2379
|
+
"integrity": "sha512-MwcE1P+AZ4C6DWlpin/OmOA54mmIZ/+xZuJiQd4SyB29oAJjN30UW9wkKNptW2ctp4cEsvhlLY/CsQ1uoHDloQ==",
|
|
2338
2380
|
"license": "Apache-2.0",
|
|
2339
2381
|
"peer": true,
|
|
2340
2382
|
"dependencies": {
|
|
@@ -2345,9 +2387,9 @@
|
|
|
2345
2387
|
}
|
|
2346
2388
|
},
|
|
2347
2389
|
"node_modules/@eslint/object-schema": {
|
|
2348
|
-
"version": "3.0.
|
|
2349
|
-
"resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-3.0.
|
|
2350
|
-
"integrity": "sha512-
|
|
2390
|
+
"version": "3.0.5",
|
|
2391
|
+
"resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-3.0.5.tgz",
|
|
2392
|
+
"integrity": "sha512-vqTaUEgxzm+YDSdElad6PiRoX4t8VGDjCtt05zn4nU810UIx/uNEV7/lZJ6KwFThKZOzOxzXy48da+No7HZaMw==",
|
|
2351
2393
|
"license": "Apache-2.0",
|
|
2352
2394
|
"peer": true,
|
|
2353
2395
|
"engines": {
|
|
@@ -2355,13 +2397,13 @@
|
|
|
2355
2397
|
}
|
|
2356
2398
|
},
|
|
2357
2399
|
"node_modules/@eslint/plugin-kit": {
|
|
2358
|
-
"version": "0.
|
|
2359
|
-
"resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.
|
|
2360
|
-
"integrity": "sha512-
|
|
2400
|
+
"version": "0.7.1",
|
|
2401
|
+
"resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.7.1.tgz",
|
|
2402
|
+
"integrity": "sha512-rZAP3aVgB9ds9KOeUSL+zZ21hPmo8dh6fnIFwRQj5EAZl9gzR7wxYbYXYysAM8CTqGmUGyp2S4kUdV17MnGuWQ==",
|
|
2361
2403
|
"license": "Apache-2.0",
|
|
2362
2404
|
"peer": true,
|
|
2363
2405
|
"dependencies": {
|
|
2364
|
-
"@eslint/core": "^1.1
|
|
2406
|
+
"@eslint/core": "^1.2.1",
|
|
2365
2407
|
"levn": "^0.4.1"
|
|
2366
2408
|
},
|
|
2367
2409
|
"engines": {
|
|
@@ -2580,12 +2622,12 @@
|
|
|
2580
2622
|
}
|
|
2581
2623
|
},
|
|
2582
2624
|
"node_modules/@isaacs/cliui/node_modules/strip-ansi": {
|
|
2583
|
-
"version": "7.
|
|
2584
|
-
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.
|
|
2585
|
-
"integrity": "sha512-
|
|
2625
|
+
"version": "7.2.0",
|
|
2626
|
+
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
|
|
2627
|
+
"integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
|
|
2586
2628
|
"license": "MIT",
|
|
2587
2629
|
"dependencies": {
|
|
2588
|
-
"ansi-regex": "^6.
|
|
2630
|
+
"ansi-regex": "^6.2.2"
|
|
2589
2631
|
},
|
|
2590
2632
|
"engines": {
|
|
2591
2633
|
"node": ">=12"
|
|
@@ -2628,9 +2670,9 @@
|
|
|
2628
2670
|
}
|
|
2629
2671
|
},
|
|
2630
2672
|
"node_modules/@istanbuljs/schema": {
|
|
2631
|
-
"version": "0.1.
|
|
2632
|
-
"resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.
|
|
2633
|
-
"integrity": "sha512
|
|
2673
|
+
"version": "0.1.6",
|
|
2674
|
+
"resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.6.tgz",
|
|
2675
|
+
"integrity": "sha512-+Sg6GCR/wy1oSmQDFq4LQDAhm3ETKnorxN+y5nbLULOR3P0c14f2Wurzj3/xqPXtasLFfHd5iRFQ7AJt4KH2cw==",
|
|
2634
2676
|
"license": "MIT",
|
|
2635
2677
|
"engines": {
|
|
2636
2678
|
"node": ">=8"
|
|
@@ -2890,6 +2932,21 @@
|
|
|
2890
2932
|
}
|
|
2891
2933
|
}
|
|
2892
2934
|
},
|
|
2935
|
+
"node_modules/@jest/reporters/node_modules/balanced-match": {
|
|
2936
|
+
"version": "1.0.2",
|
|
2937
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
2938
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
2939
|
+
"license": "MIT"
|
|
2940
|
+
},
|
|
2941
|
+
"node_modules/@jest/reporters/node_modules/brace-expansion": {
|
|
2942
|
+
"version": "2.1.0",
|
|
2943
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.0.tgz",
|
|
2944
|
+
"integrity": "sha512-TN1kCZAgdgweJhWWpgKYrQaMNHcDULHkWwQIspdtjV4Y5aurRdZpjAqn6yX3FPqTA9ngHCc4hJxMAMgGfve85w==",
|
|
2945
|
+
"license": "MIT",
|
|
2946
|
+
"dependencies": {
|
|
2947
|
+
"balanced-match": "^1.0.0"
|
|
2948
|
+
}
|
|
2949
|
+
},
|
|
2893
2950
|
"node_modules/@jest/reporters/node_modules/glob": {
|
|
2894
2951
|
"version": "10.5.0",
|
|
2895
2952
|
"resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz",
|
|
@@ -2912,12 +2969,12 @@
|
|
|
2912
2969
|
}
|
|
2913
2970
|
},
|
|
2914
2971
|
"node_modules/@jest/reporters/node_modules/minimatch": {
|
|
2915
|
-
"version": "9.0.
|
|
2916
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.
|
|
2917
|
-
"integrity": "sha512-
|
|
2972
|
+
"version": "9.0.9",
|
|
2973
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
|
|
2974
|
+
"integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
|
|
2918
2975
|
"license": "ISC",
|
|
2919
2976
|
"dependencies": {
|
|
2920
|
-
"brace-expansion": "^
|
|
2977
|
+
"brace-expansion": "^2.0.2"
|
|
2921
2978
|
},
|
|
2922
2979
|
"engines": {
|
|
2923
2980
|
"node": ">=16 || 14 >=14.17"
|
|
@@ -3269,9 +3326,9 @@
|
|
|
3269
3326
|
"license": "MIT"
|
|
3270
3327
|
},
|
|
3271
3328
|
"node_modules/@reportportal/client-javascript/node_modules/brace-expansion": {
|
|
3272
|
-
"version": "2.0
|
|
3273
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.
|
|
3274
|
-
"integrity": "sha512-
|
|
3329
|
+
"version": "2.1.0",
|
|
3330
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.0.tgz",
|
|
3331
|
+
"integrity": "sha512-TN1kCZAgdgweJhWWpgKYrQaMNHcDULHkWwQIspdtjV4Y5aurRdZpjAqn6yX3FPqTA9ngHCc4hJxMAMgGfve85w==",
|
|
3275
3332
|
"license": "MIT",
|
|
3276
3333
|
"dependencies": {
|
|
3277
3334
|
"balanced-match": "^1.0.0"
|
|
@@ -3298,9 +3355,9 @@
|
|
|
3298
3355
|
}
|
|
3299
3356
|
},
|
|
3300
3357
|
"node_modules/@reportportal/client-javascript/node_modules/minimatch": {
|
|
3301
|
-
"version": "5.1.
|
|
3302
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.
|
|
3303
|
-
"integrity": "sha512-
|
|
3358
|
+
"version": "5.1.9",
|
|
3359
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.9.tgz",
|
|
3360
|
+
"integrity": "sha512-7o1wEA2RyMP7Iu7GNba9vc0RWWGACJOCZBJX2GJWip0ikV+wcOsgVuY9uE8CPiyQhkGFSlhuSkZPavN7u1c2Fw==",
|
|
3304
3361
|
"license": "ISC",
|
|
3305
3362
|
"dependencies": {
|
|
3306
3363
|
"brace-expansion": "^2.0.1"
|
|
@@ -3310,9 +3367,9 @@
|
|
|
3310
3367
|
}
|
|
3311
3368
|
},
|
|
3312
3369
|
"node_modules/@sinclair/typebox": {
|
|
3313
|
-
"version": "0.34.
|
|
3314
|
-
"resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.34.
|
|
3315
|
-
"integrity": "sha512-
|
|
3370
|
+
"version": "0.34.49",
|
|
3371
|
+
"resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.34.49.tgz",
|
|
3372
|
+
"integrity": "sha512-brySQQs7Jtn0joV8Xh9ZV/hZb9Ozb0pmazDIASBkYKCjXrXU3mpcFahmK/z4YDhGkQvP9mWJbVyahdtU5wQA+A==",
|
|
3316
3373
|
"license": "MIT"
|
|
3317
3374
|
},
|
|
3318
3375
|
"node_modules/@sinonjs/commons": {
|
|
@@ -3459,12 +3516,12 @@
|
|
|
3459
3516
|
"peer": true
|
|
3460
3517
|
},
|
|
3461
3518
|
"node_modules/@types/node": {
|
|
3462
|
-
"version": "25.
|
|
3463
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.
|
|
3464
|
-
"integrity": "sha512
|
|
3519
|
+
"version": "25.6.0",
|
|
3520
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.6.0.tgz",
|
|
3521
|
+
"integrity": "sha512-+qIYRKdNYJwY3vRCZMdJbPLJAtGjQBudzZzdzwQYkEPQd+PJGixUL5QfvCLDaULoLv+RhT3LDkwEfKaAkgSmNQ==",
|
|
3465
3522
|
"license": "MIT",
|
|
3466
3523
|
"dependencies": {
|
|
3467
|
-
"undici-types": "~7.
|
|
3524
|
+
"undici-types": "~7.19.0"
|
|
3468
3525
|
}
|
|
3469
3526
|
},
|
|
3470
3527
|
"node_modules/@types/stack-utils": {
|
|
@@ -3525,22 +3582,6 @@
|
|
|
3525
3582
|
"darwin"
|
|
3526
3583
|
]
|
|
3527
3584
|
},
|
|
3528
|
-
"node_modules/@zohodesk/unit-testing-framework": {
|
|
3529
|
-
"version": "0.0.31-experimental",
|
|
3530
|
-
"resolved": "https://registry.npmjs.org/@zohodesk/unit-testing-framework/-/unit-testing-framework-0.0.31-experimental.tgz",
|
|
3531
|
-
"integrity": "sha512-l+sJdex7h0fpIhQzIeirHdYHrQC6RyGyGQW1Y7Sw7V6nopIdfs9P2Eyto1/yNo+G/S3YG7Nz5NSjCSrI80F5fA==",
|
|
3532
|
-
"license": "UNLICENSED",
|
|
3533
|
-
"dependencies": {
|
|
3534
|
-
"@babel/core": "7.29.0",
|
|
3535
|
-
"@babel/preset-env": "7.29.0",
|
|
3536
|
-
"@jest/core": "30.2.0",
|
|
3537
|
-
"@jest/types": "30.2.0",
|
|
3538
|
-
"babel-jest": "30.2.0",
|
|
3539
|
-
"jest": "30.2.0",
|
|
3540
|
-
"jest-environment-jsdom": "30.2.0",
|
|
3541
|
-
"jest-html-reporter": "4.3.0"
|
|
3542
|
-
}
|
|
3543
|
-
},
|
|
3544
3585
|
"node_modules/acorn": {
|
|
3545
3586
|
"version": "8.16.0",
|
|
3546
3587
|
"resolved": "https://registry.npmjs.org/acorn/-/acorn-8.16.0.tgz",
|
|
@@ -3755,14 +3796,14 @@
|
|
|
3755
3796
|
}
|
|
3756
3797
|
},
|
|
3757
3798
|
"node_modules/axios": {
|
|
3758
|
-
"version": "1.
|
|
3759
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-1.
|
|
3760
|
-
"integrity": "sha512-
|
|
3799
|
+
"version": "1.15.0",
|
|
3800
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-1.15.0.tgz",
|
|
3801
|
+
"integrity": "sha512-wWyJDlAatxk30ZJer+GeCWS209sA42X+N5jU2jy6oHTp7ufw8uzUTVFBX9+wTfAlhiJXGS0Bq7X6efruWjuK9Q==",
|
|
3761
3802
|
"license": "MIT",
|
|
3762
3803
|
"dependencies": {
|
|
3763
3804
|
"follow-redirects": "^1.15.11",
|
|
3764
3805
|
"form-data": "^4.0.5",
|
|
3765
|
-
"proxy-from-env": "^
|
|
3806
|
+
"proxy-from-env": "^2.1.0"
|
|
3766
3807
|
}
|
|
3767
3808
|
},
|
|
3768
3809
|
"node_modules/axios-retry": {
|
|
@@ -3839,13 +3880,14 @@
|
|
|
3839
3880
|
}
|
|
3840
3881
|
},
|
|
3841
3882
|
"node_modules/babel-plugin-polyfill-corejs2": {
|
|
3842
|
-
"version": "0.4.
|
|
3843
|
-
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.
|
|
3844
|
-
"integrity": "sha512-
|
|
3883
|
+
"version": "0.4.17",
|
|
3884
|
+
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.17.tgz",
|
|
3885
|
+
"integrity": "sha512-aTyf30K/rqAsNwN76zYrdtx8obu0E4KoUME29B1xj+B3WxgvWkp943vYQ+z8Mv3lw9xHXMHpvSPOBxzAkIa94w==",
|
|
3886
|
+
"dev": true,
|
|
3845
3887
|
"license": "MIT",
|
|
3846
3888
|
"dependencies": {
|
|
3847
3889
|
"@babel/compat-data": "^7.28.6",
|
|
3848
|
-
"@babel/helper-define-polyfill-provider": "^0.6.
|
|
3890
|
+
"@babel/helper-define-polyfill-provider": "^0.6.8",
|
|
3849
3891
|
"semver": "^6.3.1"
|
|
3850
3892
|
},
|
|
3851
3893
|
"peerDependencies": {
|
|
@@ -3867,12 +3909,13 @@
|
|
|
3867
3909
|
}
|
|
3868
3910
|
},
|
|
3869
3911
|
"node_modules/babel-plugin-polyfill-regenerator": {
|
|
3870
|
-
"version": "0.6.
|
|
3871
|
-
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.
|
|
3872
|
-
"integrity": "sha512-
|
|
3912
|
+
"version": "0.6.8",
|
|
3913
|
+
"resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.8.tgz",
|
|
3914
|
+
"integrity": "sha512-M762rNHfSF1EV3SLtnCJXFoQbbIIz0OyRwnCmV0KPC7qosSfCO0QLTSuJX3ayAebubhE6oYBAYPrBA5ljowaZg==",
|
|
3915
|
+
"dev": true,
|
|
3873
3916
|
"license": "MIT",
|
|
3874
3917
|
"dependencies": {
|
|
3875
|
-
"@babel/helper-define-polyfill-provider": "^0.6.
|
|
3918
|
+
"@babel/helper-define-polyfill-provider": "^0.6.8"
|
|
3876
3919
|
},
|
|
3877
3920
|
"peerDependencies": {
|
|
3878
3921
|
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
|
|
@@ -3934,14 +3977,15 @@
|
|
|
3934
3977
|
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
3935
3978
|
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
3936
3979
|
"license": "MIT",
|
|
3980
|
+
"peer": true,
|
|
3937
3981
|
"engines": {
|
|
3938
3982
|
"node": "18 || 20 || >=22"
|
|
3939
3983
|
}
|
|
3940
3984
|
},
|
|
3941
3985
|
"node_modules/baseline-browser-mapping": {
|
|
3942
|
-
"version": "2.10.
|
|
3943
|
-
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.
|
|
3944
|
-
"integrity": "sha512-
|
|
3986
|
+
"version": "2.10.19",
|
|
3987
|
+
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.19.tgz",
|
|
3988
|
+
"integrity": "sha512-qCkNLi2sfBOn8XhZQ0FXsT1Ki/Yo5P90hrkRamVFRS7/KV9hpfA4HkoWNU152+8w0zPjnxo5psx5NL3PSGgv5g==",
|
|
3945
3989
|
"license": "Apache-2.0",
|
|
3946
3990
|
"bin": {
|
|
3947
3991
|
"baseline-browser-mapping": "dist/cli.cjs"
|
|
@@ -3965,10 +4009,11 @@
|
|
|
3965
4009
|
}
|
|
3966
4010
|
},
|
|
3967
4011
|
"node_modules/brace-expansion": {
|
|
3968
|
-
"version": "5.0.
|
|
3969
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.
|
|
3970
|
-
"integrity": "sha512-
|
|
4012
|
+
"version": "5.0.5",
|
|
4013
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
|
|
4014
|
+
"integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
|
|
3971
4015
|
"license": "MIT",
|
|
4016
|
+
"peer": true,
|
|
3972
4017
|
"dependencies": {
|
|
3973
4018
|
"balanced-match": "^4.0.2"
|
|
3974
4019
|
},
|
|
@@ -3989,9 +4034,9 @@
|
|
|
3989
4034
|
}
|
|
3990
4035
|
},
|
|
3991
4036
|
"node_modules/browserslist": {
|
|
3992
|
-
"version": "4.28.
|
|
3993
|
-
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.
|
|
3994
|
-
"integrity": "sha512-
|
|
4037
|
+
"version": "4.28.2",
|
|
4038
|
+
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.2.tgz",
|
|
4039
|
+
"integrity": "sha512-48xSriZYYg+8qXna9kwqjIVzuQxi+KYWp2+5nCYnYKPTr0LvD89Jqk2Or5ogxz0NUMfIjhh2lIUX/LyX9B4oIg==",
|
|
3995
4040
|
"funding": [
|
|
3996
4041
|
{
|
|
3997
4042
|
"type": "opencollective",
|
|
@@ -4008,11 +4053,11 @@
|
|
|
4008
4053
|
],
|
|
4009
4054
|
"license": "MIT",
|
|
4010
4055
|
"dependencies": {
|
|
4011
|
-
"baseline-browser-mapping": "^2.
|
|
4012
|
-
"caniuse-lite": "^1.0.
|
|
4013
|
-
"electron-to-chromium": "^1.5.
|
|
4014
|
-
"node-releases": "^2.0.
|
|
4015
|
-
"update-browserslist-db": "^1.2.
|
|
4056
|
+
"baseline-browser-mapping": "^2.10.12",
|
|
4057
|
+
"caniuse-lite": "^1.0.30001782",
|
|
4058
|
+
"electron-to-chromium": "^1.5.328",
|
|
4059
|
+
"node-releases": "^2.0.36",
|
|
4060
|
+
"update-browserslist-db": "^1.2.3"
|
|
4016
4061
|
},
|
|
4017
4062
|
"bin": {
|
|
4018
4063
|
"browserslist": "cli.js"
|
|
@@ -4037,15 +4082,15 @@
|
|
|
4037
4082
|
"license": "MIT"
|
|
4038
4083
|
},
|
|
4039
4084
|
"node_modules/call-bind": {
|
|
4040
|
-
"version": "1.0.
|
|
4041
|
-
"resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.
|
|
4042
|
-
"integrity": "sha512-
|
|
4085
|
+
"version": "1.0.9",
|
|
4086
|
+
"resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.9.tgz",
|
|
4087
|
+
"integrity": "sha512-a/hy+pNsFUTR+Iz8TCJvXudKVLAnz/DyeSUo10I5yvFDQJBFU2s9uqQpoSrJlroHUKoKqzg+epxyP9lqFdzfBQ==",
|
|
4043
4088
|
"dev": true,
|
|
4044
4089
|
"license": "MIT",
|
|
4045
4090
|
"dependencies": {
|
|
4046
|
-
"call-bind-apply-helpers": "^1.0.
|
|
4047
|
-
"es-define-property": "^1.0.
|
|
4048
|
-
"get-intrinsic": "^1.
|
|
4091
|
+
"call-bind-apply-helpers": "^1.0.2",
|
|
4092
|
+
"es-define-property": "^1.0.1",
|
|
4093
|
+
"get-intrinsic": "^1.3.0",
|
|
4049
4094
|
"set-function-length": "^1.2.2"
|
|
4050
4095
|
},
|
|
4051
4096
|
"engines": {
|
|
@@ -4104,9 +4149,9 @@
|
|
|
4104
4149
|
}
|
|
4105
4150
|
},
|
|
4106
4151
|
"node_modules/caniuse-lite": {
|
|
4107
|
-
"version": "1.0.
|
|
4108
|
-
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.
|
|
4109
|
-
"integrity": "sha512-
|
|
4152
|
+
"version": "1.0.30001788",
|
|
4153
|
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001788.tgz",
|
|
4154
|
+
"integrity": "sha512-6q8HFp+lOQtcf7wBK+uEenxymVWkGKkjFpCvw5W25cmMwEDU45p1xQFBQv8JDlMMry7eNxyBaR+qxgmTUZkIRQ==",
|
|
4110
4155
|
"funding": [
|
|
4111
4156
|
{
|
|
4112
4157
|
"type": "opencollective",
|
|
@@ -4333,6 +4378,7 @@
|
|
|
4333
4378
|
"version": "14.0.2",
|
|
4334
4379
|
"resolved": "https://registry.npmjs.org/commander/-/commander-14.0.2.tgz",
|
|
4335
4380
|
"integrity": "sha512-TywoWNNRbhoD0BXs1P3ZEScW8W5iKrnbithIl0YH+uCmBd0QpPOA8yc82DS3BIE5Ma6FnBVUsJ7wVUDz4dvOWQ==",
|
|
4381
|
+
"dev": true,
|
|
4336
4382
|
"license": "MIT",
|
|
4337
4383
|
"engines": {
|
|
4338
4384
|
"node": ">=20"
|
|
@@ -4371,9 +4417,9 @@
|
|
|
4371
4417
|
}
|
|
4372
4418
|
},
|
|
4373
4419
|
"node_modules/core-js": {
|
|
4374
|
-
"version": "3.
|
|
4375
|
-
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.
|
|
4376
|
-
"integrity": "sha512-
|
|
4420
|
+
"version": "3.49.0",
|
|
4421
|
+
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.49.0.tgz",
|
|
4422
|
+
"integrity": "sha512-es1U2+YTtzpwkxVLwAFdSpaIMyQaq0PBgm3YD1W3Qpsn1NAmO3KSgZfu+oGSWVu6NvLHoHCV/aYcsE5wiB7ALg==",
|
|
4377
4423
|
"dev": true,
|
|
4378
4424
|
"hasInstallScript": true,
|
|
4379
4425
|
"license": "MIT",
|
|
@@ -4383,9 +4429,10 @@
|
|
|
4383
4429
|
}
|
|
4384
4430
|
},
|
|
4385
4431
|
"node_modules/core-js-compat": {
|
|
4386
|
-
"version": "3.
|
|
4387
|
-
"resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.
|
|
4388
|
-
"integrity": "sha512-
|
|
4432
|
+
"version": "3.49.0",
|
|
4433
|
+
"resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.49.0.tgz",
|
|
4434
|
+
"integrity": "sha512-VQXt1jr9cBz03b331DFDCCP90b3fanciLkgiOoy8SBHy06gNf+vQ1A3WFLqG7I8TipYIKeYK9wxd0tUrvHcOZA==",
|
|
4435
|
+
"dev": true,
|
|
4389
4436
|
"license": "MIT",
|
|
4390
4437
|
"dependencies": {
|
|
4391
4438
|
"browserslist": "^4.28.1"
|
|
@@ -4499,6 +4546,7 @@
|
|
|
4499
4546
|
"version": "3.0.2",
|
|
4500
4547
|
"resolved": "https://registry.npmjs.org/dateformat/-/dateformat-3.0.2.tgz",
|
|
4501
4548
|
"integrity": "sha512-EelsCzH0gMC2YmXuMeaZ3c6md1sUJQxyb1XXc4xaisi/K6qKukqZhKPrEQyRkdNIncgYyLoDTReq0nNyuKerTg==",
|
|
4549
|
+
"dev": true,
|
|
4502
4550
|
"license": "MIT",
|
|
4503
4551
|
"engines": {
|
|
4504
4552
|
"node": "*"
|
|
@@ -4528,9 +4576,9 @@
|
|
|
4528
4576
|
"license": "MIT"
|
|
4529
4577
|
},
|
|
4530
4578
|
"node_modules/dedent": {
|
|
4531
|
-
"version": "1.7.
|
|
4532
|
-
"resolved": "https://registry.npmjs.org/dedent/-/dedent-1.7.
|
|
4533
|
-
"integrity": "sha512-
|
|
4579
|
+
"version": "1.7.2",
|
|
4580
|
+
"resolved": "https://registry.npmjs.org/dedent/-/dedent-1.7.2.tgz",
|
|
4581
|
+
"integrity": "sha512-WzMx3mW98SN+zn3hgemf4OzdmyNhhhKz5Ay0pUfQiMQ3e1g+xmTJWp/pKdwKVXhdSkAEGIIzqeuWrL3mV/AXbA==",
|
|
4534
4582
|
"license": "MIT",
|
|
4535
4583
|
"peerDependencies": {
|
|
4536
4584
|
"babel-plugin-macros": "^3.1.0"
|
|
@@ -4637,9 +4685,9 @@
|
|
|
4637
4685
|
"license": "MIT"
|
|
4638
4686
|
},
|
|
4639
4687
|
"node_modules/electron-to-chromium": {
|
|
4640
|
-
"version": "1.5.
|
|
4641
|
-
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.
|
|
4642
|
-
"integrity": "sha512-
|
|
4688
|
+
"version": "1.5.339",
|
|
4689
|
+
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.339.tgz",
|
|
4690
|
+
"integrity": "sha512-Is+0BBHJ4NrdpAYiperrmp53pLywG/yV/6lIMTAnhxvzj/Cmn5Q/ogSHC6AKe7X+8kPLxxFk0cs5oc/3j/fxIg==",
|
|
4643
4691
|
"license": "ISC"
|
|
4644
4692
|
},
|
|
4645
4693
|
"node_modules/emittery": {
|
|
@@ -4682,9 +4730,9 @@
|
|
|
4682
4730
|
}
|
|
4683
4731
|
},
|
|
4684
4732
|
"node_modules/es-abstract": {
|
|
4685
|
-
"version": "1.24.
|
|
4686
|
-
"resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.24.
|
|
4687
|
-
"integrity": "sha512-
|
|
4733
|
+
"version": "1.24.2",
|
|
4734
|
+
"resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.24.2.tgz",
|
|
4735
|
+
"integrity": "sha512-2FpH9Q5i2RRwyEP1AylXe6nYLR5OhaJTZwmlcP0dL/+JCbgg7yyEo/sEK6HeGZRf3dFpWwThaRHVApXSkW3xeg==",
|
|
4688
4736
|
"dev": true,
|
|
4689
4737
|
"license": "MIT",
|
|
4690
4738
|
"dependencies": {
|
|
@@ -4924,18 +4972,18 @@
|
|
|
4924
4972
|
}
|
|
4925
4973
|
},
|
|
4926
4974
|
"node_modules/eslint": {
|
|
4927
|
-
"version": "10.0
|
|
4928
|
-
"resolved": "https://registry.npmjs.org/eslint/-/eslint-10.0.
|
|
4929
|
-
"integrity": "sha512
|
|
4975
|
+
"version": "10.2.0",
|
|
4976
|
+
"resolved": "https://registry.npmjs.org/eslint/-/eslint-10.2.0.tgz",
|
|
4977
|
+
"integrity": "sha512-+L0vBFYGIpSNIt/KWTpFonPrqYvgKw1eUI5Vn7mEogrQcWtWYtNQ7dNqC+px/J0idT3BAkiWrhfS7k+Tum8TUA==",
|
|
4930
4978
|
"license": "MIT",
|
|
4931
4979
|
"peer": true,
|
|
4932
4980
|
"dependencies": {
|
|
4933
4981
|
"@eslint-community/eslint-utils": "^4.8.0",
|
|
4934
4982
|
"@eslint-community/regexpp": "^4.12.2",
|
|
4935
|
-
"@eslint/config-array": "^0.23.
|
|
4936
|
-
"@eslint/config-helpers": "^0.5.
|
|
4937
|
-
"@eslint/core": "^1.
|
|
4938
|
-
"@eslint/plugin-kit": "^0.
|
|
4983
|
+
"@eslint/config-array": "^0.23.4",
|
|
4984
|
+
"@eslint/config-helpers": "^0.5.4",
|
|
4985
|
+
"@eslint/core": "^1.2.0",
|
|
4986
|
+
"@eslint/plugin-kit": "^0.7.0",
|
|
4939
4987
|
"@humanfs/node": "^0.16.6",
|
|
4940
4988
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
4941
4989
|
"@humanwhocodes/retry": "^0.4.2",
|
|
@@ -4944,9 +4992,9 @@
|
|
|
4944
4992
|
"cross-spawn": "^7.0.6",
|
|
4945
4993
|
"debug": "^4.3.2",
|
|
4946
4994
|
"escape-string-regexp": "^4.0.0",
|
|
4947
|
-
"eslint-scope": "^9.1.
|
|
4995
|
+
"eslint-scope": "^9.1.2",
|
|
4948
4996
|
"eslint-visitor-keys": "^5.0.1",
|
|
4949
|
-
"espree": "^11.
|
|
4997
|
+
"espree": "^11.2.0",
|
|
4950
4998
|
"esquery": "^1.7.0",
|
|
4951
4999
|
"esutils": "^2.0.2",
|
|
4952
5000
|
"fast-deep-equal": "^3.1.3",
|
|
@@ -4957,7 +5005,7 @@
|
|
|
4957
5005
|
"imurmurhash": "^0.1.4",
|
|
4958
5006
|
"is-glob": "^4.0.0",
|
|
4959
5007
|
"json-stable-stringify-without-jsonify": "^1.0.1",
|
|
4960
|
-
"minimatch": "^10.2.
|
|
5008
|
+
"minimatch": "^10.2.4",
|
|
4961
5009
|
"natural-compare": "^1.4.0",
|
|
4962
5010
|
"optionator": "^0.9.3"
|
|
4963
5011
|
},
|
|
@@ -4980,9 +5028,9 @@
|
|
|
4980
5028
|
}
|
|
4981
5029
|
},
|
|
4982
5030
|
"node_modules/eslint-scope": {
|
|
4983
|
-
"version": "9.1.
|
|
4984
|
-
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-9.1.
|
|
4985
|
-
"integrity": "sha512-
|
|
5031
|
+
"version": "9.1.2",
|
|
5032
|
+
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-9.1.2.tgz",
|
|
5033
|
+
"integrity": "sha512-xS90H51cKw0jltxmvmHy2Iai1LIqrfbw57b79w/J7MfvDfkIkFZ+kj6zC3BjtUwh150HsSSdxXZcsuv72miDFQ==",
|
|
4986
5034
|
"license": "BSD-2-Clause",
|
|
4987
5035
|
"peer": true,
|
|
4988
5036
|
"dependencies": {
|
|
@@ -5074,9 +5122,9 @@
|
|
|
5074
5122
|
}
|
|
5075
5123
|
},
|
|
5076
5124
|
"node_modules/espree": {
|
|
5077
|
-
"version": "11.
|
|
5078
|
-
"resolved": "https://registry.npmjs.org/espree/-/espree-11.
|
|
5079
|
-
"integrity": "sha512-
|
|
5125
|
+
"version": "11.2.0",
|
|
5126
|
+
"resolved": "https://registry.npmjs.org/espree/-/espree-11.2.0.tgz",
|
|
5127
|
+
"integrity": "sha512-7p3DrVEIopW1B1avAGLuCSh1jubc01H2JHc8B4qqGblmg5gI9yumBgACjWo4JlIc04ufug4xJ3SQI8HkS/Rgzw==",
|
|
5080
5128
|
"license": "BSD-2-Clause",
|
|
5081
5129
|
"peer": true,
|
|
5082
5130
|
"dependencies": {
|
|
@@ -5319,16 +5367,16 @@
|
|
|
5319
5367
|
}
|
|
5320
5368
|
},
|
|
5321
5369
|
"node_modules/flatted": {
|
|
5322
|
-
"version": "3.
|
|
5323
|
-
"resolved": "https://registry.npmjs.org/flatted/-/flatted-3.
|
|
5324
|
-
"integrity": "sha512-
|
|
5370
|
+
"version": "3.4.2",
|
|
5371
|
+
"resolved": "https://registry.npmjs.org/flatted/-/flatted-3.4.2.tgz",
|
|
5372
|
+
"integrity": "sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==",
|
|
5325
5373
|
"license": "ISC",
|
|
5326
5374
|
"peer": true
|
|
5327
5375
|
},
|
|
5328
5376
|
"node_modules/follow-redirects": {
|
|
5329
|
-
"version": "1.
|
|
5330
|
-
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.
|
|
5331
|
-
"integrity": "sha512-
|
|
5377
|
+
"version": "1.16.0",
|
|
5378
|
+
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.16.0.tgz",
|
|
5379
|
+
"integrity": "sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==",
|
|
5332
5380
|
"funding": [
|
|
5333
5381
|
{
|
|
5334
5382
|
"type": "individual",
|
|
@@ -5616,9 +5664,9 @@
|
|
|
5616
5664
|
"license": "MIT"
|
|
5617
5665
|
},
|
|
5618
5666
|
"node_modules/glob/node_modules/brace-expansion": {
|
|
5619
|
-
"version": "1.1.
|
|
5620
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.
|
|
5621
|
-
"integrity": "sha512-
|
|
5667
|
+
"version": "1.1.14",
|
|
5668
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.14.tgz",
|
|
5669
|
+
"integrity": "sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g==",
|
|
5622
5670
|
"license": "MIT",
|
|
5623
5671
|
"dependencies": {
|
|
5624
5672
|
"balanced-match": "^1.0.0",
|
|
@@ -5626,9 +5674,9 @@
|
|
|
5626
5674
|
}
|
|
5627
5675
|
},
|
|
5628
5676
|
"node_modules/glob/node_modules/minimatch": {
|
|
5629
|
-
"version": "3.1.
|
|
5630
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.
|
|
5631
|
-
"integrity": "sha512-
|
|
5677
|
+
"version": "3.1.5",
|
|
5678
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
|
|
5679
|
+
"integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
|
|
5632
5680
|
"license": "ISC",
|
|
5633
5681
|
"dependencies": {
|
|
5634
5682
|
"brace-expansion": "^1.1.7"
|
|
@@ -5673,9 +5721,9 @@
|
|
|
5673
5721
|
"license": "ISC"
|
|
5674
5722
|
},
|
|
5675
5723
|
"node_modules/graphql": {
|
|
5676
|
-
"version": "16.13.
|
|
5677
|
-
"resolved": "https://registry.npmjs.org/graphql/-/graphql-16.13.
|
|
5678
|
-
"integrity": "sha512-
|
|
5724
|
+
"version": "16.13.2",
|
|
5725
|
+
"resolved": "https://registry.npmjs.org/graphql/-/graphql-16.13.2.tgz",
|
|
5726
|
+
"integrity": "sha512-5bJ+nf/UCpAjHM8i06fl7eLyVC9iuNAjm9qzkiu2ZGhM0VscSvS6WDPfAwkdkBuoXGM9FJSbKl6wylMwP9Ktig==",
|
|
5679
5727
|
"license": "MIT",
|
|
5680
5728
|
"engines": {
|
|
5681
5729
|
"node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"
|
|
@@ -6063,6 +6111,7 @@
|
|
|
6063
6111
|
"version": "2.16.1",
|
|
6064
6112
|
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz",
|
|
6065
6113
|
"integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
|
|
6114
|
+
"dev": true,
|
|
6066
6115
|
"license": "MIT",
|
|
6067
6116
|
"dependencies": {
|
|
6068
6117
|
"hasown": "^2.0.2"
|
|
@@ -6748,6 +6797,21 @@
|
|
|
6748
6797
|
}
|
|
6749
6798
|
}
|
|
6750
6799
|
},
|
|
6800
|
+
"node_modules/jest-config/node_modules/balanced-match": {
|
|
6801
|
+
"version": "1.0.2",
|
|
6802
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
6803
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
6804
|
+
"license": "MIT"
|
|
6805
|
+
},
|
|
6806
|
+
"node_modules/jest-config/node_modules/brace-expansion": {
|
|
6807
|
+
"version": "2.1.0",
|
|
6808
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.0.tgz",
|
|
6809
|
+
"integrity": "sha512-TN1kCZAgdgweJhWWpgKYrQaMNHcDULHkWwQIspdtjV4Y5aurRdZpjAqn6yX3FPqTA9ngHCc4hJxMAMgGfve85w==",
|
|
6810
|
+
"license": "MIT",
|
|
6811
|
+
"dependencies": {
|
|
6812
|
+
"balanced-match": "^1.0.0"
|
|
6813
|
+
}
|
|
6814
|
+
},
|
|
6751
6815
|
"node_modules/jest-config/node_modules/glob": {
|
|
6752
6816
|
"version": "10.5.0",
|
|
6753
6817
|
"resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz",
|
|
@@ -6770,12 +6834,12 @@
|
|
|
6770
6834
|
}
|
|
6771
6835
|
},
|
|
6772
6836
|
"node_modules/jest-config/node_modules/minimatch": {
|
|
6773
|
-
"version": "9.0.
|
|
6774
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.
|
|
6775
|
-
"integrity": "sha512-
|
|
6837
|
+
"version": "9.0.9",
|
|
6838
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
|
|
6839
|
+
"integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
|
|
6776
6840
|
"license": "ISC",
|
|
6777
6841
|
"dependencies": {
|
|
6778
|
-
"brace-expansion": "^
|
|
6842
|
+
"brace-expansion": "^2.0.2"
|
|
6779
6843
|
},
|
|
6780
6844
|
"engines": {
|
|
6781
6845
|
"node": ">=16 || 14 >=14.17"
|
|
@@ -6906,6 +6970,7 @@
|
|
|
6906
6970
|
"version": "4.3.0",
|
|
6907
6971
|
"resolved": "https://registry.npmjs.org/jest-html-reporter/-/jest-html-reporter-4.3.0.tgz",
|
|
6908
6972
|
"integrity": "sha512-lq4Zx35yc6Ehw513CXJ1ok3wUmkSiOImWcyLAmylfzrz7DAqtrhDF9V73F4qfstmGxlr8X0QrEjWsl/oqhf4sQ==",
|
|
6973
|
+
"dev": true,
|
|
6909
6974
|
"license": "MIT",
|
|
6910
6975
|
"dependencies": {
|
|
6911
6976
|
"@jest/reporters": "^30.0.2",
|
|
@@ -7138,6 +7203,21 @@
|
|
|
7138
7203
|
"node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
|
|
7139
7204
|
}
|
|
7140
7205
|
},
|
|
7206
|
+
"node_modules/jest-runtime/node_modules/balanced-match": {
|
|
7207
|
+
"version": "1.0.2",
|
|
7208
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
|
|
7209
|
+
"integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
|
|
7210
|
+
"license": "MIT"
|
|
7211
|
+
},
|
|
7212
|
+
"node_modules/jest-runtime/node_modules/brace-expansion": {
|
|
7213
|
+
"version": "2.1.0",
|
|
7214
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.1.0.tgz",
|
|
7215
|
+
"integrity": "sha512-TN1kCZAgdgweJhWWpgKYrQaMNHcDULHkWwQIspdtjV4Y5aurRdZpjAqn6yX3FPqTA9ngHCc4hJxMAMgGfve85w==",
|
|
7216
|
+
"license": "MIT",
|
|
7217
|
+
"dependencies": {
|
|
7218
|
+
"balanced-match": "^1.0.0"
|
|
7219
|
+
}
|
|
7220
|
+
},
|
|
7141
7221
|
"node_modules/jest-runtime/node_modules/glob": {
|
|
7142
7222
|
"version": "10.5.0",
|
|
7143
7223
|
"resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz",
|
|
@@ -7160,12 +7240,12 @@
|
|
|
7160
7240
|
}
|
|
7161
7241
|
},
|
|
7162
7242
|
"node_modules/jest-runtime/node_modules/minimatch": {
|
|
7163
|
-
"version": "9.0.
|
|
7164
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.
|
|
7165
|
-
"integrity": "sha512-
|
|
7243
|
+
"version": "9.0.9",
|
|
7244
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz",
|
|
7245
|
+
"integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==",
|
|
7166
7246
|
"license": "ISC",
|
|
7167
7247
|
"dependencies": {
|
|
7168
|
-
"brace-expansion": "^
|
|
7248
|
+
"brace-expansion": "^2.0.2"
|
|
7169
7249
|
},
|
|
7170
7250
|
"engines": {
|
|
7171
7251
|
"node": ">=16 || 14 >=14.17"
|
|
@@ -7245,9 +7325,9 @@
|
|
|
7245
7325
|
}
|
|
7246
7326
|
},
|
|
7247
7327
|
"node_modules/jest-util/node_modules/picomatch": {
|
|
7248
|
-
"version": "4.0.
|
|
7249
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.
|
|
7250
|
-
"integrity": "sha512-
|
|
7328
|
+
"version": "4.0.4",
|
|
7329
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
|
|
7330
|
+
"integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
|
|
7251
7331
|
"license": "MIT",
|
|
7252
7332
|
"engines": {
|
|
7253
7333
|
"node": ">=12"
|
|
@@ -7532,6 +7612,7 @@
|
|
|
7532
7612
|
"version": "4.0.8",
|
|
7533
7613
|
"resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
|
|
7534
7614
|
"integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==",
|
|
7615
|
+
"dev": true,
|
|
7535
7616
|
"license": "MIT"
|
|
7536
7617
|
},
|
|
7537
7618
|
"node_modules/lodash.sortby": {
|
|
@@ -7668,13 +7749,13 @@
|
|
|
7668
7749
|
}
|
|
7669
7750
|
},
|
|
7670
7751
|
"node_modules/minimatch": {
|
|
7671
|
-
"version": "10.2.
|
|
7672
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.
|
|
7673
|
-
"integrity": "sha512-
|
|
7752
|
+
"version": "10.2.5",
|
|
7753
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
|
|
7754
|
+
"integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
|
|
7674
7755
|
"license": "BlueOak-1.0.0",
|
|
7675
7756
|
"peer": true,
|
|
7676
7757
|
"dependencies": {
|
|
7677
|
-
"brace-expansion": "^5.0.
|
|
7758
|
+
"brace-expansion": "^5.0.5"
|
|
7678
7759
|
},
|
|
7679
7760
|
"engines": {
|
|
7680
7761
|
"node": "18 || 20 || >=22"
|
|
@@ -7755,27 +7836,27 @@
|
|
|
7755
7836
|
}
|
|
7756
7837
|
},
|
|
7757
7838
|
"node_modules/msw/node_modules/tldts": {
|
|
7758
|
-
"version": "7.0.
|
|
7759
|
-
"resolved": "https://registry.npmjs.org/tldts/-/tldts-7.0.
|
|
7760
|
-
"integrity": "sha512
|
|
7839
|
+
"version": "7.0.28",
|
|
7840
|
+
"resolved": "https://registry.npmjs.org/tldts/-/tldts-7.0.28.tgz",
|
|
7841
|
+
"integrity": "sha512-+Zg3vWhRUv8B1maGSTFdev9mjoo8Etn2Ayfs4cnjlD3CsGkxXX4QyW3j2WJ0wdjYcYmy7Lx2RDsZMhgCWafKIw==",
|
|
7761
7842
|
"license": "MIT",
|
|
7762
7843
|
"dependencies": {
|
|
7763
|
-
"tldts-core": "^7.0.
|
|
7844
|
+
"tldts-core": "^7.0.28"
|
|
7764
7845
|
},
|
|
7765
7846
|
"bin": {
|
|
7766
7847
|
"tldts": "bin/cli.js"
|
|
7767
7848
|
}
|
|
7768
7849
|
},
|
|
7769
7850
|
"node_modules/msw/node_modules/tldts-core": {
|
|
7770
|
-
"version": "7.0.
|
|
7771
|
-
"resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-7.0.
|
|
7772
|
-
"integrity": "sha512-
|
|
7851
|
+
"version": "7.0.28",
|
|
7852
|
+
"resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-7.0.28.tgz",
|
|
7853
|
+
"integrity": "sha512-7W5Efjhsc3chVdFhqtaU0KtK32J37Zcr9RKtID54nG+tIpcY79CQK/veYPODxtD/LJ4Lue66jvrQzIX2Z2/pUQ==",
|
|
7773
7854
|
"license": "MIT"
|
|
7774
7855
|
},
|
|
7775
7856
|
"node_modules/msw/node_modules/tough-cookie": {
|
|
7776
|
-
"version": "6.0.
|
|
7777
|
-
"resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-6.0.
|
|
7778
|
-
"integrity": "sha512-
|
|
7857
|
+
"version": "6.0.1",
|
|
7858
|
+
"resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-6.0.1.tgz",
|
|
7859
|
+
"integrity": "sha512-LktZQb3IeoUWB9lqR5EWTHgW/VTITCXg4D21M+lvybRVdylLrRMnqaIONLVb5mav8vM19m44HIcGq4qASeu2Qw==",
|
|
7779
7860
|
"license": "BSD-3-Clause",
|
|
7780
7861
|
"dependencies": {
|
|
7781
7862
|
"tldts": "^7.0.5"
|
|
@@ -7854,9 +7935,9 @@
|
|
|
7854
7935
|
"license": "MIT"
|
|
7855
7936
|
},
|
|
7856
7937
|
"node_modules/node-releases": {
|
|
7857
|
-
"version": "2.0.
|
|
7858
|
-
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.
|
|
7859
|
-
"integrity": "sha512-
|
|
7938
|
+
"version": "2.0.37",
|
|
7939
|
+
"resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.37.tgz",
|
|
7940
|
+
"integrity": "sha512-1h5gKZCF+pO/o3Iqt5Jp7wc9rH3eJJ0+nh/CIoiRwjRxde/hAHyLPXYN4V3CqKAbiZPSeJFSWHmJsbkicta0Eg==",
|
|
7860
7941
|
"license": "MIT"
|
|
7861
7942
|
},
|
|
7862
7943
|
"node_modules/normalize-path": {
|
|
@@ -8146,6 +8227,7 @@
|
|
|
8146
8227
|
"version": "1.0.7",
|
|
8147
8228
|
"resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
|
|
8148
8229
|
"integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
|
|
8230
|
+
"dev": true,
|
|
8149
8231
|
"license": "MIT"
|
|
8150
8232
|
},
|
|
8151
8233
|
"node_modules/path-scurry": {
|
|
@@ -8183,9 +8265,9 @@
|
|
|
8183
8265
|
"license": "ISC"
|
|
8184
8266
|
},
|
|
8185
8267
|
"node_modules/picomatch": {
|
|
8186
|
-
"version": "2.3.
|
|
8187
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.
|
|
8188
|
-
"integrity": "sha512-
|
|
8268
|
+
"version": "2.3.2",
|
|
8269
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
|
|
8270
|
+
"integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
|
|
8189
8271
|
"license": "MIT",
|
|
8190
8272
|
"engines": {
|
|
8191
8273
|
"node": ">=8.6"
|
|
@@ -8474,10 +8556,13 @@
|
|
|
8474
8556
|
}
|
|
8475
8557
|
},
|
|
8476
8558
|
"node_modules/proxy-from-env": {
|
|
8477
|
-
"version": "
|
|
8478
|
-
"resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-
|
|
8479
|
-
"integrity": "sha512-
|
|
8480
|
-
"license": "MIT"
|
|
8559
|
+
"version": "2.1.0",
|
|
8560
|
+
"resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-2.1.0.tgz",
|
|
8561
|
+
"integrity": "sha512-cJ+oHTW1VAEa8cJslgmUZrc+sjRKgAKl3Zyse6+PV38hZe/V6Z14TbCuXcan9F9ghlz4QrFr2c92TNF82UkYHA==",
|
|
8562
|
+
"license": "MIT",
|
|
8563
|
+
"engines": {
|
|
8564
|
+
"node": ">=10"
|
|
8565
|
+
}
|
|
8481
8566
|
},
|
|
8482
8567
|
"node_modules/punycode": {
|
|
8483
8568
|
"version": "2.3.1",
|
|
@@ -8525,9 +8610,9 @@
|
|
|
8525
8610
|
"license": "MIT"
|
|
8526
8611
|
},
|
|
8527
8612
|
"node_modules/react": {
|
|
8528
|
-
"version": "19.2.
|
|
8529
|
-
"resolved": "https://registry.npmjs.org/react/-/react-19.2.
|
|
8530
|
-
"integrity": "sha512-
|
|
8613
|
+
"version": "19.2.5",
|
|
8614
|
+
"resolved": "https://registry.npmjs.org/react/-/react-19.2.5.tgz",
|
|
8615
|
+
"integrity": "sha512-llUJLzz1zTUBrskt2pwZgLq59AemifIftw4aB7JxOqf1HY2FDaGDxgwpAPVzHU1kdWabH7FauP4i1oEeer2WCA==",
|
|
8531
8616
|
"license": "MIT",
|
|
8532
8617
|
"peer": true,
|
|
8533
8618
|
"engines": {
|
|
@@ -8535,16 +8620,16 @@
|
|
|
8535
8620
|
}
|
|
8536
8621
|
},
|
|
8537
8622
|
"node_modules/react-dom": {
|
|
8538
|
-
"version": "19.2.
|
|
8539
|
-
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.
|
|
8540
|
-
"integrity": "sha512-
|
|
8623
|
+
"version": "19.2.5",
|
|
8624
|
+
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.5.tgz",
|
|
8625
|
+
"integrity": "sha512-J5bAZz+DXMMwW/wV3xzKke59Af6CHY7G4uYLN1OvBcKEsWOs4pQExj86BBKamxl/Ik5bx9whOrvBlSDfWzgSag==",
|
|
8541
8626
|
"license": "MIT",
|
|
8542
8627
|
"peer": true,
|
|
8543
8628
|
"dependencies": {
|
|
8544
8629
|
"scheduler": "^0.27.0"
|
|
8545
8630
|
},
|
|
8546
8631
|
"peerDependencies": {
|
|
8547
|
-
"react": "^19.2.
|
|
8632
|
+
"react": "^19.2.5"
|
|
8548
8633
|
}
|
|
8549
8634
|
},
|
|
8550
8635
|
"node_modules/react-is": {
|
|
@@ -8613,12 +8698,14 @@
|
|
|
8613
8698
|
"version": "1.4.2",
|
|
8614
8699
|
"resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz",
|
|
8615
8700
|
"integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==",
|
|
8701
|
+
"dev": true,
|
|
8616
8702
|
"license": "MIT"
|
|
8617
8703
|
},
|
|
8618
8704
|
"node_modules/regenerate-unicode-properties": {
|
|
8619
8705
|
"version": "10.2.2",
|
|
8620
8706
|
"resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.2.tgz",
|
|
8621
8707
|
"integrity": "sha512-m03P+zhBeQd1RGnYxrGyDAPpWX/epKirLrp8e3qevZdVkKtnCrjjWczIbYc8+xd6vcTStVlqfycTx1KR4LOr0g==",
|
|
8708
|
+
"dev": true,
|
|
8622
8709
|
"license": "MIT",
|
|
8623
8710
|
"dependencies": {
|
|
8624
8711
|
"regenerate": "^1.4.2"
|
|
@@ -8677,6 +8764,7 @@
|
|
|
8677
8764
|
"version": "6.4.0",
|
|
8678
8765
|
"resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-6.4.0.tgz",
|
|
8679
8766
|
"integrity": "sha512-0ghuzq67LI9bLXpOX/ISfve/Mq33a4aFRzoQYhnnok1JOFpmE/A2TBGkNVenOGEeSBCjIiWcc6MVOG5HEQv0sA==",
|
|
8767
|
+
"dev": true,
|
|
8680
8768
|
"license": "MIT",
|
|
8681
8769
|
"dependencies": {
|
|
8682
8770
|
"regenerate": "^1.4.2",
|
|
@@ -8694,12 +8782,14 @@
|
|
|
8694
8782
|
"version": "0.8.0",
|
|
8695
8783
|
"resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.8.0.tgz",
|
|
8696
8784
|
"integrity": "sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q==",
|
|
8785
|
+
"dev": true,
|
|
8697
8786
|
"license": "MIT"
|
|
8698
8787
|
},
|
|
8699
8788
|
"node_modules/regjsparser": {
|
|
8700
|
-
"version": "0.13.
|
|
8701
|
-
"resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.13.
|
|
8702
|
-
"integrity": "sha512-
|
|
8789
|
+
"version": "0.13.1",
|
|
8790
|
+
"resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.13.1.tgz",
|
|
8791
|
+
"integrity": "sha512-dLsljMd9sqwRkby8zhO1gSg3PnJIBFid8f4CQj/sXx+7cKx+E7u0PKhZ+U4wmhx7EfmtvnA318oVaIkAB1lRJw==",
|
|
8792
|
+
"dev": true,
|
|
8703
8793
|
"license": "BSD-2-Clause",
|
|
8704
8794
|
"dependencies": {
|
|
8705
8795
|
"jsesc": "~3.1.0"
|
|
@@ -8718,11 +8808,13 @@
|
|
|
8718
8808
|
}
|
|
8719
8809
|
},
|
|
8720
8810
|
"node_modules/resolve": {
|
|
8721
|
-
"version": "1.22.
|
|
8722
|
-
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.
|
|
8723
|
-
"integrity": "sha512-
|
|
8811
|
+
"version": "1.22.12",
|
|
8812
|
+
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.12.tgz",
|
|
8813
|
+
"integrity": "sha512-TyeJ1zif53BPfHootBGwPRYT1RUt6oGWsaQr8UyZW/eAm9bKoijtvruSDEmZHm92CwS9nj7/fWttqPCgzep8CA==",
|
|
8814
|
+
"dev": true,
|
|
8724
8815
|
"license": "MIT",
|
|
8725
8816
|
"dependencies": {
|
|
8817
|
+
"es-errors": "^1.3.0",
|
|
8726
8818
|
"is-core-module": "^2.16.1",
|
|
8727
8819
|
"path-parse": "^1.0.7",
|
|
8728
8820
|
"supports-preserve-symlinks-flag": "^1.0.0"
|
|
@@ -8996,14 +9088,14 @@
|
|
|
8996
9088
|
}
|
|
8997
9089
|
},
|
|
8998
9090
|
"node_modules/side-channel-list": {
|
|
8999
|
-
"version": "1.0.
|
|
9000
|
-
"resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.
|
|
9001
|
-
"integrity": "sha512-
|
|
9091
|
+
"version": "1.0.1",
|
|
9092
|
+
"resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.1.tgz",
|
|
9093
|
+
"integrity": "sha512-mjn/0bi/oUURjc5Xl7IaWi/OJJJumuoJFQJfDDyO46+hBWsfaVM65TBHq2eoZBhzl9EchxOijpkbRC8SVBQU0w==",
|
|
9002
9094
|
"dev": true,
|
|
9003
9095
|
"license": "MIT",
|
|
9004
9096
|
"dependencies": {
|
|
9005
9097
|
"es-errors": "^1.3.0",
|
|
9006
|
-
"object-inspect": "^1.13.
|
|
9098
|
+
"object-inspect": "^1.13.4"
|
|
9007
9099
|
},
|
|
9008
9100
|
"engines": {
|
|
9009
9101
|
"node": ">= 0.4"
|
|
@@ -9335,6 +9427,7 @@
|
|
|
9335
9427
|
"version": "1.0.0",
|
|
9336
9428
|
"resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
|
|
9337
9429
|
"integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
|
|
9430
|
+
"dev": true,
|
|
9338
9431
|
"license": "MIT",
|
|
9339
9432
|
"engines": {
|
|
9340
9433
|
"node": ">= 0.4"
|
|
@@ -9385,9 +9478,9 @@
|
|
|
9385
9478
|
"license": "MIT"
|
|
9386
9479
|
},
|
|
9387
9480
|
"node_modules/test-exclude/node_modules/brace-expansion": {
|
|
9388
|
-
"version": "1.1.
|
|
9389
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.
|
|
9390
|
-
"integrity": "sha512-
|
|
9481
|
+
"version": "1.1.14",
|
|
9482
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.14.tgz",
|
|
9483
|
+
"integrity": "sha512-MWPGfDxnyzKU7rNOW9SP/c50vi3xrmrua/+6hfPbCS2ABNWfx24vPidzvC7krjU/RTo235sV776ymlsMtGKj8g==",
|
|
9391
9484
|
"license": "MIT",
|
|
9392
9485
|
"dependencies": {
|
|
9393
9486
|
"balanced-match": "^1.0.0",
|
|
@@ -9395,9 +9488,9 @@
|
|
|
9395
9488
|
}
|
|
9396
9489
|
},
|
|
9397
9490
|
"node_modules/test-exclude/node_modules/minimatch": {
|
|
9398
|
-
"version": "3.1.
|
|
9399
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.
|
|
9400
|
-
"integrity": "sha512-
|
|
9491
|
+
"version": "3.1.5",
|
|
9492
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz",
|
|
9493
|
+
"integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==",
|
|
9401
9494
|
"license": "ISC",
|
|
9402
9495
|
"dependencies": {
|
|
9403
9496
|
"brace-expansion": "^1.1.7"
|
|
@@ -9582,6 +9675,7 @@
|
|
|
9582
9675
|
"version": "5.9.3",
|
|
9583
9676
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
|
|
9584
9677
|
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
|
|
9678
|
+
"devOptional": true,
|
|
9585
9679
|
"license": "Apache-2.0",
|
|
9586
9680
|
"peer": true,
|
|
9587
9681
|
"bin": {
|
|
@@ -9618,15 +9712,16 @@
|
|
|
9618
9712
|
"license": "MIT"
|
|
9619
9713
|
},
|
|
9620
9714
|
"node_modules/undici-types": {
|
|
9621
|
-
"version": "7.
|
|
9622
|
-
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.
|
|
9623
|
-
"integrity": "sha512-
|
|
9715
|
+
"version": "7.19.2",
|
|
9716
|
+
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.19.2.tgz",
|
|
9717
|
+
"integrity": "sha512-qYVnV5OEm2AW8cJMCpdV20CDyaN3g0AjDlOGf1OW4iaDEx8MwdtChUp4zu4H0VP3nDRF/8RKWH+IPp9uW0YGZg==",
|
|
9624
9718
|
"license": "MIT"
|
|
9625
9719
|
},
|
|
9626
9720
|
"node_modules/unicode-canonical-property-names-ecmascript": {
|
|
9627
9721
|
"version": "2.0.1",
|
|
9628
9722
|
"resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.1.tgz",
|
|
9629
9723
|
"integrity": "sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg==",
|
|
9724
|
+
"dev": true,
|
|
9630
9725
|
"license": "MIT",
|
|
9631
9726
|
"engines": {
|
|
9632
9727
|
"node": ">=4"
|
|
@@ -9636,6 +9731,7 @@
|
|
|
9636
9731
|
"version": "2.0.0",
|
|
9637
9732
|
"resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz",
|
|
9638
9733
|
"integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==",
|
|
9734
|
+
"dev": true,
|
|
9639
9735
|
"license": "MIT",
|
|
9640
9736
|
"dependencies": {
|
|
9641
9737
|
"unicode-canonical-property-names-ecmascript": "^2.0.0",
|
|
@@ -9649,6 +9745,7 @@
|
|
|
9649
9745
|
"version": "2.2.1",
|
|
9650
9746
|
"resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.1.tgz",
|
|
9651
9747
|
"integrity": "sha512-JQ84qTuMg4nVkx8ga4A16a1epI9H6uTXAknqxkGF/aFfRLw1xC/Bp24HNLaZhHSkWd3+84t8iXnp1J0kYcZHhg==",
|
|
9748
|
+
"dev": true,
|
|
9652
9749
|
"license": "MIT",
|
|
9653
9750
|
"engines": {
|
|
9654
9751
|
"node": ">=4"
|
|
@@ -9658,6 +9755,7 @@
|
|
|
9658
9755
|
"version": "2.2.0",
|
|
9659
9756
|
"resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.2.0.tgz",
|
|
9660
9757
|
"integrity": "sha512-hpbDzxUY9BFwX+UeBnxv3Sh1q7HFxj48DTmXchNgRa46lO8uj3/1iEn3MiNUYTg1g9ctIqXCCERn8gYZhHC5lQ==",
|
|
9758
|
+
"dev": true,
|
|
9661
9759
|
"license": "MIT",
|
|
9662
9760
|
"engines": {
|
|
9663
9761
|
"node": ">=4"
|
|
@@ -10034,9 +10132,9 @@
|
|
|
10034
10132
|
}
|
|
10035
10133
|
},
|
|
10036
10134
|
"node_modules/ws": {
|
|
10037
|
-
"version": "8.
|
|
10038
|
-
"resolved": "https://registry.npmjs.org/ws/-/ws-8.
|
|
10039
|
-
"integrity": "sha512-
|
|
10135
|
+
"version": "8.20.0",
|
|
10136
|
+
"resolved": "https://registry.npmjs.org/ws/-/ws-8.20.0.tgz",
|
|
10137
|
+
"integrity": "sha512-sAt8BhgNbzCtgGbt2OxmpuryO63ZoDk/sqaB/znQm94T4fCEsy/yV+7CdC1kJhOU9lboAEU7R3kquuycDoibVA==",
|
|
10040
10138
|
"license": "MIT",
|
|
10041
10139
|
"engines": {
|
|
10042
10140
|
"node": ">=10.0.0"
|
|
@@ -10067,6 +10165,7 @@
|
|
|
10067
10165
|
"version": "15.0.0",
|
|
10068
10166
|
"resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-15.0.0.tgz",
|
|
10069
10167
|
"integrity": "sha512-KLu/G0DoWhkncQ9eHSI6s0/w+T4TM7rQaLhtCaL6tORv8jFlJPlnGumsgTcGfYeS1qZ/IHqrvDG7zJZ4d7e+nw==",
|
|
10168
|
+
"dev": true,
|
|
10070
10169
|
"license": "MIT",
|
|
10071
10170
|
"engines": {
|
|
10072
10171
|
"node": ">=8.0"
|