@salesforce/plugin-lightning-dev 5.0.29 → 5.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -8
- package/lib/commands/lightning/dev/component.d.ts +10 -2
- package/lib/commands/lightning/dev/component.js +66 -28
- package/lib/commands/lightning/dev/component.js.map +1 -1
- package/lib/shared/metaUtils.d.ts +78 -0
- package/lib/shared/metaUtils.js +187 -0
- package/lib/shared/metaUtils.js.map +1 -0
- package/lib/shared/previewUtils.d.ts +11 -0
- package/lib/shared/previewUtils.js +19 -1
- package/lib/shared/previewUtils.js.map +1 -1
- package/npm-shrinkwrap.json +1727 -1262
- package/oclif.lock +747 -615
- package/oclif.manifest.json +8 -1
- package/package.json +12 -12
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-lightning-dev",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.1.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-lightning-dev",
|
|
9
|
-
"version": "5.
|
|
9
|
+
"version": "5.1.1",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@inquirer/prompts": "^5.3.8",
|
|
13
13
|
"@inquirer/select": "^2.4.7",
|
|
14
|
-
"@lwc/lwc-dev-server": "~13.2.
|
|
15
|
-
"@lwc/sfdc-lwc-compiler": "~13.
|
|
14
|
+
"@lwc/lwc-dev-server": "~13.2.20",
|
|
15
|
+
"@lwc/sfdc-lwc-compiler": "~13.3.6",
|
|
16
16
|
"@lwrjs/api": "0.18.3",
|
|
17
17
|
"@oclif/core": "^4.5.6",
|
|
18
18
|
"@salesforce/core": "^8.23.3",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"@salesforce/lwc-dev-mobile-core": "4.0.0-alpha.14",
|
|
21
21
|
"@salesforce/sf-plugins-core": "^11.2.4",
|
|
22
22
|
"axios": "^1.13.2",
|
|
23
|
-
"glob": "^
|
|
24
|
-
"lwc": "~8.
|
|
23
|
+
"glob": "^12.0.0",
|
|
24
|
+
"lwc": "~8.25.1",
|
|
25
25
|
"node-fetch": "^3.3.2",
|
|
26
26
|
"open": "^10.2.0",
|
|
27
27
|
"xml2js": "^0.6.2"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
30
|
+
"@oclif/plugin-command-snapshot": "^5.3.8",
|
|
31
31
|
"@salesforce/cli-plugins-testkit": "^5.3.41",
|
|
32
32
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
33
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
33
|
+
"@salesforce/plugin-command-reference": "^3.1.79",
|
|
34
34
|
"@types/node-fetch": "^2.6.13",
|
|
35
35
|
"@types/xml2js": "^0.4.14",
|
|
36
36
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
43
43
|
"eslint-plugin-unicorn": "^50.0.1",
|
|
44
44
|
"esmock": "^2.7.3",
|
|
45
|
-
"oclif": "^4.22.
|
|
45
|
+
"oclif": "^4.22.53",
|
|
46
46
|
"ts-node": "^10.9.2",
|
|
47
47
|
"typescript": "^5.5.4"
|
|
48
48
|
},
|
|
@@ -469,46 +469,46 @@
|
|
|
469
469
|
}
|
|
470
470
|
},
|
|
471
471
|
"node_modules/@aws-sdk/client-cloudfront": {
|
|
472
|
-
"version": "3.
|
|
473
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/client-cloudfront/-/client-cloudfront-3.
|
|
474
|
-
"integrity": "sha512-
|
|
472
|
+
"version": "3.946.0",
|
|
473
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/client-cloudfront/-/client-cloudfront-3.946.0.tgz",
|
|
474
|
+
"integrity": "sha512-oGxaDbtQ3pZ3qjTBpqOR2xUyddmJn/3fq+nW7aLzZCLTKDEWVqinPrUw5IBwXt9DVFZNSLPEDmeMsT5lzZkVng==",
|
|
475
475
|
"dev": true,
|
|
476
476
|
"license": "Apache-2.0",
|
|
477
477
|
"dependencies": {
|
|
478
478
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
479
479
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
480
|
-
"@aws-sdk/core": "3.
|
|
481
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
482
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
483
|
-
"@aws-sdk/middleware-logger": "3.
|
|
484
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
485
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
486
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
487
|
-
"@aws-sdk/types": "3.
|
|
488
|
-
"@aws-sdk/util-endpoints": "3.
|
|
489
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
490
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
480
|
+
"@aws-sdk/core": "3.946.0",
|
|
481
|
+
"@aws-sdk/credential-provider-node": "3.946.0",
|
|
482
|
+
"@aws-sdk/middleware-host-header": "3.936.0",
|
|
483
|
+
"@aws-sdk/middleware-logger": "3.936.0",
|
|
484
|
+
"@aws-sdk/middleware-recursion-detection": "3.936.0",
|
|
485
|
+
"@aws-sdk/middleware-user-agent": "3.946.0",
|
|
486
|
+
"@aws-sdk/region-config-resolver": "3.936.0",
|
|
487
|
+
"@aws-sdk/types": "3.936.0",
|
|
488
|
+
"@aws-sdk/util-endpoints": "3.936.0",
|
|
489
|
+
"@aws-sdk/util-user-agent-browser": "3.936.0",
|
|
490
|
+
"@aws-sdk/util-user-agent-node": "3.946.0",
|
|
491
491
|
"@smithy/config-resolver": "^4.4.3",
|
|
492
|
-
"@smithy/core": "^3.18.
|
|
492
|
+
"@smithy/core": "^3.18.7",
|
|
493
493
|
"@smithy/fetch-http-handler": "^5.3.6",
|
|
494
494
|
"@smithy/hash-node": "^4.2.5",
|
|
495
495
|
"@smithy/invalid-dependency": "^4.2.5",
|
|
496
496
|
"@smithy/middleware-content-length": "^4.2.5",
|
|
497
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
498
|
-
"@smithy/middleware-retry": "^4.4.
|
|
499
|
-
"@smithy/middleware-serde": "^4.2.
|
|
497
|
+
"@smithy/middleware-endpoint": "^4.3.14",
|
|
498
|
+
"@smithy/middleware-retry": "^4.4.14",
|
|
499
|
+
"@smithy/middleware-serde": "^4.2.6",
|
|
500
500
|
"@smithy/middleware-stack": "^4.2.5",
|
|
501
501
|
"@smithy/node-config-provider": "^4.3.5",
|
|
502
502
|
"@smithy/node-http-handler": "^4.4.5",
|
|
503
503
|
"@smithy/protocol-http": "^5.3.5",
|
|
504
|
-
"@smithy/smithy-client": "^4.9.
|
|
504
|
+
"@smithy/smithy-client": "^4.9.10",
|
|
505
505
|
"@smithy/types": "^4.9.0",
|
|
506
506
|
"@smithy/url-parser": "^4.2.5",
|
|
507
507
|
"@smithy/util-base64": "^4.3.0",
|
|
508
508
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
509
509
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
510
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
511
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
510
|
+
"@smithy/util-defaults-mode-browser": "^4.3.13",
|
|
511
|
+
"@smithy/util-defaults-mode-node": "^4.2.16",
|
|
512
512
|
"@smithy/util-endpoints": "^3.2.5",
|
|
513
513
|
"@smithy/util-middleware": "^4.2.5",
|
|
514
514
|
"@smithy/util-retry": "^4.2.5",
|
|
@@ -522,35 +522,35 @@
|
|
|
522
522
|
}
|
|
523
523
|
},
|
|
524
524
|
"node_modules/@aws-sdk/client-s3": {
|
|
525
|
-
"version": "3.
|
|
526
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/client-s3/-/client-s3-3.
|
|
527
|
-
"integrity": "sha512-
|
|
525
|
+
"version": "3.946.0",
|
|
526
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/client-s3/-/client-s3-3.946.0.tgz",
|
|
527
|
+
"integrity": "sha512-Y3ww3yd1wzmS2r3qgH3jg4MxCTdeNrae2J1BmdV+IW/2R2gFWJva5U5GbS6KUSUxanJBRG7gd8uOIi1b0EMOng==",
|
|
528
528
|
"dev": true,
|
|
529
529
|
"license": "Apache-2.0",
|
|
530
530
|
"dependencies": {
|
|
531
531
|
"@aws-crypto/sha1-browser": "5.2.0",
|
|
532
532
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
533
533
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
534
|
-
"@aws-sdk/core": "3.
|
|
535
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
536
|
-
"@aws-sdk/middleware-bucket-endpoint": "3.
|
|
537
|
-
"@aws-sdk/middleware-expect-continue": "3.
|
|
538
|
-
"@aws-sdk/middleware-flexible-checksums": "3.
|
|
539
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
540
|
-
"@aws-sdk/middleware-location-constraint": "3.
|
|
541
|
-
"@aws-sdk/middleware-logger": "3.
|
|
542
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
543
|
-
"@aws-sdk/middleware-sdk-s3": "3.
|
|
544
|
-
"@aws-sdk/middleware-ssec": "3.
|
|
545
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
546
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
547
|
-
"@aws-sdk/signature-v4-multi-region": "3.
|
|
548
|
-
"@aws-sdk/types": "3.
|
|
549
|
-
"@aws-sdk/util-endpoints": "3.
|
|
550
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
551
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
534
|
+
"@aws-sdk/core": "3.946.0",
|
|
535
|
+
"@aws-sdk/credential-provider-node": "3.946.0",
|
|
536
|
+
"@aws-sdk/middleware-bucket-endpoint": "3.936.0",
|
|
537
|
+
"@aws-sdk/middleware-expect-continue": "3.936.0",
|
|
538
|
+
"@aws-sdk/middleware-flexible-checksums": "3.946.0",
|
|
539
|
+
"@aws-sdk/middleware-host-header": "3.936.0",
|
|
540
|
+
"@aws-sdk/middleware-location-constraint": "3.936.0",
|
|
541
|
+
"@aws-sdk/middleware-logger": "3.936.0",
|
|
542
|
+
"@aws-sdk/middleware-recursion-detection": "3.936.0",
|
|
543
|
+
"@aws-sdk/middleware-sdk-s3": "3.946.0",
|
|
544
|
+
"@aws-sdk/middleware-ssec": "3.936.0",
|
|
545
|
+
"@aws-sdk/middleware-user-agent": "3.946.0",
|
|
546
|
+
"@aws-sdk/region-config-resolver": "3.936.0",
|
|
547
|
+
"@aws-sdk/signature-v4-multi-region": "3.946.0",
|
|
548
|
+
"@aws-sdk/types": "3.936.0",
|
|
549
|
+
"@aws-sdk/util-endpoints": "3.936.0",
|
|
550
|
+
"@aws-sdk/util-user-agent-browser": "3.936.0",
|
|
551
|
+
"@aws-sdk/util-user-agent-node": "3.946.0",
|
|
552
552
|
"@smithy/config-resolver": "^4.4.3",
|
|
553
|
-
"@smithy/core": "^3.18.
|
|
553
|
+
"@smithy/core": "^3.18.7",
|
|
554
554
|
"@smithy/eventstream-serde-browser": "^4.2.5",
|
|
555
555
|
"@smithy/eventstream-serde-config-resolver": "^4.3.5",
|
|
556
556
|
"@smithy/eventstream-serde-node": "^4.2.5",
|
|
@@ -561,21 +561,21 @@
|
|
|
561
561
|
"@smithy/invalid-dependency": "^4.2.5",
|
|
562
562
|
"@smithy/md5-js": "^4.2.5",
|
|
563
563
|
"@smithy/middleware-content-length": "^4.2.5",
|
|
564
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
565
|
-
"@smithy/middleware-retry": "^4.4.
|
|
566
|
-
"@smithy/middleware-serde": "^4.2.
|
|
564
|
+
"@smithy/middleware-endpoint": "^4.3.14",
|
|
565
|
+
"@smithy/middleware-retry": "^4.4.14",
|
|
566
|
+
"@smithy/middleware-serde": "^4.2.6",
|
|
567
567
|
"@smithy/middleware-stack": "^4.2.5",
|
|
568
568
|
"@smithy/node-config-provider": "^4.3.5",
|
|
569
569
|
"@smithy/node-http-handler": "^4.4.5",
|
|
570
570
|
"@smithy/protocol-http": "^5.3.5",
|
|
571
|
-
"@smithy/smithy-client": "^4.9.
|
|
571
|
+
"@smithy/smithy-client": "^4.9.10",
|
|
572
572
|
"@smithy/types": "^4.9.0",
|
|
573
573
|
"@smithy/url-parser": "^4.2.5",
|
|
574
574
|
"@smithy/util-base64": "^4.3.0",
|
|
575
575
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
576
576
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
577
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
578
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
577
|
+
"@smithy/util-defaults-mode-browser": "^4.3.13",
|
|
578
|
+
"@smithy/util-defaults-mode-node": "^4.2.16",
|
|
579
579
|
"@smithy/util-endpoints": "^3.2.5",
|
|
580
580
|
"@smithy/util-middleware": "^4.2.5",
|
|
581
581
|
"@smithy/util-retry": "^4.2.5",
|
|
@@ -589,45 +589,45 @@
|
|
|
589
589
|
}
|
|
590
590
|
},
|
|
591
591
|
"node_modules/@aws-sdk/client-sso": {
|
|
592
|
-
"version": "3.
|
|
593
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.
|
|
594
|
-
"integrity": "sha512-
|
|
592
|
+
"version": "3.946.0",
|
|
593
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/client-sso/-/client-sso-3.946.0.tgz",
|
|
594
|
+
"integrity": "sha512-kGAs5iIVyUz4p6TX3pzG5q3cNxXnVpC4pwRC6DCSaSv9ozyPjc2d74FsK4fZ+J+ejtvCdJk72uiuQtWJc86Wuw==",
|
|
595
595
|
"dev": true,
|
|
596
596
|
"license": "Apache-2.0",
|
|
597
597
|
"dependencies": {
|
|
598
598
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
599
599
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
600
|
-
"@aws-sdk/core": "3.
|
|
601
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
602
|
-
"@aws-sdk/middleware-logger": "3.
|
|
603
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
604
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
605
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
606
|
-
"@aws-sdk/types": "3.
|
|
607
|
-
"@aws-sdk/util-endpoints": "3.
|
|
608
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
609
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
600
|
+
"@aws-sdk/core": "3.946.0",
|
|
601
|
+
"@aws-sdk/middleware-host-header": "3.936.0",
|
|
602
|
+
"@aws-sdk/middleware-logger": "3.936.0",
|
|
603
|
+
"@aws-sdk/middleware-recursion-detection": "3.936.0",
|
|
604
|
+
"@aws-sdk/middleware-user-agent": "3.946.0",
|
|
605
|
+
"@aws-sdk/region-config-resolver": "3.936.0",
|
|
606
|
+
"@aws-sdk/types": "3.936.0",
|
|
607
|
+
"@aws-sdk/util-endpoints": "3.936.0",
|
|
608
|
+
"@aws-sdk/util-user-agent-browser": "3.936.0",
|
|
609
|
+
"@aws-sdk/util-user-agent-node": "3.946.0",
|
|
610
610
|
"@smithy/config-resolver": "^4.4.3",
|
|
611
|
-
"@smithy/core": "^3.18.
|
|
611
|
+
"@smithy/core": "^3.18.7",
|
|
612
612
|
"@smithy/fetch-http-handler": "^5.3.6",
|
|
613
613
|
"@smithy/hash-node": "^4.2.5",
|
|
614
614
|
"@smithy/invalid-dependency": "^4.2.5",
|
|
615
615
|
"@smithy/middleware-content-length": "^4.2.5",
|
|
616
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
617
|
-
"@smithy/middleware-retry": "^4.4.
|
|
618
|
-
"@smithy/middleware-serde": "^4.2.
|
|
616
|
+
"@smithy/middleware-endpoint": "^4.3.14",
|
|
617
|
+
"@smithy/middleware-retry": "^4.4.14",
|
|
618
|
+
"@smithy/middleware-serde": "^4.2.6",
|
|
619
619
|
"@smithy/middleware-stack": "^4.2.5",
|
|
620
620
|
"@smithy/node-config-provider": "^4.3.5",
|
|
621
621
|
"@smithy/node-http-handler": "^4.4.5",
|
|
622
622
|
"@smithy/protocol-http": "^5.3.5",
|
|
623
|
-
"@smithy/smithy-client": "^4.9.
|
|
623
|
+
"@smithy/smithy-client": "^4.9.10",
|
|
624
624
|
"@smithy/types": "^4.9.0",
|
|
625
625
|
"@smithy/url-parser": "^4.2.5",
|
|
626
626
|
"@smithy/util-base64": "^4.3.0",
|
|
627
627
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
628
628
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
629
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
630
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
629
|
+
"@smithy/util-defaults-mode-browser": "^4.3.13",
|
|
630
|
+
"@smithy/util-defaults-mode-node": "^4.2.16",
|
|
631
631
|
"@smithy/util-endpoints": "^3.2.5",
|
|
632
632
|
"@smithy/util-middleware": "^4.2.5",
|
|
633
633
|
"@smithy/util-retry": "^4.2.5",
|
|
@@ -639,20 +639,20 @@
|
|
|
639
639
|
}
|
|
640
640
|
},
|
|
641
641
|
"node_modules/@aws-sdk/core": {
|
|
642
|
-
"version": "3.
|
|
643
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.
|
|
644
|
-
"integrity": "sha512-
|
|
642
|
+
"version": "3.946.0",
|
|
643
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/core/-/core-3.946.0.tgz",
|
|
644
|
+
"integrity": "sha512-u2BkbLLVbMFrEiXrko2+S6ih5sUZPlbVyRPtXOqMHlCyzr70sE8kIiD6ba223rQeIFPcYfW/wHc6k4ihW2xxVg==",
|
|
645
645
|
"dev": true,
|
|
646
646
|
"license": "Apache-2.0",
|
|
647
647
|
"dependencies": {
|
|
648
|
-
"@aws-sdk/types": "3.
|
|
648
|
+
"@aws-sdk/types": "3.936.0",
|
|
649
649
|
"@aws-sdk/xml-builder": "3.930.0",
|
|
650
|
-
"@smithy/core": "^3.18.
|
|
650
|
+
"@smithy/core": "^3.18.7",
|
|
651
651
|
"@smithy/node-config-provider": "^4.3.5",
|
|
652
652
|
"@smithy/property-provider": "^4.2.5",
|
|
653
653
|
"@smithy/protocol-http": "^5.3.5",
|
|
654
654
|
"@smithy/signature-v4": "^5.3.5",
|
|
655
|
-
"@smithy/smithy-client": "^4.9.
|
|
655
|
+
"@smithy/smithy-client": "^4.9.10",
|
|
656
656
|
"@smithy/types": "^4.9.0",
|
|
657
657
|
"@smithy/util-base64": "^4.3.0",
|
|
658
658
|
"@smithy/util-middleware": "^4.2.5",
|
|
@@ -664,14 +664,14 @@
|
|
|
664
664
|
}
|
|
665
665
|
},
|
|
666
666
|
"node_modules/@aws-sdk/credential-provider-env": {
|
|
667
|
-
"version": "3.
|
|
668
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.
|
|
669
|
-
"integrity": "sha512-
|
|
667
|
+
"version": "3.946.0",
|
|
668
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.946.0.tgz",
|
|
669
|
+
"integrity": "sha512-P4l+K6wX1tf8LmWUvZofdQ+BgCNyk6Tb9u1H10npvqpuCD+dCM4pXIBq3PQcv/juUBOvLGGREo+Govuh3lfD0Q==",
|
|
670
670
|
"dev": true,
|
|
671
671
|
"license": "Apache-2.0",
|
|
672
672
|
"dependencies": {
|
|
673
|
-
"@aws-sdk/core": "3.
|
|
674
|
-
"@aws-sdk/types": "3.
|
|
673
|
+
"@aws-sdk/core": "3.946.0",
|
|
674
|
+
"@aws-sdk/types": "3.936.0",
|
|
675
675
|
"@smithy/property-provider": "^4.2.5",
|
|
676
676
|
"@smithy/types": "^4.9.0",
|
|
677
677
|
"tslib": "^2.6.2"
|
|
@@ -681,19 +681,19 @@
|
|
|
681
681
|
}
|
|
682
682
|
},
|
|
683
683
|
"node_modules/@aws-sdk/credential-provider-http": {
|
|
684
|
-
"version": "3.
|
|
685
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-http/-/credential-provider-http-3.
|
|
686
|
-
"integrity": "sha512
|
|
684
|
+
"version": "3.946.0",
|
|
685
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-http/-/credential-provider-http-3.946.0.tgz",
|
|
686
|
+
"integrity": "sha512-/zeOJ6E7dGZQ/l2k7KytEoPJX0APIhwt0A79hPf/bUpMF4dDs2P6JmchDrotk0a0Y/MIdNF8sBQ/MEOPnBiYoQ==",
|
|
687
687
|
"dev": true,
|
|
688
688
|
"license": "Apache-2.0",
|
|
689
689
|
"dependencies": {
|
|
690
|
-
"@aws-sdk/core": "3.
|
|
691
|
-
"@aws-sdk/types": "3.
|
|
690
|
+
"@aws-sdk/core": "3.946.0",
|
|
691
|
+
"@aws-sdk/types": "3.936.0",
|
|
692
692
|
"@smithy/fetch-http-handler": "^5.3.6",
|
|
693
693
|
"@smithy/node-http-handler": "^4.4.5",
|
|
694
694
|
"@smithy/property-provider": "^4.2.5",
|
|
695
695
|
"@smithy/protocol-http": "^5.3.5",
|
|
696
|
-
"@smithy/smithy-client": "^4.9.
|
|
696
|
+
"@smithy/smithy-client": "^4.9.10",
|
|
697
697
|
"@smithy/types": "^4.9.0",
|
|
698
698
|
"@smithy/util-stream": "^4.5.6",
|
|
699
699
|
"tslib": "^2.6.2"
|
|
@@ -703,20 +703,21 @@
|
|
|
703
703
|
}
|
|
704
704
|
},
|
|
705
705
|
"node_modules/@aws-sdk/credential-provider-ini": {
|
|
706
|
-
"version": "3.
|
|
707
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.
|
|
708
|
-
"integrity": "sha512-
|
|
706
|
+
"version": "3.946.0",
|
|
707
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-ini/-/credential-provider-ini-3.946.0.tgz",
|
|
708
|
+
"integrity": "sha512-Pdgcra3RivWj/TuZmfFaHbqsvvgnSKO0CxlRUMMr0PgBiCnUhyl+zBktdNOeGsOPH2fUzQpYhcUjYUgVSdcSDQ==",
|
|
709
709
|
"dev": true,
|
|
710
710
|
"license": "Apache-2.0",
|
|
711
711
|
"dependencies": {
|
|
712
|
-
"@aws-sdk/core": "3.
|
|
713
|
-
"@aws-sdk/credential-provider-env": "3.
|
|
714
|
-
"@aws-sdk/credential-provider-http": "3.
|
|
715
|
-
"@aws-sdk/credential-provider-
|
|
716
|
-
"@aws-sdk/credential-provider-
|
|
717
|
-
"@aws-sdk/credential-provider-
|
|
718
|
-
"@aws-sdk/
|
|
719
|
-
"@aws-sdk/
|
|
712
|
+
"@aws-sdk/core": "3.946.0",
|
|
713
|
+
"@aws-sdk/credential-provider-env": "3.946.0",
|
|
714
|
+
"@aws-sdk/credential-provider-http": "3.946.0",
|
|
715
|
+
"@aws-sdk/credential-provider-login": "3.946.0",
|
|
716
|
+
"@aws-sdk/credential-provider-process": "3.946.0",
|
|
717
|
+
"@aws-sdk/credential-provider-sso": "3.946.0",
|
|
718
|
+
"@aws-sdk/credential-provider-web-identity": "3.946.0",
|
|
719
|
+
"@aws-sdk/nested-clients": "3.946.0",
|
|
720
|
+
"@aws-sdk/types": "3.936.0",
|
|
720
721
|
"@smithy/credential-provider-imds": "^4.2.5",
|
|
721
722
|
"@smithy/property-provider": "^4.2.5",
|
|
722
723
|
"@smithy/shared-ini-file-loader": "^4.4.0",
|
|
@@ -727,20 +728,40 @@
|
|
|
727
728
|
"node": ">=18.0.0"
|
|
728
729
|
}
|
|
729
730
|
},
|
|
731
|
+
"node_modules/@aws-sdk/credential-provider-login": {
|
|
732
|
+
"version": "3.946.0",
|
|
733
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-login/-/credential-provider-login-3.946.0.tgz",
|
|
734
|
+
"integrity": "sha512-5iqLNc15u2Zx+7jOdQkIbP62N7n2031tw5hkmIG0DLnozhnk64osOh2CliiOE9x3c4P9Pf4frAwgyy9GzNTk2g==",
|
|
735
|
+
"dev": true,
|
|
736
|
+
"license": "Apache-2.0",
|
|
737
|
+
"dependencies": {
|
|
738
|
+
"@aws-sdk/core": "3.946.0",
|
|
739
|
+
"@aws-sdk/nested-clients": "3.946.0",
|
|
740
|
+
"@aws-sdk/types": "3.936.0",
|
|
741
|
+
"@smithy/property-provider": "^4.2.5",
|
|
742
|
+
"@smithy/protocol-http": "^5.3.5",
|
|
743
|
+
"@smithy/shared-ini-file-loader": "^4.4.0",
|
|
744
|
+
"@smithy/types": "^4.9.0",
|
|
745
|
+
"tslib": "^2.6.2"
|
|
746
|
+
},
|
|
747
|
+
"engines": {
|
|
748
|
+
"node": ">=18.0.0"
|
|
749
|
+
}
|
|
750
|
+
},
|
|
730
751
|
"node_modules/@aws-sdk/credential-provider-node": {
|
|
731
|
-
"version": "3.
|
|
732
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.
|
|
733
|
-
"integrity": "sha512-
|
|
752
|
+
"version": "3.946.0",
|
|
753
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-node/-/credential-provider-node-3.946.0.tgz",
|
|
754
|
+
"integrity": "sha512-I7URUqnBPng1a5y81OImxrwERysZqMBREG6svhhGeZgxmqcpAZ8z5ywILeQXdEOCuuES8phUp/ojzxFjPXp/eA==",
|
|
734
755
|
"dev": true,
|
|
735
756
|
"license": "Apache-2.0",
|
|
736
757
|
"dependencies": {
|
|
737
|
-
"@aws-sdk/credential-provider-env": "3.
|
|
738
|
-
"@aws-sdk/credential-provider-http": "3.
|
|
739
|
-
"@aws-sdk/credential-provider-ini": "3.
|
|
740
|
-
"@aws-sdk/credential-provider-process": "3.
|
|
741
|
-
"@aws-sdk/credential-provider-sso": "3.
|
|
742
|
-
"@aws-sdk/credential-provider-web-identity": "3.
|
|
743
|
-
"@aws-sdk/types": "3.
|
|
758
|
+
"@aws-sdk/credential-provider-env": "3.946.0",
|
|
759
|
+
"@aws-sdk/credential-provider-http": "3.946.0",
|
|
760
|
+
"@aws-sdk/credential-provider-ini": "3.946.0",
|
|
761
|
+
"@aws-sdk/credential-provider-process": "3.946.0",
|
|
762
|
+
"@aws-sdk/credential-provider-sso": "3.946.0",
|
|
763
|
+
"@aws-sdk/credential-provider-web-identity": "3.946.0",
|
|
764
|
+
"@aws-sdk/types": "3.936.0",
|
|
744
765
|
"@smithy/credential-provider-imds": "^4.2.5",
|
|
745
766
|
"@smithy/property-provider": "^4.2.5",
|
|
746
767
|
"@smithy/shared-ini-file-loader": "^4.4.0",
|
|
@@ -752,14 +773,14 @@
|
|
|
752
773
|
}
|
|
753
774
|
},
|
|
754
775
|
"node_modules/@aws-sdk/credential-provider-process": {
|
|
755
|
-
"version": "3.
|
|
756
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.
|
|
757
|
-
"integrity": "sha512-
|
|
776
|
+
"version": "3.946.0",
|
|
777
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-process/-/credential-provider-process-3.946.0.tgz",
|
|
778
|
+
"integrity": "sha512-GtGHX7OGqIeVQ3DlVm5RRF43Qmf3S1+PLJv9svrdvAhAdy2bUb044FdXXqrtSsIfpzTKlHgQUiRo5MWLd35Ntw==",
|
|
758
779
|
"dev": true,
|
|
759
780
|
"license": "Apache-2.0",
|
|
760
781
|
"dependencies": {
|
|
761
|
-
"@aws-sdk/core": "3.
|
|
762
|
-
"@aws-sdk/types": "3.
|
|
782
|
+
"@aws-sdk/core": "3.946.0",
|
|
783
|
+
"@aws-sdk/types": "3.936.0",
|
|
763
784
|
"@smithy/property-provider": "^4.2.5",
|
|
764
785
|
"@smithy/shared-ini-file-loader": "^4.4.0",
|
|
765
786
|
"@smithy/types": "^4.9.0",
|
|
@@ -770,16 +791,16 @@
|
|
|
770
791
|
}
|
|
771
792
|
},
|
|
772
793
|
"node_modules/@aws-sdk/credential-provider-sso": {
|
|
773
|
-
"version": "3.
|
|
774
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.
|
|
775
|
-
"integrity": "sha512-
|
|
794
|
+
"version": "3.946.0",
|
|
795
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-sso/-/credential-provider-sso-3.946.0.tgz",
|
|
796
|
+
"integrity": "sha512-LeGSSt2V5iwYey1ENGY75RmoDP3bA2iE/py8QBKW8EDA8hn74XBLkprhrK5iccOvU3UGWY8WrEKFAFGNjJOL9g==",
|
|
776
797
|
"dev": true,
|
|
777
798
|
"license": "Apache-2.0",
|
|
778
799
|
"dependencies": {
|
|
779
|
-
"@aws-sdk/client-sso": "3.
|
|
780
|
-
"@aws-sdk/core": "3.
|
|
781
|
-
"@aws-sdk/token-providers": "3.
|
|
782
|
-
"@aws-sdk/types": "3.
|
|
800
|
+
"@aws-sdk/client-sso": "3.946.0",
|
|
801
|
+
"@aws-sdk/core": "3.946.0",
|
|
802
|
+
"@aws-sdk/token-providers": "3.946.0",
|
|
803
|
+
"@aws-sdk/types": "3.936.0",
|
|
783
804
|
"@smithy/property-provider": "^4.2.5",
|
|
784
805
|
"@smithy/shared-ini-file-loader": "^4.4.0",
|
|
785
806
|
"@smithy/types": "^4.9.0",
|
|
@@ -790,15 +811,15 @@
|
|
|
790
811
|
}
|
|
791
812
|
},
|
|
792
813
|
"node_modules/@aws-sdk/credential-provider-web-identity": {
|
|
793
|
-
"version": "3.
|
|
794
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.
|
|
795
|
-
"integrity": "sha512-
|
|
814
|
+
"version": "3.946.0",
|
|
815
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-web-identity/-/credential-provider-web-identity-3.946.0.tgz",
|
|
816
|
+
"integrity": "sha512-ocBCvjWfkbjxElBI1QUxOnHldsNhoU0uOICFvuRDAZAoxvypJHN3m5BJkqb7gqorBbcv3LRgmBdEnWXOAvq+7Q==",
|
|
796
817
|
"dev": true,
|
|
797
818
|
"license": "Apache-2.0",
|
|
798
819
|
"dependencies": {
|
|
799
|
-
"@aws-sdk/core": "3.
|
|
800
|
-
"@aws-sdk/nested-clients": "3.
|
|
801
|
-
"@aws-sdk/types": "3.
|
|
820
|
+
"@aws-sdk/core": "3.946.0",
|
|
821
|
+
"@aws-sdk/nested-clients": "3.946.0",
|
|
822
|
+
"@aws-sdk/types": "3.936.0",
|
|
802
823
|
"@smithy/property-provider": "^4.2.5",
|
|
803
824
|
"@smithy/shared-ini-file-loader": "^4.4.0",
|
|
804
825
|
"@smithy/types": "^4.9.0",
|
|
@@ -809,13 +830,13 @@
|
|
|
809
830
|
}
|
|
810
831
|
},
|
|
811
832
|
"node_modules/@aws-sdk/middleware-bucket-endpoint": {
|
|
812
|
-
"version": "3.
|
|
813
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-bucket-endpoint/-/middleware-bucket-endpoint-3.
|
|
814
|
-
"integrity": "sha512-
|
|
833
|
+
"version": "3.936.0",
|
|
834
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-bucket-endpoint/-/middleware-bucket-endpoint-3.936.0.tgz",
|
|
835
|
+
"integrity": "sha512-XLSVVfAorUxZh6dzF+HTOp4R1B5EQcdpGcPliWr0KUj2jukgjZEcqbBmjyMF/p9bmyQsONX80iURF1HLAlW0qg==",
|
|
815
836
|
"dev": true,
|
|
816
837
|
"license": "Apache-2.0",
|
|
817
838
|
"dependencies": {
|
|
818
|
-
"@aws-sdk/types": "3.
|
|
839
|
+
"@aws-sdk/types": "3.936.0",
|
|
819
840
|
"@aws-sdk/util-arn-parser": "3.893.0",
|
|
820
841
|
"@smithy/node-config-provider": "^4.3.5",
|
|
821
842
|
"@smithy/protocol-http": "^5.3.5",
|
|
@@ -828,13 +849,13 @@
|
|
|
828
849
|
}
|
|
829
850
|
},
|
|
830
851
|
"node_modules/@aws-sdk/middleware-expect-continue": {
|
|
831
|
-
"version": "3.
|
|
832
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-expect-continue/-/middleware-expect-continue-3.
|
|
833
|
-
"integrity": "sha512-
|
|
852
|
+
"version": "3.936.0",
|
|
853
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-expect-continue/-/middleware-expect-continue-3.936.0.tgz",
|
|
854
|
+
"integrity": "sha512-Eb4ELAC23bEQLJmUMYnPWcjD3FZIsmz2svDiXEcxRkQU9r7NRID7pM7C5NPH94wOfiCk0b2Y8rVyFXW0lGQwbA==",
|
|
834
855
|
"dev": true,
|
|
835
856
|
"license": "Apache-2.0",
|
|
836
857
|
"dependencies": {
|
|
837
|
-
"@aws-sdk/types": "3.
|
|
858
|
+
"@aws-sdk/types": "3.936.0",
|
|
838
859
|
"@smithy/protocol-http": "^5.3.5",
|
|
839
860
|
"@smithy/types": "^4.9.0",
|
|
840
861
|
"tslib": "^2.6.2"
|
|
@@ -844,17 +865,17 @@
|
|
|
844
865
|
}
|
|
845
866
|
},
|
|
846
867
|
"node_modules/@aws-sdk/middleware-flexible-checksums": {
|
|
847
|
-
"version": "3.
|
|
848
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-flexible-checksums/-/middleware-flexible-checksums-3.
|
|
849
|
-
"integrity": "sha512-
|
|
868
|
+
"version": "3.946.0",
|
|
869
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-flexible-checksums/-/middleware-flexible-checksums-3.946.0.tgz",
|
|
870
|
+
"integrity": "sha512-HJA7RIWsnxcChyZ1hNF/3JICkYCqDonxoeG8FkrmLRBknZ8WVdJiPD420/UwrWaa5F2MuTDA92jxk77rI09h1w==",
|
|
850
871
|
"dev": true,
|
|
851
872
|
"license": "Apache-2.0",
|
|
852
873
|
"dependencies": {
|
|
853
874
|
"@aws-crypto/crc32": "5.2.0",
|
|
854
875
|
"@aws-crypto/crc32c": "5.2.0",
|
|
855
876
|
"@aws-crypto/util": "5.2.0",
|
|
856
|
-
"@aws-sdk/core": "3.
|
|
857
|
-
"@aws-sdk/types": "3.
|
|
877
|
+
"@aws-sdk/core": "3.946.0",
|
|
878
|
+
"@aws-sdk/types": "3.936.0",
|
|
858
879
|
"@smithy/is-array-buffer": "^4.2.0",
|
|
859
880
|
"@smithy/node-config-provider": "^4.3.5",
|
|
860
881
|
"@smithy/protocol-http": "^5.3.5",
|
|
@@ -869,13 +890,13 @@
|
|
|
869
890
|
}
|
|
870
891
|
},
|
|
871
892
|
"node_modules/@aws-sdk/middleware-host-header": {
|
|
872
|
-
"version": "3.
|
|
873
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.
|
|
874
|
-
"integrity": "sha512-
|
|
893
|
+
"version": "3.936.0",
|
|
894
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-host-header/-/middleware-host-header-3.936.0.tgz",
|
|
895
|
+
"integrity": "sha512-tAaObaAnsP1XnLGndfkGWFuzrJYuk9W0b/nLvol66t8FZExIAf/WdkT2NNAWOYxljVs++oHnyHBCxIlaHrzSiw==",
|
|
875
896
|
"dev": true,
|
|
876
897
|
"license": "Apache-2.0",
|
|
877
898
|
"dependencies": {
|
|
878
|
-
"@aws-sdk/types": "3.
|
|
899
|
+
"@aws-sdk/types": "3.936.0",
|
|
879
900
|
"@smithy/protocol-http": "^5.3.5",
|
|
880
901
|
"@smithy/types": "^4.9.0",
|
|
881
902
|
"tslib": "^2.6.2"
|
|
@@ -885,13 +906,13 @@
|
|
|
885
906
|
}
|
|
886
907
|
},
|
|
887
908
|
"node_modules/@aws-sdk/middleware-location-constraint": {
|
|
888
|
-
"version": "3.
|
|
889
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-location-constraint/-/middleware-location-constraint-3.
|
|
890
|
-
"integrity": "sha512-
|
|
909
|
+
"version": "3.936.0",
|
|
910
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-location-constraint/-/middleware-location-constraint-3.936.0.tgz",
|
|
911
|
+
"integrity": "sha512-SCMPenDtQMd9o5da9JzkHz838w3327iqXk3cbNnXWqnNRx6unyW8FL0DZ84gIY12kAyVHz5WEqlWuekc15ehfw==",
|
|
891
912
|
"dev": true,
|
|
892
913
|
"license": "Apache-2.0",
|
|
893
914
|
"dependencies": {
|
|
894
|
-
"@aws-sdk/types": "3.
|
|
915
|
+
"@aws-sdk/types": "3.936.0",
|
|
895
916
|
"@smithy/types": "^4.9.0",
|
|
896
917
|
"tslib": "^2.6.2"
|
|
897
918
|
},
|
|
@@ -900,13 +921,13 @@
|
|
|
900
921
|
}
|
|
901
922
|
},
|
|
902
923
|
"node_modules/@aws-sdk/middleware-logger": {
|
|
903
|
-
"version": "3.
|
|
904
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-logger/-/middleware-logger-3.
|
|
905
|
-
"integrity": "sha512-
|
|
924
|
+
"version": "3.936.0",
|
|
925
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-logger/-/middleware-logger-3.936.0.tgz",
|
|
926
|
+
"integrity": "sha512-aPSJ12d3a3Ea5nyEnLbijCaaYJT2QjQ9iW+zGh5QcZYXmOGWbKVyPSxmVOboZQG+c1M8t6d2O7tqrwzIq8L8qw==",
|
|
906
927
|
"dev": true,
|
|
907
928
|
"license": "Apache-2.0",
|
|
908
929
|
"dependencies": {
|
|
909
|
-
"@aws-sdk/types": "3.
|
|
930
|
+
"@aws-sdk/types": "3.936.0",
|
|
910
931
|
"@smithy/types": "^4.9.0",
|
|
911
932
|
"tslib": "^2.6.2"
|
|
912
933
|
},
|
|
@@ -915,14 +936,14 @@
|
|
|
915
936
|
}
|
|
916
937
|
},
|
|
917
938
|
"node_modules/@aws-sdk/middleware-recursion-detection": {
|
|
918
|
-
"version": "3.
|
|
919
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.
|
|
920
|
-
"integrity": "sha512-
|
|
939
|
+
"version": "3.936.0",
|
|
940
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-recursion-detection/-/middleware-recursion-detection-3.936.0.tgz",
|
|
941
|
+
"integrity": "sha512-l4aGbHpXM45YNgXggIux1HgsCVAvvBoqHPkqLnqMl9QVapfuSTjJHfDYDsx1Xxct6/m7qSMUzanBALhiaGO2fA==",
|
|
921
942
|
"dev": true,
|
|
922
943
|
"license": "Apache-2.0",
|
|
923
944
|
"dependencies": {
|
|
924
|
-
"@aws-sdk/types": "3.
|
|
925
|
-
"@aws/lambda-invoke-store": "^0.
|
|
945
|
+
"@aws-sdk/types": "3.936.0",
|
|
946
|
+
"@aws/lambda-invoke-store": "^0.2.0",
|
|
926
947
|
"@smithy/protocol-http": "^5.3.5",
|
|
927
948
|
"@smithy/types": "^4.9.0",
|
|
928
949
|
"tslib": "^2.6.2"
|
|
@@ -932,20 +953,20 @@
|
|
|
932
953
|
}
|
|
933
954
|
},
|
|
934
955
|
"node_modules/@aws-sdk/middleware-sdk-s3": {
|
|
935
|
-
"version": "3.
|
|
936
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-sdk-s3/-/middleware-sdk-s3-3.
|
|
937
|
-
"integrity": "sha512-
|
|
956
|
+
"version": "3.946.0",
|
|
957
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-sdk-s3/-/middleware-sdk-s3-3.946.0.tgz",
|
|
958
|
+
"integrity": "sha512-0UTFmFd8PX2k/jLu/DBmR+mmLQWAtUGHYps9Rjx3dcXNwaMLaa/39NoV3qn7Dwzfpqc6JZlZzBk+NDOCJIHW9g==",
|
|
938
959
|
"dev": true,
|
|
939
960
|
"license": "Apache-2.0",
|
|
940
961
|
"dependencies": {
|
|
941
|
-
"@aws-sdk/core": "3.
|
|
942
|
-
"@aws-sdk/types": "3.
|
|
962
|
+
"@aws-sdk/core": "3.946.0",
|
|
963
|
+
"@aws-sdk/types": "3.936.0",
|
|
943
964
|
"@aws-sdk/util-arn-parser": "3.893.0",
|
|
944
|
-
"@smithy/core": "^3.18.
|
|
965
|
+
"@smithy/core": "^3.18.7",
|
|
945
966
|
"@smithy/node-config-provider": "^4.3.5",
|
|
946
967
|
"@smithy/protocol-http": "^5.3.5",
|
|
947
968
|
"@smithy/signature-v4": "^5.3.5",
|
|
948
|
-
"@smithy/smithy-client": "^4.9.
|
|
969
|
+
"@smithy/smithy-client": "^4.9.10",
|
|
949
970
|
"@smithy/types": "^4.9.0",
|
|
950
971
|
"@smithy/util-config-provider": "^4.2.0",
|
|
951
972
|
"@smithy/util-middleware": "^4.2.5",
|
|
@@ -958,13 +979,13 @@
|
|
|
958
979
|
}
|
|
959
980
|
},
|
|
960
981
|
"node_modules/@aws-sdk/middleware-ssec": {
|
|
961
|
-
"version": "3.
|
|
962
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-ssec/-/middleware-ssec-3.
|
|
963
|
-
"integrity": "sha512
|
|
982
|
+
"version": "3.936.0",
|
|
983
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-ssec/-/middleware-ssec-3.936.0.tgz",
|
|
984
|
+
"integrity": "sha512-/GLC9lZdVp05ozRik5KsuODR/N7j+W+2TbfdFL3iS+7un+gnP6hC8RDOZd6WhpZp7drXQ9guKiTAxkZQwzS8DA==",
|
|
964
985
|
"dev": true,
|
|
965
986
|
"license": "Apache-2.0",
|
|
966
987
|
"dependencies": {
|
|
967
|
-
"@aws-sdk/types": "3.
|
|
988
|
+
"@aws-sdk/types": "3.936.0",
|
|
968
989
|
"@smithy/types": "^4.9.0",
|
|
969
990
|
"tslib": "^2.6.2"
|
|
970
991
|
},
|
|
@@ -973,16 +994,16 @@
|
|
|
973
994
|
}
|
|
974
995
|
},
|
|
975
996
|
"node_modules/@aws-sdk/middleware-user-agent": {
|
|
976
|
-
"version": "3.
|
|
977
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.
|
|
978
|
-
"integrity": "sha512-
|
|
997
|
+
"version": "3.946.0",
|
|
998
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/middleware-user-agent/-/middleware-user-agent-3.946.0.tgz",
|
|
999
|
+
"integrity": "sha512-7QcljCraeaWQNuqmOoAyZs8KpZcuhPiqdeeKoRd397jVGNRehLFsZbIMOvwaluUDFY11oMyXOkQEERe1Zo2fCw==",
|
|
979
1000
|
"dev": true,
|
|
980
1001
|
"license": "Apache-2.0",
|
|
981
1002
|
"dependencies": {
|
|
982
|
-
"@aws-sdk/core": "3.
|
|
983
|
-
"@aws-sdk/types": "3.
|
|
984
|
-
"@aws-sdk/util-endpoints": "3.
|
|
985
|
-
"@smithy/core": "^3.18.
|
|
1003
|
+
"@aws-sdk/core": "3.946.0",
|
|
1004
|
+
"@aws-sdk/types": "3.936.0",
|
|
1005
|
+
"@aws-sdk/util-endpoints": "3.936.0",
|
|
1006
|
+
"@smithy/core": "^3.18.7",
|
|
986
1007
|
"@smithy/protocol-http": "^5.3.5",
|
|
987
1008
|
"@smithy/types": "^4.9.0",
|
|
988
1009
|
"tslib": "^2.6.2"
|
|
@@ -992,45 +1013,45 @@
|
|
|
992
1013
|
}
|
|
993
1014
|
},
|
|
994
1015
|
"node_modules/@aws-sdk/nested-clients": {
|
|
995
|
-
"version": "3.
|
|
996
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/nested-clients/-/nested-clients-3.
|
|
997
|
-
"integrity": "sha512-
|
|
1016
|
+
"version": "3.946.0",
|
|
1017
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/nested-clients/-/nested-clients-3.946.0.tgz",
|
|
1018
|
+
"integrity": "sha512-rjAtEguukeW8mlyEQMQI56vxFoyWlaNwowmz1p1rav948SUjtrzjHAp4TOQWhibb7AR7BUTHBCgIcyCRjBEf4g==",
|
|
998
1019
|
"dev": true,
|
|
999
1020
|
"license": "Apache-2.0",
|
|
1000
1021
|
"dependencies": {
|
|
1001
1022
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
1002
1023
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
1003
|
-
"@aws-sdk/core": "3.
|
|
1004
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
1005
|
-
"@aws-sdk/middleware-logger": "3.
|
|
1006
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
1007
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
1008
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
1009
|
-
"@aws-sdk/types": "3.
|
|
1010
|
-
"@aws-sdk/util-endpoints": "3.
|
|
1011
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
1012
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
1024
|
+
"@aws-sdk/core": "3.946.0",
|
|
1025
|
+
"@aws-sdk/middleware-host-header": "3.936.0",
|
|
1026
|
+
"@aws-sdk/middleware-logger": "3.936.0",
|
|
1027
|
+
"@aws-sdk/middleware-recursion-detection": "3.936.0",
|
|
1028
|
+
"@aws-sdk/middleware-user-agent": "3.946.0",
|
|
1029
|
+
"@aws-sdk/region-config-resolver": "3.936.0",
|
|
1030
|
+
"@aws-sdk/types": "3.936.0",
|
|
1031
|
+
"@aws-sdk/util-endpoints": "3.936.0",
|
|
1032
|
+
"@aws-sdk/util-user-agent-browser": "3.936.0",
|
|
1033
|
+
"@aws-sdk/util-user-agent-node": "3.946.0",
|
|
1013
1034
|
"@smithy/config-resolver": "^4.4.3",
|
|
1014
|
-
"@smithy/core": "^3.18.
|
|
1035
|
+
"@smithy/core": "^3.18.7",
|
|
1015
1036
|
"@smithy/fetch-http-handler": "^5.3.6",
|
|
1016
1037
|
"@smithy/hash-node": "^4.2.5",
|
|
1017
1038
|
"@smithy/invalid-dependency": "^4.2.5",
|
|
1018
1039
|
"@smithy/middleware-content-length": "^4.2.5",
|
|
1019
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
1020
|
-
"@smithy/middleware-retry": "^4.4.
|
|
1021
|
-
"@smithy/middleware-serde": "^4.2.
|
|
1040
|
+
"@smithy/middleware-endpoint": "^4.3.14",
|
|
1041
|
+
"@smithy/middleware-retry": "^4.4.14",
|
|
1042
|
+
"@smithy/middleware-serde": "^4.2.6",
|
|
1022
1043
|
"@smithy/middleware-stack": "^4.2.5",
|
|
1023
1044
|
"@smithy/node-config-provider": "^4.3.5",
|
|
1024
1045
|
"@smithy/node-http-handler": "^4.4.5",
|
|
1025
1046
|
"@smithy/protocol-http": "^5.3.5",
|
|
1026
|
-
"@smithy/smithy-client": "^4.9.
|
|
1047
|
+
"@smithy/smithy-client": "^4.9.10",
|
|
1027
1048
|
"@smithy/types": "^4.9.0",
|
|
1028
1049
|
"@smithy/url-parser": "^4.2.5",
|
|
1029
1050
|
"@smithy/util-base64": "^4.3.0",
|
|
1030
1051
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
1031
1052
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
1032
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
1033
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
1053
|
+
"@smithy/util-defaults-mode-browser": "^4.3.13",
|
|
1054
|
+
"@smithy/util-defaults-mode-node": "^4.2.16",
|
|
1034
1055
|
"@smithy/util-endpoints": "^3.2.5",
|
|
1035
1056
|
"@smithy/util-middleware": "^4.2.5",
|
|
1036
1057
|
"@smithy/util-retry": "^4.2.5",
|
|
@@ -1042,13 +1063,13 @@
|
|
|
1042
1063
|
}
|
|
1043
1064
|
},
|
|
1044
1065
|
"node_modules/@aws-sdk/region-config-resolver": {
|
|
1045
|
-
"version": "3.
|
|
1046
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/region-config-resolver/-/region-config-resolver-3.
|
|
1047
|
-
"integrity": "sha512-
|
|
1066
|
+
"version": "3.936.0",
|
|
1067
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/region-config-resolver/-/region-config-resolver-3.936.0.tgz",
|
|
1068
|
+
"integrity": "sha512-wOKhzzWsshXGduxO4pqSiNyL9oUtk4BEvjWm9aaq6Hmfdoydq6v6t0rAGHWPjFwy9z2haovGRi3C8IxdMB4muw==",
|
|
1048
1069
|
"dev": true,
|
|
1049
1070
|
"license": "Apache-2.0",
|
|
1050
1071
|
"dependencies": {
|
|
1051
|
-
"@aws-sdk/types": "3.
|
|
1072
|
+
"@aws-sdk/types": "3.936.0",
|
|
1052
1073
|
"@smithy/config-resolver": "^4.4.3",
|
|
1053
1074
|
"@smithy/node-config-provider": "^4.3.5",
|
|
1054
1075
|
"@smithy/types": "^4.9.0",
|
|
@@ -1059,14 +1080,14 @@
|
|
|
1059
1080
|
}
|
|
1060
1081
|
},
|
|
1061
1082
|
"node_modules/@aws-sdk/signature-v4-multi-region": {
|
|
1062
|
-
"version": "3.
|
|
1063
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/signature-v4-multi-region/-/signature-v4-multi-region-3.
|
|
1064
|
-
"integrity": "sha512-
|
|
1083
|
+
"version": "3.946.0",
|
|
1084
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/signature-v4-multi-region/-/signature-v4-multi-region-3.946.0.tgz",
|
|
1085
|
+
"integrity": "sha512-61FZ685lKiJuQ06g6U7K3PL9EwKCxNm51wNlxyKV57nnl1GrLD0NC8O3/hDNkCQLNBArT9y3IXl2H7TtIxP8Jg==",
|
|
1065
1086
|
"dev": true,
|
|
1066
1087
|
"license": "Apache-2.0",
|
|
1067
1088
|
"dependencies": {
|
|
1068
|
-
"@aws-sdk/middleware-sdk-s3": "3.
|
|
1069
|
-
"@aws-sdk/types": "3.
|
|
1089
|
+
"@aws-sdk/middleware-sdk-s3": "3.946.0",
|
|
1090
|
+
"@aws-sdk/types": "3.936.0",
|
|
1070
1091
|
"@smithy/protocol-http": "^5.3.5",
|
|
1071
1092
|
"@smithy/signature-v4": "^5.3.5",
|
|
1072
1093
|
"@smithy/types": "^4.9.0",
|
|
@@ -1077,15 +1098,15 @@
|
|
|
1077
1098
|
}
|
|
1078
1099
|
},
|
|
1079
1100
|
"node_modules/@aws-sdk/token-providers": {
|
|
1080
|
-
"version": "3.
|
|
1081
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.
|
|
1082
|
-
"integrity": "sha512-
|
|
1101
|
+
"version": "3.946.0",
|
|
1102
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/token-providers/-/token-providers-3.946.0.tgz",
|
|
1103
|
+
"integrity": "sha512-a5c+rM6CUPX2ExmUZ3DlbLlS5rQr4tbdoGcgBsjnAHiYx8MuMNAI+8M7wfjF13i2yvUQj5WEIddvLpayfEZj9g==",
|
|
1083
1104
|
"dev": true,
|
|
1084
1105
|
"license": "Apache-2.0",
|
|
1085
1106
|
"dependencies": {
|
|
1086
|
-
"@aws-sdk/core": "3.
|
|
1087
|
-
"@aws-sdk/nested-clients": "3.
|
|
1088
|
-
"@aws-sdk/types": "3.
|
|
1107
|
+
"@aws-sdk/core": "3.946.0",
|
|
1108
|
+
"@aws-sdk/nested-clients": "3.946.0",
|
|
1109
|
+
"@aws-sdk/types": "3.936.0",
|
|
1089
1110
|
"@smithy/property-provider": "^4.2.5",
|
|
1090
1111
|
"@smithy/shared-ini-file-loader": "^4.4.0",
|
|
1091
1112
|
"@smithy/types": "^4.9.0",
|
|
@@ -1096,9 +1117,9 @@
|
|
|
1096
1117
|
}
|
|
1097
1118
|
},
|
|
1098
1119
|
"node_modules/@aws-sdk/types": {
|
|
1099
|
-
"version": "3.
|
|
1100
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.
|
|
1101
|
-
"integrity": "sha512-
|
|
1120
|
+
"version": "3.936.0",
|
|
1121
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/types/-/types-3.936.0.tgz",
|
|
1122
|
+
"integrity": "sha512-uz0/VlMd2pP5MepdrHizd+T+OKfyK4r3OA9JI+L/lPKg0YFQosdJNCKisr6o70E3dh8iMpFYxF1UN/4uZsyARg==",
|
|
1102
1123
|
"dev": true,
|
|
1103
1124
|
"license": "Apache-2.0",
|
|
1104
1125
|
"dependencies": {
|
|
@@ -1123,13 +1144,13 @@
|
|
|
1123
1144
|
}
|
|
1124
1145
|
},
|
|
1125
1146
|
"node_modules/@aws-sdk/util-endpoints": {
|
|
1126
|
-
"version": "3.
|
|
1127
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.
|
|
1128
|
-
"integrity": "sha512-
|
|
1147
|
+
"version": "3.936.0",
|
|
1148
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-endpoints/-/util-endpoints-3.936.0.tgz",
|
|
1149
|
+
"integrity": "sha512-0Zx3Ntdpu+z9Wlm7JKUBOzS9EunwKAb4KdGUQQxDqh5Lc3ta5uBoub+FgmVuzwnmBu9U1Os8UuwVTH0Lgu+P5w==",
|
|
1129
1150
|
"dev": true,
|
|
1130
1151
|
"license": "Apache-2.0",
|
|
1131
1152
|
"dependencies": {
|
|
1132
|
-
"@aws-sdk/types": "3.
|
|
1153
|
+
"@aws-sdk/types": "3.936.0",
|
|
1133
1154
|
"@smithy/types": "^4.9.0",
|
|
1134
1155
|
"@smithy/url-parser": "^4.2.5",
|
|
1135
1156
|
"@smithy/util-endpoints": "^3.2.5",
|
|
@@ -1153,27 +1174,27 @@
|
|
|
1153
1174
|
}
|
|
1154
1175
|
},
|
|
1155
1176
|
"node_modules/@aws-sdk/util-user-agent-browser": {
|
|
1156
|
-
"version": "3.
|
|
1157
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.
|
|
1158
|
-
"integrity": "sha512-
|
|
1177
|
+
"version": "3.936.0",
|
|
1178
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-browser/-/util-user-agent-browser-3.936.0.tgz",
|
|
1179
|
+
"integrity": "sha512-eZ/XF6NxMtu+iCma58GRNRxSq4lHo6zHQLOZRIeL/ghqYJirqHdenMOwrzPettj60KWlv827RVebP9oNVrwZbw==",
|
|
1159
1180
|
"dev": true,
|
|
1160
1181
|
"license": "Apache-2.0",
|
|
1161
1182
|
"dependencies": {
|
|
1162
|
-
"@aws-sdk/types": "3.
|
|
1183
|
+
"@aws-sdk/types": "3.936.0",
|
|
1163
1184
|
"@smithy/types": "^4.9.0",
|
|
1164
1185
|
"bowser": "^2.11.0",
|
|
1165
1186
|
"tslib": "^2.6.2"
|
|
1166
1187
|
}
|
|
1167
1188
|
},
|
|
1168
1189
|
"node_modules/@aws-sdk/util-user-agent-node": {
|
|
1169
|
-
"version": "3.
|
|
1170
|
-
"resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.
|
|
1171
|
-
"integrity": "sha512
|
|
1190
|
+
"version": "3.946.0",
|
|
1191
|
+
"resolved": "https://registry.npmjs.org/@aws-sdk/util-user-agent-node/-/util-user-agent-node-3.946.0.tgz",
|
|
1192
|
+
"integrity": "sha512-a2UwwvzbK5AxHKUBupfg4s7VnkqRAHjYsuezHnKCniczmT4HZfP1NnfwwvLKEH8qaTrwenxjKSfq4UWmWkvG+Q==",
|
|
1172
1193
|
"dev": true,
|
|
1173
1194
|
"license": "Apache-2.0",
|
|
1174
1195
|
"dependencies": {
|
|
1175
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
1176
|
-
"@aws-sdk/types": "3.
|
|
1196
|
+
"@aws-sdk/middleware-user-agent": "3.946.0",
|
|
1197
|
+
"@aws-sdk/types": "3.936.0",
|
|
1177
1198
|
"@smithy/node-config-provider": "^4.3.5",
|
|
1178
1199
|
"@smithy/types": "^4.9.0",
|
|
1179
1200
|
"tslib": "^2.6.2"
|
|
@@ -1225,9 +1246,9 @@
|
|
|
1225
1246
|
}
|
|
1226
1247
|
},
|
|
1227
1248
|
"node_modules/@aws/lambda-invoke-store": {
|
|
1228
|
-
"version": "0.
|
|
1229
|
-
"resolved": "https://registry.npmjs.org/@aws/lambda-invoke-store/-/lambda-invoke-store-0.
|
|
1230
|
-
"integrity": "sha512-
|
|
1249
|
+
"version": "0.2.2",
|
|
1250
|
+
"resolved": "https://registry.npmjs.org/@aws/lambda-invoke-store/-/lambda-invoke-store-0.2.2.tgz",
|
|
1251
|
+
"integrity": "sha512-C0NBLsIqzDIae8HFw9YIrIBsbc0xTiOtt7fAukGPnqQ/+zZNaq+4jhuccltK0QuWHBnNm/a6kLIRA6GFiM10eg==",
|
|
1231
1252
|
"dev": true,
|
|
1232
1253
|
"license": "Apache-2.0",
|
|
1233
1254
|
"engines": {
|
|
@@ -2621,9 +2642,9 @@
|
|
|
2621
2642
|
}
|
|
2622
2643
|
},
|
|
2623
2644
|
"node_modules/@inquirer/ansi": {
|
|
2624
|
-
"version": "1.0.
|
|
2625
|
-
"resolved": "https://registry.npmjs.org/@inquirer/ansi/-/ansi-1.0.
|
|
2626
|
-
"integrity": "sha512-
|
|
2645
|
+
"version": "1.0.2",
|
|
2646
|
+
"resolved": "https://registry.npmjs.org/@inquirer/ansi/-/ansi-1.0.2.tgz",
|
|
2647
|
+
"integrity": "sha512-S8qNSZiYzFd0wAcyG5AXCvUHC5Sr7xpZ9wZ2py9XR88jUz8wooStVx5M6dRzczbBWjic9NP7+rY0Xi7qqK/aMQ==",
|
|
2627
2648
|
"dev": true,
|
|
2628
2649
|
"license": "MIT",
|
|
2629
2650
|
"engines": {
|
|
@@ -2790,20 +2811,20 @@
|
|
|
2790
2811
|
}
|
|
2791
2812
|
},
|
|
2792
2813
|
"node_modules/@inquirer/core": {
|
|
2793
|
-
"version": "10.3.
|
|
2794
|
-
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.3.
|
|
2795
|
-
"integrity": "sha512-
|
|
2814
|
+
"version": "10.3.2",
|
|
2815
|
+
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.3.2.tgz",
|
|
2816
|
+
"integrity": "sha512-43RTuEbfP8MbKzedNqBrlhhNKVwoK//vUFNW3Q3vZ88BLcrs4kYpGg+B2mm5p2K/HfygoCxuKwJJiv8PbGmE0A==",
|
|
2796
2817
|
"dev": true,
|
|
2797
2818
|
"license": "MIT",
|
|
2798
2819
|
"dependencies": {
|
|
2799
|
-
"@inquirer/ansi": "^1.0.
|
|
2800
|
-
"@inquirer/figures": "^1.0.
|
|
2801
|
-
"@inquirer/type": "^3.0.
|
|
2820
|
+
"@inquirer/ansi": "^1.0.2",
|
|
2821
|
+
"@inquirer/figures": "^1.0.15",
|
|
2822
|
+
"@inquirer/type": "^3.0.10",
|
|
2802
2823
|
"cli-width": "^4.1.0",
|
|
2803
2824
|
"mute-stream": "^2.0.0",
|
|
2804
2825
|
"signal-exit": "^4.1.0",
|
|
2805
2826
|
"wrap-ansi": "^6.2.0",
|
|
2806
|
-
"yoctocolors-cjs": "^2.1.
|
|
2827
|
+
"yoctocolors-cjs": "^2.1.3"
|
|
2807
2828
|
},
|
|
2808
2829
|
"engines": {
|
|
2809
2830
|
"node": ">=18"
|
|
@@ -2818,9 +2839,9 @@
|
|
|
2818
2839
|
}
|
|
2819
2840
|
},
|
|
2820
2841
|
"node_modules/@inquirer/core/node_modules/@inquirer/figures": {
|
|
2821
|
-
"version": "1.0.
|
|
2822
|
-
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.
|
|
2823
|
-
"integrity": "sha512-
|
|
2842
|
+
"version": "1.0.15",
|
|
2843
|
+
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.15.tgz",
|
|
2844
|
+
"integrity": "sha512-t2IEY+unGHOzAaVM5Xx6DEWKeXlDDcNPeDyUpsRc6CUhBfU3VQOEl+Vssh7VNp1dR8MdUJBWhuObjXCsVpjN5g==",
|
|
2824
2845
|
"dev": true,
|
|
2825
2846
|
"license": "MIT",
|
|
2826
2847
|
"engines": {
|
|
@@ -2828,9 +2849,9 @@
|
|
|
2828
2849
|
}
|
|
2829
2850
|
},
|
|
2830
2851
|
"node_modules/@inquirer/core/node_modules/@inquirer/type": {
|
|
2831
|
-
"version": "3.0.
|
|
2832
|
-
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-3.0.
|
|
2833
|
-
"integrity": "sha512-
|
|
2852
|
+
"version": "3.0.10",
|
|
2853
|
+
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-3.0.10.tgz",
|
|
2854
|
+
"integrity": "sha512-BvziSRxfz5Ov8ch0z/n3oijRSEcEsHnhggm4xFZe93DHcUCTlutlq9Ox4SVENAfcRD22UQq7T/atg9Wr3k09eA==",
|
|
2834
2855
|
"dev": true,
|
|
2835
2856
|
"license": "MIT",
|
|
2836
2857
|
"engines": {
|
|
@@ -2899,6 +2920,19 @@
|
|
|
2899
2920
|
"node": ">=8"
|
|
2900
2921
|
}
|
|
2901
2922
|
},
|
|
2923
|
+
"node_modules/@inquirer/core/node_modules/yoctocolors-cjs": {
|
|
2924
|
+
"version": "2.1.3",
|
|
2925
|
+
"resolved": "https://registry.npmjs.org/yoctocolors-cjs/-/yoctocolors-cjs-2.1.3.tgz",
|
|
2926
|
+
"integrity": "sha512-U/PBtDf35ff0D8X8D0jfdzHYEPFxAI7jJlxZXwCSez5M3190m+QobIfh+sWDWSHMCWWJN2AWamkegn6vr6YBTw==",
|
|
2927
|
+
"dev": true,
|
|
2928
|
+
"license": "MIT",
|
|
2929
|
+
"engines": {
|
|
2930
|
+
"node": ">=18"
|
|
2931
|
+
},
|
|
2932
|
+
"funding": {
|
|
2933
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
2934
|
+
}
|
|
2935
|
+
},
|
|
2902
2936
|
"node_modules/@inquirer/editor": {
|
|
2903
2937
|
"version": "2.2.0",
|
|
2904
2938
|
"resolved": "https://registry.npmjs.org/@inquirer/editor/-/editor-2.2.0.tgz",
|
|
@@ -3058,13 +3092,13 @@
|
|
|
3058
3092
|
}
|
|
3059
3093
|
},
|
|
3060
3094
|
"node_modules/@inquirer/external-editor": {
|
|
3061
|
-
"version": "1.0.
|
|
3062
|
-
"resolved": "https://registry.npmjs.org/@inquirer/external-editor/-/external-editor-1.0.
|
|
3063
|
-
"integrity": "sha512-
|
|
3095
|
+
"version": "1.0.3",
|
|
3096
|
+
"resolved": "https://registry.npmjs.org/@inquirer/external-editor/-/external-editor-1.0.3.tgz",
|
|
3097
|
+
"integrity": "sha512-RWbSrDiYmO4LbejWY7ttpxczuwQyZLBUyygsA9Nsv95hpzUWwnNTVQmAq3xuh7vNwCp07UTmE5i11XAEExx4RA==",
|
|
3064
3098
|
"dev": true,
|
|
3065
3099
|
"license": "MIT",
|
|
3066
3100
|
"dependencies": {
|
|
3067
|
-
"chardet": "^2.1.
|
|
3101
|
+
"chardet": "^2.1.1",
|
|
3068
3102
|
"iconv-lite": "^0.7.0"
|
|
3069
3103
|
},
|
|
3070
3104
|
"engines": {
|
|
@@ -3080,9 +3114,9 @@
|
|
|
3080
3114
|
}
|
|
3081
3115
|
},
|
|
3082
3116
|
"node_modules/@inquirer/external-editor/node_modules/chardet": {
|
|
3083
|
-
"version": "2.1.
|
|
3084
|
-
"resolved": "https://registry.npmjs.org/chardet/-/chardet-2.1.
|
|
3085
|
-
"integrity": "sha512-
|
|
3117
|
+
"version": "2.1.1",
|
|
3118
|
+
"resolved": "https://registry.npmjs.org/chardet/-/chardet-2.1.1.tgz",
|
|
3119
|
+
"integrity": "sha512-PsezH1rqdV9VvyNhxxOW32/d75r01NY7TQCmOqomRo15ZSOKbpTFVsfjghxo6JloQUCGnH4k1LGu0R4yCLlWQQ==",
|
|
3086
3120
|
"dev": true,
|
|
3087
3121
|
"license": "MIT"
|
|
3088
3122
|
},
|
|
@@ -4210,20 +4244,20 @@
|
|
|
4210
4244
|
}
|
|
4211
4245
|
},
|
|
4212
4246
|
"node_modules/@lwc/aria-reflection": {
|
|
4213
|
-
"version": "8.
|
|
4214
|
-
"resolved": "https://registry.npmjs.org/@lwc/aria-reflection/-/aria-reflection-8.
|
|
4215
|
-
"integrity": "sha512-
|
|
4247
|
+
"version": "8.25.1",
|
|
4248
|
+
"resolved": "https://registry.npmjs.org/@lwc/aria-reflection/-/aria-reflection-8.25.1.tgz",
|
|
4249
|
+
"integrity": "sha512-UKfSvYu/QDfrwpQPdyfMmTGur/4IwT8ukBbq58k8k88sQEHCzvs14dkRriUKnOy8l/32nR4FMEi0ebwlkNLy/A==",
|
|
4216
4250
|
"license": "MIT"
|
|
4217
4251
|
},
|
|
4218
4252
|
"node_modules/@lwc/babel-plugin-component": {
|
|
4219
|
-
"version": "8.
|
|
4220
|
-
"resolved": "https://registry.npmjs.org/@lwc/babel-plugin-component/-/babel-plugin-component-8.
|
|
4221
|
-
"integrity": "sha512-
|
|
4253
|
+
"version": "8.25.1",
|
|
4254
|
+
"resolved": "https://registry.npmjs.org/@lwc/babel-plugin-component/-/babel-plugin-component-8.25.1.tgz",
|
|
4255
|
+
"integrity": "sha512-54gWw6FfA3hPYoMRXLqpIGpD4RWWM68rIReopMd5A+IAGJ21blTBBsvg/Ry7Ehl2SaMTUjmPSjVYB+HY0xg6Ug==",
|
|
4222
4256
|
"license": "MIT",
|
|
4223
4257
|
"dependencies": {
|
|
4224
4258
|
"@babel/helper-module-imports": "7.27.1",
|
|
4225
|
-
"@lwc/errors": "8.
|
|
4226
|
-
"@lwc/shared": "8.
|
|
4259
|
+
"@lwc/errors": "8.25.1",
|
|
4260
|
+
"@lwc/shared": "8.25.1",
|
|
4227
4261
|
"line-column": "~1.0.2"
|
|
4228
4262
|
},
|
|
4229
4263
|
"peerDependencies": {
|
|
@@ -4231,9 +4265,9 @@
|
|
|
4231
4265
|
}
|
|
4232
4266
|
},
|
|
4233
4267
|
"node_modules/@lwc/compiler": {
|
|
4234
|
-
"version": "8.
|
|
4235
|
-
"resolved": "https://registry.npmjs.org/@lwc/compiler/-/compiler-8.
|
|
4236
|
-
"integrity": "sha512-
|
|
4268
|
+
"version": "8.25.1",
|
|
4269
|
+
"resolved": "https://registry.npmjs.org/@lwc/compiler/-/compiler-8.25.1.tgz",
|
|
4270
|
+
"integrity": "sha512-KjaXQH/sGUmJJSLSY9cljQzNMwLx5D1eebwqH05LdKbJDsaYCRAPsDqkx4Zopk9YIXDsJvRmSMw3rTh31JHimg==",
|
|
4237
4271
|
"license": "MIT",
|
|
4238
4272
|
"peer": true,
|
|
4239
4273
|
"dependencies": {
|
|
@@ -4243,18 +4277,18 @@
|
|
|
4243
4277
|
"@babel/plugin-transform-class-properties": "7.27.1",
|
|
4244
4278
|
"@babel/plugin-transform-object-rest-spread": "7.28.4",
|
|
4245
4279
|
"@locker/babel-plugin-transform-unforgeables": "0.22.0",
|
|
4246
|
-
"@lwc/babel-plugin-component": "8.
|
|
4247
|
-
"@lwc/errors": "8.
|
|
4248
|
-
"@lwc/shared": "8.
|
|
4249
|
-
"@lwc/ssr-compiler": "8.
|
|
4250
|
-
"@lwc/style-compiler": "8.
|
|
4251
|
-
"@lwc/template-compiler": "8.
|
|
4280
|
+
"@lwc/babel-plugin-component": "8.25.1",
|
|
4281
|
+
"@lwc/errors": "8.25.1",
|
|
4282
|
+
"@lwc/shared": "8.25.1",
|
|
4283
|
+
"@lwc/ssr-compiler": "8.25.1",
|
|
4284
|
+
"@lwc/style-compiler": "8.25.1",
|
|
4285
|
+
"@lwc/template-compiler": "8.25.1"
|
|
4252
4286
|
}
|
|
4253
4287
|
},
|
|
4254
4288
|
"node_modules/@lwc/dev-server-plugin-lex": {
|
|
4255
|
-
"version": "13.
|
|
4256
|
-
"resolved": "https://registry.npmjs.org/@lwc/dev-server-plugin-lex/-/dev-server-plugin-lex-13.
|
|
4257
|
-
"integrity": "sha512-
|
|
4289
|
+
"version": "13.3.6",
|
|
4290
|
+
"resolved": "https://registry.npmjs.org/@lwc/dev-server-plugin-lex/-/dev-server-plugin-lex-13.3.6.tgz",
|
|
4291
|
+
"integrity": "sha512-N7r3iz6HWDlLYcH0mFfOplGnJ0Sc6wRsITpFpn2uyjxlrZ2UUCICZ/pjS55O8juM0z62AkpBrP7hrKx5jbQeLA==",
|
|
4258
4292
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
4259
4293
|
"dependencies": {
|
|
4260
4294
|
"magic-string": "~0.30.21"
|
|
@@ -4265,34 +4299,35 @@
|
|
|
4265
4299
|
}
|
|
4266
4300
|
},
|
|
4267
4301
|
"node_modules/@lwc/engine-core": {
|
|
4268
|
-
"version": "8.
|
|
4269
|
-
"resolved": "https://registry.npmjs.org/@lwc/engine-core/-/engine-core-8.
|
|
4270
|
-
"integrity": "sha512-
|
|
4302
|
+
"version": "8.25.1",
|
|
4303
|
+
"resolved": "https://registry.npmjs.org/@lwc/engine-core/-/engine-core-8.25.1.tgz",
|
|
4304
|
+
"integrity": "sha512-meTXiJ60l0/Dy1k4R3UkBLFRrEJm/lVRo+c2wKXE82DjK2dJ0noFXcVTiU52qjQPlRja71ybi2kaLIbF2+X95g==",
|
|
4271
4305
|
"license": "MIT",
|
|
4272
4306
|
"dependencies": {
|
|
4273
|
-
"@lwc/features": "8.
|
|
4274
|
-
"@lwc/shared": "8.
|
|
4275
|
-
"@lwc/signals": "8.
|
|
4307
|
+
"@lwc/features": "8.25.1",
|
|
4308
|
+
"@lwc/shared": "8.25.1",
|
|
4309
|
+
"@lwc/signals": "8.25.1"
|
|
4276
4310
|
}
|
|
4277
4311
|
},
|
|
4278
4312
|
"node_modules/@lwc/engine-dom": {
|
|
4279
|
-
"version": "8.
|
|
4280
|
-
"resolved": "https://registry.npmjs.org/@lwc/engine-dom/-/engine-dom-8.
|
|
4281
|
-
"integrity": "sha512-
|
|
4313
|
+
"version": "8.25.1",
|
|
4314
|
+
"resolved": "https://registry.npmjs.org/@lwc/engine-dom/-/engine-dom-8.25.1.tgz",
|
|
4315
|
+
"integrity": "sha512-mXfiJ1Xp/wOCrT8tQyW16AHGn7uJY6BwKaIpxZcFYudsNAN/JOB6MSrRVha7lJG2zyvSpsYPWf2Gqr22wci0+Q==",
|
|
4282
4316
|
"license": "MIT",
|
|
4283
4317
|
"peer": true
|
|
4284
4318
|
},
|
|
4285
4319
|
"node_modules/@lwc/engine-server": {
|
|
4286
|
-
"version": "8.
|
|
4287
|
-
"resolved": "https://registry.npmjs.org/@lwc/engine-server/-/engine-server-8.
|
|
4288
|
-
"integrity": "sha512-
|
|
4320
|
+
"version": "8.25.1",
|
|
4321
|
+
"resolved": "https://registry.npmjs.org/@lwc/engine-server/-/engine-server-8.25.1.tgz",
|
|
4322
|
+
"integrity": "sha512-9ntYQoF9SfOu9AZpVHszs/9GasEN/lAsDdoh+6GYs2a89fKO+JduY8PorJGOYLQJPGkD8IHhpTUXhg806Tuf9w==",
|
|
4289
4323
|
"license": "MIT"
|
|
4290
4324
|
},
|
|
4291
4325
|
"node_modules/@lwc/errors": {
|
|
4292
|
-
"version": "8.
|
|
4293
|
-
"resolved": "https://registry.npmjs.org/@lwc/errors/-/errors-8.
|
|
4294
|
-
"integrity": "sha512-
|
|
4295
|
-
"license": "MIT"
|
|
4326
|
+
"version": "8.25.1",
|
|
4327
|
+
"resolved": "https://registry.npmjs.org/@lwc/errors/-/errors-8.25.1.tgz",
|
|
4328
|
+
"integrity": "sha512-ETJxtQeIFQ6/ZOjp7fjQva7UbpPU4CV6WyauqtEtGhs0cRXnYd5mEJdD1S8JfARn0bTYieivTtXNafg/YqwU5g==",
|
|
4329
|
+
"license": "MIT",
|
|
4330
|
+
"peer": true
|
|
4296
4331
|
},
|
|
4297
4332
|
"node_modules/@lwc/eslint-plugin-lwc": {
|
|
4298
4333
|
"version": "3.3.0",
|
|
@@ -4358,18 +4393,6 @@
|
|
|
4358
4393
|
"url": "https://opencollective.com/eslint"
|
|
4359
4394
|
}
|
|
4360
4395
|
},
|
|
4361
|
-
"node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/@eslint/core": {
|
|
4362
|
-
"version": "0.16.0",
|
|
4363
|
-
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.16.0.tgz",
|
|
4364
|
-
"integrity": "sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q==",
|
|
4365
|
-
"license": "Apache-2.0",
|
|
4366
|
-
"dependencies": {
|
|
4367
|
-
"@types/json-schema": "^7.0.15"
|
|
4368
|
-
},
|
|
4369
|
-
"engines": {
|
|
4370
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
4371
|
-
}
|
|
4372
|
-
},
|
|
4373
4396
|
"node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/@eslint/eslintrc": {
|
|
4374
4397
|
"version": "3.3.1",
|
|
4375
4398
|
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.1.tgz",
|
|
@@ -4416,9 +4439,9 @@
|
|
|
4416
4439
|
}
|
|
4417
4440
|
},
|
|
4418
4441
|
"node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/@eslint/js": {
|
|
4419
|
-
"version": "9.
|
|
4420
|
-
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.
|
|
4421
|
-
"integrity": "sha512-
|
|
4442
|
+
"version": "9.39.2",
|
|
4443
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.2.tgz",
|
|
4444
|
+
"integrity": "sha512-q1mjIoW1VX4IvSocvM/vbTiveKC4k9eLrajNEuSsmjymSDEbpGddtpfOoN7YGAqBK3NG+uqo8ia4PDTt8buCYA==",
|
|
4422
4445
|
"license": "MIT",
|
|
4423
4446
|
"engines": {
|
|
4424
4447
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -4428,18 +4451,18 @@
|
|
|
4428
4451
|
}
|
|
4429
4452
|
},
|
|
4430
4453
|
"node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/eslint": {
|
|
4431
|
-
"version": "9.
|
|
4454
|
+
"version": "9.39.2",
|
|
4432
4455
|
"license": "MIT",
|
|
4433
4456
|
"peer": true,
|
|
4434
4457
|
"dependencies": {
|
|
4435
4458
|
"@eslint-community/eslint-utils": "^4.8.0",
|
|
4436
4459
|
"@eslint-community/regexpp": "^4.12.1",
|
|
4437
4460
|
"@eslint/config-array": "^0.21.1",
|
|
4438
|
-
"@eslint/config-helpers": "^0.4.
|
|
4439
|
-
"@eslint/core": "^0.
|
|
4461
|
+
"@eslint/config-helpers": "^0.4.2",
|
|
4462
|
+
"@eslint/core": "^0.17.0",
|
|
4440
4463
|
"@eslint/eslintrc": "^3.3.1",
|
|
4441
|
-
"@eslint/js": "9.
|
|
4442
|
-
"@eslint/plugin-kit": "^0.4.
|
|
4464
|
+
"@eslint/js": "9.39.2",
|
|
4465
|
+
"@eslint/plugin-kit": "^0.4.1",
|
|
4443
4466
|
"@humanfs/node": "^0.16.6",
|
|
4444
4467
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
4445
4468
|
"@humanwhocodes/retry": "^0.4.2",
|
|
@@ -4485,22 +4508,6 @@
|
|
|
4485
4508
|
}
|
|
4486
4509
|
}
|
|
4487
4510
|
},
|
|
4488
|
-
"node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/eslint-scope": {
|
|
4489
|
-
"version": "8.4.0",
|
|
4490
|
-
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz",
|
|
4491
|
-
"integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
|
|
4492
|
-
"license": "BSD-2-Clause",
|
|
4493
|
-
"dependencies": {
|
|
4494
|
-
"esrecurse": "^4.3.0",
|
|
4495
|
-
"estraverse": "^5.2.0"
|
|
4496
|
-
},
|
|
4497
|
-
"engines": {
|
|
4498
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
4499
|
-
},
|
|
4500
|
-
"funding": {
|
|
4501
|
-
"url": "https://opencollective.com/eslint"
|
|
4502
|
-
}
|
|
4503
|
-
},
|
|
4504
4511
|
"node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/eslint-visitor-keys": {
|
|
4505
4512
|
"version": "4.2.1",
|
|
4506
4513
|
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
|
|
@@ -4535,18 +4542,6 @@
|
|
|
4535
4542
|
"node": "*"
|
|
4536
4543
|
}
|
|
4537
4544
|
},
|
|
4538
|
-
"node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/file-entry-cache": {
|
|
4539
|
-
"version": "8.0.0",
|
|
4540
|
-
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
|
|
4541
|
-
"integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
|
|
4542
|
-
"license": "MIT",
|
|
4543
|
-
"dependencies": {
|
|
4544
|
-
"flat-cache": "^4.0.0"
|
|
4545
|
-
},
|
|
4546
|
-
"engines": {
|
|
4547
|
-
"node": ">=16.0.0"
|
|
4548
|
-
}
|
|
4549
|
-
},
|
|
4550
4545
|
"node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/find-up": {
|
|
4551
4546
|
"version": "5.0.0",
|
|
4552
4547
|
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
|
|
@@ -4563,31 +4558,6 @@
|
|
|
4563
4558
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
4564
4559
|
}
|
|
4565
4560
|
},
|
|
4566
|
-
"node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/flat-cache": {
|
|
4567
|
-
"version": "4.0.1",
|
|
4568
|
-
"resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
|
|
4569
|
-
"integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
|
|
4570
|
-
"license": "MIT",
|
|
4571
|
-
"dependencies": {
|
|
4572
|
-
"flatted": "^3.2.9",
|
|
4573
|
-
"keyv": "^4.5.4"
|
|
4574
|
-
},
|
|
4575
|
-
"engines": {
|
|
4576
|
-
"node": ">=16"
|
|
4577
|
-
}
|
|
4578
|
-
},
|
|
4579
|
-
"node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/glob-parent": {
|
|
4580
|
-
"version": "6.0.2",
|
|
4581
|
-
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
|
|
4582
|
-
"integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
|
|
4583
|
-
"license": "ISC",
|
|
4584
|
-
"dependencies": {
|
|
4585
|
-
"is-glob": "^4.0.3"
|
|
4586
|
-
},
|
|
4587
|
-
"engines": {
|
|
4588
|
-
"node": ">=10.13.0"
|
|
4589
|
-
}
|
|
4590
|
-
},
|
|
4591
4561
|
"node_modules/@lwc/eslint-plugin-lwc-platform/node_modules/globals": {
|
|
4592
4562
|
"version": "14.0.0",
|
|
4593
4563
|
"resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
|
|
@@ -4687,18 +4657,6 @@
|
|
|
4687
4657
|
"url": "https://opencollective.com/eslint"
|
|
4688
4658
|
}
|
|
4689
4659
|
},
|
|
4690
|
-
"node_modules/@lwc/eslint-plugin-lwc/node_modules/@eslint/core": {
|
|
4691
|
-
"version": "0.16.0",
|
|
4692
|
-
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.16.0.tgz",
|
|
4693
|
-
"integrity": "sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q==",
|
|
4694
|
-
"license": "Apache-2.0",
|
|
4695
|
-
"dependencies": {
|
|
4696
|
-
"@types/json-schema": "^7.0.15"
|
|
4697
|
-
},
|
|
4698
|
-
"engines": {
|
|
4699
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
4700
|
-
}
|
|
4701
|
-
},
|
|
4702
4660
|
"node_modules/@lwc/eslint-plugin-lwc/node_modules/@eslint/eslintrc": {
|
|
4703
4661
|
"version": "3.3.1",
|
|
4704
4662
|
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.1.tgz",
|
|
@@ -4757,9 +4715,9 @@
|
|
|
4757
4715
|
}
|
|
4758
4716
|
},
|
|
4759
4717
|
"node_modules/@lwc/eslint-plugin-lwc/node_modules/@eslint/js": {
|
|
4760
|
-
"version": "9.
|
|
4761
|
-
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.
|
|
4762
|
-
"integrity": "sha512-
|
|
4718
|
+
"version": "9.39.2",
|
|
4719
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.2.tgz",
|
|
4720
|
+
"integrity": "sha512-q1mjIoW1VX4IvSocvM/vbTiveKC4k9eLrajNEuSsmjymSDEbpGddtpfOoN7YGAqBK3NG+uqo8ia4PDTt8buCYA==",
|
|
4763
4721
|
"license": "MIT",
|
|
4764
4722
|
"engines": {
|
|
4765
4723
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -4769,18 +4727,18 @@
|
|
|
4769
4727
|
}
|
|
4770
4728
|
},
|
|
4771
4729
|
"node_modules/@lwc/eslint-plugin-lwc/node_modules/eslint": {
|
|
4772
|
-
"version": "9.
|
|
4730
|
+
"version": "9.39.2",
|
|
4773
4731
|
"license": "MIT",
|
|
4774
4732
|
"peer": true,
|
|
4775
4733
|
"dependencies": {
|
|
4776
4734
|
"@eslint-community/eslint-utils": "^4.8.0",
|
|
4777
4735
|
"@eslint-community/regexpp": "^4.12.1",
|
|
4778
4736
|
"@eslint/config-array": "^0.21.1",
|
|
4779
|
-
"@eslint/config-helpers": "^0.4.
|
|
4780
|
-
"@eslint/core": "^0.
|
|
4737
|
+
"@eslint/config-helpers": "^0.4.2",
|
|
4738
|
+
"@eslint/core": "^0.17.0",
|
|
4781
4739
|
"@eslint/eslintrc": "^3.3.1",
|
|
4782
|
-
"@eslint/js": "9.
|
|
4783
|
-
"@eslint/plugin-kit": "^0.4.
|
|
4740
|
+
"@eslint/js": "9.39.2",
|
|
4741
|
+
"@eslint/plugin-kit": "^0.4.1",
|
|
4784
4742
|
"@humanfs/node": "^0.16.6",
|
|
4785
4743
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
4786
4744
|
"@humanwhocodes/retry": "^0.4.2",
|
|
@@ -4826,22 +4784,6 @@
|
|
|
4826
4784
|
}
|
|
4827
4785
|
}
|
|
4828
4786
|
},
|
|
4829
|
-
"node_modules/@lwc/eslint-plugin-lwc/node_modules/eslint-scope": {
|
|
4830
|
-
"version": "8.4.0",
|
|
4831
|
-
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz",
|
|
4832
|
-
"integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
|
|
4833
|
-
"license": "BSD-2-Clause",
|
|
4834
|
-
"dependencies": {
|
|
4835
|
-
"esrecurse": "^4.3.0",
|
|
4836
|
-
"estraverse": "^5.2.0"
|
|
4837
|
-
},
|
|
4838
|
-
"engines": {
|
|
4839
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
4840
|
-
},
|
|
4841
|
-
"funding": {
|
|
4842
|
-
"url": "https://opencollective.com/eslint"
|
|
4843
|
-
}
|
|
4844
|
-
},
|
|
4845
4787
|
"node_modules/@lwc/eslint-plugin-lwc/node_modules/eslint-visitor-keys": {
|
|
4846
4788
|
"version": "4.2.1",
|
|
4847
4789
|
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
|
|
@@ -4894,18 +4836,6 @@
|
|
|
4894
4836
|
"fxparser": "src/cli/cli.js"
|
|
4895
4837
|
}
|
|
4896
4838
|
},
|
|
4897
|
-
"node_modules/@lwc/eslint-plugin-lwc/node_modules/file-entry-cache": {
|
|
4898
|
-
"version": "8.0.0",
|
|
4899
|
-
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
|
|
4900
|
-
"integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
|
|
4901
|
-
"license": "MIT",
|
|
4902
|
-
"dependencies": {
|
|
4903
|
-
"flat-cache": "^4.0.0"
|
|
4904
|
-
},
|
|
4905
|
-
"engines": {
|
|
4906
|
-
"node": ">=16.0.0"
|
|
4907
|
-
}
|
|
4908
|
-
},
|
|
4909
4839
|
"node_modules/@lwc/eslint-plugin-lwc/node_modules/find-up": {
|
|
4910
4840
|
"version": "5.0.0",
|
|
4911
4841
|
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
|
|
@@ -4922,31 +4852,6 @@
|
|
|
4922
4852
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
4923
4853
|
}
|
|
4924
4854
|
},
|
|
4925
|
-
"node_modules/@lwc/eslint-plugin-lwc/node_modules/flat-cache": {
|
|
4926
|
-
"version": "4.0.1",
|
|
4927
|
-
"resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
|
|
4928
|
-
"integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
|
|
4929
|
-
"license": "MIT",
|
|
4930
|
-
"dependencies": {
|
|
4931
|
-
"flatted": "^3.2.9",
|
|
4932
|
-
"keyv": "^4.5.4"
|
|
4933
|
-
},
|
|
4934
|
-
"engines": {
|
|
4935
|
-
"node": ">=16"
|
|
4936
|
-
}
|
|
4937
|
-
},
|
|
4938
|
-
"node_modules/@lwc/eslint-plugin-lwc/node_modules/glob-parent": {
|
|
4939
|
-
"version": "6.0.2",
|
|
4940
|
-
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
|
|
4941
|
-
"integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
|
|
4942
|
-
"license": "ISC",
|
|
4943
|
-
"dependencies": {
|
|
4944
|
-
"is-glob": "^4.0.3"
|
|
4945
|
-
},
|
|
4946
|
-
"engines": {
|
|
4947
|
-
"node": ">=10.13.0"
|
|
4948
|
-
}
|
|
4949
|
-
},
|
|
4950
4855
|
"node_modules/@lwc/eslint-plugin-lwc/node_modules/globals": {
|
|
4951
4856
|
"version": "15.14.0",
|
|
4952
4857
|
"resolved": "https://registry.npmjs.org/globals/-/globals-15.14.0.tgz",
|
|
@@ -5032,22 +4937,22 @@
|
|
|
5032
4937
|
"license": "MIT"
|
|
5033
4938
|
},
|
|
5034
4939
|
"node_modules/@lwc/features": {
|
|
5035
|
-
"version": "8.
|
|
5036
|
-
"resolved": "https://registry.npmjs.org/@lwc/features/-/features-8.
|
|
5037
|
-
"integrity": "sha512-
|
|
4940
|
+
"version": "8.25.1",
|
|
4941
|
+
"resolved": "https://registry.npmjs.org/@lwc/features/-/features-8.25.1.tgz",
|
|
4942
|
+
"integrity": "sha512-N0+1FPlcG1/tuNtuUAf/ASqtcOhI9IuhrRFSRmUe8GxxVDjr6et+x1AaDWl8BlneeUVF0+85UY7QNI98SGE1cA==",
|
|
5038
4943
|
"license": "MIT",
|
|
5039
4944
|
"dependencies": {
|
|
5040
|
-
"@lwc/shared": "8.
|
|
4945
|
+
"@lwc/shared": "8.25.1"
|
|
5041
4946
|
}
|
|
5042
4947
|
},
|
|
5043
4948
|
"node_modules/@lwc/lwc-dev-server": {
|
|
5044
|
-
"version": "13.2.
|
|
5045
|
-
"resolved": "https://registry.npmjs.org/@lwc/lwc-dev-server/-/lwc-dev-server-13.2.
|
|
5046
|
-
"integrity": "sha512-
|
|
4949
|
+
"version": "13.2.20",
|
|
4950
|
+
"resolved": "https://registry.npmjs.org/@lwc/lwc-dev-server/-/lwc-dev-server-13.2.20.tgz",
|
|
4951
|
+
"integrity": "sha512-7I3u3pINBWFvhejEjvxhLGmaGko0y4Mw9ean0mf4F9d90jX+t4SIN9rtN2In9Fi+uhmZAG66/QqqldKVul8PFQ==",
|
|
5047
4952
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5048
4953
|
"dependencies": {
|
|
5049
|
-
"@lwc/lwc-dev-server-types": "13.2.
|
|
5050
|
-
"@lwc/sfdc-lwc-compiler": "13.2.
|
|
4954
|
+
"@lwc/lwc-dev-server-types": "13.2.20",
|
|
4955
|
+
"@lwc/sfdc-lwc-compiler": "13.2.20",
|
|
5051
4956
|
"chalk": "~5.6.2",
|
|
5052
4957
|
"chokidar": "~3.6.0",
|
|
5053
4958
|
"commander": "~14.0.2",
|
|
@@ -5064,87 +4969,503 @@
|
|
|
5064
4969
|
}
|
|
5065
4970
|
},
|
|
5066
4971
|
"node_modules/@lwc/lwc-dev-server-types": {
|
|
5067
|
-
"version": "13.2.
|
|
5068
|
-
"resolved": "https://registry.npmjs.org/@lwc/lwc-dev-server-types/-/lwc-dev-server-types-13.2.
|
|
5069
|
-
"integrity": "sha512-
|
|
4972
|
+
"version": "13.2.20",
|
|
4973
|
+
"resolved": "https://registry.npmjs.org/@lwc/lwc-dev-server-types/-/lwc-dev-server-types-13.2.20.tgz",
|
|
4974
|
+
"integrity": "sha512-6nMFOoNvusOEjFyQ1YoXzKTGJsTdj/IcneJ3W0ac4B4xxz2twcZybeG4jXZhy970sjdWcaWpqp3Vu5kGtJsnJA==",
|
|
5070
4975
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5071
4976
|
"peerDependencies": {
|
|
5072
4977
|
"@lwc/compiler": ">=8"
|
|
5073
4978
|
}
|
|
5074
4979
|
},
|
|
5075
|
-
"node_modules/@lwc/lwc-dev-server/node_modules/
|
|
5076
|
-
"version": "
|
|
5077
|
-
"resolved": "https://registry.npmjs.org/
|
|
5078
|
-
"integrity": "sha512-
|
|
4980
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/@eslint-community/eslint-utils": {
|
|
4981
|
+
"version": "4.9.0",
|
|
4982
|
+
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz",
|
|
4983
|
+
"integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==",
|
|
5079
4984
|
"license": "MIT",
|
|
4985
|
+
"dependencies": {
|
|
4986
|
+
"eslint-visitor-keys": "^3.4.3"
|
|
4987
|
+
},
|
|
5080
4988
|
"engines": {
|
|
5081
|
-
"node": "^12.
|
|
4989
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
5082
4990
|
},
|
|
5083
4991
|
"funding": {
|
|
5084
|
-
"url": "https://
|
|
4992
|
+
"url": "https://opencollective.com/eslint"
|
|
4993
|
+
},
|
|
4994
|
+
"peerDependencies": {
|
|
4995
|
+
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
|
|
5085
4996
|
}
|
|
5086
4997
|
},
|
|
5087
|
-
"node_modules/@lwc/lwc-dev-server/node_modules/
|
|
5088
|
-
"version": "
|
|
5089
|
-
"resolved": "https://registry.npmjs.org/
|
|
5090
|
-
"integrity": "sha512-
|
|
5091
|
-
"license": "
|
|
4998
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/@eslint-community/eslint-utils/node_modules/@eslint/core": {
|
|
4999
|
+
"version": "0.17.0",
|
|
5000
|
+
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz",
|
|
5001
|
+
"integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==",
|
|
5002
|
+
"license": "Apache-2.0",
|
|
5092
5003
|
"dependencies": {
|
|
5093
|
-
"
|
|
5094
|
-
"signal-exit": "^4.0.1"
|
|
5004
|
+
"@types/json-schema": "^7.0.15"
|
|
5095
5005
|
},
|
|
5096
5006
|
"engines": {
|
|
5097
|
-
"node": ">=
|
|
5007
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
5008
|
+
}
|
|
5009
|
+
},
|
|
5010
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/@eslint-community/eslint-utils/node_modules/@eslint/js": {
|
|
5011
|
+
"version": "9.39.2",
|
|
5012
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.2.tgz",
|
|
5013
|
+
"integrity": "sha512-q1mjIoW1VX4IvSocvM/vbTiveKC4k9eLrajNEuSsmjymSDEbpGddtpfOoN7YGAqBK3NG+uqo8ia4PDTt8buCYA==",
|
|
5014
|
+
"license": "MIT",
|
|
5015
|
+
"engines": {
|
|
5016
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
5098
5017
|
},
|
|
5099
5018
|
"funding": {
|
|
5100
|
-
"url": "https://
|
|
5019
|
+
"url": "https://eslint.org/donate"
|
|
5101
5020
|
}
|
|
5102
5021
|
},
|
|
5103
|
-
"node_modules/@lwc/lwc-dev-server/node_modules/
|
|
5104
|
-
"version": "
|
|
5105
|
-
"resolved": "https://registry.npmjs.org/
|
|
5106
|
-
"integrity": "sha512-
|
|
5107
|
-
"license": "
|
|
5022
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/@eslint-community/eslint-utils/node_modules/chalk": {
|
|
5023
|
+
"version": "4.1.2",
|
|
5024
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
5025
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
5026
|
+
"license": "MIT",
|
|
5108
5027
|
"dependencies": {
|
|
5109
|
-
"
|
|
5110
|
-
"
|
|
5111
|
-
"minimatch": "^10.0.3",
|
|
5112
|
-
"minipass": "^7.1.2",
|
|
5113
|
-
"package-json-from-dist": "^1.0.0",
|
|
5114
|
-
"path-scurry": "^2.0.0"
|
|
5115
|
-
},
|
|
5116
|
-
"bin": {
|
|
5117
|
-
"glob": "dist/esm/bin.mjs"
|
|
5028
|
+
"ansi-styles": "^4.1.0",
|
|
5029
|
+
"supports-color": "^7.1.0"
|
|
5118
5030
|
},
|
|
5119
5031
|
"engines": {
|
|
5120
|
-
"node": "
|
|
5032
|
+
"node": ">=10"
|
|
5121
5033
|
},
|
|
5122
5034
|
"funding": {
|
|
5123
|
-
"url": "https://github.com/
|
|
5035
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
5124
5036
|
}
|
|
5125
5037
|
},
|
|
5126
|
-
"node_modules/@lwc/lwc-dev-server/node_modules/
|
|
5127
|
-
"version": "
|
|
5128
|
-
"
|
|
5129
|
-
"integrity": "sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==",
|
|
5130
|
-
"license": "BlueOak-1.0.0",
|
|
5038
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/@eslint-community/eslint-utils/node_modules/eslint": {
|
|
5039
|
+
"version": "9.39.2",
|
|
5040
|
+
"license": "MIT",
|
|
5131
5041
|
"dependencies": {
|
|
5132
|
-
"@
|
|
5042
|
+
"@eslint-community/eslint-utils": "^4.8.0",
|
|
5043
|
+
"@eslint-community/regexpp": "^4.12.1",
|
|
5044
|
+
"@eslint/config-array": "^0.21.1",
|
|
5045
|
+
"@eslint/config-helpers": "^0.4.2",
|
|
5046
|
+
"@eslint/core": "^0.17.0",
|
|
5047
|
+
"@eslint/eslintrc": "^3.3.1",
|
|
5048
|
+
"@eslint/js": "9.39.2",
|
|
5049
|
+
"@eslint/plugin-kit": "^0.4.1",
|
|
5050
|
+
"@humanfs/node": "^0.16.6",
|
|
5051
|
+
"@humanwhocodes/module-importer": "^1.0.1",
|
|
5052
|
+
"@humanwhocodes/retry": "^0.4.2",
|
|
5053
|
+
"@types/estree": "^1.0.6",
|
|
5054
|
+
"ajv": "^6.12.4",
|
|
5055
|
+
"chalk": "^4.0.0",
|
|
5056
|
+
"cross-spawn": "^7.0.6",
|
|
5057
|
+
"debug": "^4.3.2",
|
|
5058
|
+
"escape-string-regexp": "^4.0.0",
|
|
5059
|
+
"eslint-scope": "^8.4.0",
|
|
5060
|
+
"eslint-visitor-keys": "^4.2.1",
|
|
5061
|
+
"espree": "^10.4.0",
|
|
5062
|
+
"esquery": "^1.5.0",
|
|
5063
|
+
"esutils": "^2.0.2",
|
|
5064
|
+
"fast-deep-equal": "^3.1.3",
|
|
5065
|
+
"file-entry-cache": "^8.0.0",
|
|
5066
|
+
"find-up": "^5.0.0",
|
|
5067
|
+
"glob-parent": "^6.0.2",
|
|
5068
|
+
"ignore": "^5.2.0",
|
|
5069
|
+
"imurmurhash": "^0.1.4",
|
|
5070
|
+
"is-glob": "^4.0.0",
|
|
5071
|
+
"json-stable-stringify-without-jsonify": "^1.0.1",
|
|
5072
|
+
"lodash.merge": "^4.6.2",
|
|
5073
|
+
"minimatch": "^3.1.2",
|
|
5074
|
+
"natural-compare": "^1.4.0",
|
|
5075
|
+
"optionator": "^0.9.3"
|
|
5076
|
+
},
|
|
5077
|
+
"bin": {
|
|
5078
|
+
"eslint": "bin/eslint.js"
|
|
5133
5079
|
},
|
|
5134
5080
|
"engines": {
|
|
5135
|
-
"node": "20 || >=
|
|
5081
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
5136
5082
|
},
|
|
5137
5083
|
"funding": {
|
|
5138
|
-
"url": "https://
|
|
5084
|
+
"url": "https://eslint.org/donate"
|
|
5085
|
+
},
|
|
5086
|
+
"peerDependencies": {
|
|
5087
|
+
"jiti": "*"
|
|
5088
|
+
},
|
|
5089
|
+
"peerDependenciesMeta": {
|
|
5090
|
+
"jiti": {
|
|
5091
|
+
"optional": true
|
|
5092
|
+
}
|
|
5139
5093
|
}
|
|
5140
5094
|
},
|
|
5141
|
-
"node_modules/@lwc/lwc-dev-server/node_modules/
|
|
5142
|
-
"version": "
|
|
5143
|
-
"resolved": "https://registry.npmjs.org/
|
|
5144
|
-
"integrity": "sha512-
|
|
5095
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
|
|
5096
|
+
"version": "3.4.3",
|
|
5097
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
|
|
5098
|
+
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
|
|
5099
|
+
"license": "Apache-2.0",
|
|
5100
|
+
"engines": {
|
|
5101
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
5102
|
+
},
|
|
5103
|
+
"funding": {
|
|
5104
|
+
"url": "https://opencollective.com/eslint"
|
|
5105
|
+
}
|
|
5106
|
+
},
|
|
5107
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/@eslint-community/eslint-utils/node_modules/eslint/node_modules/eslint-visitor-keys": {
|
|
5108
|
+
"version": "4.2.1",
|
|
5109
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
|
|
5110
|
+
"integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
|
|
5111
|
+
"license": "Apache-2.0",
|
|
5112
|
+
"engines": {
|
|
5113
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
5114
|
+
},
|
|
5115
|
+
"funding": {
|
|
5116
|
+
"url": "https://opencollective.com/eslint"
|
|
5117
|
+
}
|
|
5118
|
+
},
|
|
5119
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/@eslint-community/eslint-utils/node_modules/minimatch": {
|
|
5120
|
+
"version": "3.1.2",
|
|
5121
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
5122
|
+
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
5123
|
+
"license": "ISC",
|
|
5124
|
+
"dependencies": {
|
|
5125
|
+
"brace-expansion": "^1.1.7"
|
|
5126
|
+
},
|
|
5127
|
+
"engines": {
|
|
5128
|
+
"node": "*"
|
|
5129
|
+
}
|
|
5130
|
+
},
|
|
5131
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/@eslint/core": {
|
|
5132
|
+
"version": "0.16.0",
|
|
5133
|
+
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.16.0.tgz",
|
|
5134
|
+
"integrity": "sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q==",
|
|
5135
|
+
"license": "Apache-2.0",
|
|
5136
|
+
"dependencies": {
|
|
5137
|
+
"@types/json-schema": "^7.0.15"
|
|
5138
|
+
},
|
|
5139
|
+
"engines": {
|
|
5140
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
5141
|
+
}
|
|
5142
|
+
},
|
|
5143
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/@eslint/eslintrc": {
|
|
5144
|
+
"version": "3.3.1",
|
|
5145
|
+
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.1.tgz",
|
|
5146
|
+
"integrity": "sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==",
|
|
5147
|
+
"license": "MIT",
|
|
5148
|
+
"dependencies": {
|
|
5149
|
+
"ajv": "^6.12.4",
|
|
5150
|
+
"debug": "^4.3.2",
|
|
5151
|
+
"espree": "^10.0.1",
|
|
5152
|
+
"globals": "^14.0.0",
|
|
5153
|
+
"ignore": "^5.2.0",
|
|
5154
|
+
"import-fresh": "^3.2.1",
|
|
5155
|
+
"js-yaml": "^4.1.0",
|
|
5156
|
+
"minimatch": "^3.1.2",
|
|
5157
|
+
"strip-json-comments": "^3.1.1"
|
|
5158
|
+
},
|
|
5159
|
+
"engines": {
|
|
5160
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
5161
|
+
},
|
|
5162
|
+
"funding": {
|
|
5163
|
+
"url": "https://opencollective.com/eslint"
|
|
5164
|
+
}
|
|
5165
|
+
},
|
|
5166
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/@eslint/eslintrc/node_modules/minimatch": {
|
|
5167
|
+
"version": "3.1.2",
|
|
5168
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
5169
|
+
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
5145
5170
|
"license": "ISC",
|
|
5171
|
+
"dependencies": {
|
|
5172
|
+
"brace-expansion": "^1.1.7"
|
|
5173
|
+
},
|
|
5174
|
+
"engines": {
|
|
5175
|
+
"node": "*"
|
|
5176
|
+
}
|
|
5177
|
+
},
|
|
5178
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/@eslint/js": {
|
|
5179
|
+
"version": "9.38.0",
|
|
5180
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.38.0.tgz",
|
|
5181
|
+
"integrity": "sha512-UZ1VpFvXf9J06YG9xQBdnzU+kthors6KjhMAl6f4gH4usHyh31rUf2DLGInT8RFYIReYXNSydgPY0V2LuWgl7A==",
|
|
5182
|
+
"license": "MIT",
|
|
5183
|
+
"engines": {
|
|
5184
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
5185
|
+
},
|
|
5186
|
+
"funding": {
|
|
5187
|
+
"url": "https://eslint.org/donate"
|
|
5188
|
+
}
|
|
5189
|
+
},
|
|
5190
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/@lwc/dev-server-plugin-lex": {
|
|
5191
|
+
"version": "13.2.20",
|
|
5192
|
+
"resolved": "https://registry.npmjs.org/@lwc/dev-server-plugin-lex/-/dev-server-plugin-lex-13.2.20.tgz",
|
|
5193
|
+
"integrity": "sha512-+VvN5sLILmT2KIWRolx8S9aGFV3mPqn2u78Q0g7UAXVqT2ld/4ZSfEUDVXSrTGNu+4MZbBxU31WZzeuxc8vkmA==",
|
|
5194
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5195
|
+
"dependencies": {
|
|
5196
|
+
"magic-string": "~0.30.21"
|
|
5197
|
+
},
|
|
5198
|
+
"peerDependencies": {
|
|
5199
|
+
"@lwc/compiler": ">=8",
|
|
5200
|
+
"@lwc/errors": ">=8"
|
|
5201
|
+
}
|
|
5202
|
+
},
|
|
5203
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/@lwc/metadata": {
|
|
5204
|
+
"version": "13.2.20",
|
|
5205
|
+
"resolved": "https://registry.npmjs.org/@lwc/metadata/-/metadata-13.2.20.tgz",
|
|
5206
|
+
"integrity": "sha512-Y/SfQTseaO+EqHMFV9yBtaxyUYnAA8FRHrQBfJ/y8oeS7jRr+DSyiOFHJpx5NqsyAtmx2KTjggmWow6GgfjD+A==",
|
|
5207
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5208
|
+
"dependencies": {
|
|
5209
|
+
"@babel/parser": "~7.28.5",
|
|
5210
|
+
"@babel/traverse": "~7.28.5",
|
|
5211
|
+
"@babel/types": "~7.28.5",
|
|
5212
|
+
"@lwc/sfdc-compiler-utils": "13.2.20",
|
|
5213
|
+
"postcss": "~8.5.6",
|
|
5214
|
+
"postcss-selector-parser": "~7.1.0",
|
|
5215
|
+
"postcss-value-parser": "~4.2.0"
|
|
5216
|
+
},
|
|
5217
|
+
"engines": {
|
|
5218
|
+
"node": ">=14"
|
|
5219
|
+
},
|
|
5220
|
+
"peerDependencies": {
|
|
5221
|
+
"@lwc/errors": ">=8",
|
|
5222
|
+
"@lwc/template-compiler": ">=8"
|
|
5223
|
+
}
|
|
5224
|
+
},
|
|
5225
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/@lwc/sfdc-lwc-compiler": {
|
|
5226
|
+
"version": "13.2.20",
|
|
5227
|
+
"resolved": "https://registry.npmjs.org/@lwc/sfdc-lwc-compiler/-/sfdc-lwc-compiler-13.2.20.tgz",
|
|
5228
|
+
"integrity": "sha512-c1TNMX0lS4K8NdtfEdQSmj1gVYD3Bk+JTikWJK8VyWPN55La+2NZ1+Lf+f0bYUyFOYesJa1OTpiScGLnZzQTmQ==",
|
|
5229
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5230
|
+
"dependencies": {
|
|
5231
|
+
"@babel/core": "7.28.5",
|
|
5232
|
+
"@babel/parser": "7.28.5",
|
|
5233
|
+
"@babel/plugin-syntax-decorators": "7.27.1",
|
|
5234
|
+
"@babel/preset-typescript": "7.28.5",
|
|
5235
|
+
"@babel/traverse": "7.28.5",
|
|
5236
|
+
"@babel/types": "7.28.5",
|
|
5237
|
+
"@komaci/esm-generator": "260.31.0",
|
|
5238
|
+
"@lwc/dev-server-plugin-lex": "13.2.20",
|
|
5239
|
+
"@lwc/eslint-plugin-lwc": "3.3.0",
|
|
5240
|
+
"@lwc/eslint-plugin-lwc-platform": "6.3.0",
|
|
5241
|
+
"@lwc/metadata": "13.2.20",
|
|
5242
|
+
"@lwc/sfdc-compiler-utils": "13.2.20",
|
|
5243
|
+
"@rollup/plugin-babel": "^6.1.0",
|
|
5244
|
+
"@rollup/plugin-replace": "^6.0.3",
|
|
5245
|
+
"@rollup/wasm-node": "4.52.5",
|
|
5246
|
+
"@salesforce/eslint-config-lwc": "4.1.1",
|
|
5247
|
+
"@salesforce/eslint-plugin-lightning": "2.0.0",
|
|
5248
|
+
"@swc/wasm": "1.14.0",
|
|
5249
|
+
"astring": "~1.9.0",
|
|
5250
|
+
"doctrine": "~3.0.0",
|
|
5251
|
+
"eslint": "~9.38.0",
|
|
5252
|
+
"eslint-plugin-import": "~2.32.0",
|
|
5253
|
+
"eslint-plugin-jest": "~29.0.1",
|
|
5254
|
+
"gray-matter": "~4.0.3",
|
|
5255
|
+
"line-column": "~1.0.2",
|
|
5256
|
+
"magic-string": "~0.30.21",
|
|
5257
|
+
"markdown-it": "~14.1.0",
|
|
5258
|
+
"parse5-sax-parser": "~8.0.0",
|
|
5259
|
+
"postcss": "~8.5.6",
|
|
5260
|
+
"postcss-selector-parser": "~7.1.0",
|
|
5261
|
+
"terser": "~5.44.0"
|
|
5262
|
+
},
|
|
5263
|
+
"peerDependencies": {
|
|
5264
|
+
"@lwc/compiler": ">=8",
|
|
5265
|
+
"@lwc/errors": ">=8",
|
|
5266
|
+
"@lwc/template-compiler": ">=8"
|
|
5267
|
+
}
|
|
5268
|
+
},
|
|
5269
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/ansi-styles": {
|
|
5270
|
+
"version": "4.3.0",
|
|
5271
|
+
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
5272
|
+
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
5273
|
+
"license": "MIT",
|
|
5274
|
+
"dependencies": {
|
|
5275
|
+
"color-convert": "^2.0.1"
|
|
5276
|
+
},
|
|
5277
|
+
"engines": {
|
|
5278
|
+
"node": ">=8"
|
|
5279
|
+
},
|
|
5280
|
+
"funding": {
|
|
5281
|
+
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
5282
|
+
}
|
|
5283
|
+
},
|
|
5284
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/brace-expansion": {
|
|
5285
|
+
"version": "1.1.11",
|
|
5286
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
5287
|
+
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
|
|
5288
|
+
"license": "MIT",
|
|
5289
|
+
"dependencies": {
|
|
5290
|
+
"balanced-match": "^1.0.0",
|
|
5291
|
+
"concat-map": "0.0.1"
|
|
5292
|
+
}
|
|
5293
|
+
},
|
|
5294
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/chalk": {
|
|
5295
|
+
"version": "5.6.2",
|
|
5296
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
|
|
5297
|
+
"integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==",
|
|
5298
|
+
"license": "MIT",
|
|
5299
|
+
"engines": {
|
|
5300
|
+
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
|
5301
|
+
},
|
|
5302
|
+
"funding": {
|
|
5303
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
5304
|
+
}
|
|
5305
|
+
},
|
|
5306
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/eslint": {
|
|
5307
|
+
"version": "9.38.0",
|
|
5308
|
+
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.38.0.tgz",
|
|
5309
|
+
"integrity": "sha512-t5aPOpmtJcZcz5UJyY2GbvpDlsK5E8JqRqoKtfiKE3cNh437KIqfJr3A3AKf5k64NPx6d0G3dno6XDY05PqPtw==",
|
|
5310
|
+
"license": "MIT",
|
|
5311
|
+
"dependencies": {
|
|
5312
|
+
"@eslint-community/eslint-utils": "^4.8.0",
|
|
5313
|
+
"@eslint-community/regexpp": "^4.12.1",
|
|
5314
|
+
"@eslint/config-array": "^0.21.1",
|
|
5315
|
+
"@eslint/config-helpers": "^0.4.1",
|
|
5316
|
+
"@eslint/core": "^0.16.0",
|
|
5317
|
+
"@eslint/eslintrc": "^3.3.1",
|
|
5318
|
+
"@eslint/js": "9.38.0",
|
|
5319
|
+
"@eslint/plugin-kit": "^0.4.0",
|
|
5320
|
+
"@humanfs/node": "^0.16.6",
|
|
5321
|
+
"@humanwhocodes/module-importer": "^1.0.1",
|
|
5322
|
+
"@humanwhocodes/retry": "^0.4.2",
|
|
5323
|
+
"@types/estree": "^1.0.6",
|
|
5324
|
+
"ajv": "^6.12.4",
|
|
5325
|
+
"chalk": "^4.0.0",
|
|
5326
|
+
"cross-spawn": "^7.0.6",
|
|
5327
|
+
"debug": "^4.3.2",
|
|
5328
|
+
"escape-string-regexp": "^4.0.0",
|
|
5329
|
+
"eslint-scope": "^8.4.0",
|
|
5330
|
+
"eslint-visitor-keys": "^4.2.1",
|
|
5331
|
+
"espree": "^10.4.0",
|
|
5332
|
+
"esquery": "^1.5.0",
|
|
5333
|
+
"esutils": "^2.0.2",
|
|
5334
|
+
"fast-deep-equal": "^3.1.3",
|
|
5335
|
+
"file-entry-cache": "^8.0.0",
|
|
5336
|
+
"find-up": "^5.0.0",
|
|
5337
|
+
"glob-parent": "^6.0.2",
|
|
5338
|
+
"ignore": "^5.2.0",
|
|
5339
|
+
"imurmurhash": "^0.1.4",
|
|
5340
|
+
"is-glob": "^4.0.0",
|
|
5341
|
+
"json-stable-stringify-without-jsonify": "^1.0.1",
|
|
5342
|
+
"lodash.merge": "^4.6.2",
|
|
5343
|
+
"minimatch": "^3.1.2",
|
|
5344
|
+
"natural-compare": "^1.4.0",
|
|
5345
|
+
"optionator": "^0.9.3"
|
|
5346
|
+
},
|
|
5347
|
+
"bin": {
|
|
5348
|
+
"eslint": "bin/eslint.js"
|
|
5349
|
+
},
|
|
5350
|
+
"engines": {
|
|
5351
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
5352
|
+
},
|
|
5353
|
+
"funding": {
|
|
5354
|
+
"url": "https://eslint.org/donate"
|
|
5355
|
+
},
|
|
5356
|
+
"peerDependencies": {
|
|
5357
|
+
"jiti": "*"
|
|
5358
|
+
},
|
|
5359
|
+
"peerDependenciesMeta": {
|
|
5360
|
+
"jiti": {
|
|
5361
|
+
"optional": true
|
|
5362
|
+
}
|
|
5363
|
+
}
|
|
5364
|
+
},
|
|
5365
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/eslint-visitor-keys": {
|
|
5366
|
+
"version": "4.2.1",
|
|
5367
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
|
|
5368
|
+
"integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
|
|
5369
|
+
"license": "Apache-2.0",
|
|
5370
|
+
"engines": {
|
|
5371
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
5372
|
+
},
|
|
5373
|
+
"funding": {
|
|
5374
|
+
"url": "https://opencollective.com/eslint"
|
|
5375
|
+
}
|
|
5376
|
+
},
|
|
5377
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/eslint/node_modules/chalk": {
|
|
5378
|
+
"version": "4.1.2",
|
|
5379
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
|
|
5380
|
+
"integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
|
|
5381
|
+
"license": "MIT",
|
|
5382
|
+
"dependencies": {
|
|
5383
|
+
"ansi-styles": "^4.1.0",
|
|
5384
|
+
"supports-color": "^7.1.0"
|
|
5385
|
+
},
|
|
5386
|
+
"engines": {
|
|
5387
|
+
"node": ">=10"
|
|
5388
|
+
},
|
|
5389
|
+
"funding": {
|
|
5390
|
+
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
5391
|
+
}
|
|
5392
|
+
},
|
|
5393
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/eslint/node_modules/minimatch": {
|
|
5394
|
+
"version": "3.1.2",
|
|
5395
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
5396
|
+
"integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
|
|
5397
|
+
"license": "ISC",
|
|
5398
|
+
"dependencies": {
|
|
5399
|
+
"brace-expansion": "^1.1.7"
|
|
5400
|
+
},
|
|
5401
|
+
"engines": {
|
|
5402
|
+
"node": "*"
|
|
5403
|
+
}
|
|
5404
|
+
},
|
|
5405
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/find-up": {
|
|
5406
|
+
"version": "5.0.0",
|
|
5407
|
+
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
|
|
5408
|
+
"integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
|
|
5409
|
+
"license": "MIT",
|
|
5410
|
+
"dependencies": {
|
|
5411
|
+
"locate-path": "^6.0.0",
|
|
5412
|
+
"path-exists": "^4.0.0"
|
|
5413
|
+
},
|
|
5414
|
+
"engines": {
|
|
5415
|
+
"node": ">=10"
|
|
5416
|
+
},
|
|
5417
|
+
"funding": {
|
|
5418
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
5419
|
+
}
|
|
5420
|
+
},
|
|
5421
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/glob": {
|
|
5422
|
+
"version": "11.0.3",
|
|
5423
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-11.0.3.tgz",
|
|
5424
|
+
"integrity": "sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==",
|
|
5425
|
+
"license": "ISC",
|
|
5426
|
+
"dependencies": {
|
|
5427
|
+
"foreground-child": "^3.3.1",
|
|
5428
|
+
"jackspeak": "^4.1.1",
|
|
5429
|
+
"minimatch": "^10.0.3",
|
|
5430
|
+
"minipass": "^7.1.2",
|
|
5431
|
+
"package-json-from-dist": "^1.0.0",
|
|
5432
|
+
"path-scurry": "^2.0.0"
|
|
5433
|
+
},
|
|
5434
|
+
"bin": {
|
|
5435
|
+
"glob": "dist/esm/bin.mjs"
|
|
5436
|
+
},
|
|
5146
5437
|
"engines": {
|
|
5147
5438
|
"node": "20 || >=22"
|
|
5439
|
+
},
|
|
5440
|
+
"funding": {
|
|
5441
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
5442
|
+
}
|
|
5443
|
+
},
|
|
5444
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/globals": {
|
|
5445
|
+
"version": "14.0.0",
|
|
5446
|
+
"resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
|
|
5447
|
+
"integrity": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==",
|
|
5448
|
+
"license": "MIT",
|
|
5449
|
+
"engines": {
|
|
5450
|
+
"node": ">=18"
|
|
5451
|
+
},
|
|
5452
|
+
"funding": {
|
|
5453
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
5454
|
+
}
|
|
5455
|
+
},
|
|
5456
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/locate-path": {
|
|
5457
|
+
"version": "6.0.0",
|
|
5458
|
+
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
5459
|
+
"integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
|
|
5460
|
+
"license": "MIT",
|
|
5461
|
+
"dependencies": {
|
|
5462
|
+
"p-locate": "^5.0.0"
|
|
5463
|
+
},
|
|
5464
|
+
"engines": {
|
|
5465
|
+
"node": ">=10"
|
|
5466
|
+
},
|
|
5467
|
+
"funding": {
|
|
5468
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
5148
5469
|
}
|
|
5149
5470
|
},
|
|
5150
5471
|
"node_modules/@lwc/lwc-dev-server/node_modules/minimatch": {
|
|
@@ -5162,45 +5483,47 @@
|
|
|
5162
5483
|
"url": "https://github.com/sponsors/isaacs"
|
|
5163
5484
|
}
|
|
5164
5485
|
},
|
|
5165
|
-
"node_modules/@lwc/lwc-dev-server/node_modules/
|
|
5166
|
-
"version": "
|
|
5167
|
-
"resolved": "https://registry.npmjs.org/
|
|
5168
|
-
"integrity": "sha512-
|
|
5169
|
-
"license": "
|
|
5486
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/p-limit": {
|
|
5487
|
+
"version": "3.1.0",
|
|
5488
|
+
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
|
|
5489
|
+
"integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
|
|
5490
|
+
"license": "MIT",
|
|
5170
5491
|
"dependencies": {
|
|
5171
|
-
"
|
|
5172
|
-
"minipass": "^7.1.2"
|
|
5492
|
+
"yocto-queue": "^0.1.0"
|
|
5173
5493
|
},
|
|
5174
5494
|
"engines": {
|
|
5175
|
-
"node": "
|
|
5495
|
+
"node": ">=10"
|
|
5176
5496
|
},
|
|
5177
5497
|
"funding": {
|
|
5178
|
-
"url": "https://github.com/sponsors/
|
|
5498
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
5179
5499
|
}
|
|
5180
5500
|
},
|
|
5181
|
-
"node_modules/@lwc/lwc-dev-server/node_modules/
|
|
5182
|
-
"version": "
|
|
5183
|
-
"resolved": "https://registry.npmjs.org/
|
|
5184
|
-
"integrity": "sha512-
|
|
5185
|
-
"license": "
|
|
5501
|
+
"node_modules/@lwc/lwc-dev-server/node_modules/p-locate": {
|
|
5502
|
+
"version": "5.0.0",
|
|
5503
|
+
"resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
|
|
5504
|
+
"integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
|
|
5505
|
+
"license": "MIT",
|
|
5506
|
+
"dependencies": {
|
|
5507
|
+
"p-limit": "^3.0.2"
|
|
5508
|
+
},
|
|
5186
5509
|
"engines": {
|
|
5187
|
-
"node": ">=
|
|
5510
|
+
"node": ">=10"
|
|
5188
5511
|
},
|
|
5189
5512
|
"funding": {
|
|
5190
|
-
"url": "https://github.com/sponsors/
|
|
5513
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
5191
5514
|
}
|
|
5192
5515
|
},
|
|
5193
5516
|
"node_modules/@lwc/metadata": {
|
|
5194
|
-
"version": "13.
|
|
5195
|
-
"resolved": "https://registry.npmjs.org/@lwc/metadata/-/metadata-13.
|
|
5196
|
-
"integrity": "sha512-
|
|
5517
|
+
"version": "13.3.6",
|
|
5518
|
+
"resolved": "https://registry.npmjs.org/@lwc/metadata/-/metadata-13.3.6.tgz",
|
|
5519
|
+
"integrity": "sha512-5+K2awgy6CUbkROwCRkLI6NyDhktm71nv/r1vT17K/lVa3F+aEjzbfclwrVcjXrGVnaEp8PlXhmfHLx56jgElQ==",
|
|
5197
5520
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5198
5521
|
"peer": true,
|
|
5199
5522
|
"dependencies": {
|
|
5200
5523
|
"@babel/parser": "~7.28.5",
|
|
5201
5524
|
"@babel/traverse": "~7.28.5",
|
|
5202
5525
|
"@babel/types": "~7.28.5",
|
|
5203
|
-
"@lwc/sfdc-compiler-utils": "13.
|
|
5526
|
+
"@lwc/sfdc-compiler-utils": "13.3.6",
|
|
5204
5527
|
"postcss": "~8.5.6",
|
|
5205
5528
|
"postcss-selector-parser": "~7.1.0",
|
|
5206
5529
|
"postcss-value-parser": "~4.2.0"
|
|
@@ -5213,10 +5536,19 @@
|
|
|
5213
5536
|
"@lwc/template-compiler": ">=8"
|
|
5214
5537
|
}
|
|
5215
5538
|
},
|
|
5539
|
+
"node_modules/@lwc/metadata/node_modules/@lwc/sfdc-compiler-utils": {
|
|
5540
|
+
"version": "13.3.6",
|
|
5541
|
+
"resolved": "https://registry.npmjs.org/@lwc/sfdc-compiler-utils/-/sfdc-compiler-utils-13.3.6.tgz",
|
|
5542
|
+
"integrity": "sha512-xYakZmn9miIIoEX1C45Bv6pkdtdpSUeBbFFh+20++N5K5cU93yKz80rbTUGaqNfxCtX/cRHxQosbbvWa/1dZaQ==",
|
|
5543
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5544
|
+
"engines": {
|
|
5545
|
+
"node": ">=14"
|
|
5546
|
+
}
|
|
5547
|
+
},
|
|
5216
5548
|
"node_modules/@lwc/module-resolver": {
|
|
5217
|
-
"version": "8.
|
|
5218
|
-
"resolved": "https://registry.npmjs.org/@lwc/module-resolver/-/module-resolver-8.
|
|
5219
|
-
"integrity": "sha512-
|
|
5549
|
+
"version": "8.25.1",
|
|
5550
|
+
"resolved": "https://registry.npmjs.org/@lwc/module-resolver/-/module-resolver-8.25.1.tgz",
|
|
5551
|
+
"integrity": "sha512-pX1eXsjRpdLmomo3YTTZwAvP31EOvhEc4icQCUEu+dUsmY2/DDn+7lOWvzbA91z0vfkFCq1+eZQQ9oD1JdAtdg==",
|
|
5220
5552
|
"license": "MIT",
|
|
5221
5553
|
"peer": true,
|
|
5222
5554
|
"dependencies": {
|
|
@@ -5244,14 +5576,14 @@
|
|
|
5244
5576
|
}
|
|
5245
5577
|
},
|
|
5246
5578
|
"node_modules/@lwc/rollup-plugin": {
|
|
5247
|
-
"version": "8.
|
|
5248
|
-
"resolved": "https://registry.npmjs.org/@lwc/rollup-plugin/-/rollup-plugin-8.
|
|
5249
|
-
"integrity": "sha512-
|
|
5579
|
+
"version": "8.25.1",
|
|
5580
|
+
"resolved": "https://registry.npmjs.org/@lwc/rollup-plugin/-/rollup-plugin-8.25.1.tgz",
|
|
5581
|
+
"integrity": "sha512-nwFe1k2Yy85EK9gCbkebdvnCI3tkFIwB7pGoYMHZD0RdzhLtQrpTady1yEr2D2wggOWFabyg2s+m/8zanjpLmQ==",
|
|
5250
5582
|
"license": "MIT",
|
|
5251
5583
|
"dependencies": {
|
|
5252
|
-
"@lwc/compiler": "8.
|
|
5253
|
-
"@lwc/module-resolver": "8.
|
|
5254
|
-
"@lwc/shared": "8.
|
|
5584
|
+
"@lwc/compiler": "8.25.1",
|
|
5585
|
+
"@lwc/module-resolver": "8.25.1",
|
|
5586
|
+
"@lwc/shared": "8.25.1",
|
|
5255
5587
|
"@rollup/pluginutils": "~5.3.0"
|
|
5256
5588
|
},
|
|
5257
5589
|
"peerDependencies": {
|
|
@@ -5287,9 +5619,9 @@
|
|
|
5287
5619
|
"license": "MIT"
|
|
5288
5620
|
},
|
|
5289
5621
|
"node_modules/@lwc/sfdc-compiler-utils": {
|
|
5290
|
-
"version": "13.2.
|
|
5291
|
-
"resolved": "https://registry.npmjs.org/@lwc/sfdc-compiler-utils/-/sfdc-compiler-utils-13.2.
|
|
5292
|
-
"integrity": "sha512-
|
|
5622
|
+
"version": "13.2.20",
|
|
5623
|
+
"resolved": "https://registry.npmjs.org/@lwc/sfdc-compiler-utils/-/sfdc-compiler-utils-13.2.20.tgz",
|
|
5624
|
+
"integrity": "sha512-IeorL44CtqnOQhqe8QHqaotOp5uWlraeRJHcRhb0Ssz32LAyIf/4rL+9nleVACfSSiKEyVnkBb7ZTo7TD1edkg==",
|
|
5293
5625
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5294
5626
|
"peer": true,
|
|
5295
5627
|
"engines": {
|
|
@@ -5297,9 +5629,9 @@
|
|
|
5297
5629
|
}
|
|
5298
5630
|
},
|
|
5299
5631
|
"node_modules/@lwc/sfdc-lwc-compiler": {
|
|
5300
|
-
"version": "13.
|
|
5301
|
-
"resolved": "https://registry.npmjs.org/@lwc/sfdc-lwc-compiler/-/sfdc-lwc-compiler-13.
|
|
5302
|
-
"integrity": "sha512-
|
|
5632
|
+
"version": "13.3.6",
|
|
5633
|
+
"resolved": "https://registry.npmjs.org/@lwc/sfdc-lwc-compiler/-/sfdc-lwc-compiler-13.3.6.tgz",
|
|
5634
|
+
"integrity": "sha512-eE6f0ihFH12BFAiOh+1WPcI2qCERpLdFiLzpdF/jscNqH3tyP7PyfQQ9uFYL1da+CNiSWS7yEWTxW+HXE0Yj/A==",
|
|
5303
5635
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5304
5636
|
"dependencies": {
|
|
5305
5637
|
"@babel/core": "7.28.5",
|
|
@@ -5309,11 +5641,11 @@
|
|
|
5309
5641
|
"@babel/traverse": "7.28.5",
|
|
5310
5642
|
"@babel/types": "7.28.5",
|
|
5311
5643
|
"@komaci/esm-generator": "260.31.0",
|
|
5312
|
-
"@lwc/dev-server-plugin-lex": "13.
|
|
5644
|
+
"@lwc/dev-server-plugin-lex": "13.3.6",
|
|
5313
5645
|
"@lwc/eslint-plugin-lwc": "3.3.0",
|
|
5314
5646
|
"@lwc/eslint-plugin-lwc-platform": "6.3.0",
|
|
5315
|
-
"@lwc/metadata": "13.
|
|
5316
|
-
"@lwc/sfdc-compiler-utils": "13.
|
|
5647
|
+
"@lwc/metadata": "13.3.6",
|
|
5648
|
+
"@lwc/sfdc-compiler-utils": "13.3.6",
|
|
5317
5649
|
"@rollup/plugin-babel": "^6.1.0",
|
|
5318
5650
|
"@rollup/plugin-replace": "^6.0.3",
|
|
5319
5651
|
"@rollup/wasm-node": "4.52.5",
|
|
@@ -5322,13 +5654,14 @@
|
|
|
5322
5654
|
"@swc/wasm": "1.14.0",
|
|
5323
5655
|
"astring": "~1.9.0",
|
|
5324
5656
|
"doctrine": "~3.0.0",
|
|
5325
|
-
"eslint": "~9.
|
|
5657
|
+
"eslint": "~9.39.1",
|
|
5326
5658
|
"eslint-plugin-import": "~2.32.0",
|
|
5327
5659
|
"eslint-plugin-jest": "~29.0.1",
|
|
5328
5660
|
"gray-matter": "~4.0.3",
|
|
5329
5661
|
"line-column": "~1.0.2",
|
|
5330
5662
|
"magic-string": "~0.30.21",
|
|
5331
5663
|
"markdown-it": "~14.1.0",
|
|
5664
|
+
"meriyah": "^5.0.0",
|
|
5332
5665
|
"parse5-sax-parser": "~8.0.0",
|
|
5333
5666
|
"postcss": "~8.5.6",
|
|
5334
5667
|
"postcss-selector-parser": "~7.1.0",
|
|
@@ -5370,18 +5703,6 @@
|
|
|
5370
5703
|
"url": "https://opencollective.com/eslint"
|
|
5371
5704
|
}
|
|
5372
5705
|
},
|
|
5373
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@eslint/core": {
|
|
5374
|
-
"version": "0.16.0",
|
|
5375
|
-
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.16.0.tgz",
|
|
5376
|
-
"integrity": "sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q==",
|
|
5377
|
-
"license": "Apache-2.0",
|
|
5378
|
-
"dependencies": {
|
|
5379
|
-
"@types/json-schema": "^7.0.15"
|
|
5380
|
-
},
|
|
5381
|
-
"engines": {
|
|
5382
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
5383
|
-
}
|
|
5384
|
-
},
|
|
5385
5706
|
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@eslint/eslintrc": {
|
|
5386
5707
|
"version": "3.3.1",
|
|
5387
5708
|
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.1.tgz",
|
|
@@ -5406,9 +5727,9 @@
|
|
|
5406
5727
|
}
|
|
5407
5728
|
},
|
|
5408
5729
|
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@eslint/js": {
|
|
5409
|
-
"version": "9.
|
|
5410
|
-
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.
|
|
5411
|
-
"integrity": "sha512-
|
|
5730
|
+
"version": "9.39.2",
|
|
5731
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.2.tgz",
|
|
5732
|
+
"integrity": "sha512-q1mjIoW1VX4IvSocvM/vbTiveKC4k9eLrajNEuSsmjymSDEbpGddtpfOoN7YGAqBK3NG+uqo8ia4PDTt8buCYA==",
|
|
5412
5733
|
"license": "MIT",
|
|
5413
5734
|
"engines": {
|
|
5414
5735
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -5417,21 +5738,30 @@
|
|
|
5417
5738
|
"url": "https://eslint.org/donate"
|
|
5418
5739
|
}
|
|
5419
5740
|
},
|
|
5741
|
+
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/@lwc/sfdc-compiler-utils": {
|
|
5742
|
+
"version": "13.3.6",
|
|
5743
|
+
"resolved": "https://registry.npmjs.org/@lwc/sfdc-compiler-utils/-/sfdc-compiler-utils-13.3.6.tgz",
|
|
5744
|
+
"integrity": "sha512-xYakZmn9miIIoEX1C45Bv6pkdtdpSUeBbFFh+20++N5K5cU93yKz80rbTUGaqNfxCtX/cRHxQosbbvWa/1dZaQ==",
|
|
5745
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5746
|
+
"engines": {
|
|
5747
|
+
"node": ">=14"
|
|
5748
|
+
}
|
|
5749
|
+
},
|
|
5420
5750
|
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/eslint": {
|
|
5421
|
-
"version": "9.
|
|
5422
|
-
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.
|
|
5423
|
-
"integrity": "sha512-
|
|
5751
|
+
"version": "9.39.2",
|
|
5752
|
+
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.39.2.tgz",
|
|
5753
|
+
"integrity": "sha512-LEyamqS7W5HB3ujJyvi0HQK/dtVINZvd5mAAp9eT5S/ujByGjiZLCzPcHVzuXbpJDJF/cxwHlfceVUDZ2lnSTw==",
|
|
5424
5754
|
"license": "MIT",
|
|
5425
5755
|
"peer": true,
|
|
5426
5756
|
"dependencies": {
|
|
5427
5757
|
"@eslint-community/eslint-utils": "^4.8.0",
|
|
5428
5758
|
"@eslint-community/regexpp": "^4.12.1",
|
|
5429
5759
|
"@eslint/config-array": "^0.21.1",
|
|
5430
|
-
"@eslint/config-helpers": "^0.4.
|
|
5431
|
-
"@eslint/core": "^0.
|
|
5760
|
+
"@eslint/config-helpers": "^0.4.2",
|
|
5761
|
+
"@eslint/core": "^0.17.0",
|
|
5432
5762
|
"@eslint/eslintrc": "^3.3.1",
|
|
5433
|
-
"@eslint/js": "9.
|
|
5434
|
-
"@eslint/plugin-kit": "^0.4.
|
|
5763
|
+
"@eslint/js": "9.39.2",
|
|
5764
|
+
"@eslint/plugin-kit": "^0.4.1",
|
|
5435
5765
|
"@humanfs/node": "^0.16.6",
|
|
5436
5766
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
5437
5767
|
"@humanwhocodes/retry": "^0.4.2",
|
|
@@ -5477,22 +5807,6 @@
|
|
|
5477
5807
|
}
|
|
5478
5808
|
}
|
|
5479
5809
|
},
|
|
5480
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/eslint-scope": {
|
|
5481
|
-
"version": "8.4.0",
|
|
5482
|
-
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz",
|
|
5483
|
-
"integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
|
|
5484
|
-
"license": "BSD-2-Clause",
|
|
5485
|
-
"dependencies": {
|
|
5486
|
-
"esrecurse": "^4.3.0",
|
|
5487
|
-
"estraverse": "^5.2.0"
|
|
5488
|
-
},
|
|
5489
|
-
"engines": {
|
|
5490
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
5491
|
-
},
|
|
5492
|
-
"funding": {
|
|
5493
|
-
"url": "https://opencollective.com/eslint"
|
|
5494
|
-
}
|
|
5495
|
-
},
|
|
5496
5810
|
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/eslint-visitor-keys": {
|
|
5497
5811
|
"version": "4.2.1",
|
|
5498
5812
|
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
|
|
@@ -5505,18 +5819,6 @@
|
|
|
5505
5819
|
"url": "https://opencollective.com/eslint"
|
|
5506
5820
|
}
|
|
5507
5821
|
},
|
|
5508
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/file-entry-cache": {
|
|
5509
|
-
"version": "8.0.0",
|
|
5510
|
-
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
|
|
5511
|
-
"integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
|
|
5512
|
-
"license": "MIT",
|
|
5513
|
-
"dependencies": {
|
|
5514
|
-
"flat-cache": "^4.0.0"
|
|
5515
|
-
},
|
|
5516
|
-
"engines": {
|
|
5517
|
-
"node": ">=16.0.0"
|
|
5518
|
-
}
|
|
5519
|
-
},
|
|
5520
5822
|
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/find-up": {
|
|
5521
5823
|
"version": "5.0.0",
|
|
5522
5824
|
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
|
|
@@ -5533,31 +5835,6 @@
|
|
|
5533
5835
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
5534
5836
|
}
|
|
5535
5837
|
},
|
|
5536
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/flat-cache": {
|
|
5537
|
-
"version": "4.0.1",
|
|
5538
|
-
"resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
|
|
5539
|
-
"integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
|
|
5540
|
-
"license": "MIT",
|
|
5541
|
-
"dependencies": {
|
|
5542
|
-
"flatted": "^3.2.9",
|
|
5543
|
-
"keyv": "^4.5.4"
|
|
5544
|
-
},
|
|
5545
|
-
"engines": {
|
|
5546
|
-
"node": ">=16"
|
|
5547
|
-
}
|
|
5548
|
-
},
|
|
5549
|
-
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/glob-parent": {
|
|
5550
|
-
"version": "6.0.2",
|
|
5551
|
-
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
|
|
5552
|
-
"integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
|
|
5553
|
-
"license": "ISC",
|
|
5554
|
-
"dependencies": {
|
|
5555
|
-
"is-glob": "^4.0.3"
|
|
5556
|
-
},
|
|
5557
|
-
"engines": {
|
|
5558
|
-
"node": ">=10.13.0"
|
|
5559
|
-
}
|
|
5560
|
-
},
|
|
5561
5838
|
"node_modules/@lwc/sfdc-lwc-compiler/node_modules/globals": {
|
|
5562
5839
|
"version": "14.0.0",
|
|
5563
5840
|
"resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
|
|
@@ -5616,27 +5893,27 @@
|
|
|
5616
5893
|
}
|
|
5617
5894
|
},
|
|
5618
5895
|
"node_modules/@lwc/shared": {
|
|
5619
|
-
"version": "8.
|
|
5620
|
-
"resolved": "https://registry.npmjs.org/@lwc/shared/-/shared-8.
|
|
5621
|
-
"integrity": "sha512
|
|
5896
|
+
"version": "8.25.1",
|
|
5897
|
+
"resolved": "https://registry.npmjs.org/@lwc/shared/-/shared-8.25.1.tgz",
|
|
5898
|
+
"integrity": "sha512-+L1+ZDUTyTAfEgCo9dm14hCanzCWKJqg/FjITDj1kB4n2WAbwj4sa2u3PuoQB3J5v3uiV+8wGUV/rlS8Kc2EXQ==",
|
|
5622
5899
|
"license": "MIT"
|
|
5623
5900
|
},
|
|
5624
5901
|
"node_modules/@lwc/signals": {
|
|
5625
|
-
"version": "8.
|
|
5626
|
-
"resolved": "https://registry.npmjs.org/@lwc/signals/-/signals-8.
|
|
5627
|
-
"integrity": "sha512-
|
|
5902
|
+
"version": "8.25.1",
|
|
5903
|
+
"resolved": "https://registry.npmjs.org/@lwc/signals/-/signals-8.25.1.tgz",
|
|
5904
|
+
"integrity": "sha512-mpNj0wQyCAOio/+V26JAa5qRxUCeQq8W5zoiFZqUxybqHwCo8GHewOsCnO+opzHN3IFEF9L8R4R9ohCzgFXnew==",
|
|
5628
5905
|
"license": "MIT"
|
|
5629
5906
|
},
|
|
5630
5907
|
"node_modules/@lwc/ssr-compiler": {
|
|
5631
|
-
"version": "8.
|
|
5632
|
-
"resolved": "https://registry.npmjs.org/@lwc/ssr-compiler/-/ssr-compiler-8.
|
|
5633
|
-
"integrity": "sha512-
|
|
5908
|
+
"version": "8.25.1",
|
|
5909
|
+
"resolved": "https://registry.npmjs.org/@lwc/ssr-compiler/-/ssr-compiler-8.25.1.tgz",
|
|
5910
|
+
"integrity": "sha512-qExYVLWm8kw7OrwQOpItrME3ILjvZfZGO1NiehFtAGRX6s0NG3z4aayg/lCwhNK0wAVAC+5VHykdw9lDRoN5tA==",
|
|
5634
5911
|
"license": "MIT",
|
|
5635
5912
|
"dependencies": {
|
|
5636
5913
|
"@babel/types": "7.28.5",
|
|
5637
|
-
"@lwc/errors": "8.
|
|
5638
|
-
"@lwc/shared": "8.
|
|
5639
|
-
"@lwc/template-compiler": "8.
|
|
5914
|
+
"@lwc/errors": "8.25.1",
|
|
5915
|
+
"@lwc/shared": "8.25.1",
|
|
5916
|
+
"@lwc/template-compiler": "8.25.1",
|
|
5640
5917
|
"acorn": "8.15.0",
|
|
5641
5918
|
"astring": "^1.9.0",
|
|
5642
5919
|
"estree-toolkit": "^1.7.13",
|
|
@@ -5645,56 +5922,57 @@
|
|
|
5645
5922
|
}
|
|
5646
5923
|
},
|
|
5647
5924
|
"node_modules/@lwc/ssr-runtime": {
|
|
5648
|
-
"version": "8.
|
|
5649
|
-
"resolved": "https://registry.npmjs.org/@lwc/ssr-runtime/-/ssr-runtime-8.
|
|
5650
|
-
"integrity": "sha512-
|
|
5925
|
+
"version": "8.25.1",
|
|
5926
|
+
"resolved": "https://registry.npmjs.org/@lwc/ssr-runtime/-/ssr-runtime-8.25.1.tgz",
|
|
5927
|
+
"integrity": "sha512-v2JJDaBmkuYD5Bc0dywUAmHF4F9/uPH4kjsuU60Phuwiyu0ZaZBnCEseI6yxghqSYdyzvwaxU3vAq0kccDkReA==",
|
|
5651
5928
|
"license": "MIT"
|
|
5652
5929
|
},
|
|
5653
5930
|
"node_modules/@lwc/style-compiler": {
|
|
5654
|
-
"version": "8.
|
|
5655
|
-
"resolved": "https://registry.npmjs.org/@lwc/style-compiler/-/style-compiler-8.
|
|
5656
|
-
"integrity": "sha512-
|
|
5931
|
+
"version": "8.25.1",
|
|
5932
|
+
"resolved": "https://registry.npmjs.org/@lwc/style-compiler/-/style-compiler-8.25.1.tgz",
|
|
5933
|
+
"integrity": "sha512-CK+PDnpqRY0IG/qDdXFThciLc6ddUA4zcWZR2X2yh2LWWyITPzIcZgWEELhQh38tjo+vTBmHmpORJ9jaRk68hw==",
|
|
5657
5934
|
"license": "MIT",
|
|
5658
5935
|
"dependencies": {
|
|
5659
|
-
"@lwc/shared": "8.
|
|
5936
|
+
"@lwc/shared": "8.25.1",
|
|
5660
5937
|
"postcss": "~8.5.6",
|
|
5661
5938
|
"postcss-selector-parser": "~7.1.0",
|
|
5662
5939
|
"postcss-value-parser": "~4.2.0"
|
|
5663
5940
|
}
|
|
5664
5941
|
},
|
|
5665
5942
|
"node_modules/@lwc/synthetic-shadow": {
|
|
5666
|
-
"version": "8.
|
|
5667
|
-
"resolved": "https://registry.npmjs.org/@lwc/synthetic-shadow/-/synthetic-shadow-8.
|
|
5668
|
-
"integrity": "sha512-
|
|
5943
|
+
"version": "8.25.1",
|
|
5944
|
+
"resolved": "https://registry.npmjs.org/@lwc/synthetic-shadow/-/synthetic-shadow-8.25.1.tgz",
|
|
5945
|
+
"integrity": "sha512-Iwh50gTw8pzR8R6kcZt9w1jwmo9W7Zu6m/He+w4x0NSqs8rBBafHYQ17djS+tQC+2kUXVsPbvA1vXgQpau7/SA==",
|
|
5669
5946
|
"license": "MIT",
|
|
5670
5947
|
"peer": true
|
|
5671
5948
|
},
|
|
5672
5949
|
"node_modules/@lwc/template-compiler": {
|
|
5673
|
-
"version": "8.
|
|
5674
|
-
"resolved": "https://registry.npmjs.org/@lwc/template-compiler/-/template-compiler-8.
|
|
5675
|
-
"integrity": "sha512-
|
|
5950
|
+
"version": "8.25.1",
|
|
5951
|
+
"resolved": "https://registry.npmjs.org/@lwc/template-compiler/-/template-compiler-8.25.1.tgz",
|
|
5952
|
+
"integrity": "sha512-ZslFjm/vQFA+WkIIXs7JvHd1ilS2UTfzCsKBk5UUDhXGO7ivOvUOAIMteLfkD1szxsIe1/SgDV7Y3gHeJFd1qw==",
|
|
5676
5953
|
"license": "MIT",
|
|
5954
|
+
"peer": true,
|
|
5677
5955
|
"dependencies": {
|
|
5678
|
-
"@lwc/errors": "8.
|
|
5679
|
-
"@lwc/shared": "8.
|
|
5956
|
+
"@lwc/errors": "8.25.1",
|
|
5957
|
+
"@lwc/shared": "8.25.1",
|
|
5680
5958
|
"acorn": "~8.15.0",
|
|
5681
5959
|
"astring": "~1.9.0",
|
|
5682
5960
|
"he": "~1.2.0"
|
|
5683
5961
|
}
|
|
5684
5962
|
},
|
|
5685
5963
|
"node_modules/@lwc/types": {
|
|
5686
|
-
"version": "8.
|
|
5687
|
-
"resolved": "https://registry.npmjs.org/@lwc/types/-/types-8.
|
|
5688
|
-
"integrity": "sha512-
|
|
5964
|
+
"version": "8.25.1",
|
|
5965
|
+
"resolved": "https://registry.npmjs.org/@lwc/types/-/types-8.25.1.tgz",
|
|
5966
|
+
"integrity": "sha512-V0vq4COz5et/iyY1zjOYJrs2TDkPNyFe50lHrOjZBzpZdXTcGwCqNiLHvh/trIKeZo4/5A5xPOCjJ3MOxhsTUw==",
|
|
5689
5967
|
"license": "MIT",
|
|
5690
5968
|
"dependencies": {
|
|
5691
|
-
"@lwc/engine-core": "8.
|
|
5969
|
+
"@lwc/engine-core": "8.25.1"
|
|
5692
5970
|
}
|
|
5693
5971
|
},
|
|
5694
5972
|
"node_modules/@lwc/wire-service": {
|
|
5695
|
-
"version": "8.
|
|
5696
|
-
"resolved": "https://registry.npmjs.org/@lwc/wire-service/-/wire-service-8.
|
|
5697
|
-
"integrity": "sha512-
|
|
5973
|
+
"version": "8.25.1",
|
|
5974
|
+
"resolved": "https://registry.npmjs.org/@lwc/wire-service/-/wire-service-8.25.1.tgz",
|
|
5975
|
+
"integrity": "sha512-MHLwG1a7HNwF02OYaEquq7hrK9edXMLNkVHiP3gtx8EJfkefM1AQul/E+o3v6hIneI8tGlR013jF5Mm5C100YQ==",
|
|
5698
5976
|
"license": "MIT"
|
|
5699
5977
|
},
|
|
5700
5978
|
"node_modules/@lwrjs/api": {
|
|
@@ -6596,9 +6874,9 @@
|
|
|
6596
6874
|
}
|
|
6597
6875
|
},
|
|
6598
6876
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
6599
|
-
"version": "5.3.
|
|
6600
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
|
6601
|
-
"integrity": "sha512-
|
|
6877
|
+
"version": "5.3.8",
|
|
6878
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.8.tgz",
|
|
6879
|
+
"integrity": "sha512-pxuW6kVAkAJBZzk7w2xUy32D+EQGeef15Kyjz13LYazHNXcVdrzP/5726VGfMnK3U4W1QyJ7CalzZxRLVvxQcg==",
|
|
6602
6880
|
"dev": true,
|
|
6603
6881
|
"license": "MIT",
|
|
6604
6882
|
"dependencies": {
|
|
@@ -6609,7 +6887,7 @@
|
|
|
6609
6887
|
"lodash.difference": "^4.5.0",
|
|
6610
6888
|
"lodash.get": "^4.4.2",
|
|
6611
6889
|
"lodash.sortby": "^4.7.0",
|
|
6612
|
-
"semver": "^7.7.
|
|
6890
|
+
"semver": "^7.7.3",
|
|
6613
6891
|
"ts-json-schema-generator": "^1.5.1"
|
|
6614
6892
|
},
|
|
6615
6893
|
"bin": {
|
|
@@ -6690,14 +6968,14 @@
|
|
|
6690
6968
|
}
|
|
6691
6969
|
},
|
|
6692
6970
|
"node_modules/@oclif/plugin-not-found": {
|
|
6693
|
-
"version": "3.2.
|
|
6694
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.
|
|
6695
|
-
"integrity": "sha512-
|
|
6971
|
+
"version": "3.2.73",
|
|
6972
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.73.tgz",
|
|
6973
|
+
"integrity": "sha512-2bQieTGI9XNFe9hKmXQjJmHV5rZw+yn7Rud1+C5uLEo8GaT89KZbiLTJgL35tGILahy/cB6+WAs812wjw7TK6w==",
|
|
6696
6974
|
"dev": true,
|
|
6697
6975
|
"license": "MIT",
|
|
6698
6976
|
"dependencies": {
|
|
6699
|
-
"@inquirer/prompts": "^7.
|
|
6700
|
-
"@oclif/core": "^4.
|
|
6977
|
+
"@inquirer/prompts": "^7.10.1",
|
|
6978
|
+
"@oclif/core": "^4.8.0",
|
|
6701
6979
|
"ansis": "^3.17.0",
|
|
6702
6980
|
"fast-levenshtein": "^3.0.0"
|
|
6703
6981
|
},
|
|
@@ -6706,17 +6984,17 @@
|
|
|
6706
6984
|
}
|
|
6707
6985
|
},
|
|
6708
6986
|
"node_modules/@oclif/plugin-not-found/node_modules/@inquirer/checkbox": {
|
|
6709
|
-
"version": "4.3.
|
|
6710
|
-
"resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-4.3.
|
|
6711
|
-
"integrity": "sha512-
|
|
6987
|
+
"version": "4.3.2",
|
|
6988
|
+
"resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-4.3.2.tgz",
|
|
6989
|
+
"integrity": "sha512-VXukHf0RR1doGe6Sm4F0Em7SWYLTHSsbGfJdS9Ja2bX5/D5uwVOEjr07cncLROdBvmnvCATYEWlHqYmXv2IlQA==",
|
|
6712
6990
|
"dev": true,
|
|
6713
6991
|
"license": "MIT",
|
|
6714
6992
|
"dependencies": {
|
|
6715
|
-
"@inquirer/ansi": "^1.0.
|
|
6716
|
-
"@inquirer/core": "^10.3.
|
|
6717
|
-
"@inquirer/figures": "^1.0.
|
|
6718
|
-
"@inquirer/type": "^3.0.
|
|
6719
|
-
"yoctocolors-cjs": "^2.1.
|
|
6993
|
+
"@inquirer/ansi": "^1.0.2",
|
|
6994
|
+
"@inquirer/core": "^10.3.2",
|
|
6995
|
+
"@inquirer/figures": "^1.0.15",
|
|
6996
|
+
"@inquirer/type": "^3.0.10",
|
|
6997
|
+
"yoctocolors-cjs": "^2.1.3"
|
|
6720
6998
|
},
|
|
6721
6999
|
"engines": {
|
|
6722
7000
|
"node": ">=18"
|
|
@@ -6731,14 +7009,14 @@
|
|
|
6731
7009
|
}
|
|
6732
7010
|
},
|
|
6733
7011
|
"node_modules/@oclif/plugin-not-found/node_modules/@inquirer/confirm": {
|
|
6734
|
-
"version": "5.1.
|
|
6735
|
-
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-5.1.
|
|
6736
|
-
"integrity": "sha512-
|
|
7012
|
+
"version": "5.1.21",
|
|
7013
|
+
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-5.1.21.tgz",
|
|
7014
|
+
"integrity": "sha512-KR8edRkIsUayMXV+o3Gv+q4jlhENF9nMYUZs9PA2HzrXeHI8M5uDag70U7RJn9yyiMZSbtF5/UexBtAVtZGSbQ==",
|
|
6737
7015
|
"dev": true,
|
|
6738
7016
|
"license": "MIT",
|
|
6739
7017
|
"dependencies": {
|
|
6740
|
-
"@inquirer/core": "^10.3.
|
|
6741
|
-
"@inquirer/type": "^3.0.
|
|
7018
|
+
"@inquirer/core": "^10.3.2",
|
|
7019
|
+
"@inquirer/type": "^3.0.10"
|
|
6742
7020
|
},
|
|
6743
7021
|
"engines": {
|
|
6744
7022
|
"node": ">=18"
|
|
@@ -6753,15 +7031,15 @@
|
|
|
6753
7031
|
}
|
|
6754
7032
|
},
|
|
6755
7033
|
"node_modules/@oclif/plugin-not-found/node_modules/@inquirer/editor": {
|
|
6756
|
-
"version": "4.2.
|
|
6757
|
-
"resolved": "https://registry.npmjs.org/@inquirer/editor/-/editor-4.2.
|
|
6758
|
-
"integrity": "sha512-
|
|
7034
|
+
"version": "4.2.23",
|
|
7035
|
+
"resolved": "https://registry.npmjs.org/@inquirer/editor/-/editor-4.2.23.tgz",
|
|
7036
|
+
"integrity": "sha512-aLSROkEwirotxZ1pBaP8tugXRFCxW94gwrQLxXfrZsKkfjOYC1aRvAZuhpJOb5cu4IBTJdsCigUlf2iCOu4ZDQ==",
|
|
6759
7037
|
"dev": true,
|
|
6760
7038
|
"license": "MIT",
|
|
6761
7039
|
"dependencies": {
|
|
6762
|
-
"@inquirer/core": "^10.3.
|
|
6763
|
-
"@inquirer/external-editor": "^1.0.
|
|
6764
|
-
"@inquirer/type": "^3.0.
|
|
7040
|
+
"@inquirer/core": "^10.3.2",
|
|
7041
|
+
"@inquirer/external-editor": "^1.0.3",
|
|
7042
|
+
"@inquirer/type": "^3.0.10"
|
|
6765
7043
|
},
|
|
6766
7044
|
"engines": {
|
|
6767
7045
|
"node": ">=18"
|
|
@@ -6776,15 +7054,15 @@
|
|
|
6776
7054
|
}
|
|
6777
7055
|
},
|
|
6778
7056
|
"node_modules/@oclif/plugin-not-found/node_modules/@inquirer/expand": {
|
|
6779
|
-
"version": "4.0.
|
|
6780
|
-
"resolved": "https://registry.npmjs.org/@inquirer/expand/-/expand-4.0.
|
|
6781
|
-
"integrity": "sha512
|
|
7057
|
+
"version": "4.0.23",
|
|
7058
|
+
"resolved": "https://registry.npmjs.org/@inquirer/expand/-/expand-4.0.23.tgz",
|
|
7059
|
+
"integrity": "sha512-nRzdOyFYnpeYTTR2qFwEVmIWypzdAx/sIkCMeTNTcflFOovfqUk+HcFhQQVBftAh9gmGrpFj6QcGEqrDMDOiew==",
|
|
6782
7060
|
"dev": true,
|
|
6783
7061
|
"license": "MIT",
|
|
6784
7062
|
"dependencies": {
|
|
6785
|
-
"@inquirer/core": "^10.3.
|
|
6786
|
-
"@inquirer/type": "^3.0.
|
|
6787
|
-
"yoctocolors-cjs": "^2.1.
|
|
7063
|
+
"@inquirer/core": "^10.3.2",
|
|
7064
|
+
"@inquirer/type": "^3.0.10",
|
|
7065
|
+
"yoctocolors-cjs": "^2.1.3"
|
|
6788
7066
|
},
|
|
6789
7067
|
"engines": {
|
|
6790
7068
|
"node": ">=18"
|
|
@@ -6799,9 +7077,9 @@
|
|
|
6799
7077
|
}
|
|
6800
7078
|
},
|
|
6801
7079
|
"node_modules/@oclif/plugin-not-found/node_modules/@inquirer/figures": {
|
|
6802
|
-
"version": "1.0.
|
|
6803
|
-
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.
|
|
6804
|
-
"integrity": "sha512-
|
|
7080
|
+
"version": "1.0.15",
|
|
7081
|
+
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.15.tgz",
|
|
7082
|
+
"integrity": "sha512-t2IEY+unGHOzAaVM5Xx6DEWKeXlDDcNPeDyUpsRc6CUhBfU3VQOEl+Vssh7VNp1dR8MdUJBWhuObjXCsVpjN5g==",
|
|
6805
7083
|
"dev": true,
|
|
6806
7084
|
"license": "MIT",
|
|
6807
7085
|
"engines": {
|
|
@@ -6809,14 +7087,14 @@
|
|
|
6809
7087
|
}
|
|
6810
7088
|
},
|
|
6811
7089
|
"node_modules/@oclif/plugin-not-found/node_modules/@inquirer/input": {
|
|
6812
|
-
"version": "4.
|
|
6813
|
-
"resolved": "https://registry.npmjs.org/@inquirer/input/-/input-4.
|
|
6814
|
-
"integrity": "sha512-
|
|
7090
|
+
"version": "4.3.1",
|
|
7091
|
+
"resolved": "https://registry.npmjs.org/@inquirer/input/-/input-4.3.1.tgz",
|
|
7092
|
+
"integrity": "sha512-kN0pAM4yPrLjJ1XJBjDxyfDduXOuQHrBB8aLDMueuwUGn+vNpF7Gq7TvyVxx8u4SHlFFj4trmj+a2cbpG4Jn1g==",
|
|
6815
7093
|
"dev": true,
|
|
6816
7094
|
"license": "MIT",
|
|
6817
7095
|
"dependencies": {
|
|
6818
|
-
"@inquirer/core": "^10.3.
|
|
6819
|
-
"@inquirer/type": "^3.0.
|
|
7096
|
+
"@inquirer/core": "^10.3.2",
|
|
7097
|
+
"@inquirer/type": "^3.0.10"
|
|
6820
7098
|
},
|
|
6821
7099
|
"engines": {
|
|
6822
7100
|
"node": ">=18"
|
|
@@ -6831,14 +7109,14 @@
|
|
|
6831
7109
|
}
|
|
6832
7110
|
},
|
|
6833
7111
|
"node_modules/@oclif/plugin-not-found/node_modules/@inquirer/number": {
|
|
6834
|
-
"version": "3.0.
|
|
6835
|
-
"resolved": "https://registry.npmjs.org/@inquirer/number/-/number-3.0.
|
|
6836
|
-
"integrity": "sha512-
|
|
7112
|
+
"version": "3.0.23",
|
|
7113
|
+
"resolved": "https://registry.npmjs.org/@inquirer/number/-/number-3.0.23.tgz",
|
|
7114
|
+
"integrity": "sha512-5Smv0OK7K0KUzUfYUXDXQc9jrf8OHo4ktlEayFlelCjwMXz0299Y8OrI+lj7i4gCBY15UObk76q0QtxjzFcFcg==",
|
|
6837
7115
|
"dev": true,
|
|
6838
7116
|
"license": "MIT",
|
|
6839
7117
|
"dependencies": {
|
|
6840
|
-
"@inquirer/core": "^10.3.
|
|
6841
|
-
"@inquirer/type": "^3.0.
|
|
7118
|
+
"@inquirer/core": "^10.3.2",
|
|
7119
|
+
"@inquirer/type": "^3.0.10"
|
|
6842
7120
|
},
|
|
6843
7121
|
"engines": {
|
|
6844
7122
|
"node": ">=18"
|
|
@@ -6853,15 +7131,15 @@
|
|
|
6853
7131
|
}
|
|
6854
7132
|
},
|
|
6855
7133
|
"node_modules/@oclif/plugin-not-found/node_modules/@inquirer/password": {
|
|
6856
|
-
"version": "4.0.
|
|
6857
|
-
"resolved": "https://registry.npmjs.org/@inquirer/password/-/password-4.0.
|
|
6858
|
-
"integrity": "sha512-
|
|
7134
|
+
"version": "4.0.23",
|
|
7135
|
+
"resolved": "https://registry.npmjs.org/@inquirer/password/-/password-4.0.23.tgz",
|
|
7136
|
+
"integrity": "sha512-zREJHjhT5vJBMZX/IUbyI9zVtVfOLiTO66MrF/3GFZYZ7T4YILW5MSkEYHceSii/KtRk+4i3RE7E1CUXA2jHcA==",
|
|
6859
7137
|
"dev": true,
|
|
6860
7138
|
"license": "MIT",
|
|
6861
7139
|
"dependencies": {
|
|
6862
|
-
"@inquirer/ansi": "^1.0.
|
|
6863
|
-
"@inquirer/core": "^10.3.
|
|
6864
|
-
"@inquirer/type": "^3.0.
|
|
7140
|
+
"@inquirer/ansi": "^1.0.2",
|
|
7141
|
+
"@inquirer/core": "^10.3.2",
|
|
7142
|
+
"@inquirer/type": "^3.0.10"
|
|
6865
7143
|
},
|
|
6866
7144
|
"engines": {
|
|
6867
7145
|
"node": ">=18"
|
|
@@ -6876,22 +7154,22 @@
|
|
|
6876
7154
|
}
|
|
6877
7155
|
},
|
|
6878
7156
|
"node_modules/@oclif/plugin-not-found/node_modules/@inquirer/prompts": {
|
|
6879
|
-
"version": "7.
|
|
6880
|
-
"resolved": "https://registry.npmjs.org/@inquirer/prompts/-/prompts-7.
|
|
6881
|
-
"integrity": "sha512-
|
|
7157
|
+
"version": "7.10.1",
|
|
7158
|
+
"resolved": "https://registry.npmjs.org/@inquirer/prompts/-/prompts-7.10.1.tgz",
|
|
7159
|
+
"integrity": "sha512-Dx/y9bCQcXLI5ooQ5KyvA4FTgeo2jYj/7plWfV5Ak5wDPKQZgudKez2ixyfz7tKXzcJciTxqLeK7R9HItwiByg==",
|
|
6882
7160
|
"dev": true,
|
|
6883
7161
|
"license": "MIT",
|
|
6884
7162
|
"dependencies": {
|
|
6885
|
-
"@inquirer/checkbox": "^4.3.
|
|
6886
|
-
"@inquirer/confirm": "^5.1.
|
|
6887
|
-
"@inquirer/editor": "^4.2.
|
|
6888
|
-
"@inquirer/expand": "^4.0.
|
|
6889
|
-
"@inquirer/input": "^4.
|
|
6890
|
-
"@inquirer/number": "^3.0.
|
|
6891
|
-
"@inquirer/password": "^4.0.
|
|
6892
|
-
"@inquirer/rawlist": "^4.1.
|
|
6893
|
-
"@inquirer/search": "^3.2.
|
|
6894
|
-
"@inquirer/select": "^4.4.
|
|
7163
|
+
"@inquirer/checkbox": "^4.3.2",
|
|
7164
|
+
"@inquirer/confirm": "^5.1.21",
|
|
7165
|
+
"@inquirer/editor": "^4.2.23",
|
|
7166
|
+
"@inquirer/expand": "^4.0.23",
|
|
7167
|
+
"@inquirer/input": "^4.3.1",
|
|
7168
|
+
"@inquirer/number": "^3.0.23",
|
|
7169
|
+
"@inquirer/password": "^4.0.23",
|
|
7170
|
+
"@inquirer/rawlist": "^4.1.11",
|
|
7171
|
+
"@inquirer/search": "^3.2.2",
|
|
7172
|
+
"@inquirer/select": "^4.4.2"
|
|
6895
7173
|
},
|
|
6896
7174
|
"engines": {
|
|
6897
7175
|
"node": ">=18"
|
|
@@ -6906,15 +7184,15 @@
|
|
|
6906
7184
|
}
|
|
6907
7185
|
},
|
|
6908
7186
|
"node_modules/@oclif/plugin-not-found/node_modules/@inquirer/rawlist": {
|
|
6909
|
-
"version": "4.1.
|
|
6910
|
-
"resolved": "https://registry.npmjs.org/@inquirer/rawlist/-/rawlist-4.1.
|
|
6911
|
-
"integrity": "sha512
|
|
7187
|
+
"version": "4.1.11",
|
|
7188
|
+
"resolved": "https://registry.npmjs.org/@inquirer/rawlist/-/rawlist-4.1.11.tgz",
|
|
7189
|
+
"integrity": "sha512-+LLQB8XGr3I5LZN/GuAHo+GpDJegQwuPARLChlMICNdwW7OwV2izlCSCxN6cqpL0sMXmbKbFcItJgdQq5EBXTw==",
|
|
6912
7190
|
"dev": true,
|
|
6913
7191
|
"license": "MIT",
|
|
6914
7192
|
"dependencies": {
|
|
6915
|
-
"@inquirer/core": "^10.3.
|
|
6916
|
-
"@inquirer/type": "^3.0.
|
|
6917
|
-
"yoctocolors-cjs": "^2.1.
|
|
7193
|
+
"@inquirer/core": "^10.3.2",
|
|
7194
|
+
"@inquirer/type": "^3.0.10",
|
|
7195
|
+
"yoctocolors-cjs": "^2.1.3"
|
|
6918
7196
|
},
|
|
6919
7197
|
"engines": {
|
|
6920
7198
|
"node": ">=18"
|
|
@@ -6929,16 +7207,16 @@
|
|
|
6929
7207
|
}
|
|
6930
7208
|
},
|
|
6931
7209
|
"node_modules/@oclif/plugin-not-found/node_modules/@inquirer/search": {
|
|
6932
|
-
"version": "3.2.
|
|
6933
|
-
"resolved": "https://registry.npmjs.org/@inquirer/search/-/search-3.2.
|
|
6934
|
-
"integrity": "sha512-
|
|
7210
|
+
"version": "3.2.2",
|
|
7211
|
+
"resolved": "https://registry.npmjs.org/@inquirer/search/-/search-3.2.2.tgz",
|
|
7212
|
+
"integrity": "sha512-p2bvRfENXCZdWF/U2BXvnSI9h+tuA8iNqtUKb9UWbmLYCRQxd8WkvwWvYn+3NgYaNwdUkHytJMGG4MMLucI1kA==",
|
|
6935
7213
|
"dev": true,
|
|
6936
7214
|
"license": "MIT",
|
|
6937
7215
|
"dependencies": {
|
|
6938
|
-
"@inquirer/core": "^10.3.
|
|
6939
|
-
"@inquirer/figures": "^1.0.
|
|
6940
|
-
"@inquirer/type": "^3.0.
|
|
6941
|
-
"yoctocolors-cjs": "^2.1.
|
|
7216
|
+
"@inquirer/core": "^10.3.2",
|
|
7217
|
+
"@inquirer/figures": "^1.0.15",
|
|
7218
|
+
"@inquirer/type": "^3.0.10",
|
|
7219
|
+
"yoctocolors-cjs": "^2.1.3"
|
|
6942
7220
|
},
|
|
6943
7221
|
"engines": {
|
|
6944
7222
|
"node": ">=18"
|
|
@@ -6953,17 +7231,17 @@
|
|
|
6953
7231
|
}
|
|
6954
7232
|
},
|
|
6955
7233
|
"node_modules/@oclif/plugin-not-found/node_modules/@inquirer/select": {
|
|
6956
|
-
"version": "4.4.
|
|
6957
|
-
"resolved": "https://registry.npmjs.org/@inquirer/select/-/select-4.4.
|
|
6958
|
-
"integrity": "sha512-
|
|
7234
|
+
"version": "4.4.2",
|
|
7235
|
+
"resolved": "https://registry.npmjs.org/@inquirer/select/-/select-4.4.2.tgz",
|
|
7236
|
+
"integrity": "sha512-l4xMuJo55MAe+N7Qr4rX90vypFwCajSakx59qe/tMaC1aEHWLyw68wF4o0A4SLAY4E0nd+Vt+EyskeDIqu1M6w==",
|
|
6959
7237
|
"dev": true,
|
|
6960
7238
|
"license": "MIT",
|
|
6961
7239
|
"dependencies": {
|
|
6962
|
-
"@inquirer/ansi": "^1.0.
|
|
6963
|
-
"@inquirer/core": "^10.3.
|
|
6964
|
-
"@inquirer/figures": "^1.0.
|
|
6965
|
-
"@inquirer/type": "^3.0.
|
|
6966
|
-
"yoctocolors-cjs": "^2.1.
|
|
7240
|
+
"@inquirer/ansi": "^1.0.2",
|
|
7241
|
+
"@inquirer/core": "^10.3.2",
|
|
7242
|
+
"@inquirer/figures": "^1.0.15",
|
|
7243
|
+
"@inquirer/type": "^3.0.10",
|
|
7244
|
+
"yoctocolors-cjs": "^2.1.3"
|
|
6967
7245
|
},
|
|
6968
7246
|
"engines": {
|
|
6969
7247
|
"node": ">=18"
|
|
@@ -6978,9 +7256,9 @@
|
|
|
6978
7256
|
}
|
|
6979
7257
|
},
|
|
6980
7258
|
"node_modules/@oclif/plugin-not-found/node_modules/@inquirer/type": {
|
|
6981
|
-
"version": "3.0.
|
|
6982
|
-
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-3.0.
|
|
6983
|
-
"integrity": "sha512-
|
|
7259
|
+
"version": "3.0.10",
|
|
7260
|
+
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-3.0.10.tgz",
|
|
7261
|
+
"integrity": "sha512-BvziSRxfz5Ov8ch0z/n3oijRSEcEsHnhggm4xFZe93DHcUCTlutlq9Ox4SVENAfcRD22UQq7T/atg9Wr3k09eA==",
|
|
6984
7262
|
"dev": true,
|
|
6985
7263
|
"license": "MIT",
|
|
6986
7264
|
"engines": {
|
|
@@ -6995,6 +7273,19 @@
|
|
|
6995
7273
|
}
|
|
6996
7274
|
}
|
|
6997
7275
|
},
|
|
7276
|
+
"node_modules/@oclif/plugin-not-found/node_modules/yoctocolors-cjs": {
|
|
7277
|
+
"version": "2.1.3",
|
|
7278
|
+
"resolved": "https://registry.npmjs.org/yoctocolors-cjs/-/yoctocolors-cjs-2.1.3.tgz",
|
|
7279
|
+
"integrity": "sha512-U/PBtDf35ff0D8X8D0jfdzHYEPFxAI7jJlxZXwCSez5M3190m+QobIfh+sWDWSHMCWWJN2AWamkegn6vr6YBTw==",
|
|
7280
|
+
"dev": true,
|
|
7281
|
+
"license": "MIT",
|
|
7282
|
+
"engines": {
|
|
7283
|
+
"node": ">=18"
|
|
7284
|
+
},
|
|
7285
|
+
"funding": {
|
|
7286
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
7287
|
+
}
|
|
7288
|
+
},
|
|
6998
7289
|
"node_modules/@oclif/plugin-warn-if-update-available": {
|
|
6999
7290
|
"version": "3.1.53",
|
|
7000
7291
|
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.53.tgz",
|
|
@@ -7638,6 +7929,7 @@
|
|
|
7638
7929
|
"version": "0.11.0",
|
|
7639
7930
|
"resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
|
|
7640
7931
|
"integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
|
|
7932
|
+
"dev": true,
|
|
7641
7933
|
"license": "MIT",
|
|
7642
7934
|
"optional": true,
|
|
7643
7935
|
"engines": {
|
|
@@ -8267,6 +8559,99 @@
|
|
|
8267
8559
|
"eslint": "^7.5.0 || ^8.0.0 || ^9.0.0"
|
|
8268
8560
|
}
|
|
8269
8561
|
},
|
|
8562
|
+
"node_modules/@salesforce/eslint-config-lwc/node_modules/@babel/eslint-parser/node_modules/@eslint/core": {
|
|
8563
|
+
"version": "0.16.0",
|
|
8564
|
+
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.16.0.tgz",
|
|
8565
|
+
"integrity": "sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q==",
|
|
8566
|
+
"license": "Apache-2.0",
|
|
8567
|
+
"dependencies": {
|
|
8568
|
+
"@types/json-schema": "^7.0.15"
|
|
8569
|
+
},
|
|
8570
|
+
"engines": {
|
|
8571
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
8572
|
+
}
|
|
8573
|
+
},
|
|
8574
|
+
"node_modules/@salesforce/eslint-config-lwc/node_modules/@babel/eslint-parser/node_modules/@eslint/js": {
|
|
8575
|
+
"version": "9.38.0",
|
|
8576
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.38.0.tgz",
|
|
8577
|
+
"integrity": "sha512-UZ1VpFvXf9J06YG9xQBdnzU+kthors6KjhMAl6f4gH4usHyh31rUf2DLGInT8RFYIReYXNSydgPY0V2LuWgl7A==",
|
|
8578
|
+
"license": "MIT",
|
|
8579
|
+
"engines": {
|
|
8580
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
8581
|
+
},
|
|
8582
|
+
"funding": {
|
|
8583
|
+
"url": "https://eslint.org/donate"
|
|
8584
|
+
}
|
|
8585
|
+
},
|
|
8586
|
+
"node_modules/@salesforce/eslint-config-lwc/node_modules/@babel/eslint-parser/node_modules/eslint": {
|
|
8587
|
+
"version": "9.38.0",
|
|
8588
|
+
"license": "MIT",
|
|
8589
|
+
"dependencies": {
|
|
8590
|
+
"@eslint-community/eslint-utils": "^4.8.0",
|
|
8591
|
+
"@eslint-community/regexpp": "^4.12.1",
|
|
8592
|
+
"@eslint/config-array": "^0.21.1",
|
|
8593
|
+
"@eslint/config-helpers": "^0.4.1",
|
|
8594
|
+
"@eslint/core": "^0.16.0",
|
|
8595
|
+
"@eslint/eslintrc": "^3.3.1",
|
|
8596
|
+
"@eslint/js": "9.38.0",
|
|
8597
|
+
"@eslint/plugin-kit": "^0.4.0",
|
|
8598
|
+
"@humanfs/node": "^0.16.6",
|
|
8599
|
+
"@humanwhocodes/module-importer": "^1.0.1",
|
|
8600
|
+
"@humanwhocodes/retry": "^0.4.2",
|
|
8601
|
+
"@types/estree": "^1.0.6",
|
|
8602
|
+
"ajv": "^6.12.4",
|
|
8603
|
+
"chalk": "^4.0.0",
|
|
8604
|
+
"cross-spawn": "^7.0.6",
|
|
8605
|
+
"debug": "^4.3.2",
|
|
8606
|
+
"escape-string-regexp": "^4.0.0",
|
|
8607
|
+
"eslint-scope": "^8.4.0",
|
|
8608
|
+
"eslint-visitor-keys": "^4.2.1",
|
|
8609
|
+
"espree": "^10.4.0",
|
|
8610
|
+
"esquery": "^1.5.0",
|
|
8611
|
+
"esutils": "^2.0.2",
|
|
8612
|
+
"fast-deep-equal": "^3.1.3",
|
|
8613
|
+
"file-entry-cache": "^8.0.0",
|
|
8614
|
+
"find-up": "^5.0.0",
|
|
8615
|
+
"glob-parent": "^6.0.2",
|
|
8616
|
+
"ignore": "^5.2.0",
|
|
8617
|
+
"imurmurhash": "^0.1.4",
|
|
8618
|
+
"is-glob": "^4.0.0",
|
|
8619
|
+
"json-stable-stringify-without-jsonify": "^1.0.1",
|
|
8620
|
+
"lodash.merge": "^4.6.2",
|
|
8621
|
+
"minimatch": "^3.1.2",
|
|
8622
|
+
"natural-compare": "^1.4.0",
|
|
8623
|
+
"optionator": "^0.9.3"
|
|
8624
|
+
},
|
|
8625
|
+
"bin": {
|
|
8626
|
+
"eslint": "bin/eslint.js"
|
|
8627
|
+
},
|
|
8628
|
+
"engines": {
|
|
8629
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
8630
|
+
},
|
|
8631
|
+
"funding": {
|
|
8632
|
+
"url": "https://eslint.org/donate"
|
|
8633
|
+
},
|
|
8634
|
+
"peerDependencies": {
|
|
8635
|
+
"jiti": "*"
|
|
8636
|
+
},
|
|
8637
|
+
"peerDependenciesMeta": {
|
|
8638
|
+
"jiti": {
|
|
8639
|
+
"optional": true
|
|
8640
|
+
}
|
|
8641
|
+
}
|
|
8642
|
+
},
|
|
8643
|
+
"node_modules/@salesforce/eslint-config-lwc/node_modules/@babel/eslint-parser/node_modules/eslint/node_modules/eslint-visitor-keys": {
|
|
8644
|
+
"version": "4.2.1",
|
|
8645
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
|
|
8646
|
+
"integrity": "sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==",
|
|
8647
|
+
"license": "Apache-2.0",
|
|
8648
|
+
"engines": {
|
|
8649
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
8650
|
+
},
|
|
8651
|
+
"funding": {
|
|
8652
|
+
"url": "https://opencollective.com/eslint"
|
|
8653
|
+
}
|
|
8654
|
+
},
|
|
8270
8655
|
"node_modules/@salesforce/eslint-config-lwc/node_modules/@babel/eslint-parser/node_modules/semver": {
|
|
8271
8656
|
"version": "6.3.1",
|
|
8272
8657
|
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
@@ -8319,18 +8704,6 @@
|
|
|
8319
8704
|
"url": "https://opencollective.com/eslint"
|
|
8320
8705
|
}
|
|
8321
8706
|
},
|
|
8322
|
-
"node_modules/@salesforce/eslint-config-lwc/node_modules/@eslint/core": {
|
|
8323
|
-
"version": "0.16.0",
|
|
8324
|
-
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.16.0.tgz",
|
|
8325
|
-
"integrity": "sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q==",
|
|
8326
|
-
"license": "Apache-2.0",
|
|
8327
|
-
"dependencies": {
|
|
8328
|
-
"@types/json-schema": "^7.0.15"
|
|
8329
|
-
},
|
|
8330
|
-
"engines": {
|
|
8331
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
8332
|
-
}
|
|
8333
|
-
},
|
|
8334
8707
|
"node_modules/@salesforce/eslint-config-lwc/node_modules/@eslint/eslintrc": {
|
|
8335
8708
|
"version": "3.3.1",
|
|
8336
8709
|
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.1.tgz",
|
|
@@ -8379,18 +8752,17 @@
|
|
|
8379
8752
|
}
|
|
8380
8753
|
},
|
|
8381
8754
|
"node_modules/@salesforce/eslint-config-lwc/node_modules/eslint": {
|
|
8382
|
-
"version": "9.
|
|
8755
|
+
"version": "9.39.2",
|
|
8383
8756
|
"license": "MIT",
|
|
8384
|
-
"peer": true,
|
|
8385
8757
|
"dependencies": {
|
|
8386
8758
|
"@eslint-community/eslint-utils": "^4.8.0",
|
|
8387
8759
|
"@eslint-community/regexpp": "^4.12.1",
|
|
8388
8760
|
"@eslint/config-array": "^0.21.1",
|
|
8389
|
-
"@eslint/config-helpers": "^0.4.
|
|
8390
|
-
"@eslint/core": "^0.
|
|
8761
|
+
"@eslint/config-helpers": "^0.4.2",
|
|
8762
|
+
"@eslint/core": "^0.17.0",
|
|
8391
8763
|
"@eslint/eslintrc": "^3.3.1",
|
|
8392
|
-
"@eslint/js": "9.
|
|
8393
|
-
"@eslint/plugin-kit": "^0.4.
|
|
8764
|
+
"@eslint/js": "9.39.2",
|
|
8765
|
+
"@eslint/plugin-kit": "^0.4.1",
|
|
8394
8766
|
"@humanfs/node": "^0.16.6",
|
|
8395
8767
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
8396
8768
|
"@humanwhocodes/retry": "^0.4.2",
|
|
@@ -8436,22 +8808,6 @@
|
|
|
8436
8808
|
}
|
|
8437
8809
|
}
|
|
8438
8810
|
},
|
|
8439
|
-
"node_modules/@salesforce/eslint-config-lwc/node_modules/eslint-scope": {
|
|
8440
|
-
"version": "8.4.0",
|
|
8441
|
-
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz",
|
|
8442
|
-
"integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
|
|
8443
|
-
"license": "BSD-2-Clause",
|
|
8444
|
-
"dependencies": {
|
|
8445
|
-
"esrecurse": "^4.3.0",
|
|
8446
|
-
"estraverse": "^5.2.0"
|
|
8447
|
-
},
|
|
8448
|
-
"engines": {
|
|
8449
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
8450
|
-
},
|
|
8451
|
-
"funding": {
|
|
8452
|
-
"url": "https://opencollective.com/eslint"
|
|
8453
|
-
}
|
|
8454
|
-
},
|
|
8455
8811
|
"node_modules/@salesforce/eslint-config-lwc/node_modules/eslint-visitor-keys": {
|
|
8456
8812
|
"version": "2.1.0",
|
|
8457
8813
|
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
|
|
@@ -8462,9 +8818,9 @@
|
|
|
8462
8818
|
}
|
|
8463
8819
|
},
|
|
8464
8820
|
"node_modules/@salesforce/eslint-config-lwc/node_modules/eslint/node_modules/@eslint/js": {
|
|
8465
|
-
"version": "9.
|
|
8466
|
-
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.
|
|
8467
|
-
"integrity": "sha512-
|
|
8821
|
+
"version": "9.39.2",
|
|
8822
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.2.tgz",
|
|
8823
|
+
"integrity": "sha512-q1mjIoW1VX4IvSocvM/vbTiveKC4k9eLrajNEuSsmjymSDEbpGddtpfOoN7YGAqBK3NG+uqo8ia4PDTt8buCYA==",
|
|
8468
8824
|
"license": "MIT",
|
|
8469
8825
|
"engines": {
|
|
8470
8826
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -8485,18 +8841,6 @@
|
|
|
8485
8841
|
"url": "https://opencollective.com/eslint"
|
|
8486
8842
|
}
|
|
8487
8843
|
},
|
|
8488
|
-
"node_modules/@salesforce/eslint-config-lwc/node_modules/file-entry-cache": {
|
|
8489
|
-
"version": "8.0.0",
|
|
8490
|
-
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
|
|
8491
|
-
"integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
|
|
8492
|
-
"license": "MIT",
|
|
8493
|
-
"dependencies": {
|
|
8494
|
-
"flat-cache": "^4.0.0"
|
|
8495
|
-
},
|
|
8496
|
-
"engines": {
|
|
8497
|
-
"node": ">=16.0.0"
|
|
8498
|
-
}
|
|
8499
|
-
},
|
|
8500
8844
|
"node_modules/@salesforce/eslint-config-lwc/node_modules/find-up": {
|
|
8501
8845
|
"version": "5.0.0",
|
|
8502
8846
|
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
|
|
@@ -8513,31 +8857,6 @@
|
|
|
8513
8857
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
8514
8858
|
}
|
|
8515
8859
|
},
|
|
8516
|
-
"node_modules/@salesforce/eslint-config-lwc/node_modules/flat-cache": {
|
|
8517
|
-
"version": "4.0.1",
|
|
8518
|
-
"resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
|
|
8519
|
-
"integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
|
|
8520
|
-
"license": "MIT",
|
|
8521
|
-
"dependencies": {
|
|
8522
|
-
"flatted": "^3.2.9",
|
|
8523
|
-
"keyv": "^4.5.4"
|
|
8524
|
-
},
|
|
8525
|
-
"engines": {
|
|
8526
|
-
"node": ">=16"
|
|
8527
|
-
}
|
|
8528
|
-
},
|
|
8529
|
-
"node_modules/@salesforce/eslint-config-lwc/node_modules/glob-parent": {
|
|
8530
|
-
"version": "6.0.2",
|
|
8531
|
-
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
|
|
8532
|
-
"integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
|
|
8533
|
-
"license": "ISC",
|
|
8534
|
-
"dependencies": {
|
|
8535
|
-
"is-glob": "^4.0.3"
|
|
8536
|
-
},
|
|
8537
|
-
"engines": {
|
|
8538
|
-
"node": ">=10.13.0"
|
|
8539
|
-
}
|
|
8540
|
-
},
|
|
8541
8860
|
"node_modules/@salesforce/eslint-config-lwc/node_modules/globals": {
|
|
8542
8861
|
"version": "15.14.0",
|
|
8543
8862
|
"resolved": "https://registry.npmjs.org/globals/-/globals-15.14.0.tgz",
|
|
@@ -8638,18 +8957,6 @@
|
|
|
8638
8957
|
"url": "https://opencollective.com/eslint"
|
|
8639
8958
|
}
|
|
8640
8959
|
},
|
|
8641
|
-
"node_modules/@salesforce/eslint-plugin-lightning/node_modules/@eslint/core": {
|
|
8642
|
-
"version": "0.16.0",
|
|
8643
|
-
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.16.0.tgz",
|
|
8644
|
-
"integrity": "sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q==",
|
|
8645
|
-
"license": "Apache-2.0",
|
|
8646
|
-
"dependencies": {
|
|
8647
|
-
"@types/json-schema": "^7.0.15"
|
|
8648
|
-
},
|
|
8649
|
-
"engines": {
|
|
8650
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
8651
|
-
}
|
|
8652
|
-
},
|
|
8653
8960
|
"node_modules/@salesforce/eslint-plugin-lightning/node_modules/@eslint/eslintrc": {
|
|
8654
8961
|
"version": "3.3.1",
|
|
8655
8962
|
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.1.tgz",
|
|
@@ -8674,9 +8981,9 @@
|
|
|
8674
8981
|
}
|
|
8675
8982
|
},
|
|
8676
8983
|
"node_modules/@salesforce/eslint-plugin-lightning/node_modules/@eslint/js": {
|
|
8677
|
-
"version": "9.
|
|
8678
|
-
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.
|
|
8679
|
-
"integrity": "sha512-
|
|
8984
|
+
"version": "9.39.2",
|
|
8985
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.2.tgz",
|
|
8986
|
+
"integrity": "sha512-q1mjIoW1VX4IvSocvM/vbTiveKC4k9eLrajNEuSsmjymSDEbpGddtpfOoN7YGAqBK3NG+uqo8ia4PDTt8buCYA==",
|
|
8680
8987
|
"license": "MIT",
|
|
8681
8988
|
"engines": {
|
|
8682
8989
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -8686,18 +8993,18 @@
|
|
|
8686
8993
|
}
|
|
8687
8994
|
},
|
|
8688
8995
|
"node_modules/@salesforce/eslint-plugin-lightning/node_modules/eslint": {
|
|
8689
|
-
"version": "9.
|
|
8996
|
+
"version": "9.39.2",
|
|
8690
8997
|
"license": "MIT",
|
|
8691
8998
|
"peer": true,
|
|
8692
8999
|
"dependencies": {
|
|
8693
9000
|
"@eslint-community/eslint-utils": "^4.8.0",
|
|
8694
9001
|
"@eslint-community/regexpp": "^4.12.1",
|
|
8695
9002
|
"@eslint/config-array": "^0.21.1",
|
|
8696
|
-
"@eslint/config-helpers": "^0.4.
|
|
8697
|
-
"@eslint/core": "^0.
|
|
9003
|
+
"@eslint/config-helpers": "^0.4.2",
|
|
9004
|
+
"@eslint/core": "^0.17.0",
|
|
8698
9005
|
"@eslint/eslintrc": "^3.3.1",
|
|
8699
|
-
"@eslint/js": "9.
|
|
8700
|
-
"@eslint/plugin-kit": "^0.4.
|
|
9006
|
+
"@eslint/js": "9.39.2",
|
|
9007
|
+
"@eslint/plugin-kit": "^0.4.1",
|
|
8701
9008
|
"@humanfs/node": "^0.16.6",
|
|
8702
9009
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
8703
9010
|
"@humanwhocodes/retry": "^0.4.2",
|
|
@@ -8743,22 +9050,6 @@
|
|
|
8743
9050
|
}
|
|
8744
9051
|
}
|
|
8745
9052
|
},
|
|
8746
|
-
"node_modules/@salesforce/eslint-plugin-lightning/node_modules/eslint-scope": {
|
|
8747
|
-
"version": "8.4.0",
|
|
8748
|
-
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz",
|
|
8749
|
-
"integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
|
|
8750
|
-
"license": "BSD-2-Clause",
|
|
8751
|
-
"dependencies": {
|
|
8752
|
-
"esrecurse": "^4.3.0",
|
|
8753
|
-
"estraverse": "^5.2.0"
|
|
8754
|
-
},
|
|
8755
|
-
"engines": {
|
|
8756
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
8757
|
-
},
|
|
8758
|
-
"funding": {
|
|
8759
|
-
"url": "https://opencollective.com/eslint"
|
|
8760
|
-
}
|
|
8761
|
-
},
|
|
8762
9053
|
"node_modules/@salesforce/eslint-plugin-lightning/node_modules/eslint-visitor-keys": {
|
|
8763
9054
|
"version": "4.2.1",
|
|
8764
9055
|
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
|
|
@@ -8766,62 +9057,25 @@
|
|
|
8766
9057
|
"license": "Apache-2.0",
|
|
8767
9058
|
"engines": {
|
|
8768
9059
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
8769
|
-
},
|
|
8770
|
-
"funding": {
|
|
8771
|
-
"url": "https://opencollective.com/eslint"
|
|
8772
|
-
}
|
|
8773
|
-
},
|
|
8774
|
-
"node_modules/@salesforce/eslint-plugin-lightning/node_modules/file-entry-cache": {
|
|
8775
|
-
"version": "8.0.0",
|
|
8776
|
-
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
|
|
8777
|
-
"integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
|
|
8778
|
-
"license": "MIT",
|
|
8779
|
-
"dependencies": {
|
|
8780
|
-
"flat-cache": "^4.0.0"
|
|
8781
|
-
},
|
|
8782
|
-
"engines": {
|
|
8783
|
-
"node": ">=16.0.0"
|
|
8784
|
-
}
|
|
8785
|
-
},
|
|
8786
|
-
"node_modules/@salesforce/eslint-plugin-lightning/node_modules/find-up": {
|
|
8787
|
-
"version": "5.0.0",
|
|
8788
|
-
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
|
|
8789
|
-
"integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
|
|
8790
|
-
"license": "MIT",
|
|
8791
|
-
"dependencies": {
|
|
8792
|
-
"locate-path": "^6.0.0",
|
|
8793
|
-
"path-exists": "^4.0.0"
|
|
8794
|
-
},
|
|
8795
|
-
"engines": {
|
|
8796
|
-
"node": ">=10"
|
|
8797
|
-
},
|
|
8798
|
-
"funding": {
|
|
8799
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
8800
|
-
}
|
|
8801
|
-
},
|
|
8802
|
-
"node_modules/@salesforce/eslint-plugin-lightning/node_modules/flat-cache": {
|
|
8803
|
-
"version": "4.0.1",
|
|
8804
|
-
"resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
|
|
8805
|
-
"integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
|
|
8806
|
-
"license": "MIT",
|
|
8807
|
-
"dependencies": {
|
|
8808
|
-
"flatted": "^3.2.9",
|
|
8809
|
-
"keyv": "^4.5.4"
|
|
8810
|
-
},
|
|
8811
|
-
"engines": {
|
|
8812
|
-
"node": ">=16"
|
|
9060
|
+
},
|
|
9061
|
+
"funding": {
|
|
9062
|
+
"url": "https://opencollective.com/eslint"
|
|
8813
9063
|
}
|
|
8814
9064
|
},
|
|
8815
|
-
"node_modules/@salesforce/eslint-plugin-lightning/node_modules/
|
|
8816
|
-
"version": "
|
|
8817
|
-
"resolved": "https://registry.npmjs.org/
|
|
8818
|
-
"integrity": "sha512-
|
|
8819
|
-
"license": "
|
|
9065
|
+
"node_modules/@salesforce/eslint-plugin-lightning/node_modules/find-up": {
|
|
9066
|
+
"version": "5.0.0",
|
|
9067
|
+
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
|
|
9068
|
+
"integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
|
|
9069
|
+
"license": "MIT",
|
|
8820
9070
|
"dependencies": {
|
|
8821
|
-
"
|
|
9071
|
+
"locate-path": "^6.0.0",
|
|
9072
|
+
"path-exists": "^4.0.0"
|
|
8822
9073
|
},
|
|
8823
9074
|
"engines": {
|
|
8824
|
-
"node": ">=10
|
|
9075
|
+
"node": ">=10"
|
|
9076
|
+
},
|
|
9077
|
+
"funding": {
|
|
9078
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
8825
9079
|
}
|
|
8826
9080
|
},
|
|
8827
9081
|
"node_modules/@salesforce/eslint-plugin-lightning/node_modules/globals": {
|
|
@@ -8966,9 +9220,9 @@
|
|
|
8966
9220
|
"license": "MIT"
|
|
8967
9221
|
},
|
|
8968
9222
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
8969
|
-
"version": "3.1.
|
|
8970
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
8971
|
-
"integrity": "sha512-
|
|
9223
|
+
"version": "3.1.79",
|
|
9224
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.79.tgz",
|
|
9225
|
+
"integrity": "sha512-t3DH+Ez2ESrY8M8zO6yEodsFq7IYKBseFFRwqFxTf0bIVZcWh4i7UO8oUFQyT9Px+Q3TcnSXw4X9njopxTc2lQ==",
|
|
8972
9226
|
"dev": true,
|
|
8973
9227
|
"license": "Apache-2.0",
|
|
8974
9228
|
"dependencies": {
|
|
@@ -9274,9 +9528,9 @@
|
|
|
9274
9528
|
}
|
|
9275
9529
|
},
|
|
9276
9530
|
"node_modules/@smithy/core": {
|
|
9277
|
-
"version": "3.18.
|
|
9278
|
-
"resolved": "https://registry.npmjs.org/@smithy/core/-/core-3.18.
|
|
9279
|
-
"integrity": "sha512-
|
|
9531
|
+
"version": "3.18.7",
|
|
9532
|
+
"resolved": "https://registry.npmjs.org/@smithy/core/-/core-3.18.7.tgz",
|
|
9533
|
+
"integrity": "sha512-axG9MvKhMWOhFbvf5y2DuyTxQueO0dkedY9QC3mAfndLosRI/9LJv8WaL0mw7ubNhsO4IuXX9/9dYGPFvHrqlw==",
|
|
9280
9534
|
"dev": true,
|
|
9281
9535
|
"license": "Apache-2.0",
|
|
9282
9536
|
"dependencies": {
|
|
@@ -9509,13 +9763,13 @@
|
|
|
9509
9763
|
}
|
|
9510
9764
|
},
|
|
9511
9765
|
"node_modules/@smithy/middleware-endpoint": {
|
|
9512
|
-
"version": "4.3.
|
|
9513
|
-
"resolved": "https://registry.npmjs.org/@smithy/middleware-endpoint/-/middleware-endpoint-4.3.
|
|
9514
|
-
"integrity": "sha512-
|
|
9766
|
+
"version": "4.3.14",
|
|
9767
|
+
"resolved": "https://registry.npmjs.org/@smithy/middleware-endpoint/-/middleware-endpoint-4.3.14.tgz",
|
|
9768
|
+
"integrity": "sha512-v0q4uTKgBM8dsqGjqsabZQyH85nFaTnFcgpWU1uydKFsdyyMzfvOkNum9G7VK+dOP01vUnoZxIeRiJ6uD0kjIg==",
|
|
9515
9769
|
"dev": true,
|
|
9516
9770
|
"license": "Apache-2.0",
|
|
9517
9771
|
"dependencies": {
|
|
9518
|
-
"@smithy/core": "^3.18.
|
|
9772
|
+
"@smithy/core": "^3.18.7",
|
|
9519
9773
|
"@smithy/middleware-serde": "^4.2.6",
|
|
9520
9774
|
"@smithy/node-config-provider": "^4.3.5",
|
|
9521
9775
|
"@smithy/shared-ini-file-loader": "^4.4.0",
|
|
@@ -9529,16 +9783,16 @@
|
|
|
9529
9783
|
}
|
|
9530
9784
|
},
|
|
9531
9785
|
"node_modules/@smithy/middleware-retry": {
|
|
9532
|
-
"version": "4.4.
|
|
9533
|
-
"resolved": "https://registry.npmjs.org/@smithy/middleware-retry/-/middleware-retry-4.4.
|
|
9534
|
-
"integrity": "sha512-
|
|
9786
|
+
"version": "4.4.14",
|
|
9787
|
+
"resolved": "https://registry.npmjs.org/@smithy/middleware-retry/-/middleware-retry-4.4.14.tgz",
|
|
9788
|
+
"integrity": "sha512-Z2DG8Ej7FyWG1UA+7HceINtSLzswUgs2np3sZX0YBBxCt+CXG4QUxv88ZDS3+2/1ldW7LqtSY1UO/6VQ1pND8Q==",
|
|
9535
9789
|
"dev": true,
|
|
9536
9790
|
"license": "Apache-2.0",
|
|
9537
9791
|
"dependencies": {
|
|
9538
9792
|
"@smithy/node-config-provider": "^4.3.5",
|
|
9539
9793
|
"@smithy/protocol-http": "^5.3.5",
|
|
9540
9794
|
"@smithy/service-error-classification": "^4.2.5",
|
|
9541
|
-
"@smithy/smithy-client": "^4.9.
|
|
9795
|
+
"@smithy/smithy-client": "^4.9.10",
|
|
9542
9796
|
"@smithy/types": "^4.9.0",
|
|
9543
9797
|
"@smithy/util-middleware": "^4.2.5",
|
|
9544
9798
|
"@smithy/util-retry": "^4.2.5",
|
|
@@ -9716,14 +9970,14 @@
|
|
|
9716
9970
|
}
|
|
9717
9971
|
},
|
|
9718
9972
|
"node_modules/@smithy/smithy-client": {
|
|
9719
|
-
"version": "4.9.
|
|
9720
|
-
"resolved": "https://registry.npmjs.org/@smithy/smithy-client/-/smithy-client-4.9.
|
|
9721
|
-
"integrity": "sha512-
|
|
9973
|
+
"version": "4.9.10",
|
|
9974
|
+
"resolved": "https://registry.npmjs.org/@smithy/smithy-client/-/smithy-client-4.9.10.tgz",
|
|
9975
|
+
"integrity": "sha512-Jaoz4Jw1QYHc1EFww/E6gVtNjhoDU+gwRKqXP6C3LKYqqH2UQhP8tMP3+t/ePrhaze7fhLE8vS2q6vVxBANFTQ==",
|
|
9722
9976
|
"dev": true,
|
|
9723
9977
|
"license": "Apache-2.0",
|
|
9724
9978
|
"dependencies": {
|
|
9725
|
-
"@smithy/core": "^3.18.
|
|
9726
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
9979
|
+
"@smithy/core": "^3.18.7",
|
|
9980
|
+
"@smithy/middleware-endpoint": "^4.3.14",
|
|
9727
9981
|
"@smithy/middleware-stack": "^4.2.5",
|
|
9728
9982
|
"@smithy/protocol-http": "^5.3.5",
|
|
9729
9983
|
"@smithy/types": "^4.9.0",
|
|
@@ -9831,14 +10085,14 @@
|
|
|
9831
10085
|
}
|
|
9832
10086
|
},
|
|
9833
10087
|
"node_modules/@smithy/util-defaults-mode-browser": {
|
|
9834
|
-
"version": "4.3.
|
|
9835
|
-
"resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-4.3.
|
|
9836
|
-
"integrity": "sha512-
|
|
10088
|
+
"version": "4.3.13",
|
|
10089
|
+
"resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-4.3.13.tgz",
|
|
10090
|
+
"integrity": "sha512-hlVLdAGrVfyNei+pKIgqDTxfu/ZI2NSyqj4IDxKd5bIsIqwR/dSlkxlPaYxFiIaDVrBy0he8orsFy+Cz119XvA==",
|
|
9837
10091
|
"dev": true,
|
|
9838
10092
|
"license": "Apache-2.0",
|
|
9839
10093
|
"dependencies": {
|
|
9840
10094
|
"@smithy/property-provider": "^4.2.5",
|
|
9841
|
-
"@smithy/smithy-client": "^4.9.
|
|
10095
|
+
"@smithy/smithy-client": "^4.9.10",
|
|
9842
10096
|
"@smithy/types": "^4.9.0",
|
|
9843
10097
|
"tslib": "^2.6.2"
|
|
9844
10098
|
},
|
|
@@ -9847,9 +10101,9 @@
|
|
|
9847
10101
|
}
|
|
9848
10102
|
},
|
|
9849
10103
|
"node_modules/@smithy/util-defaults-mode-node": {
|
|
9850
|
-
"version": "4.2.
|
|
9851
|
-
"resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-4.2.
|
|
9852
|
-
"integrity": "sha512-
|
|
10104
|
+
"version": "4.2.16",
|
|
10105
|
+
"resolved": "https://registry.npmjs.org/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-4.2.16.tgz",
|
|
10106
|
+
"integrity": "sha512-F1t22IUiJLHrxW9W1CQ6B9PN+skZ9cqSuzB18Eh06HrJPbjsyZ7ZHecAKw80DQtyGTRcVfeukKaCRYebFwclbg==",
|
|
9853
10107
|
"dev": true,
|
|
9854
10108
|
"license": "Apache-2.0",
|
|
9855
10109
|
"dependencies": {
|
|
@@ -9857,7 +10111,7 @@
|
|
|
9857
10111
|
"@smithy/credential-provider-imds": "^4.2.5",
|
|
9858
10112
|
"@smithy/node-config-provider": "^4.3.5",
|
|
9859
10113
|
"@smithy/property-provider": "^4.2.5",
|
|
9860
|
-
"@smithy/smithy-client": "^4.9.
|
|
10114
|
+
"@smithy/smithy-client": "^4.9.10",
|
|
9861
10115
|
"@smithy/types": "^4.9.0",
|
|
9862
10116
|
"tslib": "^2.6.2"
|
|
9863
10117
|
},
|
|
@@ -11909,6 +12163,18 @@
|
|
|
11909
12163
|
"fsevents": "~2.3.2"
|
|
11910
12164
|
}
|
|
11911
12165
|
},
|
|
12166
|
+
"node_modules/chokidar/node_modules/glob-parent": {
|
|
12167
|
+
"version": "5.1.2",
|
|
12168
|
+
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
|
|
12169
|
+
"integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
|
|
12170
|
+
"license": "ISC",
|
|
12171
|
+
"dependencies": {
|
|
12172
|
+
"is-glob": "^4.0.1"
|
|
12173
|
+
},
|
|
12174
|
+
"engines": {
|
|
12175
|
+
"node": ">= 6"
|
|
12176
|
+
}
|
|
12177
|
+
},
|
|
11912
12178
|
"node_modules/chownr": {
|
|
11913
12179
|
"version": "2.0.0",
|
|
11914
12180
|
"resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz",
|
|
@@ -13541,18 +13807,6 @@
|
|
|
13541
13807
|
"url": "https://opencollective.com/eslint"
|
|
13542
13808
|
}
|
|
13543
13809
|
},
|
|
13544
|
-
"node_modules/eslint-plugin-import/node_modules/@eslint/core": {
|
|
13545
|
-
"version": "0.16.0",
|
|
13546
|
-
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.16.0.tgz",
|
|
13547
|
-
"integrity": "sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q==",
|
|
13548
|
-
"license": "Apache-2.0",
|
|
13549
|
-
"dependencies": {
|
|
13550
|
-
"@types/json-schema": "^7.0.15"
|
|
13551
|
-
},
|
|
13552
|
-
"engines": {
|
|
13553
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
13554
|
-
}
|
|
13555
|
-
},
|
|
13556
13810
|
"node_modules/eslint-plugin-import/node_modules/@eslint/eslintrc": {
|
|
13557
13811
|
"version": "3.3.1",
|
|
13558
13812
|
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.1.tgz",
|
|
@@ -13594,9 +13848,9 @@
|
|
|
13594
13848
|
}
|
|
13595
13849
|
},
|
|
13596
13850
|
"node_modules/eslint-plugin-import/node_modules/@eslint/js": {
|
|
13597
|
-
"version": "9.
|
|
13598
|
-
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.
|
|
13599
|
-
"integrity": "sha512-
|
|
13851
|
+
"version": "9.39.2",
|
|
13852
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.2.tgz",
|
|
13853
|
+
"integrity": "sha512-q1mjIoW1VX4IvSocvM/vbTiveKC4k9eLrajNEuSsmjymSDEbpGddtpfOoN7YGAqBK3NG+uqo8ia4PDTt8buCYA==",
|
|
13600
13854
|
"license": "MIT",
|
|
13601
13855
|
"engines": {
|
|
13602
13856
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -13627,18 +13881,18 @@
|
|
|
13627
13881
|
}
|
|
13628
13882
|
},
|
|
13629
13883
|
"node_modules/eslint-plugin-import/node_modules/eslint": {
|
|
13630
|
-
"version": "9.
|
|
13884
|
+
"version": "9.39.2",
|
|
13631
13885
|
"license": "MIT",
|
|
13632
13886
|
"peer": true,
|
|
13633
13887
|
"dependencies": {
|
|
13634
13888
|
"@eslint-community/eslint-utils": "^4.8.0",
|
|
13635
13889
|
"@eslint-community/regexpp": "^4.12.1",
|
|
13636
13890
|
"@eslint/config-array": "^0.21.1",
|
|
13637
|
-
"@eslint/config-helpers": "^0.4.
|
|
13638
|
-
"@eslint/core": "^0.
|
|
13891
|
+
"@eslint/config-helpers": "^0.4.2",
|
|
13892
|
+
"@eslint/core": "^0.17.0",
|
|
13639
13893
|
"@eslint/eslintrc": "^3.3.1",
|
|
13640
|
-
"@eslint/js": "9.
|
|
13641
|
-
"@eslint/plugin-kit": "^0.4.
|
|
13894
|
+
"@eslint/js": "9.39.2",
|
|
13895
|
+
"@eslint/plugin-kit": "^0.4.1",
|
|
13642
13896
|
"@humanfs/node": "^0.16.6",
|
|
13643
13897
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
13644
13898
|
"@humanwhocodes/retry": "^0.4.2",
|
|
@@ -13684,22 +13938,6 @@
|
|
|
13684
13938
|
}
|
|
13685
13939
|
}
|
|
13686
13940
|
},
|
|
13687
|
-
"node_modules/eslint-plugin-import/node_modules/eslint-scope": {
|
|
13688
|
-
"version": "8.4.0",
|
|
13689
|
-
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz",
|
|
13690
|
-
"integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
|
|
13691
|
-
"license": "BSD-2-Clause",
|
|
13692
|
-
"dependencies": {
|
|
13693
|
-
"esrecurse": "^4.3.0",
|
|
13694
|
-
"estraverse": "^5.2.0"
|
|
13695
|
-
},
|
|
13696
|
-
"engines": {
|
|
13697
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
13698
|
-
},
|
|
13699
|
-
"funding": {
|
|
13700
|
-
"url": "https://opencollective.com/eslint"
|
|
13701
|
-
}
|
|
13702
|
-
},
|
|
13703
13941
|
"node_modules/eslint-plugin-import/node_modules/eslint-visitor-keys": {
|
|
13704
13942
|
"version": "4.2.1",
|
|
13705
13943
|
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
|
|
@@ -13729,18 +13967,6 @@
|
|
|
13729
13967
|
}
|
|
13730
13968
|
}
|
|
13731
13969
|
},
|
|
13732
|
-
"node_modules/eslint-plugin-import/node_modules/file-entry-cache": {
|
|
13733
|
-
"version": "8.0.0",
|
|
13734
|
-
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
|
|
13735
|
-
"integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
|
|
13736
|
-
"license": "MIT",
|
|
13737
|
-
"dependencies": {
|
|
13738
|
-
"flat-cache": "^4.0.0"
|
|
13739
|
-
},
|
|
13740
|
-
"engines": {
|
|
13741
|
-
"node": ">=16.0.0"
|
|
13742
|
-
}
|
|
13743
|
-
},
|
|
13744
13970
|
"node_modules/eslint-plugin-import/node_modules/find-up": {
|
|
13745
13971
|
"version": "5.0.0",
|
|
13746
13972
|
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
|
|
@@ -13757,31 +13983,6 @@
|
|
|
13757
13983
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
13758
13984
|
}
|
|
13759
13985
|
},
|
|
13760
|
-
"node_modules/eslint-plugin-import/node_modules/flat-cache": {
|
|
13761
|
-
"version": "4.0.1",
|
|
13762
|
-
"resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
|
|
13763
|
-
"integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
|
|
13764
|
-
"license": "MIT",
|
|
13765
|
-
"dependencies": {
|
|
13766
|
-
"flatted": "^3.2.9",
|
|
13767
|
-
"keyv": "^4.5.4"
|
|
13768
|
-
},
|
|
13769
|
-
"engines": {
|
|
13770
|
-
"node": ">=16"
|
|
13771
|
-
}
|
|
13772
|
-
},
|
|
13773
|
-
"node_modules/eslint-plugin-import/node_modules/glob-parent": {
|
|
13774
|
-
"version": "6.0.2",
|
|
13775
|
-
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
|
|
13776
|
-
"integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
|
|
13777
|
-
"license": "ISC",
|
|
13778
|
-
"dependencies": {
|
|
13779
|
-
"is-glob": "^4.0.3"
|
|
13780
|
-
},
|
|
13781
|
-
"engines": {
|
|
13782
|
-
"node": ">=10.13.0"
|
|
13783
|
-
}
|
|
13784
|
-
},
|
|
13785
13986
|
"node_modules/eslint-plugin-import/node_modules/globals": {
|
|
13786
13987
|
"version": "14.0.0",
|
|
13787
13988
|
"resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
|
|
@@ -13874,7 +14075,138 @@
|
|
|
13874
14075
|
}
|
|
13875
14076
|
}
|
|
13876
14077
|
},
|
|
13877
|
-
"node_modules/eslint-plugin-jest/node_modules/@eslint/
|
|
14078
|
+
"node_modules/eslint-plugin-jest/node_modules/@eslint/eslintrc": {
|
|
14079
|
+
"version": "3.3.1",
|
|
14080
|
+
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.1.tgz",
|
|
14081
|
+
"integrity": "sha512-gtF186CXhIl1p4pJNGZw8Yc6RlshoePRvE0X91oPGb3vZ8pM3qOS9W9NGPat9LziaBV7XrJWGylNQXkGcnM3IQ==",
|
|
14082
|
+
"license": "MIT",
|
|
14083
|
+
"dependencies": {
|
|
14084
|
+
"ajv": "^6.12.4",
|
|
14085
|
+
"debug": "^4.3.2",
|
|
14086
|
+
"espree": "^10.0.1",
|
|
14087
|
+
"globals": "^14.0.0",
|
|
14088
|
+
"ignore": "^5.2.0",
|
|
14089
|
+
"import-fresh": "^3.2.1",
|
|
14090
|
+
"js-yaml": "^4.1.0",
|
|
14091
|
+
"minimatch": "^3.1.2",
|
|
14092
|
+
"strip-json-comments": "^3.1.1"
|
|
14093
|
+
},
|
|
14094
|
+
"engines": {
|
|
14095
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
14096
|
+
},
|
|
14097
|
+
"funding": {
|
|
14098
|
+
"url": "https://opencollective.com/eslint"
|
|
14099
|
+
}
|
|
14100
|
+
},
|
|
14101
|
+
"node_modules/eslint-plugin-jest/node_modules/@eslint/js": {
|
|
14102
|
+
"version": "9.39.2",
|
|
14103
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.2.tgz",
|
|
14104
|
+
"integrity": "sha512-q1mjIoW1VX4IvSocvM/vbTiveKC4k9eLrajNEuSsmjymSDEbpGddtpfOoN7YGAqBK3NG+uqo8ia4PDTt8buCYA==",
|
|
14105
|
+
"license": "MIT",
|
|
14106
|
+
"engines": {
|
|
14107
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
14108
|
+
},
|
|
14109
|
+
"funding": {
|
|
14110
|
+
"url": "https://eslint.org/donate"
|
|
14111
|
+
}
|
|
14112
|
+
},
|
|
14113
|
+
"node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/scope-manager": {
|
|
14114
|
+
"version": "8.46.2",
|
|
14115
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.46.2.tgz",
|
|
14116
|
+
"integrity": "sha512-LF4b/NmGvdWEHD2H4MsHD8ny6JpiVNDzrSZr3CsckEgCbAGZbYM4Cqxvi9L+WqDMT+51Ozy7lt2M+d0JLEuBqA==",
|
|
14117
|
+
"license": "MIT",
|
|
14118
|
+
"dependencies": {
|
|
14119
|
+
"@typescript-eslint/types": "8.46.2",
|
|
14120
|
+
"@typescript-eslint/visitor-keys": "8.46.2"
|
|
14121
|
+
},
|
|
14122
|
+
"engines": {
|
|
14123
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
14124
|
+
},
|
|
14125
|
+
"funding": {
|
|
14126
|
+
"type": "opencollective",
|
|
14127
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
14128
|
+
}
|
|
14129
|
+
},
|
|
14130
|
+
"node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/types": {
|
|
14131
|
+
"version": "8.46.2",
|
|
14132
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.46.2.tgz",
|
|
14133
|
+
"integrity": "sha512-lNCWCbq7rpg7qDsQrd3D6NyWYu+gkTENkG5IKYhUIcxSb59SQC/hEQ+MrG4sTgBVghTonNWq42bA/d4yYumldQ==",
|
|
14134
|
+
"license": "MIT",
|
|
14135
|
+
"engines": {
|
|
14136
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
14137
|
+
},
|
|
14138
|
+
"funding": {
|
|
14139
|
+
"type": "opencollective",
|
|
14140
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
14141
|
+
}
|
|
14142
|
+
},
|
|
14143
|
+
"node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/typescript-estree": {
|
|
14144
|
+
"version": "8.46.2",
|
|
14145
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.46.2.tgz",
|
|
14146
|
+
"integrity": "sha512-f7rW7LJ2b7Uh2EiQ+7sza6RDZnajbNbemn54Ob6fRwQbgcIn+GWfyuHDHRYgRoZu1P4AayVScrRW+YfbTvPQoQ==",
|
|
14147
|
+
"license": "MIT",
|
|
14148
|
+
"dependencies": {
|
|
14149
|
+
"@typescript-eslint/project-service": "8.46.2",
|
|
14150
|
+
"@typescript-eslint/tsconfig-utils": "8.46.2",
|
|
14151
|
+
"@typescript-eslint/types": "8.46.2",
|
|
14152
|
+
"@typescript-eslint/visitor-keys": "8.46.2",
|
|
14153
|
+
"debug": "^4.3.4",
|
|
14154
|
+
"fast-glob": "^3.3.2",
|
|
14155
|
+
"is-glob": "^4.0.3",
|
|
14156
|
+
"minimatch": "^9.0.4",
|
|
14157
|
+
"semver": "^7.6.0",
|
|
14158
|
+
"ts-api-utils": "^2.1.0"
|
|
14159
|
+
},
|
|
14160
|
+
"engines": {
|
|
14161
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
14162
|
+
},
|
|
14163
|
+
"funding": {
|
|
14164
|
+
"type": "opencollective",
|
|
14165
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
14166
|
+
},
|
|
14167
|
+
"peerDependencies": {
|
|
14168
|
+
"typescript": ">=4.8.4 <6.0.0"
|
|
14169
|
+
}
|
|
14170
|
+
},
|
|
14171
|
+
"node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/typescript-estree/node_modules/minimatch": {
|
|
14172
|
+
"version": "9.0.5",
|
|
14173
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
|
14174
|
+
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
|
14175
|
+
"license": "ISC",
|
|
14176
|
+
"dependencies": {
|
|
14177
|
+
"brace-expansion": "^2.0.1"
|
|
14178
|
+
},
|
|
14179
|
+
"engines": {
|
|
14180
|
+
"node": ">=16 || 14 >=14.17"
|
|
14181
|
+
},
|
|
14182
|
+
"funding": {
|
|
14183
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
14184
|
+
}
|
|
14185
|
+
},
|
|
14186
|
+
"node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/utils": {
|
|
14187
|
+
"version": "8.46.2",
|
|
14188
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.46.2.tgz",
|
|
14189
|
+
"integrity": "sha512-sExxzucx0Tud5tE0XqR0lT0psBQvEpnpiul9XbGUB1QwpWJJAps1O/Z7hJxLGiZLBKMCutjTzDgmd1muEhBnVg==",
|
|
14190
|
+
"license": "MIT",
|
|
14191
|
+
"dependencies": {
|
|
14192
|
+
"@eslint-community/eslint-utils": "^4.7.0",
|
|
14193
|
+
"@typescript-eslint/scope-manager": "8.46.2",
|
|
14194
|
+
"@typescript-eslint/types": "8.46.2",
|
|
14195
|
+
"@typescript-eslint/typescript-estree": "8.46.2"
|
|
14196
|
+
},
|
|
14197
|
+
"engines": {
|
|
14198
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
14199
|
+
},
|
|
14200
|
+
"funding": {
|
|
14201
|
+
"type": "opencollective",
|
|
14202
|
+
"url": "https://opencollective.com/typescript-eslint"
|
|
14203
|
+
},
|
|
14204
|
+
"peerDependencies": {
|
|
14205
|
+
"eslint": "^8.57.0 || ^9.0.0",
|
|
14206
|
+
"typescript": ">=4.8.4 <6.0.0"
|
|
14207
|
+
}
|
|
14208
|
+
},
|
|
14209
|
+
"node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/utils/node_modules/@eslint/core": {
|
|
13878
14210
|
"version": "0.16.0",
|
|
13879
14211
|
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.16.0.tgz",
|
|
13880
14212
|
"integrity": "sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q==",
|
|
@@ -13886,135 +14218,184 @@
|
|
|
13886
14218
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
13887
14219
|
}
|
|
13888
14220
|
},
|
|
13889
|
-
"node_modules/eslint-plugin-jest/node_modules/@eslint/
|
|
13890
|
-
"version": "
|
|
13891
|
-
"resolved": "https://registry.npmjs.org/@eslint/
|
|
13892
|
-
"integrity": "sha512-
|
|
14221
|
+
"node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/utils/node_modules/@eslint/js": {
|
|
14222
|
+
"version": "9.38.0",
|
|
14223
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.38.0.tgz",
|
|
14224
|
+
"integrity": "sha512-UZ1VpFvXf9J06YG9xQBdnzU+kthors6KjhMAl6f4gH4usHyh31rUf2DLGInT8RFYIReYXNSydgPY0V2LuWgl7A==",
|
|
14225
|
+
"license": "MIT",
|
|
14226
|
+
"engines": {
|
|
14227
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
14228
|
+
},
|
|
14229
|
+
"funding": {
|
|
14230
|
+
"url": "https://eslint.org/donate"
|
|
14231
|
+
}
|
|
14232
|
+
},
|
|
14233
|
+
"node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/utils/node_modules/eslint": {
|
|
14234
|
+
"version": "9.38.0",
|
|
13893
14235
|
"license": "MIT",
|
|
13894
14236
|
"dependencies": {
|
|
14237
|
+
"@eslint-community/eslint-utils": "^4.8.0",
|
|
14238
|
+
"@eslint-community/regexpp": "^4.12.1",
|
|
14239
|
+
"@eslint/config-array": "^0.21.1",
|
|
14240
|
+
"@eslint/config-helpers": "^0.4.1",
|
|
14241
|
+
"@eslint/core": "^0.16.0",
|
|
14242
|
+
"@eslint/eslintrc": "^3.3.1",
|
|
14243
|
+
"@eslint/js": "9.38.0",
|
|
14244
|
+
"@eslint/plugin-kit": "^0.4.0",
|
|
14245
|
+
"@humanfs/node": "^0.16.6",
|
|
14246
|
+
"@humanwhocodes/module-importer": "^1.0.1",
|
|
14247
|
+
"@humanwhocodes/retry": "^0.4.2",
|
|
14248
|
+
"@types/estree": "^1.0.6",
|
|
13895
14249
|
"ajv": "^6.12.4",
|
|
14250
|
+
"chalk": "^4.0.0",
|
|
14251
|
+
"cross-spawn": "^7.0.6",
|
|
13896
14252
|
"debug": "^4.3.2",
|
|
13897
|
-
"
|
|
13898
|
-
"
|
|
14253
|
+
"escape-string-regexp": "^4.0.0",
|
|
14254
|
+
"eslint-scope": "^8.4.0",
|
|
14255
|
+
"eslint-visitor-keys": "^4.2.1",
|
|
14256
|
+
"espree": "^10.4.0",
|
|
14257
|
+
"esquery": "^1.5.0",
|
|
14258
|
+
"esutils": "^2.0.2",
|
|
14259
|
+
"fast-deep-equal": "^3.1.3",
|
|
14260
|
+
"file-entry-cache": "^8.0.0",
|
|
14261
|
+
"find-up": "^5.0.0",
|
|
14262
|
+
"glob-parent": "^6.0.2",
|
|
13899
14263
|
"ignore": "^5.2.0",
|
|
13900
|
-
"
|
|
13901
|
-
"
|
|
14264
|
+
"imurmurhash": "^0.1.4",
|
|
14265
|
+
"is-glob": "^4.0.0",
|
|
14266
|
+
"json-stable-stringify-without-jsonify": "^1.0.1",
|
|
14267
|
+
"lodash.merge": "^4.6.2",
|
|
13902
14268
|
"minimatch": "^3.1.2",
|
|
13903
|
-
"
|
|
14269
|
+
"natural-compare": "^1.4.0",
|
|
14270
|
+
"optionator": "^0.9.3"
|
|
13904
14271
|
},
|
|
13905
|
-
"
|
|
13906
|
-
"
|
|
14272
|
+
"bin": {
|
|
14273
|
+
"eslint": "bin/eslint.js"
|
|
13907
14274
|
},
|
|
13908
|
-
"funding": {
|
|
13909
|
-
"url": "https://opencollective.com/eslint"
|
|
13910
|
-
}
|
|
13911
|
-
},
|
|
13912
|
-
"node_modules/eslint-plugin-jest/node_modules/@eslint/js": {
|
|
13913
|
-
"version": "9.38.0",
|
|
13914
|
-
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.38.0.tgz",
|
|
13915
|
-
"integrity": "sha512-UZ1VpFvXf9J06YG9xQBdnzU+kthors6KjhMAl6f4gH4usHyh31rUf2DLGInT8RFYIReYXNSydgPY0V2LuWgl7A==",
|
|
13916
|
-
"license": "MIT",
|
|
13917
14275
|
"engines": {
|
|
13918
14276
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
13919
14277
|
},
|
|
13920
14278
|
"funding": {
|
|
13921
14279
|
"url": "https://eslint.org/donate"
|
|
14280
|
+
},
|
|
14281
|
+
"peerDependencies": {
|
|
14282
|
+
"jiti": "*"
|
|
14283
|
+
},
|
|
14284
|
+
"peerDependenciesMeta": {
|
|
14285
|
+
"jiti": {
|
|
14286
|
+
"optional": true
|
|
14287
|
+
}
|
|
13922
14288
|
}
|
|
13923
14289
|
},
|
|
13924
|
-
"node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/
|
|
13925
|
-
"version": "
|
|
13926
|
-
"resolved": "https://registry.npmjs.org/@
|
|
13927
|
-
"integrity": "sha512-
|
|
14290
|
+
"node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/utils/node_modules/eslint/node_modules/@eslint-community/eslint-utils": {
|
|
14291
|
+
"version": "4.9.0",
|
|
14292
|
+
"resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz",
|
|
14293
|
+
"integrity": "sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==",
|
|
13928
14294
|
"license": "MIT",
|
|
13929
14295
|
"dependencies": {
|
|
13930
|
-
"
|
|
13931
|
-
"@typescript-eslint/visitor-keys": "8.46.2"
|
|
14296
|
+
"eslint-visitor-keys": "^3.4.3"
|
|
13932
14297
|
},
|
|
13933
14298
|
"engines": {
|
|
13934
|
-
"node": "^
|
|
14299
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
13935
14300
|
},
|
|
13936
14301
|
"funding": {
|
|
13937
|
-
"
|
|
13938
|
-
|
|
14302
|
+
"url": "https://opencollective.com/eslint"
|
|
14303
|
+
},
|
|
14304
|
+
"peerDependencies": {
|
|
14305
|
+
"eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
|
|
13939
14306
|
}
|
|
13940
14307
|
},
|
|
13941
|
-
"node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/
|
|
13942
|
-
"version": "
|
|
13943
|
-
"resolved": "https://registry.npmjs.org
|
|
13944
|
-
"integrity": "sha512-
|
|
13945
|
-
"license": "
|
|
14308
|
+
"node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/utils/node_modules/eslint/node_modules/@eslint-community/eslint-utils/node_modules/eslint-visitor-keys": {
|
|
14309
|
+
"version": "3.4.3",
|
|
14310
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
|
|
14311
|
+
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
|
|
14312
|
+
"license": "Apache-2.0",
|
|
13946
14313
|
"engines": {
|
|
13947
|
-
"node": "^
|
|
14314
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
13948
14315
|
},
|
|
13949
14316
|
"funding": {
|
|
13950
|
-
"
|
|
13951
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
14317
|
+
"url": "https://opencollective.com/eslint"
|
|
13952
14318
|
}
|
|
13953
14319
|
},
|
|
13954
|
-
"node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/
|
|
13955
|
-
"version": "
|
|
13956
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.46.2.tgz",
|
|
13957
|
-
"integrity": "sha512-f7rW7LJ2b7Uh2EiQ+7sza6RDZnajbNbemn54Ob6fRwQbgcIn+GWfyuHDHRYgRoZu1P4AayVScrRW+YfbTvPQoQ==",
|
|
14320
|
+
"node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/utils/node_modules/eslint/node_modules/eslint": {
|
|
14321
|
+
"version": "9.39.2",
|
|
13958
14322
|
"license": "MIT",
|
|
13959
14323
|
"dependencies": {
|
|
13960
|
-
"@
|
|
13961
|
-
"@
|
|
13962
|
-
"@
|
|
13963
|
-
"@
|
|
13964
|
-
"
|
|
13965
|
-
"
|
|
13966
|
-
"
|
|
13967
|
-
"
|
|
13968
|
-
"
|
|
13969
|
-
"
|
|
14324
|
+
"@eslint-community/eslint-utils": "^4.8.0",
|
|
14325
|
+
"@eslint-community/regexpp": "^4.12.1",
|
|
14326
|
+
"@eslint/config-array": "^0.21.1",
|
|
14327
|
+
"@eslint/config-helpers": "^0.4.2",
|
|
14328
|
+
"@eslint/core": "^0.17.0",
|
|
14329
|
+
"@eslint/eslintrc": "^3.3.1",
|
|
14330
|
+
"@eslint/js": "9.39.2",
|
|
14331
|
+
"@eslint/plugin-kit": "^0.4.1",
|
|
14332
|
+
"@humanfs/node": "^0.16.6",
|
|
14333
|
+
"@humanwhocodes/module-importer": "^1.0.1",
|
|
14334
|
+
"@humanwhocodes/retry": "^0.4.2",
|
|
14335
|
+
"@types/estree": "^1.0.6",
|
|
14336
|
+
"ajv": "^6.12.4",
|
|
14337
|
+
"chalk": "^4.0.0",
|
|
14338
|
+
"cross-spawn": "^7.0.6",
|
|
14339
|
+
"debug": "^4.3.2",
|
|
14340
|
+
"escape-string-regexp": "^4.0.0",
|
|
14341
|
+
"eslint-scope": "^8.4.0",
|
|
14342
|
+
"eslint-visitor-keys": "^4.2.1",
|
|
14343
|
+
"espree": "^10.4.0",
|
|
14344
|
+
"esquery": "^1.5.0",
|
|
14345
|
+
"esutils": "^2.0.2",
|
|
14346
|
+
"fast-deep-equal": "^3.1.3",
|
|
14347
|
+
"file-entry-cache": "^8.0.0",
|
|
14348
|
+
"find-up": "^5.0.0",
|
|
14349
|
+
"glob-parent": "^6.0.2",
|
|
14350
|
+
"ignore": "^5.2.0",
|
|
14351
|
+
"imurmurhash": "^0.1.4",
|
|
14352
|
+
"is-glob": "^4.0.0",
|
|
14353
|
+
"json-stable-stringify-without-jsonify": "^1.0.1",
|
|
14354
|
+
"lodash.merge": "^4.6.2",
|
|
14355
|
+
"minimatch": "^3.1.2",
|
|
14356
|
+
"natural-compare": "^1.4.0",
|
|
14357
|
+
"optionator": "^0.9.3"
|
|
14358
|
+
},
|
|
14359
|
+
"bin": {
|
|
14360
|
+
"eslint": "bin/eslint.js"
|
|
13970
14361
|
},
|
|
13971
14362
|
"engines": {
|
|
13972
14363
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
13973
14364
|
},
|
|
13974
14365
|
"funding": {
|
|
13975
|
-
"
|
|
13976
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
14366
|
+
"url": "https://eslint.org/donate"
|
|
13977
14367
|
},
|
|
13978
14368
|
"peerDependencies": {
|
|
13979
|
-
"
|
|
14369
|
+
"jiti": "*"
|
|
14370
|
+
},
|
|
14371
|
+
"peerDependenciesMeta": {
|
|
14372
|
+
"jiti": {
|
|
14373
|
+
"optional": true
|
|
14374
|
+
}
|
|
13980
14375
|
}
|
|
13981
14376
|
},
|
|
13982
|
-
"node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/
|
|
13983
|
-
"version": "
|
|
13984
|
-
"resolved": "https://registry.npmjs.org/
|
|
13985
|
-
"integrity": "sha512-
|
|
13986
|
-
"license": "
|
|
14377
|
+
"node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/utils/node_modules/eslint/node_modules/eslint/node_modules/@eslint/core": {
|
|
14378
|
+
"version": "0.17.0",
|
|
14379
|
+
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.17.0.tgz",
|
|
14380
|
+
"integrity": "sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==",
|
|
14381
|
+
"license": "Apache-2.0",
|
|
13987
14382
|
"dependencies": {
|
|
13988
|
-
"
|
|
14383
|
+
"@types/json-schema": "^7.0.15"
|
|
13989
14384
|
},
|
|
13990
14385
|
"engines": {
|
|
13991
|
-
"node": "
|
|
13992
|
-
},
|
|
13993
|
-
"funding": {
|
|
13994
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
14386
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
13995
14387
|
}
|
|
13996
14388
|
},
|
|
13997
|
-
"node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/utils": {
|
|
13998
|
-
"version": "
|
|
13999
|
-
"resolved": "https://registry.npmjs.org/@
|
|
14000
|
-
"integrity": "sha512-
|
|
14389
|
+
"node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/utils/node_modules/eslint/node_modules/eslint/node_modules/@eslint/js": {
|
|
14390
|
+
"version": "9.39.2",
|
|
14391
|
+
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.2.tgz",
|
|
14392
|
+
"integrity": "sha512-q1mjIoW1VX4IvSocvM/vbTiveKC4k9eLrajNEuSsmjymSDEbpGddtpfOoN7YGAqBK3NG+uqo8ia4PDTt8buCYA==",
|
|
14001
14393
|
"license": "MIT",
|
|
14002
|
-
"dependencies": {
|
|
14003
|
-
"@eslint-community/eslint-utils": "^4.7.0",
|
|
14004
|
-
"@typescript-eslint/scope-manager": "8.46.2",
|
|
14005
|
-
"@typescript-eslint/types": "8.46.2",
|
|
14006
|
-
"@typescript-eslint/typescript-estree": "8.46.2"
|
|
14007
|
-
},
|
|
14008
14394
|
"engines": {
|
|
14009
14395
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
14010
14396
|
},
|
|
14011
14397
|
"funding": {
|
|
14012
|
-
"
|
|
14013
|
-
"url": "https://opencollective.com/typescript-eslint"
|
|
14014
|
-
},
|
|
14015
|
-
"peerDependencies": {
|
|
14016
|
-
"eslint": "^8.57.0 || ^9.0.0",
|
|
14017
|
-
"typescript": ">=4.8.4 <6.0.0"
|
|
14398
|
+
"url": "https://eslint.org/donate"
|
|
14018
14399
|
}
|
|
14019
14400
|
},
|
|
14020
14401
|
"node_modules/eslint-plugin-jest/node_modules/@typescript-eslint/visitor-keys": {
|
|
@@ -14035,18 +14416,18 @@
|
|
|
14035
14416
|
}
|
|
14036
14417
|
},
|
|
14037
14418
|
"node_modules/eslint-plugin-jest/node_modules/eslint": {
|
|
14038
|
-
"version": "9.
|
|
14419
|
+
"version": "9.39.2",
|
|
14039
14420
|
"license": "MIT",
|
|
14040
14421
|
"peer": true,
|
|
14041
14422
|
"dependencies": {
|
|
14042
14423
|
"@eslint-community/eslint-utils": "^4.8.0",
|
|
14043
14424
|
"@eslint-community/regexpp": "^4.12.1",
|
|
14044
14425
|
"@eslint/config-array": "^0.21.1",
|
|
14045
|
-
"@eslint/config-helpers": "^0.4.
|
|
14046
|
-
"@eslint/core": "^0.
|
|
14426
|
+
"@eslint/config-helpers": "^0.4.2",
|
|
14427
|
+
"@eslint/core": "^0.17.0",
|
|
14047
14428
|
"@eslint/eslintrc": "^3.3.1",
|
|
14048
|
-
"@eslint/js": "9.
|
|
14049
|
-
"@eslint/plugin-kit": "^0.4.
|
|
14429
|
+
"@eslint/js": "9.39.2",
|
|
14430
|
+
"@eslint/plugin-kit": "^0.4.1",
|
|
14050
14431
|
"@humanfs/node": "^0.16.6",
|
|
14051
14432
|
"@humanwhocodes/module-importer": "^1.0.1",
|
|
14052
14433
|
"@humanwhocodes/retry": "^0.4.2",
|
|
@@ -14092,22 +14473,6 @@
|
|
|
14092
14473
|
}
|
|
14093
14474
|
}
|
|
14094
14475
|
},
|
|
14095
|
-
"node_modules/eslint-plugin-jest/node_modules/eslint-scope": {
|
|
14096
|
-
"version": "8.4.0",
|
|
14097
|
-
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz",
|
|
14098
|
-
"integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
|
|
14099
|
-
"license": "BSD-2-Clause",
|
|
14100
|
-
"dependencies": {
|
|
14101
|
-
"esrecurse": "^4.3.0",
|
|
14102
|
-
"estraverse": "^5.2.0"
|
|
14103
|
-
},
|
|
14104
|
-
"engines": {
|
|
14105
|
-
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
14106
|
-
},
|
|
14107
|
-
"funding": {
|
|
14108
|
-
"url": "https://opencollective.com/eslint"
|
|
14109
|
-
}
|
|
14110
|
-
},
|
|
14111
14476
|
"node_modules/eslint-plugin-jest/node_modules/eslint-visitor-keys": {
|
|
14112
14477
|
"version": "4.2.1",
|
|
14113
14478
|
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz",
|
|
@@ -14150,18 +14515,6 @@
|
|
|
14150
14515
|
"url": "https://opencollective.com/eslint"
|
|
14151
14516
|
}
|
|
14152
14517
|
},
|
|
14153
|
-
"node_modules/eslint-plugin-jest/node_modules/file-entry-cache": {
|
|
14154
|
-
"version": "8.0.0",
|
|
14155
|
-
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
|
|
14156
|
-
"integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
|
|
14157
|
-
"license": "MIT",
|
|
14158
|
-
"dependencies": {
|
|
14159
|
-
"flat-cache": "^4.0.0"
|
|
14160
|
-
},
|
|
14161
|
-
"engines": {
|
|
14162
|
-
"node": ">=16.0.0"
|
|
14163
|
-
}
|
|
14164
|
-
},
|
|
14165
14518
|
"node_modules/eslint-plugin-jest/node_modules/find-up": {
|
|
14166
14519
|
"version": "5.0.0",
|
|
14167
14520
|
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
|
|
@@ -14178,31 +14531,6 @@
|
|
|
14178
14531
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
14179
14532
|
}
|
|
14180
14533
|
},
|
|
14181
|
-
"node_modules/eslint-plugin-jest/node_modules/flat-cache": {
|
|
14182
|
-
"version": "4.0.1",
|
|
14183
|
-
"resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
|
|
14184
|
-
"integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
|
|
14185
|
-
"license": "MIT",
|
|
14186
|
-
"dependencies": {
|
|
14187
|
-
"flatted": "^3.2.9",
|
|
14188
|
-
"keyv": "^4.5.4"
|
|
14189
|
-
},
|
|
14190
|
-
"engines": {
|
|
14191
|
-
"node": ">=16"
|
|
14192
|
-
}
|
|
14193
|
-
},
|
|
14194
|
-
"node_modules/eslint-plugin-jest/node_modules/glob-parent": {
|
|
14195
|
-
"version": "6.0.2",
|
|
14196
|
-
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
|
|
14197
|
-
"integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
|
|
14198
|
-
"license": "ISC",
|
|
14199
|
-
"dependencies": {
|
|
14200
|
-
"is-glob": "^4.0.3"
|
|
14201
|
-
},
|
|
14202
|
-
"engines": {
|
|
14203
|
-
"node": ">=10.13.0"
|
|
14204
|
-
}
|
|
14205
|
-
},
|
|
14206
14534
|
"node_modules/eslint-plugin-jest/node_modules/globals": {
|
|
14207
14535
|
"version": "14.0.0",
|
|
14208
14536
|
"resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
|
|
@@ -14480,16 +14808,16 @@
|
|
|
14480
14808
|
"license": "MIT"
|
|
14481
14809
|
},
|
|
14482
14810
|
"node_modules/eslint-scope": {
|
|
14483
|
-
"version": "
|
|
14484
|
-
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-
|
|
14485
|
-
"integrity": "sha512-
|
|
14811
|
+
"version": "8.4.0",
|
|
14812
|
+
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.4.0.tgz",
|
|
14813
|
+
"integrity": "sha512-sNXOfKCn74rt8RICKMvJS7XKV/Xk9kA7DyJr8mJik3S7Cwgy3qlkkmyS2uQB3jiJg6VNdZd/pDBJu0nvG2NlTg==",
|
|
14486
14814
|
"license": "BSD-2-Clause",
|
|
14487
14815
|
"dependencies": {
|
|
14488
14816
|
"esrecurse": "^4.3.0",
|
|
14489
14817
|
"estraverse": "^5.2.0"
|
|
14490
14818
|
},
|
|
14491
14819
|
"engines": {
|
|
14492
|
-
"node": "^
|
|
14820
|
+
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
14493
14821
|
},
|
|
14494
14822
|
"funding": {
|
|
14495
14823
|
"url": "https://opencollective.com/eslint"
|
|
@@ -14507,6 +14835,22 @@
|
|
|
14507
14835
|
"url": "https://opencollective.com/eslint"
|
|
14508
14836
|
}
|
|
14509
14837
|
},
|
|
14838
|
+
"node_modules/eslint/node_modules/eslint-scope": {
|
|
14839
|
+
"version": "7.2.2",
|
|
14840
|
+
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz",
|
|
14841
|
+
"integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==",
|
|
14842
|
+
"license": "BSD-2-Clause",
|
|
14843
|
+
"dependencies": {
|
|
14844
|
+
"esrecurse": "^4.3.0",
|
|
14845
|
+
"estraverse": "^5.2.0"
|
|
14846
|
+
},
|
|
14847
|
+
"engines": {
|
|
14848
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
14849
|
+
},
|
|
14850
|
+
"funding": {
|
|
14851
|
+
"url": "https://opencollective.com/eslint"
|
|
14852
|
+
}
|
|
14853
|
+
},
|
|
14510
14854
|
"node_modules/eslint/node_modules/espree": {
|
|
14511
14855
|
"version": "9.6.1",
|
|
14512
14856
|
"resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz",
|
|
@@ -14524,6 +14868,18 @@
|
|
|
14524
14868
|
"url": "https://opencollective.com/eslint"
|
|
14525
14869
|
}
|
|
14526
14870
|
},
|
|
14871
|
+
"node_modules/eslint/node_modules/file-entry-cache": {
|
|
14872
|
+
"version": "6.0.1",
|
|
14873
|
+
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
|
|
14874
|
+
"integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
|
|
14875
|
+
"license": "MIT",
|
|
14876
|
+
"dependencies": {
|
|
14877
|
+
"flat-cache": "^3.0.4"
|
|
14878
|
+
},
|
|
14879
|
+
"engines": {
|
|
14880
|
+
"node": "^10.12.0 || >=12.0.0"
|
|
14881
|
+
}
|
|
14882
|
+
},
|
|
14527
14883
|
"node_modules/eslint/node_modules/find-up": {
|
|
14528
14884
|
"version": "5.0.0",
|
|
14529
14885
|
"resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
|
|
@@ -14540,16 +14896,18 @@
|
|
|
14540
14896
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
14541
14897
|
}
|
|
14542
14898
|
},
|
|
14543
|
-
"node_modules/eslint/node_modules/
|
|
14544
|
-
"version": "
|
|
14545
|
-
"resolved": "https://registry.npmjs.org/
|
|
14546
|
-
"integrity": "sha512-
|
|
14547
|
-
"license": "
|
|
14899
|
+
"node_modules/eslint/node_modules/flat-cache": {
|
|
14900
|
+
"version": "3.2.0",
|
|
14901
|
+
"resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz",
|
|
14902
|
+
"integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==",
|
|
14903
|
+
"license": "MIT",
|
|
14548
14904
|
"dependencies": {
|
|
14549
|
-
"
|
|
14905
|
+
"flatted": "^3.2.9",
|
|
14906
|
+
"keyv": "^4.5.3",
|
|
14907
|
+
"rimraf": "^3.0.2"
|
|
14550
14908
|
},
|
|
14551
14909
|
"engines": {
|
|
14552
|
-
"node": "
|
|
14910
|
+
"node": "^10.12.0 || >=12.0.0"
|
|
14553
14911
|
}
|
|
14554
14912
|
},
|
|
14555
14913
|
"node_modules/eslint/node_modules/locate-path": {
|
|
@@ -14887,6 +15245,18 @@
|
|
|
14887
15245
|
"node": ">=8.6.0"
|
|
14888
15246
|
}
|
|
14889
15247
|
},
|
|
15248
|
+
"node_modules/fast-glob/node_modules/glob-parent": {
|
|
15249
|
+
"version": "5.1.2",
|
|
15250
|
+
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
|
|
15251
|
+
"integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
|
|
15252
|
+
"license": "ISC",
|
|
15253
|
+
"dependencies": {
|
|
15254
|
+
"is-glob": "^4.0.1"
|
|
15255
|
+
},
|
|
15256
|
+
"engines": {
|
|
15257
|
+
"node": ">= 6"
|
|
15258
|
+
}
|
|
15259
|
+
},
|
|
14890
15260
|
"node_modules/fast-json-stable-stringify": {
|
|
14891
15261
|
"version": "2.1.0",
|
|
14892
15262
|
"resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
|
|
@@ -15026,15 +15396,15 @@
|
|
|
15026
15396
|
}
|
|
15027
15397
|
},
|
|
15028
15398
|
"node_modules/file-entry-cache": {
|
|
15029
|
-
"version": "
|
|
15030
|
-
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-
|
|
15031
|
-
"integrity": "sha512-
|
|
15399
|
+
"version": "8.0.0",
|
|
15400
|
+
"resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-8.0.0.tgz",
|
|
15401
|
+
"integrity": "sha512-XXTUwCvisa5oacNGRP9SfNtYBNAMi+RPwBFmblZEF7N7swHYQS6/Zfk7SRwx4D5j3CH211YNRco1DEMNVfZCnQ==",
|
|
15032
15402
|
"license": "MIT",
|
|
15033
15403
|
"dependencies": {
|
|
15034
|
-
"flat-cache": "^
|
|
15404
|
+
"flat-cache": "^4.0.0"
|
|
15035
15405
|
},
|
|
15036
15406
|
"engines": {
|
|
15037
|
-
"node": "
|
|
15407
|
+
"node": ">=16.0.0"
|
|
15038
15408
|
}
|
|
15039
15409
|
},
|
|
15040
15410
|
"node_modules/filelist": {
|
|
@@ -15156,17 +15526,16 @@
|
|
|
15156
15526
|
}
|
|
15157
15527
|
},
|
|
15158
15528
|
"node_modules/flat-cache": {
|
|
15159
|
-
"version": "
|
|
15160
|
-
"resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-
|
|
15161
|
-
"integrity": "sha512-
|
|
15529
|
+
"version": "4.0.1",
|
|
15530
|
+
"resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-4.0.1.tgz",
|
|
15531
|
+
"integrity": "sha512-f7ccFPK3SXFHpx15UIGyRJ/FJQctuKZ0zVuN3frBo4HnK3cay9VEW0R6yPYFHC0AgqhukPzKjq22t5DmAyqGyw==",
|
|
15162
15532
|
"license": "MIT",
|
|
15163
15533
|
"dependencies": {
|
|
15164
15534
|
"flatted": "^3.2.9",
|
|
15165
|
-
"keyv": "^4.5.
|
|
15166
|
-
"rimraf": "^3.0.2"
|
|
15535
|
+
"keyv": "^4.5.4"
|
|
15167
15536
|
},
|
|
15168
15537
|
"engines": {
|
|
15169
|
-
"node": "
|
|
15538
|
+
"node": ">=16"
|
|
15170
15539
|
}
|
|
15171
15540
|
},
|
|
15172
15541
|
"node_modules/flatted": {
|
|
@@ -15211,17 +15580,31 @@
|
|
|
15211
15580
|
}
|
|
15212
15581
|
},
|
|
15213
15582
|
"node_modules/foreground-child": {
|
|
15214
|
-
"version": "
|
|
15215
|
-
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-
|
|
15216
|
-
"integrity": "sha512-
|
|
15217
|
-
"dev": true,
|
|
15583
|
+
"version": "3.3.1",
|
|
15584
|
+
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz",
|
|
15585
|
+
"integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==",
|
|
15218
15586
|
"license": "ISC",
|
|
15219
15587
|
"dependencies": {
|
|
15220
|
-
"cross-spawn": "^7.0.
|
|
15221
|
-
"signal-exit": "^
|
|
15588
|
+
"cross-spawn": "^7.0.6",
|
|
15589
|
+
"signal-exit": "^4.0.1"
|
|
15222
15590
|
},
|
|
15223
15591
|
"engines": {
|
|
15224
|
-
"node": ">=
|
|
15592
|
+
"node": ">=14"
|
|
15593
|
+
},
|
|
15594
|
+
"funding": {
|
|
15595
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
15596
|
+
}
|
|
15597
|
+
},
|
|
15598
|
+
"node_modules/foreground-child/node_modules/signal-exit": {
|
|
15599
|
+
"version": "4.1.0",
|
|
15600
|
+
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
15601
|
+
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
15602
|
+
"license": "ISC",
|
|
15603
|
+
"engines": {
|
|
15604
|
+
"node": ">=14"
|
|
15605
|
+
},
|
|
15606
|
+
"funding": {
|
|
15607
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
15225
15608
|
}
|
|
15226
15609
|
},
|
|
15227
15610
|
"node_modules/form-data": {
|
|
@@ -15615,75 +15998,50 @@
|
|
|
15615
15998
|
"license": "ISC"
|
|
15616
15999
|
},
|
|
15617
16000
|
"node_modules/glob": {
|
|
15618
|
-
"version": "
|
|
15619
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-
|
|
15620
|
-
"integrity": "sha512-
|
|
15621
|
-
"license": "
|
|
16001
|
+
"version": "12.0.0",
|
|
16002
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-12.0.0.tgz",
|
|
16003
|
+
"integrity": "sha512-5Qcll1z7IKgHr5g485ePDdHcNQY0k2dtv/bjYy0iuyGxQw2qSOiiXUXJ+AYQpg3HNoUMHqAruX478Jeev7UULw==",
|
|
16004
|
+
"license": "BlueOak-1.0.0",
|
|
15622
16005
|
"dependencies": {
|
|
15623
|
-
"foreground-child": "^3.1
|
|
15624
|
-
"jackspeak": "^
|
|
15625
|
-
"minimatch": "^
|
|
16006
|
+
"foreground-child": "^3.3.1",
|
|
16007
|
+
"jackspeak": "^4.1.1",
|
|
16008
|
+
"minimatch": "^10.1.1",
|
|
15626
16009
|
"minipass": "^7.1.2",
|
|
15627
16010
|
"package-json-from-dist": "^1.0.0",
|
|
15628
|
-
"path-scurry": "^
|
|
16011
|
+
"path-scurry": "^2.0.0"
|
|
15629
16012
|
},
|
|
15630
16013
|
"bin": {
|
|
15631
16014
|
"glob": "dist/esm/bin.mjs"
|
|
15632
16015
|
},
|
|
16016
|
+
"engines": {
|
|
16017
|
+
"node": "20 || >=22"
|
|
16018
|
+
},
|
|
15633
16019
|
"funding": {
|
|
15634
16020
|
"url": "https://github.com/sponsors/isaacs"
|
|
15635
16021
|
}
|
|
15636
16022
|
},
|
|
15637
16023
|
"node_modules/glob-parent": {
|
|
15638
|
-
"version": "
|
|
15639
|
-
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-
|
|
15640
|
-
"integrity": "sha512-
|
|
15641
|
-
"license": "ISC",
|
|
15642
|
-
"dependencies": {
|
|
15643
|
-
"is-glob": "^4.0.1"
|
|
15644
|
-
},
|
|
15645
|
-
"engines": {
|
|
15646
|
-
"node": ">= 6"
|
|
15647
|
-
}
|
|
15648
|
-
},
|
|
15649
|
-
"node_modules/glob/node_modules/foreground-child": {
|
|
15650
|
-
"version": "3.2.1",
|
|
15651
|
-
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.2.1.tgz",
|
|
15652
|
-
"integrity": "sha512-PXUUyLqrR2XCWICfv6ukppP96sdFwWbNEnfEMt7jNsISjMsvaLNinAHNDYyvkyU+SZG2BTSbT5NjG+vZslfGTA==",
|
|
16024
|
+
"version": "6.0.2",
|
|
16025
|
+
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
|
|
16026
|
+
"integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
|
|
15653
16027
|
"license": "ISC",
|
|
15654
16028
|
"dependencies": {
|
|
15655
|
-
"
|
|
15656
|
-
"signal-exit": "^4.0.1"
|
|
16029
|
+
"is-glob": "^4.0.3"
|
|
15657
16030
|
},
|
|
15658
16031
|
"engines": {
|
|
15659
|
-
"node": ">=
|
|
15660
|
-
},
|
|
15661
|
-
"funding": {
|
|
15662
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
16032
|
+
"node": ">=10.13.0"
|
|
15663
16033
|
}
|
|
15664
16034
|
},
|
|
15665
16035
|
"node_modules/glob/node_modules/minimatch": {
|
|
15666
|
-
"version": "
|
|
15667
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-
|
|
15668
|
-
"integrity": "sha512-
|
|
15669
|
-
"license": "
|
|
16036
|
+
"version": "10.1.1",
|
|
16037
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.1.1.tgz",
|
|
16038
|
+
"integrity": "sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==",
|
|
16039
|
+
"license": "BlueOak-1.0.0",
|
|
15670
16040
|
"dependencies": {
|
|
15671
|
-
"brace-expansion": "^
|
|
15672
|
-
},
|
|
15673
|
-
"engines": {
|
|
15674
|
-
"node": ">=16 || 14 >=14.17"
|
|
16041
|
+
"@isaacs/brace-expansion": "^5.0.0"
|
|
15675
16042
|
},
|
|
15676
|
-
"funding": {
|
|
15677
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
15678
|
-
}
|
|
15679
|
-
},
|
|
15680
|
-
"node_modules/glob/node_modules/signal-exit": {
|
|
15681
|
-
"version": "4.1.0",
|
|
15682
|
-
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
15683
|
-
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
15684
|
-
"license": "ISC",
|
|
15685
16043
|
"engines": {
|
|
15686
|
-
"node": ">=
|
|
16044
|
+
"node": "20 || >=22"
|
|
15687
16045
|
},
|
|
15688
16046
|
"funding": {
|
|
15689
16047
|
"url": "https://github.com/sponsors/isaacs"
|
|
@@ -17691,18 +18049,18 @@
|
|
|
17691
18049
|
}
|
|
17692
18050
|
},
|
|
17693
18051
|
"node_modules/jackspeak": {
|
|
17694
|
-
"version": "
|
|
17695
|
-
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-
|
|
17696
|
-
"integrity": "sha512-
|
|
18052
|
+
"version": "4.1.1",
|
|
18053
|
+
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.1.1.tgz",
|
|
18054
|
+
"integrity": "sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==",
|
|
17697
18055
|
"license": "BlueOak-1.0.0",
|
|
17698
18056
|
"dependencies": {
|
|
17699
18057
|
"@isaacs/cliui": "^8.0.2"
|
|
17700
18058
|
},
|
|
18059
|
+
"engines": {
|
|
18060
|
+
"node": "20 || >=22"
|
|
18061
|
+
},
|
|
17701
18062
|
"funding": {
|
|
17702
18063
|
"url": "https://github.com/sponsors/isaacs"
|
|
17703
|
-
},
|
|
17704
|
-
"optionalDependencies": {
|
|
17705
|
-
"@pkgjs/parseargs": "^0.11.0"
|
|
17706
18064
|
}
|
|
17707
18065
|
},
|
|
17708
18066
|
"node_modules/jake": {
|
|
@@ -17949,23 +18307,23 @@
|
|
|
17949
18307
|
"license": "MIT"
|
|
17950
18308
|
},
|
|
17951
18309
|
"node_modules/jwa": {
|
|
17952
|
-
"version": "1.4.
|
|
17953
|
-
"resolved": "https://registry.npmjs.org/jwa/-/jwa-1.4.
|
|
17954
|
-
"integrity": "sha512-
|
|
18310
|
+
"version": "1.4.2",
|
|
18311
|
+
"resolved": "https://registry.npmjs.org/jwa/-/jwa-1.4.2.tgz",
|
|
18312
|
+
"integrity": "sha512-eeH5JO+21J78qMvTIDdBXidBd6nG2kZjg5Ohz/1fpa28Z4CcsWUzJ1ZZyFq/3z3N17aZy+ZuBoHljASbL1WfOw==",
|
|
17955
18313
|
"license": "MIT",
|
|
17956
18314
|
"dependencies": {
|
|
17957
|
-
"buffer-equal-constant-time": "1.0.1",
|
|
18315
|
+
"buffer-equal-constant-time": "^1.0.1",
|
|
17958
18316
|
"ecdsa-sig-formatter": "1.0.11",
|
|
17959
18317
|
"safe-buffer": "^5.0.1"
|
|
17960
18318
|
}
|
|
17961
18319
|
},
|
|
17962
18320
|
"node_modules/jws": {
|
|
17963
|
-
"version": "3.2.
|
|
17964
|
-
"resolved": "https://registry.npmjs.org/jws/-/jws-3.2.
|
|
17965
|
-
"integrity": "sha512-
|
|
18321
|
+
"version": "3.2.3",
|
|
18322
|
+
"resolved": "https://registry.npmjs.org/jws/-/jws-3.2.3.tgz",
|
|
18323
|
+
"integrity": "sha512-byiJ0FLRdLdSVSReO/U4E7RoEyOCKnEnEPMjq3HxWtvzLsV08/i5RQKsFVNkCldrCaPr2vDNAOMsfs8T/Hze7g==",
|
|
17966
18324
|
"license": "MIT",
|
|
17967
18325
|
"dependencies": {
|
|
17968
|
-
"jwa": "^1.4.
|
|
18326
|
+
"jwa": "^1.4.2",
|
|
17969
18327
|
"safe-buffer": "^5.0.1"
|
|
17970
18328
|
}
|
|
17971
18329
|
},
|
|
@@ -18193,6 +18551,43 @@
|
|
|
18193
18551
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
18194
18552
|
}
|
|
18195
18553
|
},
|
|
18554
|
+
"node_modules/linkinator/node_modules/glob": {
|
|
18555
|
+
"version": "10.5.0",
|
|
18556
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz",
|
|
18557
|
+
"integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
|
|
18558
|
+
"dev": true,
|
|
18559
|
+
"license": "ISC",
|
|
18560
|
+
"dependencies": {
|
|
18561
|
+
"foreground-child": "^3.1.0",
|
|
18562
|
+
"jackspeak": "^3.1.2",
|
|
18563
|
+
"minimatch": "^9.0.4",
|
|
18564
|
+
"minipass": "^7.1.2",
|
|
18565
|
+
"package-json-from-dist": "^1.0.0",
|
|
18566
|
+
"path-scurry": "^1.11.1"
|
|
18567
|
+
},
|
|
18568
|
+
"bin": {
|
|
18569
|
+
"glob": "dist/esm/bin.mjs"
|
|
18570
|
+
},
|
|
18571
|
+
"funding": {
|
|
18572
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
18573
|
+
}
|
|
18574
|
+
},
|
|
18575
|
+
"node_modules/linkinator/node_modules/jackspeak": {
|
|
18576
|
+
"version": "3.4.3",
|
|
18577
|
+
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
|
|
18578
|
+
"integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
|
|
18579
|
+
"dev": true,
|
|
18580
|
+
"license": "BlueOak-1.0.0",
|
|
18581
|
+
"dependencies": {
|
|
18582
|
+
"@isaacs/cliui": "^8.0.2"
|
|
18583
|
+
},
|
|
18584
|
+
"funding": {
|
|
18585
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
18586
|
+
},
|
|
18587
|
+
"optionalDependencies": {
|
|
18588
|
+
"@pkgjs/parseargs": "^0.11.0"
|
|
18589
|
+
}
|
|
18590
|
+
},
|
|
18196
18591
|
"node_modules/linkinator/node_modules/meow": {
|
|
18197
18592
|
"version": "13.2.0",
|
|
18198
18593
|
"resolved": "https://registry.npmjs.org/meow/-/meow-13.2.0.tgz",
|
|
@@ -18206,6 +18601,39 @@
|
|
|
18206
18601
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
18207
18602
|
}
|
|
18208
18603
|
},
|
|
18604
|
+
"node_modules/linkinator/node_modules/minimatch": {
|
|
18605
|
+
"version": "9.0.5",
|
|
18606
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
|
18607
|
+
"integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
|
|
18608
|
+
"dev": true,
|
|
18609
|
+
"license": "ISC",
|
|
18610
|
+
"dependencies": {
|
|
18611
|
+
"brace-expansion": "^2.0.1"
|
|
18612
|
+
},
|
|
18613
|
+
"engines": {
|
|
18614
|
+
"node": ">=16 || 14 >=14.17"
|
|
18615
|
+
},
|
|
18616
|
+
"funding": {
|
|
18617
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
18618
|
+
}
|
|
18619
|
+
},
|
|
18620
|
+
"node_modules/linkinator/node_modules/path-scurry": {
|
|
18621
|
+
"version": "1.11.1",
|
|
18622
|
+
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
|
|
18623
|
+
"integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
|
|
18624
|
+
"dev": true,
|
|
18625
|
+
"license": "BlueOak-1.0.0",
|
|
18626
|
+
"dependencies": {
|
|
18627
|
+
"lru-cache": "^10.2.0",
|
|
18628
|
+
"minipass": "^5.0.0 || ^6.0.2 || ^7.0.0"
|
|
18629
|
+
},
|
|
18630
|
+
"engines": {
|
|
18631
|
+
"node": ">=16 || 14 >=14.18"
|
|
18632
|
+
},
|
|
18633
|
+
"funding": {
|
|
18634
|
+
"url": "https://github.com/sponsors/isaacs"
|
|
18635
|
+
}
|
|
18636
|
+
},
|
|
18209
18637
|
"node_modules/listr2": {
|
|
18210
18638
|
"version": "9.0.5",
|
|
18211
18639
|
"resolved": "https://registry.npmjs.org/listr2/-/listr2-9.0.5.tgz",
|
|
@@ -18596,30 +19024,30 @@
|
|
|
18596
19024
|
"license": "MIT"
|
|
18597
19025
|
},
|
|
18598
19026
|
"node_modules/lwc": {
|
|
18599
|
-
"version": "8.
|
|
18600
|
-
"resolved": "https://registry.npmjs.org/lwc/-/lwc-8.
|
|
18601
|
-
"integrity": "sha512-
|
|
19027
|
+
"version": "8.25.1",
|
|
19028
|
+
"resolved": "https://registry.npmjs.org/lwc/-/lwc-8.25.1.tgz",
|
|
19029
|
+
"integrity": "sha512-afHJ80wzoXflbZ32HUal05Wy0WO4zVdHb9HTLDivWzk0Podq0NqcKlZU72MiFDs0HtBnn+H6CMGhGMICQj/XYQ==",
|
|
18602
19030
|
"license": "MIT",
|
|
18603
19031
|
"peer": true,
|
|
18604
19032
|
"dependencies": {
|
|
18605
|
-
"@lwc/aria-reflection": "8.
|
|
18606
|
-
"@lwc/babel-plugin-component": "8.
|
|
18607
|
-
"@lwc/compiler": "8.
|
|
18608
|
-
"@lwc/engine-core": "8.
|
|
18609
|
-
"@lwc/engine-dom": "8.
|
|
18610
|
-
"@lwc/engine-server": "8.
|
|
18611
|
-
"@lwc/errors": "8.
|
|
18612
|
-
"@lwc/features": "8.
|
|
18613
|
-
"@lwc/module-resolver": "8.
|
|
18614
|
-
"@lwc/rollup-plugin": "8.
|
|
18615
|
-
"@lwc/shared": "8.
|
|
18616
|
-
"@lwc/ssr-compiler": "8.
|
|
18617
|
-
"@lwc/ssr-runtime": "8.
|
|
18618
|
-
"@lwc/style-compiler": "8.
|
|
18619
|
-
"@lwc/synthetic-shadow": "8.
|
|
18620
|
-
"@lwc/template-compiler": "8.
|
|
18621
|
-
"@lwc/types": "8.
|
|
18622
|
-
"@lwc/wire-service": "8.
|
|
19033
|
+
"@lwc/aria-reflection": "8.25.1",
|
|
19034
|
+
"@lwc/babel-plugin-component": "8.25.1",
|
|
19035
|
+
"@lwc/compiler": "8.25.1",
|
|
19036
|
+
"@lwc/engine-core": "8.25.1",
|
|
19037
|
+
"@lwc/engine-dom": "8.25.1",
|
|
19038
|
+
"@lwc/engine-server": "8.25.1",
|
|
19039
|
+
"@lwc/errors": "8.25.1",
|
|
19040
|
+
"@lwc/features": "8.25.1",
|
|
19041
|
+
"@lwc/module-resolver": "8.25.1",
|
|
19042
|
+
"@lwc/rollup-plugin": "8.25.1",
|
|
19043
|
+
"@lwc/shared": "8.25.1",
|
|
19044
|
+
"@lwc/ssr-compiler": "8.25.1",
|
|
19045
|
+
"@lwc/ssr-runtime": "8.25.1",
|
|
19046
|
+
"@lwc/style-compiler": "8.25.1",
|
|
19047
|
+
"@lwc/synthetic-shadow": "8.25.1",
|
|
19048
|
+
"@lwc/template-compiler": "8.25.1",
|
|
19049
|
+
"@lwc/types": "8.25.1",
|
|
19050
|
+
"@lwc/wire-service": "8.25.1"
|
|
18623
19051
|
}
|
|
18624
19052
|
},
|
|
18625
19053
|
"node_modules/magic-string": {
|
|
@@ -19691,9 +20119,9 @@
|
|
|
19691
20119
|
}
|
|
19692
20120
|
},
|
|
19693
20121
|
"node_modules/node-forge": {
|
|
19694
|
-
"version": "1.3.
|
|
19695
|
-
"resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.
|
|
19696
|
-
"integrity": "sha512-
|
|
20122
|
+
"version": "1.3.3",
|
|
20123
|
+
"resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.3.tgz",
|
|
20124
|
+
"integrity": "sha512-rLvcdSyRCyouf6jcOIPe/BgwG/d7hKjzMKOas33/pHEr6gbq18IK9zV7DiPvzsz0oBJPme6qr6H6kGZuI9/DZg==",
|
|
19697
20125
|
"license": "(BSD-3-Clause OR GPL-2.0)",
|
|
19698
20126
|
"engines": {
|
|
19699
20127
|
"node": ">= 6.13.0"
|
|
@@ -19852,6 +20280,20 @@
|
|
|
19852
20280
|
"dev": true,
|
|
19853
20281
|
"license": "MIT"
|
|
19854
20282
|
},
|
|
20283
|
+
"node_modules/nyc/node_modules/foreground-child": {
|
|
20284
|
+
"version": "2.0.0",
|
|
20285
|
+
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-2.0.0.tgz",
|
|
20286
|
+
"integrity": "sha512-dCIq9FpEcyQyXKCkyzmlPTFNgrCzPudOe+mhvJU5zAtlBnGVy2yKxtfsxK2tQBThwq225jcvBjpw1Gr40uzZCA==",
|
|
20287
|
+
"dev": true,
|
|
20288
|
+
"license": "ISC",
|
|
20289
|
+
"dependencies": {
|
|
20290
|
+
"cross-spawn": "^7.0.0",
|
|
20291
|
+
"signal-exit": "^3.0.2"
|
|
20292
|
+
},
|
|
20293
|
+
"engines": {
|
|
20294
|
+
"node": ">=8.0.0"
|
|
20295
|
+
}
|
|
20296
|
+
},
|
|
19855
20297
|
"node_modules/nyc/node_modules/glob": {
|
|
19856
20298
|
"version": "7.2.3",
|
|
19857
20299
|
"resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
|
|
@@ -20018,21 +20460,21 @@
|
|
|
20018
20460
|
}
|
|
20019
20461
|
},
|
|
20020
20462
|
"node_modules/oclif": {
|
|
20021
|
-
"version": "4.22.
|
|
20022
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.22.
|
|
20023
|
-
"integrity": "sha512
|
|
20463
|
+
"version": "4.22.54",
|
|
20464
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.22.54.tgz",
|
|
20465
|
+
"integrity": "sha512-+LWHTxh8Xi7BVp/eyrsOOutunwBOYpzq6HQ+vu3xEZgST/aqrvHqGFgLOwglEobf5oUqkbuH2LmVzweXCUBu8Q==",
|
|
20024
20466
|
"dev": true,
|
|
20025
20467
|
"license": "MIT",
|
|
20026
20468
|
"dependencies": {
|
|
20027
|
-
"@aws-sdk/client-cloudfront": "^3.
|
|
20028
|
-
"@aws-sdk/client-s3": "^3.
|
|
20469
|
+
"@aws-sdk/client-cloudfront": "^3.946.0",
|
|
20470
|
+
"@aws-sdk/client-s3": "^3.946.0",
|
|
20029
20471
|
"@inquirer/confirm": "^3.1.22",
|
|
20030
20472
|
"@inquirer/input": "^2.2.4",
|
|
20031
20473
|
"@inquirer/select": "^2.5.0",
|
|
20032
20474
|
"@oclif/core": "^4.8.0",
|
|
20033
|
-
"@oclif/plugin-help": "^6.2.
|
|
20034
|
-
"@oclif/plugin-not-found": "^3.2.
|
|
20035
|
-
"@oclif/plugin-warn-if-update-available": "^3.1.
|
|
20475
|
+
"@oclif/plugin-help": "^6.2.36",
|
|
20476
|
+
"@oclif/plugin-not-found": "^3.2.73",
|
|
20477
|
+
"@oclif/plugin-warn-if-update-available": "^3.1.53",
|
|
20036
20478
|
"ansis": "^3.16.0",
|
|
20037
20479
|
"async-retry": "^1.3.3",
|
|
20038
20480
|
"change-case": "^4",
|
|
@@ -20505,21 +20947,30 @@
|
|
|
20505
20947
|
"license": "MIT"
|
|
20506
20948
|
},
|
|
20507
20949
|
"node_modules/path-scurry": {
|
|
20508
|
-
"version": "
|
|
20509
|
-
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-
|
|
20510
|
-
"integrity": "sha512-
|
|
20950
|
+
"version": "2.0.0",
|
|
20951
|
+
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.0.tgz",
|
|
20952
|
+
"integrity": "sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==",
|
|
20511
20953
|
"license": "BlueOak-1.0.0",
|
|
20512
20954
|
"dependencies": {
|
|
20513
|
-
"lru-cache": "^
|
|
20514
|
-
"minipass": "^
|
|
20955
|
+
"lru-cache": "^11.0.0",
|
|
20956
|
+
"minipass": "^7.1.2"
|
|
20515
20957
|
},
|
|
20516
20958
|
"engines": {
|
|
20517
|
-
"node": "
|
|
20959
|
+
"node": "20 || >=22"
|
|
20518
20960
|
},
|
|
20519
20961
|
"funding": {
|
|
20520
20962
|
"url": "https://github.com/sponsors/isaacs"
|
|
20521
20963
|
}
|
|
20522
20964
|
},
|
|
20965
|
+
"node_modules/path-scurry/node_modules/lru-cache": {
|
|
20966
|
+
"version": "11.2.2",
|
|
20967
|
+
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.2.2.tgz",
|
|
20968
|
+
"integrity": "sha512-F9ODfyqML2coTIsQpSkRHnLSZMtkU8Q+mSfcaIyKwy58u+8k5nvAYeiNhsyMARvzNcXJ9QfWVrcPsC9e9rAxtg==",
|
|
20969
|
+
"license": "ISC",
|
|
20970
|
+
"engines": {
|
|
20971
|
+
"node": "20 || >=22"
|
|
20972
|
+
}
|
|
20973
|
+
},
|
|
20523
20974
|
"node_modules/path-to-regexp": {
|
|
20524
20975
|
"version": "6.3.0",
|
|
20525
20976
|
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-6.3.0.tgz",
|
|
@@ -22449,6 +22900,20 @@
|
|
|
22449
22900
|
"node": ">=8"
|
|
22450
22901
|
}
|
|
22451
22902
|
},
|
|
22903
|
+
"node_modules/spawn-wrap/node_modules/foreground-child": {
|
|
22904
|
+
"version": "2.0.0",
|
|
22905
|
+
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-2.0.0.tgz",
|
|
22906
|
+
"integrity": "sha512-dCIq9FpEcyQyXKCkyzmlPTFNgrCzPudOe+mhvJU5zAtlBnGVy2yKxtfsxK2tQBThwq225jcvBjpw1Gr40uzZCA==",
|
|
22907
|
+
"dev": true,
|
|
22908
|
+
"license": "ISC",
|
|
22909
|
+
"dependencies": {
|
|
22910
|
+
"cross-spawn": "^7.0.0",
|
|
22911
|
+
"signal-exit": "^3.0.2"
|
|
22912
|
+
},
|
|
22913
|
+
"engines": {
|
|
22914
|
+
"node": ">=8.0.0"
|
|
22915
|
+
}
|
|
22916
|
+
},
|
|
22452
22917
|
"node_modules/spdx-correct": {
|
|
22453
22918
|
"version": "3.2.0",
|
|
22454
22919
|
"resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz",
|