@zohodesk/testinglibrary 0.5.11-n18-experimental → 0.5.13-n18-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/.gitlab-ci.yml +16 -14
- package/build/common/searchFake/steps/searchFake.spec.js +3 -3
- package/build/core/playwright/helpers/thirdPartyLib.js +13 -0
- package/build/index.d.ts +1 -0
- package/build/index.js +2 -0
- package/build/test/Test.js +13 -0
- package/npm-shrinkwrap.json +543 -735
- package/package.json +7 -3
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zohodesk/testinglibrary",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.103-n18-experimental",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@zohodesk/testinglibrary",
|
|
9
|
-
"version": "0.
|
|
9
|
+
"version": "0.4.103-n18-experimental",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "ISC",
|
|
12
12
|
"dependencies": {
|
|
@@ -16,11 +16,14 @@
|
|
|
16
16
|
"@playwright/test": "1.53.2",
|
|
17
17
|
"@reportportal/agent-js-playwright": "5.1.11",
|
|
18
18
|
"@testing-library/jest-dom": "5.11.9",
|
|
19
|
+
"@testing-library/react": "11.2.7",
|
|
20
|
+
"@testing-library/react-hooks": "7.0.2",
|
|
19
21
|
"babel-jest": "29.6.2",
|
|
20
22
|
"babel-plugin-transform-dynamic-import": "2.1.0",
|
|
21
23
|
"fast-glob": "3.3.1",
|
|
22
24
|
"jest": "29.6.2",
|
|
23
25
|
"jest-environment-jsdom": "29.6.2",
|
|
26
|
+
"jsonpath": "^1.1.1",
|
|
24
27
|
"msw": "1.2.3",
|
|
25
28
|
"playwright": "1.53.2",
|
|
26
29
|
"playwright-bdd": "8.3.1",
|
|
@@ -2284,222 +2287,6 @@
|
|
|
2284
2287
|
"integrity": "sha512-xa3pER+ntZhGCxRXSguDTKEHTZpUUsp+RzTRNnit+vi5cqnk6abLdSLg5i3HZXU3c74nQ8afQC6IT507EN74oQ==",
|
|
2285
2288
|
"license": "MIT"
|
|
2286
2289
|
},
|
|
2287
|
-
"node_modules/@eslint-community/eslint-utils": {
|
|
2288
|
-
"version": "4.9.0",
|
|
2289
|
-
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz",
|
|
2290
|
-
"integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==",
|
|
2291
|
-
"license": "MIT",
|
|
2292
|
-
"peer": true,
|
|
2293
|
-
"dependencies": {
|
|
2294
|
-
"eslint-visitor-keys": "^3.4.3"
|
|
2295
|
-
},
|
|
2296
|
-
"engines": {
|
|
2297
|
-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
2298
|
-
},
|
|
2299
|
-
"funding": {
|
|
2300
|
-
"url": "https://opencollective.com/eslint"
|
|
2301
|
-
},
|
|
2302
|
-
"peerDependencies": {
|
|
2303
|
-
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
|
|
2304
|
-
}
|
|
2305
|
-
},
|
|
2306
|
-
"node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
|
|
2307
|
-
"version": "3.4.3",
|
|
2308
|
-
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
|
|
2309
|
-
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
|
|
2310
|
-
"license": "Apache-2.0",
|
|
2311
|
-
"peer": true,
|
|
2312
|
-
"engines": {
|
|
2313
|
-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
2314
|
-
},
|
|
2315
|
-
"funding": {
|
|
2316
|
-
"url": "https://opencollective.com/eslint"
|
|
2317
|
-
}
|
|
2318
|
-
},
|
|
2319
|
-
"node_modules/@eslint-community/regexpp": {
|
|
2320
|
-
"version": "4.12.2",
|
|
2321
|
-
"resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.12.2.tgz",
|
|
2322
|
-
"integrity": "sha512-EriSTlt5OC9/7SXkRSCAhfSxxoSUgBm33OH+IkwbdpgoqsSsUg7y3uh+IICI/Qg4BBWr3U2i39RpmycbxMq4ew==",
|
|
2323
|
-
"license": "MIT",
|
|
2324
|
-
"peer": true,
|
|
2325
|
-
"engines": {
|
|
2326
|
-
"node": "^12.0.0 || ^14.0.0 || >=16.0.0"
|
|
2327
|
-
}
|
|
2328
|
-
},
|
|
2329
|
-
"node_modules/@eslint/config-array": {
|
|
2330
|
-
"version": "0.21.1",
|
|
2331
|
-
"resolved": "https://registry.npmjs.org/@eslint/config-array/-/config-array-0.21.1.tgz",
|
|
2332
|
-
"integrity": "sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==",
|
|
2333
|
-
"license": "Apache-2.0",
|
|
2334
|
-
"peer": true,
|
|
2335
|
-
"dependencies": {
|
|
2336
|
-
"@eslint/object-schema": "^2.1.7",
|
|
2337
|
-
"debug": "^4.3.1",
|
|
2338
|
-
"minimatch": "^3.1.2"
|
|
2339
|
-
},
|
|
2340
|
-
"engines": {
|
|
2341
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2342
|
-
}
|
|
2343
|
-
},
|
|
2344
|
-
"node_modules/@eslint/config-helpers": {
|
|
2345
|
-
"version": "0.4.2",
|
|
2346
|
-
"resolved": "https://registry.npmjs.org/@eslint/config-helpers/-/config-helpers-0.4.2.tgz",
|
|
2347
|
-
"integrity": "sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==",
|
|
2348
|
-
"license": "Apache-2.0",
|
|
2349
|
-
"peer": true,
|
|
2350
|
-
"dependencies": {
|
|
2351
|
-
"@eslint/core": "^0.17.0"
|
|
2352
|
-
},
|
|
2353
|
-
"engines": {
|
|
2354
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2355
|
-
}
|
|
2356
|
-
},
|
|
2357
|
-
"node_modules/@eslint/core": {
|
|
2358
|
-
"version": "0.17.0",
|
|
2359
|
-
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz",
|
|
2360
|
-
"integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==",
|
|
2361
|
-
"license": "Apache-2.0",
|
|
2362
|
-
"peer": true,
|
|
2363
|
-
"dependencies": {
|
|
2364
|
-
"@types/json-schema": "^7.0.15"
|
|
2365
|
-
},
|
|
2366
|
-
"engines": {
|
|
2367
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2368
|
-
}
|
|
2369
|
-
},
|
|
2370
|
-
"node_modules/@eslint/eslintrc": {
|
|
2371
|
-
"version": "3.3.3",
|
|
2372
|
-
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.3.tgz",
|
|
2373
|
-
"integrity": "sha512-Kr+LPIUVKz2qkx1HAMH8q1q6azbqBAsXJUxBl/ODDuVPX45Z9DfwB8tPjTi6nNZ8BuM3nbJxC5zCAg5elnBUTQ==",
|
|
2374
|
-
"license": "MIT",
|
|
2375
|
-
"peer": true,
|
|
2376
|
-
"dependencies": {
|
|
2377
|
-
"ajv": "^6.12.4",
|
|
2378
|
-
"debug": "^4.3.2",
|
|
2379
|
-
"espree": "^10.0.1",
|
|
2380
|
-
"globals": "^14.0.0",
|
|
2381
|
-
"ignore": "^5.2.0",
|
|
2382
|
-
"import-fresh": "^3.2.1",
|
|
2383
|
-
"js-yaml": "^4.1.1",
|
|
2384
|
-
"minimatch": "^3.1.2",
|
|
2385
|
-
"strip-json-comments": "^3.1.1"
|
|
2386
|
-
},
|
|
2387
|
-
"engines": {
|
|
2388
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2389
|
-
},
|
|
2390
|
-
"funding": {
|
|
2391
|
-
"url": "https://opencollective.com/eslint"
|
|
2392
|
-
}
|
|
2393
|
-
},
|
|
2394
|
-
"node_modules/@eslint/eslintrc/node_modules/argparse": {
|
|
2395
|
-
"version": "2.0.1",
|
|
2396
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
|
2397
|
-
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
2398
|
-
"license": "Python-2.0",
|
|
2399
|
-
"peer": true
|
|
2400
|
-
},
|
|
2401
|
-
"node_modules/@eslint/eslintrc/node_modules/js-yaml": {
|
|
2402
|
-
"version": "4.1.1",
|
|
2403
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
|
|
2404
|
-
"integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
|
|
2405
|
-
"license": "MIT",
|
|
2406
|
-
"peer": true,
|
|
2407
|
-
"dependencies": {
|
|
2408
|
-
"argparse": "^2.0.1"
|
|
2409
|
-
},
|
|
2410
|
-
"bin": {
|
|
2411
|
-
"js-yaml": "bin/js-yaml.js"
|
|
2412
|
-
}
|
|
2413
|
-
},
|
|
2414
|
-
"node_modules/@eslint/js": {
|
|
2415
|
-
"version": "9.39.1",
|
|
2416
|
-
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.1.tgz",
|
|
2417
|
-
"integrity": "sha512-S26Stp4zCy88tH94QbBv3XCuzRQiZ9yXofEILmglYTh/Ug/a9/umqvgFtYBAo3Lp0nsI/5/qH1CCrbdK3AP1Tw==",
|
|
2418
|
-
"license": "MIT",
|
|
2419
|
-
"peer": true,
|
|
2420
|
-
"engines": {
|
|
2421
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2422
|
-
},
|
|
2423
|
-
"funding": {
|
|
2424
|
-
"url": "https://eslint.org/donate"
|
|
2425
|
-
}
|
|
2426
|
-
},
|
|
2427
|
-
"node_modules/@eslint/object-schema": {
|
|
2428
|
-
"version": "2.1.7",
|
|
2429
|
-
"resolved": "https://registry.npmjs.org/@eslint/object-schema/-/object-schema-2.1.7.tgz",
|
|
2430
|
-
"integrity": "sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==",
|
|
2431
|
-
"license": "Apache-2.0",
|
|
2432
|
-
"peer": true,
|
|
2433
|
-
"engines": {
|
|
2434
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2435
|
-
}
|
|
2436
|
-
},
|
|
2437
|
-
"node_modules/@eslint/plugin-kit": {
|
|
2438
|
-
"version": "0.4.1",
|
|
2439
|
-
"resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz",
|
|
2440
|
-
"integrity": "sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==",
|
|
2441
|
-
"license": "Apache-2.0",
|
|
2442
|
-
"peer": true,
|
|
2443
|
-
"dependencies": {
|
|
2444
|
-
"@eslint/core": "^0.17.0",
|
|
2445
|
-
"levn": "^0.4.1"
|
|
2446
|
-
},
|
|
2447
|
-
"engines": {
|
|
2448
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
2449
|
-
}
|
|
2450
|
-
},
|
|
2451
|
-
"node_modules/@humanfs/core": {
|
|
2452
|
-
"version": "0.19.1",
|
|
2453
|
-
"resolved": "https://registry.npmjs.org/@humanfs/core/-/core-0.19.1.tgz",
|
|
2454
|
-
"integrity": "sha512-5DyQ4+1JEUzejeK1JGICcideyfUbGixgS9jNgex5nqkW+cY7WZhxBigmieN5Qnw9ZosSNVC9KQKyb+GUaGyKUA==",
|
|
2455
|
-
"license": "Apache-2.0",
|
|
2456
|
-
"peer": true,
|
|
2457
|
-
"engines": {
|
|
2458
|
-
"node": ">=18.18.0"
|
|
2459
|
-
}
|
|
2460
|
-
},
|
|
2461
|
-
"node_modules/@humanfs/node": {
|
|
2462
|
-
"version": "0.16.7",
|
|
2463
|
-
"resolved": "https://registry.npmjs.org/@humanfs/node/-/node-0.16.7.tgz",
|
|
2464
|
-
"integrity": "sha512-/zUx+yOsIrG4Y43Eh2peDeKCxlRt/gET6aHfaKpuq267qXdYDFViVHfMaLyygZOnl0kGWxFIgsBy8QFuTLUXEQ==",
|
|
2465
|
-
"license": "Apache-2.0",
|
|
2466
|
-
"peer": true,
|
|
2467
|
-
"dependencies": {
|
|
2468
|
-
"@humanfs/core": "^0.19.1",
|
|
2469
|
-
"@humanwhocodes/retry": "^0.4.0"
|
|
2470
|
-
},
|
|
2471
|
-
"engines": {
|
|
2472
|
-
"node": ">=18.18.0"
|
|
2473
|
-
}
|
|
2474
|
-
},
|
|
2475
|
-
"node_modules/@humanwhocodes/module-importer": {
|
|
2476
|
-
"version": "1.0.1",
|
|
2477
|
-
"resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
|
|
2478
|
-
"integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
|
|
2479
|
-
"license": "Apache-2.0",
|
|
2480
|
-
"peer": true,
|
|
2481
|
-
"engines": {
|
|
2482
|
-
"node": ">=12.22"
|
|
2483
|
-
},
|
|
2484
|
-
"funding": {
|
|
2485
|
-
"type": "github",
|
|
2486
|
-
"url": "https://github.com/sponsors/nzakas"
|
|
2487
|
-
}
|
|
2488
|
-
},
|
|
2489
|
-
"node_modules/@humanwhocodes/retry": {
|
|
2490
|
-
"version": "0.4.3",
|
|
2491
|
-
"resolved": "https://registry.npmjs.org/@humanwhocodes/retry/-/retry-0.4.3.tgz",
|
|
2492
|
-
"integrity": "sha512-bV0Tgo9K4hfPCek+aMAn81RppFKv2ySDQeMoSZuvTASywNTnVJCArCZE2FWqpvIatKu7VMRLWlR1EazvVhDyhQ==",
|
|
2493
|
-
"license": "Apache-2.0",
|
|
2494
|
-
"peer": true,
|
|
2495
|
-
"engines": {
|
|
2496
|
-
"node": ">=18.18"
|
|
2497
|
-
},
|
|
2498
|
-
"funding": {
|
|
2499
|
-
"type": "github",
|
|
2500
|
-
"url": "https://github.com/sponsors/nzakas"
|
|
2501
|
-
}
|
|
2502
|
-
},
|
|
2503
2290
|
"node_modules/@inquirer/external-editor": {
|
|
2504
2291
|
"version": "1.0.3",
|
|
2505
2292
|
"resolved": "https://registry.npmjs.org/@inquirer/external-editor/-/external-editor-1.0.3.tgz",
|
|
@@ -2705,6 +2492,12 @@
|
|
|
2705
2492
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
2706
2493
|
}
|
|
2707
2494
|
},
|
|
2495
|
+
"node_modules/@jest/console/node_modules/react-is": {
|
|
2496
|
+
"version": "18.3.1",
|
|
2497
|
+
"resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
|
|
2498
|
+
"integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
|
|
2499
|
+
"license": "MIT"
|
|
2500
|
+
},
|
|
2708
2501
|
"node_modules/@jest/console/node_modules/slash": {
|
|
2709
2502
|
"version": "3.0.0",
|
|
2710
2503
|
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
|
|
@@ -2807,6 +2600,12 @@
|
|
|
2807
2600
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
2808
2601
|
}
|
|
2809
2602
|
},
|
|
2603
|
+
"node_modules/@jest/core/node_modules/react-is": {
|
|
2604
|
+
"version": "18.3.1",
|
|
2605
|
+
"resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
|
|
2606
|
+
"integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
|
|
2607
|
+
"license": "MIT"
|
|
2608
|
+
},
|
|
2810
2609
|
"node_modules/@jest/core/node_modules/slash": {
|
|
2811
2610
|
"version": "3.0.0",
|
|
2812
2611
|
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
|
|
@@ -2983,6 +2782,12 @@
|
|
|
2983
2782
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
2984
2783
|
}
|
|
2985
2784
|
},
|
|
2785
|
+
"node_modules/@jest/expect/node_modules/react-is": {
|
|
2786
|
+
"version": "18.3.1",
|
|
2787
|
+
"resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
|
|
2788
|
+
"integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
|
|
2789
|
+
"license": "MIT"
|
|
2790
|
+
},
|
|
2986
2791
|
"node_modules/@jest/expect/node_modules/slash": {
|
|
2987
2792
|
"version": "3.0.0",
|
|
2988
2793
|
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
|
|
@@ -3069,6 +2874,12 @@
|
|
|
3069
2874
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
3070
2875
|
}
|
|
3071
2876
|
},
|
|
2877
|
+
"node_modules/@jest/fake-timers/node_modules/react-is": {
|
|
2878
|
+
"version": "18.3.1",
|
|
2879
|
+
"resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
|
|
2880
|
+
"integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
|
|
2881
|
+
"license": "MIT"
|
|
2882
|
+
},
|
|
3072
2883
|
"node_modules/@jest/fake-timers/node_modules/slash": {
|
|
3073
2884
|
"version": "3.0.0",
|
|
3074
2885
|
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
|
|
@@ -3291,6 +3102,12 @@
|
|
|
3291
3102
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
3292
3103
|
}
|
|
3293
3104
|
},
|
|
3105
|
+
"node_modules/@jest/reporters/node_modules/react-is": {
|
|
3106
|
+
"version": "18.3.1",
|
|
3107
|
+
"resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
|
|
3108
|
+
"integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
|
|
3109
|
+
"license": "MIT"
|
|
3110
|
+
},
|
|
3294
3111
|
"node_modules/@jest/reporters/node_modules/slash": {
|
|
3295
3112
|
"version": "3.0.0",
|
|
3296
3113
|
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
|
|
@@ -3707,6 +3524,25 @@
|
|
|
3707
3524
|
"node": ">=14"
|
|
3708
3525
|
}
|
|
3709
3526
|
},
|
|
3527
|
+
"node_modules/@testing-library/dom": {
|
|
3528
|
+
"version": "7.31.2",
|
|
3529
|
+
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.31.2.tgz",
|
|
3530
|
+
"integrity": "sha512-3UqjCpey6HiTZT92vODYLPxTBWlM8ZOOjr3LX5F37/VRipW2M1kX6I/Cm4VXzteZqfGfagg8yXywpcOgQBlNsQ==",
|
|
3531
|
+
"license": "MIT",
|
|
3532
|
+
"dependencies": {
|
|
3533
|
+
"@babel/code-frame": "^7.10.4",
|
|
3534
|
+
"@babel/runtime": "^7.12.5",
|
|
3535
|
+
"@types/aria-query": "^4.2.0",
|
|
3536
|
+
"aria-query": "^4.2.2",
|
|
3537
|
+
"chalk": "^4.1.0",
|
|
3538
|
+
"dom-accessibility-api": "^0.5.6",
|
|
3539
|
+
"lz-string": "^1.4.4",
|
|
3540
|
+
"pretty-format": "^26.6.2"
|
|
3541
|
+
},
|
|
3542
|
+
"engines": {
|
|
3543
|
+
"node": ">=10"
|
|
3544
|
+
}
|
|
3545
|
+
},
|
|
3710
3546
|
"node_modules/@testing-library/jest-dom": {
|
|
3711
3547
|
"version": "5.11.9",
|
|
3712
3548
|
"resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.11.9.tgz",
|
|
@@ -3753,6 +3589,52 @@
|
|
|
3753
3589
|
"node": ">=8"
|
|
3754
3590
|
}
|
|
3755
3591
|
},
|
|
3592
|
+
"node_modules/@testing-library/react": {
|
|
3593
|
+
"version": "11.2.7",
|
|
3594
|
+
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-11.2.7.tgz",
|
|
3595
|
+
"integrity": "sha512-tzRNp7pzd5QmbtXNG/mhdcl7Awfu/Iz1RaVHY75zTdOkmHCuzMhRL83gWHSgOAcjS3CCbyfwUHMZgRJb4kAfpA==",
|
|
3596
|
+
"license": "MIT",
|
|
3597
|
+
"dependencies": {
|
|
3598
|
+
"@babel/runtime": "^7.12.5",
|
|
3599
|
+
"@testing-library/dom": "^7.28.1"
|
|
3600
|
+
},
|
|
3601
|
+
"engines": {
|
|
3602
|
+
"node": ">=10"
|
|
3603
|
+
},
|
|
3604
|
+
"peerDependencies": {
|
|
3605
|
+
"react": "*",
|
|
3606
|
+
"react-dom": "*"
|
|
3607
|
+
}
|
|
3608
|
+
},
|
|
3609
|
+
"node_modules/@testing-library/react-hooks": {
|
|
3610
|
+
"version": "7.0.2",
|
|
3611
|
+
"resolved": "https://registry.npmjs.org/@testing-library/react-hooks/-/react-hooks-7.0.2.tgz",
|
|
3612
|
+
"integrity": "sha512-dYxpz8u9m4q1TuzfcUApqi8iFfR6R0FaMbr2hjZJy1uC8z+bO/K4v8Gs9eogGKYQop7QsrBTFkv/BCF7MzD2Cg==",
|
|
3613
|
+
"license": "MIT",
|
|
3614
|
+
"dependencies": {
|
|
3615
|
+
"@babel/runtime": "^7.12.5",
|
|
3616
|
+
"@types/react": ">=16.9.0",
|
|
3617
|
+
"@types/react-dom": ">=16.9.0",
|
|
3618
|
+
"@types/react-test-renderer": ">=16.9.0",
|
|
3619
|
+
"react-error-boundary": "^3.1.0"
|
|
3620
|
+
},
|
|
3621
|
+
"engines": {
|
|
3622
|
+
"node": ">=12"
|
|
3623
|
+
},
|
|
3624
|
+
"peerDependencies": {
|
|
3625
|
+
"react": ">=16.9.0",
|
|
3626
|
+
"react-dom": ">=16.9.0",
|
|
3627
|
+
"react-test-renderer": ">=16.9.0"
|
|
3628
|
+
},
|
|
3629
|
+
"peerDependenciesMeta": {
|
|
3630
|
+
"react-dom": {
|
|
3631
|
+
"optional": true
|
|
3632
|
+
},
|
|
3633
|
+
"react-test-renderer": {
|
|
3634
|
+
"optional": true
|
|
3635
|
+
}
|
|
3636
|
+
}
|
|
3637
|
+
},
|
|
3756
3638
|
"node_modules/@tootallnate/once": {
|
|
3757
3639
|
"version": "2.0.0",
|
|
3758
3640
|
"resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz",
|
|
@@ -3762,6 +3644,12 @@
|
|
|
3762
3644
|
"node": ">= 10"
|
|
3763
3645
|
}
|
|
3764
3646
|
},
|
|
3647
|
+
"node_modules/@types/aria-query": {
|
|
3648
|
+
"version": "4.2.2",
|
|
3649
|
+
"resolved": "https://registry.npmjs.org/@types/aria-query/-/aria-query-4.2.2.tgz",
|
|
3650
|
+
"integrity": "sha512-HnYpAE1Y6kRyKM/XkEuiRQhTHvkzMBurTHnpFLYLBGPIylZNPs9jJcuOOYWxPLJCSEtmZT0Y8rHDokKN7rRTig==",
|
|
3651
|
+
"license": "MIT"
|
|
3652
|
+
},
|
|
3765
3653
|
"node_modules/@types/babel__core": {
|
|
3766
3654
|
"version": "7.20.5",
|
|
3767
3655
|
"resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz",
|
|
@@ -3818,13 +3706,6 @@
|
|
|
3818
3706
|
"@types/ms": "*"
|
|
3819
3707
|
}
|
|
3820
3708
|
},
|
|
3821
|
-
"node_modules/@types/estree": {
|
|
3822
|
-
"version": "1.0.8",
|
|
3823
|
-
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
|
|
3824
|
-
"integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
|
|
3825
|
-
"license": "MIT",
|
|
3826
|
-
"peer": true
|
|
3827
|
-
},
|
|
3828
3709
|
"node_modules/@types/graceful-fs": {
|
|
3829
3710
|
"version": "4.1.9",
|
|
3830
3711
|
"resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.9.tgz",
|
|
@@ -3868,6 +3749,56 @@
|
|
|
3868
3749
|
"pretty-format": "^30.0.0"
|
|
3869
3750
|
}
|
|
3870
3751
|
},
|
|
3752
|
+
"node_modules/@types/jest/node_modules/@jest/schemas": {
|
|
3753
|
+
"version": "30.0.5",
|
|
3754
|
+
"resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-30.0.5.tgz",
|
|
3755
|
+
"integrity": "sha512-DmdYgtezMkh3cpU8/1uyXakv3tJRcmcXxBOcO0tbaozPwpmh4YMsnWrQm9ZmZMfa5ocbxzbFk6O4bDPEc/iAnA==",
|
|
3756
|
+
"license": "MIT",
|
|
3757
|
+
"dependencies": {
|
|
3758
|
+
"@sinclair/typebox": "^0.34.0"
|
|
3759
|
+
},
|
|
3760
|
+
"engines": {
|
|
3761
|
+
"node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
|
|
3762
|
+
}
|
|
3763
|
+
},
|
|
3764
|
+
"node_modules/@types/jest/node_modules/@sinclair/typebox": {
|
|
3765
|
+
"version": "0.34.41",
|
|
3766
|
+
"resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.34.41.tgz",
|
|
3767
|
+
"integrity": "sha512-6gS8pZzSXdyRHTIqoqSVknxolr1kzfy4/CeDnrzsVz8TTIWUbOBr6gnzOmTYJ3eXQNh4IYHIGi5aIL7sOZ2G/g==",
|
|
3768
|
+
"license": "MIT"
|
|
3769
|
+
},
|
|
3770
|
+
"node_modules/@types/jest/node_modules/ansi-styles": {
|
|
3771
|
+
"version": "5.2.0",
|
|
3772
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
|
|
3773
|
+
"integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
|
|
3774
|
+
"license": "MIT",
|
|
3775
|
+
"engines": {
|
|
3776
|
+
"node": ">=10"
|
|
3777
|
+
},
|
|
3778
|
+
"funding": {
|
|
3779
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
3780
|
+
}
|
|
3781
|
+
},
|
|
3782
|
+
"node_modules/@types/jest/node_modules/pretty-format": {
|
|
3783
|
+
"version": "30.2.0",
|
|
3784
|
+
"resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-30.2.0.tgz",
|
|
3785
|
+
"integrity": "sha512-9uBdv/B4EefsuAL+pWqueZyZS2Ba+LxfFeQ9DN14HU4bN8bhaxKdkpjpB6fs9+pSjIBu+FXQHImEg8j/Lw0+vA==",
|
|
3786
|
+
"license": "MIT",
|
|
3787
|
+
"dependencies": {
|
|
3788
|
+
"@jest/schemas": "30.0.5",
|
|
3789
|
+
"ansi-styles": "^5.2.0",
|
|
3790
|
+
"react-is": "^18.3.1"
|
|
3791
|
+
},
|
|
3792
|
+
"engines": {
|
|
3793
|
+
"node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
|
|
3794
|
+
}
|
|
3795
|
+
},
|
|
3796
|
+
"node_modules/@types/jest/node_modules/react-is": {
|
|
3797
|
+
"version": "18.3.1",
|
|
3798
|
+
"resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
|
|
3799
|
+
"integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
|
|
3800
|
+
"license": "MIT"
|
|
3801
|
+
},
|
|
3871
3802
|
"node_modules/@types/js-levenshtein": {
|
|
3872
3803
|
"version": "1.1.3",
|
|
3873
3804
|
"resolved": "https://registry.npmjs.org/@types/js-levenshtein/-/js-levenshtein-1.1.3.tgz",
|
|
@@ -3885,13 +3816,6 @@
|
|
|
3885
3816
|
"parse5": "^7.0.0"
|
|
3886
3817
|
}
|
|
3887
3818
|
},
|
|
3888
|
-
"node_modules/@types/json-schema": {
|
|
3889
|
-
"version": "7.0.15",
|
|
3890
|
-
"resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz",
|
|
3891
|
-
"integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==",
|
|
3892
|
-
"license": "MIT",
|
|
3893
|
-
"peer": true
|
|
3894
|
-
},
|
|
3895
3819
|
"node_modules/@types/ms": {
|
|
3896
3820
|
"version": "2.1.0",
|
|
3897
3821
|
"resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz",
|
|
@@ -3899,9 +3823,9 @@
|
|
|
3899
3823
|
"license": "MIT"
|
|
3900
3824
|
},
|
|
3901
3825
|
"node_modules/@types/node": {
|
|
3902
|
-
"version": "25.0.
|
|
3903
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.
|
|
3904
|
-
"integrity": "sha512-
|
|
3826
|
+
"version": "25.0.3",
|
|
3827
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.3.tgz",
|
|
3828
|
+
"integrity": "sha512-W609buLVRVmeW693xKfzHeIV6nJGGz98uCPfeXI1ELMLXVeKYZ9m15fAMSaUPBHYLGFsVRcMmSCksQOrZV9BYA==",
|
|
3905
3829
|
"license": "MIT",
|
|
3906
3830
|
"dependencies": {
|
|
3907
3831
|
"undici-types": "~7.16.0"
|
|
@@ -3913,6 +3837,33 @@
|
|
|
3913
3837
|
"integrity": "sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==",
|
|
3914
3838
|
"license": "MIT"
|
|
3915
3839
|
},
|
|
3840
|
+
"node_modules/@types/react": {
|
|
3841
|
+
"version": "19.2.7",
|
|
3842
|
+
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.7.tgz",
|
|
3843
|
+
"integrity": "sha512-MWtvHrGZLFttgeEj28VXHxpmwYbor/ATPYbBfSFZEIRK0ecCFLl2Qo55z52Hss+UV9CRN7trSeq1zbgx7YDWWg==",
|
|
3844
|
+
"license": "MIT",
|
|
3845
|
+
"dependencies": {
|
|
3846
|
+
"csstype": "^3.2.2"
|
|
3847
|
+
}
|
|
3848
|
+
},
|
|
3849
|
+
"node_modules/@types/react-dom": {
|
|
3850
|
+
"version": "19.2.3",
|
|
3851
|
+
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.3.tgz",
|
|
3852
|
+
"integrity": "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==",
|
|
3853
|
+
"license": "MIT",
|
|
3854
|
+
"peerDependencies": {
|
|
3855
|
+
"@types/react": "^19.2.0"
|
|
3856
|
+
}
|
|
3857
|
+
},
|
|
3858
|
+
"node_modules/@types/react-test-renderer": {
|
|
3859
|
+
"version": "19.1.0",
|
|
3860
|
+
"resolved": "https://registry.npmjs.org/@types/react-test-renderer/-/react-test-renderer-19.1.0.tgz",
|
|
3861
|
+
"integrity": "sha512-XD0WZrHqjNrxA/MaR9O22w/RNidWR9YZmBdRGI7wcnWGrv/3dA8wKCJ8m63Sn+tLJhcjmuhOi629N66W6kgWzQ==",
|
|
3862
|
+
"license": "MIT",
|
|
3863
|
+
"dependencies": {
|
|
3864
|
+
"@types/react": "*"
|
|
3865
|
+
}
|
|
3866
|
+
},
|
|
3916
3867
|
"node_modules/@types/set-cookie-parser": {
|
|
3917
3868
|
"version": "2.4.10",
|
|
3918
3869
|
"resolved": "https://registry.npmjs.org/@types/set-cookie-parser/-/set-cookie-parser-2.4.10.tgz",
|
|
@@ -4009,16 +3960,6 @@
|
|
|
4009
3960
|
"acorn-walk": "^8.0.2"
|
|
4010
3961
|
}
|
|
4011
3962
|
},
|
|
4012
|
-
"node_modules/acorn-jsx": {
|
|
4013
|
-
"version": "5.3.2",
|
|
4014
|
-
"resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
|
|
4015
|
-
"integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
|
|
4016
|
-
"license": "MIT",
|
|
4017
|
-
"peer": true,
|
|
4018
|
-
"peerDependencies": {
|
|
4019
|
-
"acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
4020
|
-
}
|
|
4021
|
-
},
|
|
4022
3963
|
"node_modules/acorn-walk": {
|
|
4023
3964
|
"version": "8.3.4",
|
|
4024
3965
|
"resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.4.tgz",
|
|
@@ -4043,23 +3984,6 @@
|
|
|
4043
3984
|
"node": ">= 6.0.0"
|
|
4044
3985
|
}
|
|
4045
3986
|
},
|
|
4046
|
-
"node_modules/ajv": {
|
|
4047
|
-
"version": "6.12.6",
|
|
4048
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
|
|
4049
|
-
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
|
|
4050
|
-
"license": "MIT",
|
|
4051
|
-
"peer": true,
|
|
4052
|
-
"dependencies": {
|
|
4053
|
-
"fast-deep-equal": "^3.1.1",
|
|
4054
|
-
"fast-json-stable-stringify": "^2.0.0",
|
|
4055
|
-
"json-schema-traverse": "^0.4.1",
|
|
4056
|
-
"uri-js": "^4.2.2"
|
|
4057
|
-
},
|
|
4058
|
-
"funding": {
|
|
4059
|
-
"type": "github",
|
|
4060
|
-
"url": "https://github.com/sponsors/epoberezkin"
|
|
4061
|
-
}
|
|
4062
|
-
},
|
|
4063
3987
|
"node_modules/ansi-escapes": {
|
|
4064
3988
|
"version": "4.3.2",
|
|
4065
3989
|
"resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
|
|
@@ -4506,9 +4430,9 @@
|
|
|
4506
4430
|
"license": "MIT"
|
|
4507
4431
|
},
|
|
4508
4432
|
"node_modules/baseline-browser-mapping": {
|
|
4509
|
-
"version": "2.9.
|
|
4510
|
-
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.9.
|
|
4511
|
-
"integrity": "sha512-
|
|
4433
|
+
"version": "2.9.9",
|
|
4434
|
+
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.9.9.tgz",
|
|
4435
|
+
"integrity": "sha512-V8fbOCSeOFvlDj7LLChUcqbZrdKD9RU/VR260piF1790vT0mfLSwGc/Qzxv3IqiTukOpNtItePa0HBpMAj7MDg==",
|
|
4512
4436
|
"license": "Apache-2.0",
|
|
4513
4437
|
"bin": {
|
|
4514
4438
|
"baseline-browser-mapping": "dist/cli.js"
|
|
@@ -5121,6 +5045,12 @@
|
|
|
5121
5045
|
"integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==",
|
|
5122
5046
|
"license": "MIT"
|
|
5123
5047
|
},
|
|
5048
|
+
"node_modules/csstype": {
|
|
5049
|
+
"version": "3.2.3",
|
|
5050
|
+
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
|
|
5051
|
+
"integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
|
|
5052
|
+
"license": "MIT"
|
|
5053
|
+
},
|
|
5124
5054
|
"node_modules/data-urls": {
|
|
5125
5055
|
"version": "3.0.2",
|
|
5126
5056
|
"resolved": "https://registry.npmjs.org/data-urls/-/data-urls-3.0.2.tgz",
|
|
@@ -5232,9 +5162,9 @@
|
|
|
5232
5162
|
}
|
|
5233
5163
|
},
|
|
5234
5164
|
"node_modules/dedent": {
|
|
5235
|
-
"version": "1.7.
|
|
5236
|
-
"resolved": "https://registry.npmjs.org/dedent/-/dedent-1.7.
|
|
5237
|
-
"integrity": "sha512-
|
|
5165
|
+
"version": "1.7.1",
|
|
5166
|
+
"resolved": "https://registry.npmjs.org/dedent/-/dedent-1.7.1.tgz",
|
|
5167
|
+
"integrity": "sha512-9JmrhGZpOlEgOLdQgSm0zxFaYoQon408V1v49aqTWuXENVlnCuY9JBZcXZiCsZQWDjTm5Qf/nIvAy77mXDAjEg==",
|
|
5238
5168
|
"license": "MIT",
|
|
5239
5169
|
"peerDependencies": {
|
|
5240
5170
|
"babel-plugin-macros": "^3.1.0"
|
|
@@ -5249,8 +5179,7 @@
|
|
|
5249
5179
|
"version": "0.1.4",
|
|
5250
5180
|
"resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
|
|
5251
5181
|
"integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
|
|
5252
|
-
"license": "MIT"
|
|
5253
|
-
"peer": true
|
|
5182
|
+
"license": "MIT"
|
|
5254
5183
|
},
|
|
5255
5184
|
"node_modules/deepmerge": {
|
|
5256
5185
|
"version": "4.3.1",
|
|
@@ -5344,6 +5273,12 @@
|
|
|
5344
5273
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
5345
5274
|
}
|
|
5346
5275
|
},
|
|
5276
|
+
"node_modules/dom-accessibility-api": {
|
|
5277
|
+
"version": "0.5.16",
|
|
5278
|
+
"resolved": "https://registry.npmjs.org/dom-accessibility-api/-/dom-accessibility-api-0.5.16.tgz",
|
|
5279
|
+
"integrity": "sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==",
|
|
5280
|
+
"license": "MIT"
|
|
5281
|
+
},
|
|
5347
5282
|
"node_modules/domexception": {
|
|
5348
5283
|
"version": "4.0.0",
|
|
5349
5284
|
"resolved": "https://registry.npmjs.org/domexception/-/domexception-4.0.0.tgz",
|
|
@@ -5432,9 +5367,9 @@
|
|
|
5432
5367
|
}
|
|
5433
5368
|
},
|
|
5434
5369
|
"node_modules/es-abstract": {
|
|
5435
|
-
"version": "1.24.
|
|
5436
|
-
"resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.24.
|
|
5437
|
-
"integrity": "sha512-
|
|
5370
|
+
"version": "1.24.1",
|
|
5371
|
+
"resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.24.1.tgz",
|
|
5372
|
+
"integrity": "sha512-zHXBLhP+QehSSbsS9Pt23Gg964240DPd6QCf8WpkqEXxQ7fhdZzYsocOr5u7apWonsS5EjZDmTF+/slGMyasvw==",
|
|
5438
5373
|
"dev": true,
|
|
5439
5374
|
"license": "MIT",
|
|
5440
5375
|
"dependencies": {
|
|
@@ -5580,16 +5515,12 @@
|
|
|
5580
5515
|
}
|
|
5581
5516
|
},
|
|
5582
5517
|
"node_modules/escape-string-regexp": {
|
|
5583
|
-
"version": "
|
|
5584
|
-
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-
|
|
5585
|
-
"integrity": "sha512-
|
|
5518
|
+
"version": "1.0.5",
|
|
5519
|
+
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
|
|
5520
|
+
"integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
|
|
5586
5521
|
"license": "MIT",
|
|
5587
|
-
"peer": true,
|
|
5588
5522
|
"engines": {
|
|
5589
|
-
"node": ">=
|
|
5590
|
-
},
|
|
5591
|
-
"funding": {
|
|
5592
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
5523
|
+
"node": ">=0.8.0"
|
|
5593
5524
|
}
|
|
5594
5525
|
},
|
|
5595
5526
|
"node_modules/escodegen": {
|
|
@@ -5613,176 +5544,6 @@
|
|
|
5613
5544
|
"source-map": "~0.6.1"
|
|
5614
5545
|
}
|
|
5615
5546
|
},
|
|
5616
|
-
"node_modules/eslint": {
|
|
5617
|
-
"version": "9.39.1",
|
|
5618
|
-
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.39.1.tgz",
|
|
5619
|
-
"integrity": "sha512-BhHmn2yNOFA9H9JmmIVKJmd288g9hrVRDkdoIgRCRuSySRUHH7r/DI6aAXW9T1WwUuY3DFgrcaqB+deURBLR5g==",
|
|
5620
|
-
"license": "MIT",
|
|
5621
|
-
"peer": true,
|
|
5622
|
-
"dependencies": {
|
|
5623
|
-
"@eslint-community/eslint-utils": "^4.8.0",
|
|
5624
|
-
"@eslint-community/regexpp": "^4.12.1",
|
|
5625
|
-
"@eslint/config-array": "^0.21.1",
|
|
5626
|
-
"@eslint/config-helpers": "^0.4.2",
|
|
5627
|
-
"@eslint/core": "^0.17.0",
|
|
5628
|
-
"@eslint/eslintrc": "^3.3.1",
|
|
5629
|
-
"@eslint/js": "9.39.1",
|
|
5630
|
-
"@eslint/plugin-kit": "^0.4.1",
|
|
5631
|
-
"@humanfs/node": "^0.16.6",
|
|
5632
|
-
"@humanwhocodes/module-importer": "^1.0.1",
|
|
5633
|
-
"@humanwhocodes/retry": "^0.4.2",
|
|
5634
|
-
"@types/estree": "^1.0.6",
|
|
5635
|
-
"ajv": "^6.12.4",
|
|
5636
|
-
"chalk": "^4.0.0",
|
|
5637
|
-
"cross-spawn": "^7.0.6",
|
|
5638
|
-
"debug": "^4.3.2",
|
|
5639
|
-
"escape-string-regexp": "^4.0.0",
|
|
5640
|
-
"eslint-scope": "^8.4.0",
|
|
5641
|
-
"eslint-visitor-keys": "^4.2.1",
|
|
5642
|
-
"espree": "^10.4.0",
|
|
5643
|
-
"esquery": "^1.5.0",
|
|
5644
|
-
"esutils": "^2.0.2",
|
|
5645
|
-
"fast-deep-equal": "^3.1.3",
|
|
5646
|
-
"file-entry-cache": "^8.0.0",
|
|
5647
|
-
"find-up": "^5.0.0",
|
|
5648
|
-
"glob-parent": "^6.0.2",
|
|
5649
|
-
"ignore": "^5.2.0",
|
|
5650
|
-
"imurmurhash": "^0.1.4",
|
|
5651
|
-
"is-glob": "^4.0.0",
|
|
5652
|
-
"json-stable-stringify-without-jsonify": "^1.0.1",
|
|
5653
|
-
"lodash.merge": "^4.6.2",
|
|
5654
|
-
"minimatch": "^3.1.2",
|
|
5655
|
-
"natural-compare": "^1.4.0",
|
|
5656
|
-
"optionator": "^0.9.3"
|
|
5657
|
-
},
|
|
5658
|
-
"bin": {
|
|
5659
|
-
"eslint": "bin/eslint.js"
|
|
5660
|
-
},
|
|
5661
|
-
"engines": {
|
|
5662
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
5663
|
-
},
|
|
5664
|
-
"funding": {
|
|
5665
|
-
"url": "https://eslint.org/donate"
|
|
5666
|
-
},
|
|
5667
|
-
"peerDependencies": {
|
|
5668
|
-
"jiti": "*"
|
|
5669
|
-
},
|
|
5670
|
-
"peerDependenciesMeta": {
|
|
5671
|
-
"jiti": {
|
|
5672
|
-
"optional": true
|
|
5673
|
-
}
|
|
5674
|
-
}
|
|
5675
|
-
},
|
|
5676
|
-
"node_modules/eslint-scope": {
|
|
5677
|
-
"version": "8.4.0",
|
|
5678
|
-
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz",
|
|
5679
|
-
"integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
|
|
5680
|
-
"license": "BSD-2-Clause",
|
|
5681
|
-
"peer": true,
|
|
5682
|
-
"dependencies": {
|
|
5683
|
-
"esrecurse": "^4.3.0",
|
|
5684
|
-
"estraverse": "^5.2.0"
|
|
5685
|
-
},
|
|
5686
|
-
"engines": {
|
|
5687
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
5688
|
-
},
|
|
5689
|
-
"funding": {
|
|
5690
|
-
"url": "https://opencollective.com/eslint"
|
|
5691
|
-
}
|
|
5692
|
-
},
|
|
5693
|
-
"node_modules/eslint-visitor-keys": {
|
|
5694
|
-
"version": "4.2.1",
|
|
5695
|
-
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
|
|
5696
|
-
"integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
|
|
5697
|
-
"license": "Apache-2.0",
|
|
5698
|
-
"peer": true,
|
|
5699
|
-
"engines": {
|
|
5700
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
5701
|
-
},
|
|
5702
|
-
"funding": {
|
|
5703
|
-
"url": "https://opencollective.com/eslint"
|
|
5704
|
-
}
|
|
5705
|
-
},
|
|
5706
|
-
"node_modules/eslint/node_modules/find-up": {
|
|
5707
|
-
"version": "5.0.0",
|
|
5708
|
-
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
|
|
5709
|
-
"integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
|
|
5710
|
-
"license": "MIT",
|
|
5711
|
-
"peer": true,
|
|
5712
|
-
"dependencies": {
|
|
5713
|
-
"locate-path": "^6.0.0",
|
|
5714
|
-
"path-exists": "^4.0.0"
|
|
5715
|
-
},
|
|
5716
|
-
"engines": {
|
|
5717
|
-
"node": ">=10"
|
|
5718
|
-
},
|
|
5719
|
-
"funding": {
|
|
5720
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
5721
|
-
}
|
|
5722
|
-
},
|
|
5723
|
-
"node_modules/eslint/node_modules/glob-parent": {
|
|
5724
|
-
"version": "6.0.2",
|
|
5725
|
-
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
|
|
5726
|
-
"integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
|
|
5727
|
-
"license": "ISC",
|
|
5728
|
-
"peer": true,
|
|
5729
|
-
"dependencies": {
|
|
5730
|
-
"is-glob": "^4.0.3"
|
|
5731
|
-
},
|
|
5732
|
-
"engines": {
|
|
5733
|
-
"node": ">=10.13.0"
|
|
5734
|
-
}
|
|
5735
|
-
},
|
|
5736
|
-
"node_modules/eslint/node_modules/locate-path": {
|
|
5737
|
-
"version": "6.0.0",
|
|
5738
|
-
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
5739
|
-
"integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
|
|
5740
|
-
"license": "MIT",
|
|
5741
|
-
"peer": true,
|
|
5742
|
-
"dependencies": {
|
|
5743
|
-
"p-locate": "^5.0.0"
|
|
5744
|
-
},
|
|
5745
|
-
"engines": {
|
|
5746
|
-
"node": ">=10"
|
|
5747
|
-
},
|
|
5748
|
-
"funding": {
|
|
5749
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
5750
|
-
}
|
|
5751
|
-
},
|
|
5752
|
-
"node_modules/eslint/node_modules/p-locate": {
|
|
5753
|
-
"version": "5.0.0",
|
|
5754
|
-
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
|
|
5755
|
-
"integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
|
|
5756
|
-
"license": "MIT",
|
|
5757
|
-
"peer": true,
|
|
5758
|
-
"dependencies": {
|
|
5759
|
-
"p-limit": "^3.0.2"
|
|
5760
|
-
},
|
|
5761
|
-
"engines": {
|
|
5762
|
-
"node": ">=10"
|
|
5763
|
-
},
|
|
5764
|
-
"funding": {
|
|
5765
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
5766
|
-
}
|
|
5767
|
-
},
|
|
5768
|
-
"node_modules/espree": {
|
|
5769
|
-
"version": "10.4.0",
|
|
5770
|
-
"resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz",
|
|
5771
|
-
"integrity": "sha512-j6PAQ2uUr79PZhBjP5C5fhl8e39FmRnOjsD5lGnWrFU8i2G776tBK7+nP8KuQUTTyAZUwfQqXAgrVH5MbH9CYQ==",
|
|
5772
|
-
"license": "BSD-2-Clause",
|
|
5773
|
-
"peer": true,
|
|
5774
|
-
"dependencies": {
|
|
5775
|
-
"acorn": "^8.15.0",
|
|
5776
|
-
"acorn-jsx": "^5.3.2",
|
|
5777
|
-
"eslint-visitor-keys": "^4.2.1"
|
|
5778
|
-
},
|
|
5779
|
-
"engines": {
|
|
5780
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
5781
|
-
},
|
|
5782
|
-
"funding": {
|
|
5783
|
-
"url": "https://opencollective.com/eslint"
|
|
5784
|
-
}
|
|
5785
|
-
},
|
|
5786
5547
|
"node_modules/esprima": {
|
|
5787
5548
|
"version": "4.0.1",
|
|
5788
5549
|
"resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
|
|
@@ -5796,32 +5557,6 @@
|
|
|
5796
5557
|
"node": ">=4"
|
|
5797
5558
|
}
|
|
5798
5559
|
},
|
|
5799
|
-
"node_modules/esquery": {
|
|
5800
|
-
"version": "1.6.0",
|
|
5801
|
-
"resolved": "https://registry.npmjs.org/esquery/-/esquery-1.6.0.tgz",
|
|
5802
|
-
"integrity": "sha512-ca9pw9fomFcKPvFLXhBKUK90ZvGibiGOvRJNbjljY7s7uq/5YO4BOzcYtJqExdx99rF6aAcnRxHmcUHcz6sQsg==",
|
|
5803
|
-
"license": "BSD-3-Clause",
|
|
5804
|
-
"peer": true,
|
|
5805
|
-
"dependencies": {
|
|
5806
|
-
"estraverse": "^5.1.0"
|
|
5807
|
-
},
|
|
5808
|
-
"engines": {
|
|
5809
|
-
"node": ">=0.10"
|
|
5810
|
-
}
|
|
5811
|
-
},
|
|
5812
|
-
"node_modules/esrecurse": {
|
|
5813
|
-
"version": "4.3.0",
|
|
5814
|
-
"resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
|
|
5815
|
-
"integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
|
|
5816
|
-
"license": "BSD-2-Clause",
|
|
5817
|
-
"peer": true,
|
|
5818
|
-
"dependencies": {
|
|
5819
|
-
"estraverse": "^5.2.0"
|
|
5820
|
-
},
|
|
5821
|
-
"engines": {
|
|
5822
|
-
"node": ">=4.0"
|
|
5823
|
-
}
|
|
5824
|
-
},
|
|
5825
5560
|
"node_modules/estraverse": {
|
|
5826
5561
|
"version": "5.3.0",
|
|
5827
5562
|
"resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
|
|
@@ -5977,13 +5712,6 @@
|
|
|
5977
5712
|
"url": "https://github.com/sponsors/jonschlinkert"
|
|
5978
5713
|
}
|
|
5979
5714
|
},
|
|
5980
|
-
"node_modules/fast-deep-equal": {
|
|
5981
|
-
"version": "3.1.3",
|
|
5982
|
-
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
|
|
5983
|
-
"integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
|
|
5984
|
-
"license": "MIT",
|
|
5985
|
-
"peer": true
|
|
5986
|
-
},
|
|
5987
5715
|
"node_modules/fast-glob": {
|
|
5988
5716
|
"version": "3.3.1",
|
|
5989
5717
|
"resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.1.tgz",
|
|
@@ -6010,8 +5738,7 @@
|
|
|
6010
5738
|
"version": "2.0.6",
|
|
6011
5739
|
"resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
|
|
6012
5740
|
"integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
|
|
6013
|
-
"license": "MIT"
|
|
6014
|
-
"peer": true
|
|
5741
|
+
"license": "MIT"
|
|
6015
5742
|
},
|
|
6016
5743
|
"node_modules/fastq": {
|
|
6017
5744
|
"version": "1.19.1",
|
|
@@ -6046,28 +5773,6 @@
|
|
|
6046
5773
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
6047
5774
|
}
|
|
6048
5775
|
},
|
|
6049
|
-
"node_modules/figures/node_modules/escape-string-regexp": {
|
|
6050
|
-
"version": "1.0.5",
|
|
6051
|
-
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
|
|
6052
|
-
"integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
|
|
6053
|
-
"license": "MIT",
|
|
6054
|
-
"engines": {
|
|
6055
|
-
"node": ">=0.8.0"
|
|
6056
|
-
}
|
|
6057
|
-
},
|
|
6058
|
-
"node_modules/file-entry-cache": {
|
|
6059
|
-
"version": "8.0.0",
|
|
6060
|
-
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
|
|
6061
|
-
"integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
|
|
6062
|
-
"license": "MIT",
|
|
6063
|
-
"peer": true,
|
|
6064
|
-
"dependencies": {
|
|
6065
|
-
"flat-cache": "^4.0.0"
|
|
6066
|
-
},
|
|
6067
|
-
"engines": {
|
|
6068
|
-
"node": ">=16.0.0"
|
|
6069
|
-
}
|
|
6070
|
-
},
|
|
6071
5776
|
"node_modules/fill-range": {
|
|
6072
5777
|
"version": "7.1.1",
|
|
6073
5778
|
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
|
|
@@ -6120,27 +5825,6 @@
|
|
|
6120
5825
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
6121
5826
|
}
|
|
6122
5827
|
},
|
|
6123
|
-
"node_modules/flat-cache": {
|
|
6124
|
-
"version": "4.0.1",
|
|
6125
|
-
"resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
|
|
6126
|
-
"integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
|
|
6127
|
-
"license": "MIT",
|
|
6128
|
-
"peer": true,
|
|
6129
|
-
"dependencies": {
|
|
6130
|
-
"flatted": "^3.2.9",
|
|
6131
|
-
"keyv": "^4.5.4"
|
|
6132
|
-
},
|
|
6133
|
-
"engines": {
|
|
6134
|
-
"node": ">=16"
|
|
6135
|
-
}
|
|
6136
|
-
},
|
|
6137
|
-
"node_modules/flatted": {
|
|
6138
|
-
"version": "3.3.3",
|
|
6139
|
-
"resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.3.tgz",
|
|
6140
|
-
"integrity": "sha512-GX+ysw4PBCz0PzosHDepZGANEuFCMLrnRTiEy9McGjmkCQYwRq4A/X786G/fjM/+OjsWSU1ZrY5qyARZmO/uwg==",
|
|
6141
|
-
"license": "ISC",
|
|
6142
|
-
"peer": true
|
|
6143
|
-
},
|
|
6144
5828
|
"node_modules/follow-redirects": {
|
|
6145
5829
|
"version": "1.15.11",
|
|
6146
5830
|
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.11.tgz",
|
|
@@ -6438,19 +6122,6 @@
|
|
|
6438
6122
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
6439
6123
|
}
|
|
6440
6124
|
},
|
|
6441
|
-
"node_modules/globals": {
|
|
6442
|
-
"version": "14.0.0",
|
|
6443
|
-
"resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
|
|
6444
|
-
"integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
|
|
6445
|
-
"license": "MIT",
|
|
6446
|
-
"peer": true,
|
|
6447
|
-
"engines": {
|
|
6448
|
-
"node": ">=18"
|
|
6449
|
-
},
|
|
6450
|
-
"funding": {
|
|
6451
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
6452
|
-
}
|
|
6453
|
-
},
|
|
6454
6125
|
"node_modules/globalthis": {
|
|
6455
6126
|
"version": "1.0.4",
|
|
6456
6127
|
"resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz",
|
|
@@ -6723,43 +6394,6 @@
|
|
|
6723
6394
|
],
|
|
6724
6395
|
"license": "BSD-3-Clause"
|
|
6725
6396
|
},
|
|
6726
|
-
"node_modules/ignore": {
|
|
6727
|
-
"version": "5.3.2",
|
|
6728
|
-
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
|
|
6729
|
-
"integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
|
|
6730
|
-
"license": "MIT",
|
|
6731
|
-
"peer": true,
|
|
6732
|
-
"engines": {
|
|
6733
|
-
"node": ">= 4"
|
|
6734
|
-
}
|
|
6735
|
-
},
|
|
6736
|
-
"node_modules/import-fresh": {
|
|
6737
|
-
"version": "3.3.1",
|
|
6738
|
-
"resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz",
|
|
6739
|
-
"integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==",
|
|
6740
|
-
"license": "MIT",
|
|
6741
|
-
"peer": true,
|
|
6742
|
-
"dependencies": {
|
|
6743
|
-
"parent-module": "^1.0.0",
|
|
6744
|
-
"resolve-from": "^4.0.0"
|
|
6745
|
-
},
|
|
6746
|
-
"engines": {
|
|
6747
|
-
"node": ">=6"
|
|
6748
|
-
},
|
|
6749
|
-
"funding": {
|
|
6750
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
6751
|
-
}
|
|
6752
|
-
},
|
|
6753
|
-
"node_modules/import-fresh/node_modules/resolve-from": {
|
|
6754
|
-
"version": "4.0.0",
|
|
6755
|
-
"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
|
|
6756
|
-
"integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
|
|
6757
|
-
"license": "MIT",
|
|
6758
|
-
"peer": true,
|
|
6759
|
-
"engines": {
|
|
6760
|
-
"node": ">=4"
|
|
6761
|
-
}
|
|
6762
|
-
},
|
|
6763
6397
|
"node_modules/import-local": {
|
|
6764
6398
|
"version": "3.2.0",
|
|
6765
6399
|
"resolved": "https://registry.npmjs.org/import-local/-/import-local-3.2.0.tgz",
|
|
@@ -7709,6 +7343,12 @@
|
|
|
7709
7343
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
7710
7344
|
}
|
|
7711
7345
|
},
|
|
7346
|
+
"node_modules/jest-circus/node_modules/react-is": {
|
|
7347
|
+
"version": "18.3.1",
|
|
7348
|
+
"resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
|
|
7349
|
+
"integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
|
|
7350
|
+
"license": "MIT"
|
|
7351
|
+
},
|
|
7712
7352
|
"node_modules/jest-circus/node_modules/slash": {
|
|
7713
7353
|
"version": "3.0.0",
|
|
7714
7354
|
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
|
|
@@ -7843,30 +7483,86 @@
|
|
|
7843
7483
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
7844
7484
|
}
|
|
7845
7485
|
},
|
|
7486
|
+
"node_modules/jest-config/node_modules/react-is": {
|
|
7487
|
+
"version": "18.3.1",
|
|
7488
|
+
"resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
|
|
7489
|
+
"integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
|
|
7490
|
+
"license": "MIT"
|
|
7491
|
+
},
|
|
7846
7492
|
"node_modules/jest-config/node_modules/slash": {
|
|
7847
7493
|
"version": "3.0.0",
|
|
7848
7494
|
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
|
|
7849
7495
|
"integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
|
|
7850
7496
|
"license": "MIT",
|
|
7851
7497
|
"engines": {
|
|
7852
|
-
"node": ">=8"
|
|
7498
|
+
"node": ">=8"
|
|
7499
|
+
}
|
|
7500
|
+
},
|
|
7501
|
+
"node_modules/jest-diff": {
|
|
7502
|
+
"version": "30.2.0",
|
|
7503
|
+
"resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-30.2.0.tgz",
|
|
7504
|
+
"integrity": "sha512-dQHFo3Pt4/NLlG5z4PxZ/3yZTZ1C7s9hveiOj+GCN+uT109NC2QgsoVZsVOAvbJ3RgKkvyLGXZV9+piDpWbm6A==",
|
|
7505
|
+
"license": "MIT",
|
|
7506
|
+
"dependencies": {
|
|
7507
|
+
"@jest/diff-sequences": "30.0.1",
|
|
7508
|
+
"@jest/get-type": "30.1.0",
|
|
7509
|
+
"chalk": "^4.1.2",
|
|
7510
|
+
"pretty-format": "30.2.0"
|
|
7511
|
+
},
|
|
7512
|
+
"engines": {
|
|
7513
|
+
"node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
|
|
7514
|
+
}
|
|
7515
|
+
},
|
|
7516
|
+
"node_modules/jest-diff/node_modules/@jest/schemas": {
|
|
7517
|
+
"version": "30.0.5",
|
|
7518
|
+
"resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-30.0.5.tgz",
|
|
7519
|
+
"integrity": "sha512-DmdYgtezMkh3cpU8/1uyXakv3tJRcmcXxBOcO0tbaozPwpmh4YMsnWrQm9ZmZMfa5ocbxzbFk6O4bDPEc/iAnA==",
|
|
7520
|
+
"license": "MIT",
|
|
7521
|
+
"dependencies": {
|
|
7522
|
+
"@sinclair/typebox": "^0.34.0"
|
|
7523
|
+
},
|
|
7524
|
+
"engines": {
|
|
7525
|
+
"node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
|
|
7526
|
+
}
|
|
7527
|
+
},
|
|
7528
|
+
"node_modules/jest-diff/node_modules/@sinclair/typebox": {
|
|
7529
|
+
"version": "0.34.41",
|
|
7530
|
+
"resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.34.41.tgz",
|
|
7531
|
+
"integrity": "sha512-6gS8pZzSXdyRHTIqoqSVknxolr1kzfy4/CeDnrzsVz8TTIWUbOBr6gnzOmTYJ3eXQNh4IYHIGi5aIL7sOZ2G/g==",
|
|
7532
|
+
"license": "MIT"
|
|
7533
|
+
},
|
|
7534
|
+
"node_modules/jest-diff/node_modules/ansi-styles": {
|
|
7535
|
+
"version": "5.2.0",
|
|
7536
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
|
|
7537
|
+
"integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
|
|
7538
|
+
"license": "MIT",
|
|
7539
|
+
"engines": {
|
|
7540
|
+
"node": ">=10"
|
|
7541
|
+
},
|
|
7542
|
+
"funding": {
|
|
7543
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
7853
7544
|
}
|
|
7854
7545
|
},
|
|
7855
|
-
"node_modules/jest-diff": {
|
|
7546
|
+
"node_modules/jest-diff/node_modules/pretty-format": {
|
|
7856
7547
|
"version": "30.2.0",
|
|
7857
|
-
"resolved": "https://registry.npmjs.org/
|
|
7858
|
-
"integrity": "sha512-
|
|
7548
|
+
"resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-30.2.0.tgz",
|
|
7549
|
+
"integrity": "sha512-9uBdv/B4EefsuAL+pWqueZyZS2Ba+LxfFeQ9DN14HU4bN8bhaxKdkpjpB6fs9+pSjIBu+FXQHImEg8j/Lw0+vA==",
|
|
7859
7550
|
"license": "MIT",
|
|
7860
7551
|
"dependencies": {
|
|
7861
|
-
"@jest/
|
|
7862
|
-
"
|
|
7863
|
-
"
|
|
7864
|
-
"pretty-format": "30.2.0"
|
|
7552
|
+
"@jest/schemas": "30.0.5",
|
|
7553
|
+
"ansi-styles": "^5.2.0",
|
|
7554
|
+
"react-is": "^18.3.1"
|
|
7865
7555
|
},
|
|
7866
7556
|
"engines": {
|
|
7867
7557
|
"node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
|
|
7868
7558
|
}
|
|
7869
7559
|
},
|
|
7560
|
+
"node_modules/jest-diff/node_modules/react-is": {
|
|
7561
|
+
"version": "18.3.1",
|
|
7562
|
+
"resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
|
|
7563
|
+
"integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
|
|
7564
|
+
"license": "MIT"
|
|
7565
|
+
},
|
|
7870
7566
|
"node_modules/jest-docblock": {
|
|
7871
7567
|
"version": "29.7.0",
|
|
7872
7568
|
"resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-29.7.0.tgz",
|
|
@@ -7921,6 +7617,12 @@
|
|
|
7921
7617
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
7922
7618
|
}
|
|
7923
7619
|
},
|
|
7620
|
+
"node_modules/jest-each/node_modules/react-is": {
|
|
7621
|
+
"version": "18.3.1",
|
|
7622
|
+
"resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
|
|
7623
|
+
"integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
|
|
7624
|
+
"license": "MIT"
|
|
7625
|
+
},
|
|
7924
7626
|
"node_modules/jest-environment-jsdom": {
|
|
7925
7627
|
"version": "29.6.2",
|
|
7926
7628
|
"resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-29.6.2.tgz",
|
|
@@ -8111,6 +7813,12 @@
|
|
|
8111
7813
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
8112
7814
|
}
|
|
8113
7815
|
},
|
|
7816
|
+
"node_modules/jest-leak-detector/node_modules/react-is": {
|
|
7817
|
+
"version": "18.3.1",
|
|
7818
|
+
"resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
|
|
7819
|
+
"integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
|
|
7820
|
+
"license": "MIT"
|
|
7821
|
+
},
|
|
8114
7822
|
"node_modules/jest-matcher-utils": {
|
|
8115
7823
|
"version": "30.2.0",
|
|
8116
7824
|
"resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-30.2.0.tgz",
|
|
@@ -8126,6 +7834,56 @@
|
|
|
8126
7834
|
"node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
|
|
8127
7835
|
}
|
|
8128
7836
|
},
|
|
7837
|
+
"node_modules/jest-matcher-utils/node_modules/@jest/schemas": {
|
|
7838
|
+
"version": "30.0.5",
|
|
7839
|
+
"resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-30.0.5.tgz",
|
|
7840
|
+
"integrity": "sha512-DmdYgtezMkh3cpU8/1uyXakv3tJRcmcXxBOcO0tbaozPwpmh4YMsnWrQm9ZmZMfa5ocbxzbFk6O4bDPEc/iAnA==",
|
|
7841
|
+
"license": "MIT",
|
|
7842
|
+
"dependencies": {
|
|
7843
|
+
"@sinclair/typebox": "^0.34.0"
|
|
7844
|
+
},
|
|
7845
|
+
"engines": {
|
|
7846
|
+
"node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
|
|
7847
|
+
}
|
|
7848
|
+
},
|
|
7849
|
+
"node_modules/jest-matcher-utils/node_modules/@sinclair/typebox": {
|
|
7850
|
+
"version": "0.34.41",
|
|
7851
|
+
"resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.34.41.tgz",
|
|
7852
|
+
"integrity": "sha512-6gS8pZzSXdyRHTIqoqSVknxolr1kzfy4/CeDnrzsVz8TTIWUbOBr6gnzOmTYJ3eXQNh4IYHIGi5aIL7sOZ2G/g==",
|
|
7853
|
+
"license": "MIT"
|
|
7854
|
+
},
|
|
7855
|
+
"node_modules/jest-matcher-utils/node_modules/ansi-styles": {
|
|
7856
|
+
"version": "5.2.0",
|
|
7857
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
|
|
7858
|
+
"integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
|
|
7859
|
+
"license": "MIT",
|
|
7860
|
+
"engines": {
|
|
7861
|
+
"node": ">=10"
|
|
7862
|
+
},
|
|
7863
|
+
"funding": {
|
|
7864
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
7865
|
+
}
|
|
7866
|
+
},
|
|
7867
|
+
"node_modules/jest-matcher-utils/node_modules/pretty-format": {
|
|
7868
|
+
"version": "30.2.0",
|
|
7869
|
+
"resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-30.2.0.tgz",
|
|
7870
|
+
"integrity": "sha512-9uBdv/B4EefsuAL+pWqueZyZS2Ba+LxfFeQ9DN14HU4bN8bhaxKdkpjpB6fs9+pSjIBu+FXQHImEg8j/Lw0+vA==",
|
|
7871
|
+
"license": "MIT",
|
|
7872
|
+
"dependencies": {
|
|
7873
|
+
"@jest/schemas": "30.0.5",
|
|
7874
|
+
"ansi-styles": "^5.2.0",
|
|
7875
|
+
"react-is": "^18.3.1"
|
|
7876
|
+
},
|
|
7877
|
+
"engines": {
|
|
7878
|
+
"node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
|
|
7879
|
+
}
|
|
7880
|
+
},
|
|
7881
|
+
"node_modules/jest-matcher-utils/node_modules/react-is": {
|
|
7882
|
+
"version": "18.3.1",
|
|
7883
|
+
"resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
|
|
7884
|
+
"integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
|
|
7885
|
+
"license": "MIT"
|
|
7886
|
+
},
|
|
8129
7887
|
"node_modules/jest-message-util": {
|
|
8130
7888
|
"version": "30.2.0",
|
|
8131
7889
|
"resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-30.2.0.tgz",
|
|
@@ -8182,6 +7940,38 @@
|
|
|
8182
7940
|
"integrity": "sha512-6gS8pZzSXdyRHTIqoqSVknxolr1kzfy4/CeDnrzsVz8TTIWUbOBr6gnzOmTYJ3eXQNh4IYHIGi5aIL7sOZ2G/g==",
|
|
8183
7941
|
"license": "MIT"
|
|
8184
7942
|
},
|
|
7943
|
+
"node_modules/jest-message-util/node_modules/ansi-styles": {
|
|
7944
|
+
"version": "5.2.0",
|
|
7945
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
|
|
7946
|
+
"integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
|
|
7947
|
+
"license": "MIT",
|
|
7948
|
+
"engines": {
|
|
7949
|
+
"node": ">=10"
|
|
7950
|
+
},
|
|
7951
|
+
"funding": {
|
|
7952
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
7953
|
+
}
|
|
7954
|
+
},
|
|
7955
|
+
"node_modules/jest-message-util/node_modules/pretty-format": {
|
|
7956
|
+
"version": "30.2.0",
|
|
7957
|
+
"resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-30.2.0.tgz",
|
|
7958
|
+
"integrity": "sha512-9uBdv/B4EefsuAL+pWqueZyZS2Ba+LxfFeQ9DN14HU4bN8bhaxKdkpjpB6fs9+pSjIBu+FXQHImEg8j/Lw0+vA==",
|
|
7959
|
+
"license": "MIT",
|
|
7960
|
+
"dependencies": {
|
|
7961
|
+
"@jest/schemas": "30.0.5",
|
|
7962
|
+
"ansi-styles": "^5.2.0",
|
|
7963
|
+
"react-is": "^18.3.1"
|
|
7964
|
+
},
|
|
7965
|
+
"engines": {
|
|
7966
|
+
"node": "^18.14.0 || ^20.0.0 || ^22.0.0 || >=24.0.0"
|
|
7967
|
+
}
|
|
7968
|
+
},
|
|
7969
|
+
"node_modules/jest-message-util/node_modules/react-is": {
|
|
7970
|
+
"version": "18.3.1",
|
|
7971
|
+
"resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
|
|
7972
|
+
"integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
|
|
7973
|
+
"license": "MIT"
|
|
7974
|
+
},
|
|
8185
7975
|
"node_modules/jest-message-util/node_modules/slash": {
|
|
8186
7976
|
"version": "3.0.0",
|
|
8187
7977
|
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
|
|
@@ -8431,6 +8221,12 @@
|
|
|
8431
8221
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
8432
8222
|
}
|
|
8433
8223
|
},
|
|
8224
|
+
"node_modules/jest-runner/node_modules/react-is": {
|
|
8225
|
+
"version": "18.3.1",
|
|
8226
|
+
"resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
|
|
8227
|
+
"integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
|
|
8228
|
+
"license": "MIT"
|
|
8229
|
+
},
|
|
8434
8230
|
"node_modules/jest-runner/node_modules/slash": {
|
|
8435
8231
|
"version": "3.0.0",
|
|
8436
8232
|
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
|
|
@@ -8543,6 +8339,12 @@
|
|
|
8543
8339
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
8544
8340
|
}
|
|
8545
8341
|
},
|
|
8342
|
+
"node_modules/jest-runtime/node_modules/react-is": {
|
|
8343
|
+
"version": "18.3.1",
|
|
8344
|
+
"resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
|
|
8345
|
+
"integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
|
|
8346
|
+
"license": "MIT"
|
|
8347
|
+
},
|
|
8546
8348
|
"node_modules/jest-runtime/node_modules/slash": {
|
|
8547
8349
|
"version": "3.0.0",
|
|
8548
8350
|
"resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
|
|
@@ -8687,6 +8489,12 @@
|
|
|
8687
8489
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
8688
8490
|
}
|
|
8689
8491
|
},
|
|
8492
|
+
"node_modules/jest-snapshot/node_modules/react-is": {
|
|
8493
|
+
"version": "18.3.1",
|
|
8494
|
+
"resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
|
|
8495
|
+
"integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
|
|
8496
|
+
"license": "MIT"
|
|
8497
|
+
},
|
|
8690
8498
|
"node_modules/jest-snapshot/node_modules/semver": {
|
|
8691
8499
|
"version": "7.7.3",
|
|
8692
8500
|
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
|
|
@@ -8780,6 +8588,12 @@
|
|
|
8780
8588
|
"node": "^14.15.0 || ^16.10.0 || >=18.0.0"
|
|
8781
8589
|
}
|
|
8782
8590
|
},
|
|
8591
|
+
"node_modules/jest-validate/node_modules/react-is": {
|
|
8592
|
+
"version": "18.3.1",
|
|
8593
|
+
"resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
|
|
8594
|
+
"integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
|
|
8595
|
+
"license": "MIT"
|
|
8596
|
+
},
|
|
8783
8597
|
"node_modules/jest-watcher": {
|
|
8784
8598
|
"version": "29.7.0",
|
|
8785
8599
|
"resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-29.7.0.tgz",
|
|
@@ -8899,33 +8713,12 @@
|
|
|
8899
8713
|
"node": ">=6"
|
|
8900
8714
|
}
|
|
8901
8715
|
},
|
|
8902
|
-
"node_modules/json-buffer": {
|
|
8903
|
-
"version": "3.0.1",
|
|
8904
|
-
"resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz",
|
|
8905
|
-
"integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==",
|
|
8906
|
-
"license": "MIT",
|
|
8907
|
-
"peer": true
|
|
8908
|
-
},
|
|
8909
8716
|
"node_modules/json-parse-even-better-errors": {
|
|
8910
8717
|
"version": "2.3.1",
|
|
8911
8718
|
"resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
|
|
8912
8719
|
"integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
|
|
8913
8720
|
"license": "MIT"
|
|
8914
8721
|
},
|
|
8915
|
-
"node_modules/json-schema-traverse": {
|
|
8916
|
-
"version": "0.4.1",
|
|
8917
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
|
|
8918
|
-
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
|
|
8919
|
-
"license": "MIT",
|
|
8920
|
-
"peer": true
|
|
8921
|
-
},
|
|
8922
|
-
"node_modules/json-stable-stringify-without-jsonify": {
|
|
8923
|
-
"version": "1.0.1",
|
|
8924
|
-
"resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
|
|
8925
|
-
"integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
|
|
8926
|
-
"license": "MIT",
|
|
8927
|
-
"peer": true
|
|
8928
|
-
},
|
|
8929
8722
|
"node_modules/json5": {
|
|
8930
8723
|
"version": "2.2.3",
|
|
8931
8724
|
"resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
|
|
@@ -8938,14 +8731,27 @@
|
|
|
8938
8731
|
"node": ">=6"
|
|
8939
8732
|
}
|
|
8940
8733
|
},
|
|
8941
|
-
"node_modules/
|
|
8942
|
-
"version": "
|
|
8943
|
-
"resolved": "https://registry.npmjs.org/
|
|
8944
|
-
"integrity": "sha512-
|
|
8734
|
+
"node_modules/jsonpath": {
|
|
8735
|
+
"version": "1.1.1",
|
|
8736
|
+
"resolved": "https://registry.npmjs.org/jsonpath/-/jsonpath-1.1.1.tgz",
|
|
8737
|
+
"integrity": "sha512-l6Cg7jRpixfbgoWgkrl77dgEj8RPvND0wMH6TwQmi9Qs4TFfS9u5cUFnbeKTwj5ga5Y3BTGGNI28k117LJ009w==",
|
|
8945
8738
|
"license": "MIT",
|
|
8946
|
-
"peer": true,
|
|
8947
8739
|
"dependencies": {
|
|
8948
|
-
"
|
|
8740
|
+
"esprima": "1.2.2",
|
|
8741
|
+
"static-eval": "2.0.2",
|
|
8742
|
+
"underscore": "1.12.1"
|
|
8743
|
+
}
|
|
8744
|
+
},
|
|
8745
|
+
"node_modules/jsonpath/node_modules/esprima": {
|
|
8746
|
+
"version": "1.2.2",
|
|
8747
|
+
"resolved": "https://registry.npmjs.org/esprima/-/esprima-1.2.2.tgz",
|
|
8748
|
+
"integrity": "sha512-+JpPZam9w5DuJ3Q67SqsMGtiHKENSMRVoxvArfJZK01/BfLEObtZ6orJa/MtoGNR/rfMgp5837T41PAmTwAv/A==",
|
|
8749
|
+
"bin": {
|
|
8750
|
+
"esparse": "bin/esparse.js",
|
|
8751
|
+
"esvalidate": "bin/esvalidate.js"
|
|
8752
|
+
},
|
|
8753
|
+
"engines": {
|
|
8754
|
+
"node": ">=0.4.0"
|
|
8949
8755
|
}
|
|
8950
8756
|
},
|
|
8951
8757
|
"node_modules/kind-of": {
|
|
@@ -8986,14 +8792,13 @@
|
|
|
8986
8792
|
}
|
|
8987
8793
|
},
|
|
8988
8794
|
"node_modules/levn": {
|
|
8989
|
-
"version": "0.
|
|
8990
|
-
"resolved": "https://registry.npmjs.org/levn/-/levn-0.
|
|
8991
|
-
"integrity": "sha512
|
|
8795
|
+
"version": "0.3.0",
|
|
8796
|
+
"resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz",
|
|
8797
|
+
"integrity": "sha512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA==",
|
|
8992
8798
|
"license": "MIT",
|
|
8993
|
-
"peer": true,
|
|
8994
8799
|
"dependencies": {
|
|
8995
|
-
"prelude-ls": "
|
|
8996
|
-
"type-check": "~0.
|
|
8800
|
+
"prelude-ls": "~1.1.2",
|
|
8801
|
+
"type-check": "~0.3.2"
|
|
8997
8802
|
},
|
|
8998
8803
|
"engines": {
|
|
8999
8804
|
"node": ">= 0.8.0"
|
|
@@ -9091,6 +8896,15 @@
|
|
|
9091
8896
|
"node": ">=12"
|
|
9092
8897
|
}
|
|
9093
8898
|
},
|
|
8899
|
+
"node_modules/lz-string": {
|
|
8900
|
+
"version": "1.5.0",
|
|
8901
|
+
"resolved": "https://registry.npmjs.org/lz-string/-/lz-string-1.5.0.tgz",
|
|
8902
|
+
"integrity": "sha512-h5bgJWpxJNswbU7qCrV0tIKQCaS3blPDrqKWx+QxzuzL1zGUzij9XCWLrSLsJPu5t+eWA/ycetzYAO5IOMcWAQ==",
|
|
8903
|
+
"license": "MIT",
|
|
8904
|
+
"bin": {
|
|
8905
|
+
"lz-string": "bin/bin.js"
|
|
8906
|
+
}
|
|
8907
|
+
},
|
|
9094
8908
|
"node_modules/make-dir": {
|
|
9095
8909
|
"version": "2.1.0",
|
|
9096
8910
|
"resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz",
|
|
@@ -9632,18 +9446,17 @@
|
|
|
9632
9446
|
}
|
|
9633
9447
|
},
|
|
9634
9448
|
"node_modules/optionator": {
|
|
9635
|
-
"version": "0.
|
|
9636
|
-
"resolved": "https://registry.npmjs.org/optionator/-/optionator-0.
|
|
9637
|
-
"integrity": "sha512
|
|
9449
|
+
"version": "0.8.3",
|
|
9450
|
+
"resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz",
|
|
9451
|
+
"integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==",
|
|
9638
9452
|
"license": "MIT",
|
|
9639
|
-
"peer": true,
|
|
9640
9453
|
"dependencies": {
|
|
9641
|
-
"deep-is": "
|
|
9642
|
-
"fast-levenshtein": "
|
|
9643
|
-
"levn": "
|
|
9644
|
-
"prelude-ls": "
|
|
9645
|
-
"type-check": "
|
|
9646
|
-
"word-wrap": "
|
|
9454
|
+
"deep-is": "~0.1.3",
|
|
9455
|
+
"fast-levenshtein": "~2.0.6",
|
|
9456
|
+
"levn": "~0.3.0",
|
|
9457
|
+
"prelude-ls": "~1.1.2",
|
|
9458
|
+
"type-check": "~0.3.2",
|
|
9459
|
+
"word-wrap": "~1.2.3"
|
|
9647
9460
|
},
|
|
9648
9461
|
"engines": {
|
|
9649
9462
|
"node": ">= 0.8.0"
|
|
@@ -9765,19 +9578,6 @@
|
|
|
9765
9578
|
"node": ">=0.10.0"
|
|
9766
9579
|
}
|
|
9767
9580
|
},
|
|
9768
|
-
"node_modules/parent-module": {
|
|
9769
|
-
"version": "1.0.1",
|
|
9770
|
-
"resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
|
|
9771
|
-
"integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
|
|
9772
|
-
"license": "MIT",
|
|
9773
|
-
"peer": true,
|
|
9774
|
-
"dependencies": {
|
|
9775
|
-
"callsites": "^3.0.0"
|
|
9776
|
-
},
|
|
9777
|
-
"engines": {
|
|
9778
|
-
"node": ">=6"
|
|
9779
|
-
}
|
|
9780
|
-
},
|
|
9781
9581
|
"node_modules/parse-json": {
|
|
9782
9582
|
"version": "5.2.0",
|
|
9783
9583
|
"resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
|
|
@@ -10155,57 +9955,60 @@
|
|
|
10155
9955
|
}
|
|
10156
9956
|
},
|
|
10157
9957
|
"node_modules/prelude-ls": {
|
|
10158
|
-
"version": "1.2
|
|
10159
|
-
"resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.
|
|
10160
|
-
"integrity": "sha512-
|
|
10161
|
-
"license": "MIT",
|
|
10162
|
-
"peer": true,
|
|
9958
|
+
"version": "1.1.2",
|
|
9959
|
+
"resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz",
|
|
9960
|
+
"integrity": "sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==",
|
|
10163
9961
|
"engines": {
|
|
10164
9962
|
"node": ">= 0.8.0"
|
|
10165
9963
|
}
|
|
10166
9964
|
},
|
|
10167
9965
|
"node_modules/pretty-format": {
|
|
10168
|
-
"version": "
|
|
10169
|
-
"resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-
|
|
10170
|
-
"integrity": "sha512-
|
|
9966
|
+
"version": "26.6.2",
|
|
9967
|
+
"resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-26.6.2.tgz",
|
|
9968
|
+
"integrity": "sha512-7AeGuCYNGmycyQbCqd/3PWH4eOoX/OiCa0uphp57NVTeAGdJGaAliecxwBDHYQCIvrW7aDBZCYeNTP/WX69mkg==",
|
|
10171
9969
|
"license": "MIT",
|
|
10172
9970
|
"dependencies": {
|
|
10173
|
-
"@jest/
|
|
10174
|
-
"ansi-
|
|
10175
|
-
"
|
|
9971
|
+
"@jest/types": "^26.6.2",
|
|
9972
|
+
"ansi-regex": "^5.0.0",
|
|
9973
|
+
"ansi-styles": "^4.0.0",
|
|
9974
|
+
"react-is": "^17.0.1"
|
|
10176
9975
|
},
|
|
10177
9976
|
"engines": {
|
|
10178
|
-
"node": "
|
|
9977
|
+
"node": ">= 10"
|
|
10179
9978
|
}
|
|
10180
9979
|
},
|
|
10181
|
-
"node_modules/pretty-format/node_modules/@jest/
|
|
10182
|
-
"version": "
|
|
10183
|
-
"resolved": "https://registry.npmjs.org/@jest/
|
|
10184
|
-
"integrity": "sha512-
|
|
9980
|
+
"node_modules/pretty-format/node_modules/@jest/types": {
|
|
9981
|
+
"version": "26.6.2",
|
|
9982
|
+
"resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz",
|
|
9983
|
+
"integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==",
|
|
10185
9984
|
"license": "MIT",
|
|
10186
9985
|
"dependencies": {
|
|
10187
|
-
"@
|
|
9986
|
+
"@types/istanbul-lib-coverage": "^2.0.0",
|
|
9987
|
+
"@types/istanbul-reports": "^3.0.0",
|
|
9988
|
+
"@types/node": "*",
|
|
9989
|
+
"@types/yargs": "^15.0.0",
|
|
9990
|
+
"chalk": "^4.0.0"
|
|
10188
9991
|
},
|
|
10189
9992
|
"engines": {
|
|
10190
|
-
"node": "
|
|
9993
|
+
"node": ">= 10.14.2"
|
|
10191
9994
|
}
|
|
10192
9995
|
},
|
|
10193
|
-
"node_modules/pretty-format/node_modules/@
|
|
10194
|
-
"version": "0.
|
|
10195
|
-
"resolved": "https://registry.npmjs.org/@
|
|
10196
|
-
"integrity": "sha512-
|
|
10197
|
-
"license": "MIT"
|
|
9996
|
+
"node_modules/pretty-format/node_modules/@types/yargs": {
|
|
9997
|
+
"version": "15.0.20",
|
|
9998
|
+
"resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.20.tgz",
|
|
9999
|
+
"integrity": "sha512-KIkX+/GgfFitlASYCGoSF+T4XRXhOubJLhkLVtSfsRTe9jWMmuM2g28zQ41BtPTG7TRBb2xHW+LCNVE9QR/vsg==",
|
|
10000
|
+
"license": "MIT",
|
|
10001
|
+
"dependencies": {
|
|
10002
|
+
"@types/yargs-parser": "*"
|
|
10003
|
+
}
|
|
10198
10004
|
},
|
|
10199
|
-
"node_modules/pretty-format/node_modules/ansi-
|
|
10200
|
-
"version": "5.
|
|
10201
|
-
"resolved": "https://registry.npmjs.org/ansi-
|
|
10202
|
-
"integrity": "sha512-
|
|
10005
|
+
"node_modules/pretty-format/node_modules/ansi-regex": {
|
|
10006
|
+
"version": "5.0.1",
|
|
10007
|
+
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
|
10008
|
+
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
|
10203
10009
|
"license": "MIT",
|
|
10204
10010
|
"engines": {
|
|
10205
|
-
"node": ">=
|
|
10206
|
-
},
|
|
10207
|
-
"funding": {
|
|
10208
|
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
10011
|
+
"node": ">=8"
|
|
10209
10012
|
}
|
|
10210
10013
|
},
|
|
10211
10014
|
"node_modules/progress": {
|
|
@@ -10333,33 +10136,26 @@
|
|
|
10333
10136
|
],
|
|
10334
10137
|
"license": "MIT"
|
|
10335
10138
|
},
|
|
10336
|
-
"node_modules/react": {
|
|
10337
|
-
"version": "
|
|
10338
|
-
"resolved": "https://registry.npmjs.org/react/-/react-
|
|
10339
|
-
"integrity": "sha512-
|
|
10340
|
-
"license": "MIT",
|
|
10341
|
-
"peer": true,
|
|
10342
|
-
"engines": {
|
|
10343
|
-
"node": ">=0.10.0"
|
|
10344
|
-
}
|
|
10345
|
-
},
|
|
10346
|
-
"node_modules/react-dom": {
|
|
10347
|
-
"version": "19.2.3",
|
|
10348
|
-
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.3.tgz",
|
|
10349
|
-
"integrity": "sha512-yELu4WmLPw5Mr/lmeEpox5rw3RETacE++JgHqQzd2dg+YbJuat3jH4ingc+WPZhxaoFzdv9y33G+F7Nl5O0GBg==",
|
|
10139
|
+
"node_modules/react-error-boundary": {
|
|
10140
|
+
"version": "3.1.4",
|
|
10141
|
+
"resolved": "https://registry.npmjs.org/react-error-boundary/-/react-error-boundary-3.1.4.tgz",
|
|
10142
|
+
"integrity": "sha512-uM9uPzZJTF6wRQORmSrvOIgt4lJ9MC1sNgEOj2XGsDTRE4kmpWxg7ENK9EWNKJRMAOY9z0MuF4yIfl6gp4sotA==",
|
|
10350
10143
|
"license": "MIT",
|
|
10351
|
-
"peer": true,
|
|
10352
10144
|
"dependencies": {
|
|
10353
|
-
"
|
|
10145
|
+
"@babel/runtime": "^7.12.5"
|
|
10146
|
+
},
|
|
10147
|
+
"engines": {
|
|
10148
|
+
"node": ">=10",
|
|
10149
|
+
"npm": ">=6"
|
|
10354
10150
|
},
|
|
10355
10151
|
"peerDependencies": {
|
|
10356
|
-
"react": "
|
|
10152
|
+
"react": ">=16.13.1"
|
|
10357
10153
|
}
|
|
10358
10154
|
},
|
|
10359
10155
|
"node_modules/react-is": {
|
|
10360
|
-
"version": "
|
|
10361
|
-
"resolved": "https://registry.npmjs.org/react-is/-/react-is-
|
|
10362
|
-
"integrity": "sha512
|
|
10156
|
+
"version": "17.0.2",
|
|
10157
|
+
"resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",
|
|
10158
|
+
"integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==",
|
|
10363
10159
|
"license": "MIT"
|
|
10364
10160
|
},
|
|
10365
10161
|
"node_modules/read-package-up": {
|
|
@@ -10816,13 +10612,6 @@
|
|
|
10816
10612
|
"node": ">=v12.22.7"
|
|
10817
10613
|
}
|
|
10818
10614
|
},
|
|
10819
|
-
"node_modules/scheduler": {
|
|
10820
|
-
"version": "0.27.0",
|
|
10821
|
-
"resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.27.0.tgz",
|
|
10822
|
-
"integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==",
|
|
10823
|
-
"license": "MIT",
|
|
10824
|
-
"peer": true
|
|
10825
|
-
},
|
|
10826
10615
|
"node_modules/seed-random": {
|
|
10827
10616
|
"version": "2.2.0",
|
|
10828
10617
|
"resolved": "https://registry.npmjs.org/seed-random/-/seed-random-2.2.0.tgz",
|
|
@@ -11119,6 +10908,46 @@
|
|
|
11119
10908
|
"integrity": "sha512-oeVtt7eWQS+Na6F//S4kJ2K2VbRlS9D43mAlMyVpVWovy9o+jfgH8O9agzANzaiLjclA0oYzUXEM4PurhSUChw==",
|
|
11120
10909
|
"license": "MIT"
|
|
11121
10910
|
},
|
|
10911
|
+
"node_modules/static-eval": {
|
|
10912
|
+
"version": "2.0.2",
|
|
10913
|
+
"resolved": "https://registry.npmjs.org/static-eval/-/static-eval-2.0.2.tgz",
|
|
10914
|
+
"integrity": "sha512-N/D219Hcr2bPjLxPiV+TQE++Tsmrady7TqAJugLy7Xk1EumfDWS/f5dtBbkRCGE7wKKXuYockQoj8Rm2/pVKyg==",
|
|
10915
|
+
"license": "MIT",
|
|
10916
|
+
"dependencies": {
|
|
10917
|
+
"escodegen": "^1.8.1"
|
|
10918
|
+
}
|
|
10919
|
+
},
|
|
10920
|
+
"node_modules/static-eval/node_modules/escodegen": {
|
|
10921
|
+
"version": "1.14.3",
|
|
10922
|
+
"resolved": "https://registry.npmjs.org/escodegen/-/escodegen-1.14.3.tgz",
|
|
10923
|
+
"integrity": "sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw==",
|
|
10924
|
+
"license": "BSD-2-Clause",
|
|
10925
|
+
"dependencies": {
|
|
10926
|
+
"esprima": "^4.0.1",
|
|
10927
|
+
"estraverse": "^4.2.0",
|
|
10928
|
+
"esutils": "^2.0.2",
|
|
10929
|
+
"optionator": "^0.8.1"
|
|
10930
|
+
},
|
|
10931
|
+
"bin": {
|
|
10932
|
+
"escodegen": "bin/escodegen.js",
|
|
10933
|
+
"esgenerate": "bin/esgenerate.js"
|
|
10934
|
+
},
|
|
10935
|
+
"engines": {
|
|
10936
|
+
"node": ">=4.0"
|
|
10937
|
+
},
|
|
10938
|
+
"optionalDependencies": {
|
|
10939
|
+
"source-map": "~0.6.1"
|
|
10940
|
+
}
|
|
10941
|
+
},
|
|
10942
|
+
"node_modules/static-eval/node_modules/estraverse": {
|
|
10943
|
+
"version": "4.3.0",
|
|
10944
|
+
"resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz",
|
|
10945
|
+
"integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==",
|
|
10946
|
+
"license": "BSD-2-Clause",
|
|
10947
|
+
"engines": {
|
|
10948
|
+
"node": ">=4.0"
|
|
10949
|
+
}
|
|
10950
|
+
},
|
|
11122
10951
|
"node_modules/stop-iteration-iterator": {
|
|
11123
10952
|
"version": "1.1.0",
|
|
11124
10953
|
"resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.1.0.tgz",
|
|
@@ -11481,13 +11310,12 @@
|
|
|
11481
11310
|
"license": "0BSD"
|
|
11482
11311
|
},
|
|
11483
11312
|
"node_modules/type-check": {
|
|
11484
|
-
"version": "0.
|
|
11485
|
-
"resolved": "https://registry.npmjs.org/type-check/-/type-check-0.
|
|
11486
|
-
"integrity": "sha512-
|
|
11313
|
+
"version": "0.3.2",
|
|
11314
|
+
"resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz",
|
|
11315
|
+
"integrity": "sha512-ZCmOJdvOWDBYJlzAoFkC+Q0+bUyEOS1ltgp1MGU03fqHG+dbi9tBFU2Rd9QKiDZFAYrhPh2JUf7rZRIuHRKtOg==",
|
|
11487
11316
|
"license": "MIT",
|
|
11488
|
-
"peer": true,
|
|
11489
11317
|
"dependencies": {
|
|
11490
|
-
"prelude-ls": "
|
|
11318
|
+
"prelude-ls": "~1.1.2"
|
|
11491
11319
|
},
|
|
11492
11320
|
"engines": {
|
|
11493
11321
|
"node": ">= 0.8.0"
|
|
@@ -11592,21 +11420,6 @@
|
|
|
11592
11420
|
"url": "https://github.com/sponsors/ljharb"
|
|
11593
11421
|
}
|
|
11594
11422
|
},
|
|
11595
|
-
"node_modules/typescript": {
|
|
11596
|
-
"version": "5.1.6",
|
|
11597
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.1.6.tgz",
|
|
11598
|
-
"integrity": "sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA==",
|
|
11599
|
-
"devOptional": true,
|
|
11600
|
-
"license": "Apache-2.0",
|
|
11601
|
-
"peer": true,
|
|
11602
|
-
"bin": {
|
|
11603
|
-
"tsc": "bin/tsc",
|
|
11604
|
-
"tsserver": "bin/tsserver"
|
|
11605
|
-
},
|
|
11606
|
-
"engines": {
|
|
11607
|
-
"node": ">=14.17"
|
|
11608
|
-
}
|
|
11609
|
-
},
|
|
11610
11423
|
"node_modules/unbox-primitive": {
|
|
11611
11424
|
"version": "1.1.0",
|
|
11612
11425
|
"resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.1.0.tgz",
|
|
@@ -11626,6 +11439,12 @@
|
|
|
11626
11439
|
"url": "https://github.com/sponsors/ljharb"
|
|
11627
11440
|
}
|
|
11628
11441
|
},
|
|
11442
|
+
"node_modules/underscore": {
|
|
11443
|
+
"version": "1.12.1",
|
|
11444
|
+
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz",
|
|
11445
|
+
"integrity": "sha512-hEQt0+ZLDVUMhebKxL4x1BTtDY7bavVofhZ9KZ4aI26X9SRaE+Y3m83XUL1UP2jn8ynjndwCCpEHdUG+9pP1Tw==",
|
|
11446
|
+
"license": "MIT"
|
|
11447
|
+
},
|
|
11629
11448
|
"node_modules/undici-types": {
|
|
11630
11449
|
"version": "7.16.0",
|
|
11631
11450
|
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
|
|
@@ -11704,9 +11523,9 @@
|
|
|
11704
11523
|
}
|
|
11705
11524
|
},
|
|
11706
11525
|
"node_modules/update-browserslist-db": {
|
|
11707
|
-
"version": "1.2.
|
|
11708
|
-
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.
|
|
11709
|
-
"integrity": "sha512-
|
|
11526
|
+
"version": "1.2.3",
|
|
11527
|
+
"resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.2.3.tgz",
|
|
11528
|
+
"integrity": "sha512-Js0m9cx+qOgDxo0eMiFGEueWztz+d4+M3rGlmKPT+T4IS/jP4ylw3Nwpu6cpTTP8R1MAC1kF4VbdLt3ARf209w==",
|
|
11710
11529
|
"funding": [
|
|
11711
11530
|
{
|
|
11712
11531
|
"type": "opencollective",
|
|
@@ -11742,16 +11561,6 @@
|
|
|
11742
11561
|
"tslib": "^2.0.3"
|
|
11743
11562
|
}
|
|
11744
11563
|
},
|
|
11745
|
-
"node_modules/uri-js": {
|
|
11746
|
-
"version": "4.4.1",
|
|
11747
|
-
"resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
|
|
11748
|
-
"integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
|
|
11749
|
-
"license": "BSD-2-Clause",
|
|
11750
|
-
"peer": true,
|
|
11751
|
-
"dependencies": {
|
|
11752
|
-
"punycode": "^2.1.0"
|
|
11753
|
-
}
|
|
11754
|
-
},
|
|
11755
11564
|
"node_modules/url-parse": {
|
|
11756
11565
|
"version": "1.5.10",
|
|
11757
11566
|
"resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz",
|
|
@@ -12048,7 +11857,6 @@
|
|
|
12048
11857
|
"resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz",
|
|
12049
11858
|
"integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==",
|
|
12050
11859
|
"license": "MIT",
|
|
12051
|
-
"peer": true,
|
|
12052
11860
|
"engines": {
|
|
12053
11861
|
"node": ">=0.10.0"
|
|
12054
11862
|
}
|