@salesforce/templates 66.9.0 → 66.9.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/lib/templates/project/reactexternalapp/CHANGELOG.md +56 -0
- package/lib/templates/project/reactexternalapp/_p_/_m_/_w_/_a_/package-lock.json +2188 -486
- package/lib/templates/project/reactexternalapp/_p_/_m_/_w_/_a_/package.json +4 -4
- package/lib/templates/project/reactexternalapp/package.json +1 -1
- package/lib/templates/project/reactinternalapp/CHANGELOG.md +56 -0
- package/lib/templates/project/reactinternalapp/_p_/_m_/_w_/_a_/package-lock.json +2205 -490
- package/lib/templates/project/reactinternalapp/_p_/_m_/_w_/_a_/package.json +5 -5
- package/lib/templates/project/reactinternalapp/package.json +1 -1
- package/lib/templates/uiBundles/reactbasic/package-lock.json +337 -321
- package/lib/templates/uiBundles/reactbasic/package.json +3 -3
- package/package.json +5 -5
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
"name": "base-react-app",
|
|
9
9
|
"version": "1.59.0",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@salesforce/agentforce-conversation-client": "
|
|
12
|
-
"@salesforce/platform-sdk": "
|
|
13
|
-
"@salesforce/ui-bundle": "
|
|
11
|
+
"@salesforce/agentforce-conversation-client": "^9.4.0",
|
|
12
|
+
"@salesforce/platform-sdk": "^10.2.2",
|
|
13
|
+
"@salesforce/ui-bundle": "^10.2.2",
|
|
14
14
|
"@tailwindcss/vite": "^4.1.17",
|
|
15
15
|
"class-variance-authority": "^0.7.1",
|
|
16
16
|
"clsx": "^2.1.1",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"@graphql-eslint/eslint-plugin": "^4.1.0",
|
|
36
36
|
"@graphql-tools/utils": "^11.0.0",
|
|
37
37
|
"@playwright/test": "^1.49.0",
|
|
38
|
-
"@salesforce/vite-plugin-ui-bundle": "
|
|
38
|
+
"@salesforce/vite-plugin-ui-bundle": "^10.2.2",
|
|
39
39
|
"@testing-library/jest-dom": "^6.6.3",
|
|
40
40
|
"@testing-library/react": "^16.1.0",
|
|
41
41
|
"@testing-library/user-event": "^14.5.2",
|
|
@@ -63,12 +63,6 @@
|
|
|
63
63
|
"node": ">=22"
|
|
64
64
|
}
|
|
65
65
|
},
|
|
66
|
-
"../../../../../../../../../agentforceConversationClient": {},
|
|
67
|
-
"../../../../../../../../../sdk/platform-sdk": {},
|
|
68
|
-
"../../../../../../../../../ui-bundle": {},
|
|
69
|
-
"../../../../../../../../../vite-plugin-ui-bundle": {
|
|
70
|
-
"dev": true
|
|
71
|
-
},
|
|
72
66
|
"node_modules/@adobe/css-tools": {
|
|
73
67
|
"version": "4.5.0",
|
|
74
68
|
"resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.5.0.tgz",
|
|
@@ -596,6 +590,285 @@
|
|
|
596
590
|
"node": ">=6.9.0"
|
|
597
591
|
}
|
|
598
592
|
},
|
|
593
|
+
"node_modules/@conduit-client/command-base": {
|
|
594
|
+
"version": "3.19.6",
|
|
595
|
+
"resolved": "https://registry.npmjs.org/@conduit-client/command-base/-/command-base-3.19.6.tgz",
|
|
596
|
+
"integrity": "sha512-zbjMSv4d0SEPR63/HTa4lFoJtMHUMQ810GprFFR9U3OcZZ4PCyUQeyM8DIja/IsRgH7HDDEL7DnhF5mpT5UxDA==",
|
|
597
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
598
|
+
"dependencies": {
|
|
599
|
+
"@conduit-client/utils": "3.19.6"
|
|
600
|
+
}
|
|
601
|
+
},
|
|
602
|
+
"node_modules/@conduit-client/command-cache-control": {
|
|
603
|
+
"version": "3.19.6",
|
|
604
|
+
"resolved": "https://registry.npmjs.org/@conduit-client/command-cache-control/-/command-cache-control-3.19.6.tgz",
|
|
605
|
+
"integrity": "sha512-ReZdJa5S65sGqXWocq6PkUEodon9xaBHzdpPHrdhFADotjhJY2wYQ9/050tnQ7TVg31IkeUZNNrj4WPEdYwV7w==",
|
|
606
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
607
|
+
"dependencies": {
|
|
608
|
+
"@conduit-client/command-base": "3.19.6",
|
|
609
|
+
"@conduit-client/service-cache-control": "3.19.6",
|
|
610
|
+
"@conduit-client/service-instrumentation": "3.19.6",
|
|
611
|
+
"@conduit-client/utils": "3.19.6"
|
|
612
|
+
}
|
|
613
|
+
},
|
|
614
|
+
"node_modules/@conduit-client/command-http-cache-control": {
|
|
615
|
+
"version": "3.19.6",
|
|
616
|
+
"resolved": "https://registry.npmjs.org/@conduit-client/command-http-cache-control/-/command-http-cache-control-3.19.6.tgz",
|
|
617
|
+
"integrity": "sha512-41bjECK4JByGKpj6chojO25i1sgOnvQoklvzgW6L9BuLE5d3uzBw6JmY5srAOiaP1t0ZYHeHm+lLnuZ7R3BjRA==",
|
|
618
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
619
|
+
"dependencies": {
|
|
620
|
+
"@conduit-client/command-base": "3.19.6",
|
|
621
|
+
"@conduit-client/command-cache-control": "3.19.6",
|
|
622
|
+
"@conduit-client/service-aura-network": "3.19.6",
|
|
623
|
+
"@conduit-client/service-cache-control": "3.19.6",
|
|
624
|
+
"@conduit-client/service-fetch-network": "3.19.6",
|
|
625
|
+
"@conduit-client/service-pubsub": "3.19.6",
|
|
626
|
+
"@conduit-client/utils": "3.19.6"
|
|
627
|
+
}
|
|
628
|
+
},
|
|
629
|
+
"node_modules/@conduit-client/jsonschema-validate": {
|
|
630
|
+
"version": "3.19.6",
|
|
631
|
+
"resolved": "https://registry.npmjs.org/@conduit-client/jsonschema-validate/-/jsonschema-validate-3.19.6.tgz",
|
|
632
|
+
"integrity": "sha512-XVEzbVc568gW3gu5YZh9CAVMZNjQ5hdTkR9M8ApsXX7GYhxy41Vl9F6Kkig9SFr6K0xDxAmfldvHSxkqHFebXw==",
|
|
633
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
634
|
+
"dependencies": {
|
|
635
|
+
"@conduit-client/utils": "3.19.6"
|
|
636
|
+
}
|
|
637
|
+
},
|
|
638
|
+
"node_modules/@conduit-client/jwt-manager": {
|
|
639
|
+
"version": "3.19.6",
|
|
640
|
+
"resolved": "https://registry.npmjs.org/@conduit-client/jwt-manager/-/jwt-manager-3.19.6.tgz",
|
|
641
|
+
"integrity": "sha512-tpkg0DtJxTdW/zac+nm8wCpSw2wavYtOfVDHfmAAtH/FF39PWjcam7ldyru1G95NR2JbvAxbLQZefC+Dt0n5kg==",
|
|
642
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
643
|
+
"dependencies": {
|
|
644
|
+
"jwt-decode": "~3.1.2"
|
|
645
|
+
}
|
|
646
|
+
},
|
|
647
|
+
"node_modules/@conduit-client/onestore-graphql-parser": {
|
|
648
|
+
"version": "3.19.6",
|
|
649
|
+
"resolved": "https://registry.npmjs.org/@conduit-client/onestore-graphql-parser/-/onestore-graphql-parser-3.19.6.tgz",
|
|
650
|
+
"integrity": "sha512-zz02oNZjrxWQDAt7jN3yKurCdQTp2Jz3Cp9fhkZhJ/NNUqElcQUPK/3ruUX5MhwpjbbVU4KXvNNqwjg0We7UoA==",
|
|
651
|
+
"license": "MIT",
|
|
652
|
+
"dependencies": {
|
|
653
|
+
"@conduit-client/jsonschema-validate": "3.19.6",
|
|
654
|
+
"@conduit-client/utils": "3.19.6",
|
|
655
|
+
"graphql": "16.11.0"
|
|
656
|
+
}
|
|
657
|
+
},
|
|
658
|
+
"node_modules/@conduit-client/onestore-graphql-parser/node_modules/graphql": {
|
|
659
|
+
"version": "16.11.0",
|
|
660
|
+
"resolved": "https://registry.npmjs.org/graphql/-/graphql-16.11.0.tgz",
|
|
661
|
+
"integrity": "sha512-mS1lbMsxgQj6hge1XZ6p7GPhbrtFwUFYi3wRzXAC/FmYnyXMTvvI3td3rjmQ2u8ewXueaSvRPWaEcgVVOT9Jnw==",
|
|
662
|
+
"license": "MIT",
|
|
663
|
+
"engines": {
|
|
664
|
+
"node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0"
|
|
665
|
+
}
|
|
666
|
+
},
|
|
667
|
+
"node_modules/@conduit-client/service-aura-network": {
|
|
668
|
+
"version": "3.19.6",
|
|
669
|
+
"resolved": "https://registry.npmjs.org/@conduit-client/service-aura-network/-/service-aura-network-3.19.6.tgz",
|
|
670
|
+
"integrity": "sha512-H8+Uq0A8e9QYtYrvVfkoha7ozQP8aCTqn9vYKt1WzehkzRI+webIZjNeCrJtFsXEW+s2Shwy2P3C3GY6tF/rUg==",
|
|
671
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
672
|
+
"dependencies": {
|
|
673
|
+
"@conduit-client/service-instrumentation": "3.19.6",
|
|
674
|
+
"@conduit-client/utils": "3.19.6"
|
|
675
|
+
}
|
|
676
|
+
},
|
|
677
|
+
"node_modules/@conduit-client/service-cache": {
|
|
678
|
+
"version": "3.19.6",
|
|
679
|
+
"resolved": "https://registry.npmjs.org/@conduit-client/service-cache/-/service-cache-3.19.6.tgz",
|
|
680
|
+
"integrity": "sha512-WBQJgOXLZsAyWBnaOnliwgs+tx9JJsCGtLV31oqXrLbjxONk1NYNFbbpW70a8wLBJ0ZKFd4s/+nNicKwiGvRWw==",
|
|
681
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
682
|
+
"dependencies": {
|
|
683
|
+
"@conduit-client/service-instrumentation": "3.19.6",
|
|
684
|
+
"@conduit-client/utils": "3.19.6"
|
|
685
|
+
}
|
|
686
|
+
},
|
|
687
|
+
"node_modules/@conduit-client/service-cache-control": {
|
|
688
|
+
"version": "3.19.6",
|
|
689
|
+
"resolved": "https://registry.npmjs.org/@conduit-client/service-cache-control/-/service-cache-control-3.19.6.tgz",
|
|
690
|
+
"integrity": "sha512-pQ2ipf9FZs2vPjG3d837kpGWQGK0fmj73spn6VUWy0jiewlZZ6L/uzZzV9smMv65yAHVWnBO6ZMi/jVp+y0YsQ==",
|
|
691
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
692
|
+
"dependencies": {
|
|
693
|
+
"@conduit-client/service-cache": "3.19.6",
|
|
694
|
+
"@conduit-client/service-cache-inclusion-policy": "3.19.6",
|
|
695
|
+
"@conduit-client/utils": "3.19.6"
|
|
696
|
+
}
|
|
697
|
+
},
|
|
698
|
+
"node_modules/@conduit-client/service-cache-inclusion-policy": {
|
|
699
|
+
"version": "3.19.6",
|
|
700
|
+
"resolved": "https://registry.npmjs.org/@conduit-client/service-cache-inclusion-policy/-/service-cache-inclusion-policy-3.19.6.tgz",
|
|
701
|
+
"integrity": "sha512-q7kJguFTNdb5/RKykBXgDttWBwT7+tcS4zWwEaHXmDTlb4iTOlb5JfpSgFoEkx4mY1+QsiM179g4sP38IN+0jQ==",
|
|
702
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
703
|
+
"dependencies": {
|
|
704
|
+
"@conduit-client/service-cache": "3.19.6",
|
|
705
|
+
"@conduit-client/utils": "3.19.6"
|
|
706
|
+
}
|
|
707
|
+
},
|
|
708
|
+
"node_modules/@conduit-client/service-fetch-network": {
|
|
709
|
+
"version": "3.19.6",
|
|
710
|
+
"resolved": "https://registry.npmjs.org/@conduit-client/service-fetch-network/-/service-fetch-network-3.19.6.tgz",
|
|
711
|
+
"integrity": "sha512-yOsiRyOrM03tmX92oVbThJs7jZfjiVBQZiGkV+I+980TrJGnAwvaZlQVeG4Ncb285HtpBzkUnuc05Eol/tlCgw==",
|
|
712
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
713
|
+
"dependencies": {
|
|
714
|
+
"@conduit-client/jwt-manager": "3.19.6",
|
|
715
|
+
"@conduit-client/service-retry": "3.19.6",
|
|
716
|
+
"@conduit-client/utils": "3.19.6"
|
|
717
|
+
}
|
|
718
|
+
},
|
|
719
|
+
"node_modules/@conduit-client/service-instrumentation": {
|
|
720
|
+
"version": "3.19.6",
|
|
721
|
+
"resolved": "https://registry.npmjs.org/@conduit-client/service-instrumentation/-/service-instrumentation-3.19.6.tgz",
|
|
722
|
+
"integrity": "sha512-o+tR7hbwc2SNMYvKMW4IT0Z2JkO2BpCXiWchz/5N7GiKW1Xuhl/8jLY7mzmm96OVZGktPp4p4FHGlUiTdlqiSQ==",
|
|
723
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
724
|
+
"dependencies": {
|
|
725
|
+
"@conduit-client/service-instrumentation-noop": "3.19.6",
|
|
726
|
+
"@conduit-client/service-instrumentation-o11y": "3.19.6",
|
|
727
|
+
"@conduit-client/service-instrumentation-types": "3.19.6",
|
|
728
|
+
"@conduit-client/utils": "3.19.6",
|
|
729
|
+
"@opentelemetry/api": "1.7.0"
|
|
730
|
+
}
|
|
731
|
+
},
|
|
732
|
+
"node_modules/@conduit-client/service-instrumentation-noop": {
|
|
733
|
+
"version": "3.19.6",
|
|
734
|
+
"resolved": "https://registry.npmjs.org/@conduit-client/service-instrumentation-noop/-/service-instrumentation-noop-3.19.6.tgz",
|
|
735
|
+
"integrity": "sha512-4OuCYyNJnfDqIWXlTTxfhEkMbanIruZrMr8Rzx+MBPuYSqMSJmzCRD1Imf9nh84RedmdC4OlOxdgF6FVgYRcfQ==",
|
|
736
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
737
|
+
"dependencies": {
|
|
738
|
+
"@conduit-client/service-instrumentation-types": "3.19.6",
|
|
739
|
+
"@conduit-client/utils": "3.19.6",
|
|
740
|
+
"@opentelemetry/api": "1.7.0"
|
|
741
|
+
}
|
|
742
|
+
},
|
|
743
|
+
"node_modules/@conduit-client/service-instrumentation-noop/node_modules/@opentelemetry/api": {
|
|
744
|
+
"version": "1.7.0",
|
|
745
|
+
"resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-1.7.0.tgz",
|
|
746
|
+
"integrity": "sha512-AdY5wvN0P2vXBi3b29hxZgSFvdhdxPB9+f0B6s//P9Q8nibRWeA3cHm8UmLpio9ABigkVHJ5NMPk+Mz8VCCyrw==",
|
|
747
|
+
"license": "Apache-2.0",
|
|
748
|
+
"engines": {
|
|
749
|
+
"node": ">=8.0.0"
|
|
750
|
+
}
|
|
751
|
+
},
|
|
752
|
+
"node_modules/@conduit-client/service-instrumentation-o11y": {
|
|
753
|
+
"version": "3.19.6",
|
|
754
|
+
"resolved": "https://registry.npmjs.org/@conduit-client/service-instrumentation-o11y/-/service-instrumentation-o11y-3.19.6.tgz",
|
|
755
|
+
"integrity": "sha512-NQU9jeob5ARas8HpcyMADvhEyQk76YaBvWV6qGdQi22vPK636FCZDucysL++Q2iCSrszX5SS++0q4HEQo1mFog==",
|
|
756
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
757
|
+
"dependencies": {
|
|
758
|
+
"@conduit-client/service-instrumentation-types": "3.19.6",
|
|
759
|
+
"@conduit-client/utils": "3.19.6",
|
|
760
|
+
"@opentelemetry/api": "1.7.0",
|
|
761
|
+
"o11y": "252.7.0"
|
|
762
|
+
}
|
|
763
|
+
},
|
|
764
|
+
"node_modules/@conduit-client/service-instrumentation-o11y/node_modules/@opentelemetry/api": {
|
|
765
|
+
"version": "1.7.0",
|
|
766
|
+
"resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-1.7.0.tgz",
|
|
767
|
+
"integrity": "sha512-AdY5wvN0P2vXBi3b29hxZgSFvdhdxPB9+f0B6s//P9Q8nibRWeA3cHm8UmLpio9ABigkVHJ5NMPk+Mz8VCCyrw==",
|
|
768
|
+
"license": "Apache-2.0",
|
|
769
|
+
"engines": {
|
|
770
|
+
"node": ">=8.0.0"
|
|
771
|
+
}
|
|
772
|
+
},
|
|
773
|
+
"node_modules/@conduit-client/service-instrumentation-o11y/node_modules/o11y": {
|
|
774
|
+
"version": "252.7.0",
|
|
775
|
+
"resolved": "https://registry.npmjs.org/o11y/-/o11y-252.7.0.tgz",
|
|
776
|
+
"integrity": "sha512-/P79vBumoxplQ4aqjW8GoVEMk7Uj50HOmZQAyNtu/FE8FuPXSh9rnkguxUDfN5l1oWI8Eyktrnu3XRs56OkQVQ==",
|
|
777
|
+
"license": "BSD-3-Clause",
|
|
778
|
+
"dependencies": {
|
|
779
|
+
"o11y_schema": "252.11.0",
|
|
780
|
+
"protobufjs": "7.2.4",
|
|
781
|
+
"web-vitals": "3.5.2"
|
|
782
|
+
}
|
|
783
|
+
},
|
|
784
|
+
"node_modules/@conduit-client/service-instrumentation-o11y/node_modules/o11y_schema": {
|
|
785
|
+
"version": "252.11.0",
|
|
786
|
+
"resolved": "https://registry.npmjs.org/o11y_schema/-/o11y_schema-252.11.0.tgz",
|
|
787
|
+
"integrity": "sha512-gdzht1/LRbnJZZGtR2M6ACopNLiwuUs0yP8OGnDbpCTJITwDS9S5wb7qbxUMY2kyhXkGR3oD8RY0C1S6+/1rRQ==",
|
|
788
|
+
"license": "BSD-3-Clause"
|
|
789
|
+
},
|
|
790
|
+
"node_modules/@conduit-client/service-instrumentation-o11y/node_modules/protobufjs": {
|
|
791
|
+
"version": "7.2.4",
|
|
792
|
+
"resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.2.4.tgz",
|
|
793
|
+
"integrity": "sha512-AT+RJgD2sH8phPmCf7OUZR8xGdcJRga4+1cOaXJ64hvcSkVhNcRHOwIxUatPH15+nj59WAGTDv3LSGZPEQbJaQ==",
|
|
794
|
+
"hasInstallScript": true,
|
|
795
|
+
"license": "BSD-3-Clause",
|
|
796
|
+
"dependencies": {
|
|
797
|
+
"@protobufjs/aspromise": "^1.1.2",
|
|
798
|
+
"@protobufjs/base64": "^1.1.2",
|
|
799
|
+
"@protobufjs/codegen": "^2.0.4",
|
|
800
|
+
"@protobufjs/eventemitter": "^1.1.0",
|
|
801
|
+
"@protobufjs/fetch": "^1.1.0",
|
|
802
|
+
"@protobufjs/float": "^1.0.2",
|
|
803
|
+
"@protobufjs/inquire": "^1.1.0",
|
|
804
|
+
"@protobufjs/path": "^1.1.2",
|
|
805
|
+
"@protobufjs/pool": "^1.1.0",
|
|
806
|
+
"@protobufjs/utf8": "^1.1.0",
|
|
807
|
+
"@types/node": ">=13.7.0",
|
|
808
|
+
"long": "^5.0.0"
|
|
809
|
+
},
|
|
810
|
+
"engines": {
|
|
811
|
+
"node": ">=12.0.0"
|
|
812
|
+
}
|
|
813
|
+
},
|
|
814
|
+
"node_modules/@conduit-client/service-instrumentation-o11y/node_modules/web-vitals": {
|
|
815
|
+
"version": "3.5.2",
|
|
816
|
+
"resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-3.5.2.tgz",
|
|
817
|
+
"integrity": "sha512-c0rhqNcHXRkY/ogGDJQxZ9Im9D19hDihbzSQJrsioex+KnFgmMzBiy57Z1EjkhX/+OjyBpclDCzz2ITtjokFmg==",
|
|
818
|
+
"license": "Apache-2.0"
|
|
819
|
+
},
|
|
820
|
+
"node_modules/@conduit-client/service-instrumentation-types": {
|
|
821
|
+
"version": "3.19.6",
|
|
822
|
+
"resolved": "https://registry.npmjs.org/@conduit-client/service-instrumentation-types/-/service-instrumentation-types-3.19.6.tgz",
|
|
823
|
+
"integrity": "sha512-BZ6BsYa2StM2+bGWnv/cB4SXaS9fCTQX1bL9z0UqIZbPmBYhtr640/SirAl8z2pqnl0Qd5OZnYAlpyLSqJoKOg==",
|
|
824
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
825
|
+
"dependencies": {
|
|
826
|
+
"@conduit-client/utils": "3.19.6",
|
|
827
|
+
"@opentelemetry/api": "1.7.0"
|
|
828
|
+
}
|
|
829
|
+
},
|
|
830
|
+
"node_modules/@conduit-client/service-instrumentation-types/node_modules/@opentelemetry/api": {
|
|
831
|
+
"version": "1.7.0",
|
|
832
|
+
"resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-1.7.0.tgz",
|
|
833
|
+
"integrity": "sha512-AdY5wvN0P2vXBi3b29hxZgSFvdhdxPB9+f0B6s//P9Q8nibRWeA3cHm8UmLpio9ABigkVHJ5NMPk+Mz8VCCyrw==",
|
|
834
|
+
"license": "Apache-2.0",
|
|
835
|
+
"engines": {
|
|
836
|
+
"node": ">=8.0.0"
|
|
837
|
+
}
|
|
838
|
+
},
|
|
839
|
+
"node_modules/@conduit-client/service-instrumentation/node_modules/@opentelemetry/api": {
|
|
840
|
+
"version": "1.7.0",
|
|
841
|
+
"resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-1.7.0.tgz",
|
|
842
|
+
"integrity": "sha512-AdY5wvN0P2vXBi3b29hxZgSFvdhdxPB9+f0B6s//P9Q8nibRWeA3cHm8UmLpio9ABigkVHJ5NMPk+Mz8VCCyrw==",
|
|
843
|
+
"license": "Apache-2.0",
|
|
844
|
+
"engines": {
|
|
845
|
+
"node": ">=8.0.0"
|
|
846
|
+
}
|
|
847
|
+
},
|
|
848
|
+
"node_modules/@conduit-client/service-pubsub": {
|
|
849
|
+
"version": "3.19.6",
|
|
850
|
+
"resolved": "https://registry.npmjs.org/@conduit-client/service-pubsub/-/service-pubsub-3.19.6.tgz",
|
|
851
|
+
"integrity": "sha512-HgWWiXMX43jorZNtqEHx/8cxRImcga6ycjCS6NRPnYStsndIBZIR53GnKcXbPvvaO/v5BhA3WWiWwSYe38OF2A==",
|
|
852
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
853
|
+
"dependencies": {
|
|
854
|
+
"@conduit-client/utils": "3.19.6"
|
|
855
|
+
}
|
|
856
|
+
},
|
|
857
|
+
"node_modules/@conduit-client/service-retry": {
|
|
858
|
+
"version": "3.19.6",
|
|
859
|
+
"resolved": "https://registry.npmjs.org/@conduit-client/service-retry/-/service-retry-3.19.6.tgz",
|
|
860
|
+
"integrity": "sha512-Zb1V2un+X3iFFN/eiY+V+G9cfvRqK2ppHjKWVF+SXRY52fOKVbEvbRA/n/YM/xemfA4PiMcmNzOrhvHwYNImaw==",
|
|
861
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
862
|
+
"dependencies": {
|
|
863
|
+
"@conduit-client/utils": "3.19.6"
|
|
864
|
+
}
|
|
865
|
+
},
|
|
866
|
+
"node_modules/@conduit-client/utils": {
|
|
867
|
+
"version": "3.19.6",
|
|
868
|
+
"resolved": "https://registry.npmjs.org/@conduit-client/utils/-/utils-3.19.6.tgz",
|
|
869
|
+
"integrity": "sha512-sEE8RIz1+LxPJJVkBsSATgQBEn91pKdiEahUqisnodmnct+uLbI+bi/k4NPXoNMSIZM7W2VgEWFQDHF2GXZ28w==",
|
|
870
|
+
"license": "SEE LICENSE IN LICENSE.txt"
|
|
871
|
+
},
|
|
599
872
|
"node_modules/@csstools/color-helpers": {
|
|
600
873
|
"version": "5.1.0",
|
|
601
874
|
"resolved": "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-5.1.0.tgz",
|
|
@@ -718,9 +991,9 @@
|
|
|
718
991
|
"license": "MIT"
|
|
719
992
|
},
|
|
720
993
|
"node_modules/@dotenvx/dotenvx": {
|
|
721
|
-
"version": "1.
|
|
722
|
-
"resolved": "https://registry.npmjs.org/@dotenvx/dotenvx/-/dotenvx-1.
|
|
723
|
-
"integrity": "sha512-
|
|
994
|
+
"version": "1.71.0",
|
|
995
|
+
"resolved": "https://registry.npmjs.org/@dotenvx/dotenvx/-/dotenvx-1.71.0.tgz",
|
|
996
|
+
"integrity": "sha512-KEUw/mGu+EDRhYWRTNGHIimVCs9NvMFaIXOGrHSXoCteKLE5EsJnmPjOPpYorjXVg/0xG0fbdVw720azw1z4ag==",
|
|
724
997
|
"license": "BSD-3-Clause",
|
|
725
998
|
"dependencies": {
|
|
726
999
|
"commander": "^11.1.0",
|
|
@@ -1385,6 +1658,23 @@
|
|
|
1385
1658
|
"url": "https://opencollective.com/eslint"
|
|
1386
1659
|
}
|
|
1387
1660
|
},
|
|
1661
|
+
"node_modules/@eslint/eslintrc/node_modules/ajv": {
|
|
1662
|
+
"version": "6.15.0",
|
|
1663
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.15.0.tgz",
|
|
1664
|
+
"integrity": "sha512-fgFx7Hfoq60ytK2c7DhnF8jIvzYgOMxfugjLOSMHjLIPgenqa7S7oaagATUq99mV6IYvN2tRmC0wnTYX6iPbMw==",
|
|
1665
|
+
"dev": true,
|
|
1666
|
+
"license": "MIT",
|
|
1667
|
+
"dependencies": {
|
|
1668
|
+
"fast-deep-equal": "^3.1.1",
|
|
1669
|
+
"fast-json-stable-stringify": "^2.0.0",
|
|
1670
|
+
"json-schema-traverse": "^0.4.1",
|
|
1671
|
+
"uri-js": "^4.2.2"
|
|
1672
|
+
},
|
|
1673
|
+
"funding": {
|
|
1674
|
+
"type": "github",
|
|
1675
|
+
"url": "https://github.com/sponsors/epoberezkin"
|
|
1676
|
+
}
|
|
1677
|
+
},
|
|
1388
1678
|
"node_modules/@eslint/eslintrc/node_modules/globals": {
|
|
1389
1679
|
"version": "14.0.0",
|
|
1390
1680
|
"resolved": "https://registry.npmjs.org/globals/-/globals-14.0.0.tgz",
|
|
@@ -1398,6 +1688,13 @@
|
|
|
1398
1688
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
1399
1689
|
}
|
|
1400
1690
|
},
|
|
1691
|
+
"node_modules/@eslint/eslintrc/node_modules/json-schema-traverse": {
|
|
1692
|
+
"version": "0.4.1",
|
|
1693
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
|
|
1694
|
+
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
|
|
1695
|
+
"dev": true,
|
|
1696
|
+
"license": "MIT"
|
|
1697
|
+
},
|
|
1401
1698
|
"node_modules/@eslint/js": {
|
|
1402
1699
|
"version": "9.39.4",
|
|
1403
1700
|
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.39.4.tgz",
|
|
@@ -1883,9 +2180,9 @@
|
|
|
1883
2180
|
}
|
|
1884
2181
|
},
|
|
1885
2182
|
"node_modules/@graphql-tools/delegate": {
|
|
1886
|
-
"version": "12.0.
|
|
1887
|
-
"resolved": "https://registry.npmjs.org/@graphql-tools/delegate/-/delegate-12.0.
|
|
1888
|
-
"integrity": "sha512-
|
|
2183
|
+
"version": "12.0.17",
|
|
2184
|
+
"resolved": "https://registry.npmjs.org/@graphql-tools/delegate/-/delegate-12.0.17.tgz",
|
|
2185
|
+
"integrity": "sha512-pIVszWEm69rF+bkM0jUyM1KdIxGzygQbIp1GtV1CuEGRB8lN1uFY1eeTzM2nudHXg8cj+XSVO8cnRpph+o8Dmg==",
|
|
1889
2186
|
"dev": true,
|
|
1890
2187
|
"license": "MIT",
|
|
1891
2188
|
"dependencies": {
|
|
@@ -2283,13 +2580,13 @@
|
|
|
2283
2580
|
}
|
|
2284
2581
|
},
|
|
2285
2582
|
"node_modules/@graphql-tools/wrap": {
|
|
2286
|
-
"version": "11.1.
|
|
2287
|
-
"resolved": "https://registry.npmjs.org/@graphql-tools/wrap/-/wrap-11.1.
|
|
2288
|
-
"integrity": "sha512-
|
|
2583
|
+
"version": "11.1.16",
|
|
2584
|
+
"resolved": "https://registry.npmjs.org/@graphql-tools/wrap/-/wrap-11.1.16.tgz",
|
|
2585
|
+
"integrity": "sha512-JW1XGFTmltXa537J2bAr8dN/n6EWwiBuM9q8V8mWqZ0eWrf++/TT3/mlV3c0M8B8nrS/lqSsotIwPAtVZR8sWQ==",
|
|
2289
2586
|
"dev": true,
|
|
2290
2587
|
"license": "MIT",
|
|
2291
2588
|
"dependencies": {
|
|
2292
|
-
"@graphql-tools/delegate": "^12.0.
|
|
2589
|
+
"@graphql-tools/delegate": "^12.0.17",
|
|
2293
2590
|
"@graphql-tools/schema": "^10.0.29",
|
|
2294
2591
|
"@graphql-tools/utils": "^11.0.0",
|
|
2295
2592
|
"@whatwg-node/promise-helpers": "^1.3.2",
|
|
@@ -2785,6 +3082,147 @@
|
|
|
2785
3082
|
"@jridgewell/sourcemap-codec": "^1.4.14"
|
|
2786
3083
|
}
|
|
2787
3084
|
},
|
|
3085
|
+
"node_modules/@jsforce/jsforce-node": {
|
|
3086
|
+
"version": "3.10.15",
|
|
3087
|
+
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.10.15.tgz",
|
|
3088
|
+
"integrity": "sha512-rtl4MCmy5EzUQ8ehJfjcQCVW2EPCBfopxpZjmXzJrKdtwH6ptjeC5VdyfjS40XNjD7k7heXRZr1jRVU3Ej6kcQ==",
|
|
3089
|
+
"license": "MIT",
|
|
3090
|
+
"dependencies": {
|
|
3091
|
+
"@sindresorhus/is": "^4",
|
|
3092
|
+
"base64url": "^3.0.1",
|
|
3093
|
+
"csv-parse": "^5.5.2",
|
|
3094
|
+
"csv-stringify": "^6.6.0",
|
|
3095
|
+
"faye": "^1.4.0",
|
|
3096
|
+
"form-data": "^4.0.4",
|
|
3097
|
+
"https-proxy-agent": "^5.0.0",
|
|
3098
|
+
"multistream": "^3.1.0",
|
|
3099
|
+
"node-fetch": "^2.6.1",
|
|
3100
|
+
"xml2js": "^0.6.2"
|
|
3101
|
+
},
|
|
3102
|
+
"engines": {
|
|
3103
|
+
"node": ">=18"
|
|
3104
|
+
}
|
|
3105
|
+
},
|
|
3106
|
+
"node_modules/@jsonjoy.com/base64": {
|
|
3107
|
+
"version": "1.1.2",
|
|
3108
|
+
"resolved": "https://registry.npmjs.org/@jsonjoy.com/base64/-/base64-1.1.2.tgz",
|
|
3109
|
+
"integrity": "sha512-q6XAnWQDIMA3+FTiOYajoYqySkO+JSat0ytXGSuRdq9uXE7o92gzuQwQM14xaCRlBLGq3v5miDGC4vkVTn54xA==",
|
|
3110
|
+
"license": "Apache-2.0",
|
|
3111
|
+
"engines": {
|
|
3112
|
+
"node": ">=10.0"
|
|
3113
|
+
},
|
|
3114
|
+
"funding": {
|
|
3115
|
+
"type": "github",
|
|
3116
|
+
"url": "https://github.com/sponsors/streamich"
|
|
3117
|
+
},
|
|
3118
|
+
"peerDependencies": {
|
|
3119
|
+
"tslib": "2"
|
|
3120
|
+
}
|
|
3121
|
+
},
|
|
3122
|
+
"node_modules/@jsonjoy.com/buffers": {
|
|
3123
|
+
"version": "1.2.1",
|
|
3124
|
+
"resolved": "https://registry.npmjs.org/@jsonjoy.com/buffers/-/buffers-1.2.1.tgz",
|
|
3125
|
+
"integrity": "sha512-12cdlDwX4RUM3QxmUbVJWqZ/mrK6dFQH4Zxq6+r1YXKXYBNgZXndx2qbCJwh3+WWkCSn67IjnlG3XYTvmvYtgA==",
|
|
3126
|
+
"license": "Apache-2.0",
|
|
3127
|
+
"engines": {
|
|
3128
|
+
"node": ">=10.0"
|
|
3129
|
+
},
|
|
3130
|
+
"funding": {
|
|
3131
|
+
"type": "github",
|
|
3132
|
+
"url": "https://github.com/sponsors/streamich"
|
|
3133
|
+
},
|
|
3134
|
+
"peerDependencies": {
|
|
3135
|
+
"tslib": "2"
|
|
3136
|
+
}
|
|
3137
|
+
},
|
|
3138
|
+
"node_modules/@jsonjoy.com/codegen": {
|
|
3139
|
+
"version": "1.0.0",
|
|
3140
|
+
"resolved": "https://registry.npmjs.org/@jsonjoy.com/codegen/-/codegen-1.0.0.tgz",
|
|
3141
|
+
"integrity": "sha512-E8Oy+08cmCf0EK/NMxpaJZmOxPqM+6iSe2S4nlSBrPZOORoDJILxtbSUEDKQyTamm/BVAhIGllOBNU79/dwf0g==",
|
|
3142
|
+
"license": "Apache-2.0",
|
|
3143
|
+
"engines": {
|
|
3144
|
+
"node": ">=10.0"
|
|
3145
|
+
},
|
|
3146
|
+
"funding": {
|
|
3147
|
+
"type": "github",
|
|
3148
|
+
"url": "https://github.com/sponsors/streamich"
|
|
3149
|
+
},
|
|
3150
|
+
"peerDependencies": {
|
|
3151
|
+
"tslib": "2"
|
|
3152
|
+
}
|
|
3153
|
+
},
|
|
3154
|
+
"node_modules/@jsonjoy.com/json-pack": {
|
|
3155
|
+
"version": "1.21.0",
|
|
3156
|
+
"resolved": "https://registry.npmjs.org/@jsonjoy.com/json-pack/-/json-pack-1.21.0.tgz",
|
|
3157
|
+
"integrity": "sha512-+AKG+R2cfZMShzrF2uQw34v3zbeDYUqnQ+jg7ORic3BGtfw9p/+N6RJbq/kkV8JmYZaINknaEQ2m0/f693ZPpg==",
|
|
3158
|
+
"license": "Apache-2.0",
|
|
3159
|
+
"dependencies": {
|
|
3160
|
+
"@jsonjoy.com/base64": "^1.1.2",
|
|
3161
|
+
"@jsonjoy.com/buffers": "^1.2.0",
|
|
3162
|
+
"@jsonjoy.com/codegen": "^1.0.0",
|
|
3163
|
+
"@jsonjoy.com/json-pointer": "^1.0.2",
|
|
3164
|
+
"@jsonjoy.com/util": "^1.9.0",
|
|
3165
|
+
"hyperdyperid": "^1.2.0",
|
|
3166
|
+
"thingies": "^2.5.0",
|
|
3167
|
+
"tree-dump": "^1.1.0"
|
|
3168
|
+
},
|
|
3169
|
+
"engines": {
|
|
3170
|
+
"node": ">=10.0"
|
|
3171
|
+
},
|
|
3172
|
+
"funding": {
|
|
3173
|
+
"type": "github",
|
|
3174
|
+
"url": "https://github.com/sponsors/streamich"
|
|
3175
|
+
},
|
|
3176
|
+
"peerDependencies": {
|
|
3177
|
+
"tslib": "2"
|
|
3178
|
+
}
|
|
3179
|
+
},
|
|
3180
|
+
"node_modules/@jsonjoy.com/json-pointer": {
|
|
3181
|
+
"version": "1.0.2",
|
|
3182
|
+
"resolved": "https://registry.npmjs.org/@jsonjoy.com/json-pointer/-/json-pointer-1.0.2.tgz",
|
|
3183
|
+
"integrity": "sha512-Fsn6wM2zlDzY1U+v4Nc8bo3bVqgfNTGcn6dMgs6FjrEnt4ZCe60o6ByKRjOGlI2gow0aE/Q41QOigdTqkyK5fg==",
|
|
3184
|
+
"license": "Apache-2.0",
|
|
3185
|
+
"dependencies": {
|
|
3186
|
+
"@jsonjoy.com/codegen": "^1.0.0",
|
|
3187
|
+
"@jsonjoy.com/util": "^1.9.0"
|
|
3188
|
+
},
|
|
3189
|
+
"engines": {
|
|
3190
|
+
"node": ">=10.0"
|
|
3191
|
+
},
|
|
3192
|
+
"funding": {
|
|
3193
|
+
"type": "github",
|
|
3194
|
+
"url": "https://github.com/sponsors/streamich"
|
|
3195
|
+
},
|
|
3196
|
+
"peerDependencies": {
|
|
3197
|
+
"tslib": "2"
|
|
3198
|
+
}
|
|
3199
|
+
},
|
|
3200
|
+
"node_modules/@jsonjoy.com/util": {
|
|
3201
|
+
"version": "1.9.0",
|
|
3202
|
+
"resolved": "https://registry.npmjs.org/@jsonjoy.com/util/-/util-1.9.0.tgz",
|
|
3203
|
+
"integrity": "sha512-pLuQo+VPRnN8hfPqUTLTHk126wuYdXVxE6aDmjSeV4NCAgyxWbiOIeNJVtID3h1Vzpoi9m4jXezf73I6LgabgQ==",
|
|
3204
|
+
"license": "Apache-2.0",
|
|
3205
|
+
"dependencies": {
|
|
3206
|
+
"@jsonjoy.com/buffers": "^1.0.0",
|
|
3207
|
+
"@jsonjoy.com/codegen": "^1.0.0"
|
|
3208
|
+
},
|
|
3209
|
+
"engines": {
|
|
3210
|
+
"node": ">=10.0"
|
|
3211
|
+
},
|
|
3212
|
+
"funding": {
|
|
3213
|
+
"type": "github",
|
|
3214
|
+
"url": "https://github.com/sponsors/streamich"
|
|
3215
|
+
},
|
|
3216
|
+
"peerDependencies": {
|
|
3217
|
+
"tslib": "2"
|
|
3218
|
+
}
|
|
3219
|
+
},
|
|
3220
|
+
"node_modules/@lightning-out/application": {
|
|
3221
|
+
"version": "2.1.2",
|
|
3222
|
+
"resolved": "https://registry.npmjs.org/@lightning-out/application/-/application-2.1.2.tgz",
|
|
3223
|
+
"integrity": "sha512-C9G7bSfKw7Fd+UJgZ10M4CeylsVT7wf9aJzROUlfZdvisaizNfV5FHwCukxERq4o60hRxAr3/0BTYZZLtXY7Ug==",
|
|
3224
|
+
"license": "SEE LICENSE IN LICENSE.txt"
|
|
3225
|
+
},
|
|
2788
3226
|
"node_modules/@modelcontextprotocol/sdk": {
|
|
2789
3227
|
"version": "1.29.0",
|
|
2790
3228
|
"resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.29.0.tgz",
|
|
@@ -2825,28 +3263,6 @@
|
|
|
2825
3263
|
}
|
|
2826
3264
|
}
|
|
2827
3265
|
},
|
|
2828
|
-
"node_modules/@modelcontextprotocol/sdk/node_modules/ajv": {
|
|
2829
|
-
"version": "8.20.0",
|
|
2830
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.20.0.tgz",
|
|
2831
|
-
"integrity": "sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA==",
|
|
2832
|
-
"license": "MIT",
|
|
2833
|
-
"dependencies": {
|
|
2834
|
-
"fast-deep-equal": "^3.1.3",
|
|
2835
|
-
"fast-uri": "^3.0.1",
|
|
2836
|
-
"json-schema-traverse": "^1.0.0",
|
|
2837
|
-
"require-from-string": "^2.0.2"
|
|
2838
|
-
},
|
|
2839
|
-
"funding": {
|
|
2840
|
-
"type": "github",
|
|
2841
|
-
"url": "https://github.com/sponsors/epoberezkin"
|
|
2842
|
-
}
|
|
2843
|
-
},
|
|
2844
|
-
"node_modules/@modelcontextprotocol/sdk/node_modules/json-schema-traverse": {
|
|
2845
|
-
"version": "1.0.0",
|
|
2846
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
2847
|
-
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
2848
|
-
"license": "MIT"
|
|
2849
|
-
},
|
|
2850
3266
|
"node_modules/@mswjs/interceptors": {
|
|
2851
3267
|
"version": "0.41.9",
|
|
2852
3268
|
"resolved": "https://registry.npmjs.org/@mswjs/interceptors/-/interceptors-0.41.9.tgz",
|
|
@@ -2966,6 +3382,22 @@
|
|
|
2966
3382
|
"integrity": "sha512-U69T3ItWHvLwGg5eJ0n3I62nWuE6ilHlmz7zM0npLBRvPRd7e6NYmg54vvRtP5mZG7kZqZCFVdsTWo7BPtBujg==",
|
|
2967
3383
|
"license": "MIT"
|
|
2968
3384
|
},
|
|
3385
|
+
"node_modules/@opentelemetry/api": {
|
|
3386
|
+
"version": "1.9.1",
|
|
3387
|
+
"resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-1.9.1.tgz",
|
|
3388
|
+
"integrity": "sha512-gLyJlPHPZYdAk1JENA9LeHejZe1Ti77/pTeFm/nMXmQH/HFZlcS/O2XJB+L8fkbrNSqhdtlvjBVjxwUYanNH5Q==",
|
|
3389
|
+
"extraneous": true,
|
|
3390
|
+
"license": "Apache-2.0",
|
|
3391
|
+
"engines": {
|
|
3392
|
+
"node": ">=8.0.0"
|
|
3393
|
+
}
|
|
3394
|
+
},
|
|
3395
|
+
"node_modules/@pinojs/redact": {
|
|
3396
|
+
"version": "0.4.0",
|
|
3397
|
+
"resolved": "https://registry.npmjs.org/@pinojs/redact/-/redact-0.4.0.tgz",
|
|
3398
|
+
"integrity": "sha512-k2ENnmBugE/rzQfEcdWHcCY+/FM3VLzH9cYEsbdsoqrvzAKRhUZeRNhAZvB8OitQJ1TBed3yqWtdjzS6wJKBwg==",
|
|
3399
|
+
"license": "MIT"
|
|
3400
|
+
},
|
|
2969
3401
|
"node_modules/@playwright/test": {
|
|
2970
3402
|
"version": "1.60.0",
|
|
2971
3403
|
"resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.60.0.tgz",
|
|
@@ -2989,6 +3421,69 @@
|
|
|
2989
3421
|
"dev": true,
|
|
2990
3422
|
"license": "MIT"
|
|
2991
3423
|
},
|
|
3424
|
+
"node_modules/@protobufjs/aspromise": {
|
|
3425
|
+
"version": "1.1.2",
|
|
3426
|
+
"resolved": "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz",
|
|
3427
|
+
"integrity": "sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==",
|
|
3428
|
+
"license": "BSD-3-Clause"
|
|
3429
|
+
},
|
|
3430
|
+
"node_modules/@protobufjs/base64": {
|
|
3431
|
+
"version": "1.1.2",
|
|
3432
|
+
"resolved": "https://registry.npmjs.org/@protobufjs/base64/-/base64-1.1.2.tgz",
|
|
3433
|
+
"integrity": "sha512-AZkcAA5vnN/v4PDqKyMR5lx7hZttPDgClv83E//FMNhR2TMcLUhfRUBHCmSl0oi9zMgDDqRUJkSxO3wm85+XLg==",
|
|
3434
|
+
"license": "BSD-3-Clause"
|
|
3435
|
+
},
|
|
3436
|
+
"node_modules/@protobufjs/codegen": {
|
|
3437
|
+
"version": "2.0.5",
|
|
3438
|
+
"resolved": "https://registry.npmjs.org/@protobufjs/codegen/-/codegen-2.0.5.tgz",
|
|
3439
|
+
"integrity": "sha512-zgXFLzW3Ap33e6d0Wlj4MGIm6Ce8O89n/apUaGNB/jx+hw+ruWEp7EwGUshdLKVRCxZW12fp9r40E1mQrf/34g==",
|
|
3440
|
+
"license": "BSD-3-Clause"
|
|
3441
|
+
},
|
|
3442
|
+
"node_modules/@protobufjs/eventemitter": {
|
|
3443
|
+
"version": "1.1.1",
|
|
3444
|
+
"resolved": "https://registry.npmjs.org/@protobufjs/eventemitter/-/eventemitter-1.1.1.tgz",
|
|
3445
|
+
"integrity": "sha512-vW1GmwMZNnL+gMRaovlh9yZX74kc+TTU3FObkkurpMaRtBfLP3ldjS9KQWlwZgraRE0+dheEEoAxdzcJQ8eXZg==",
|
|
3446
|
+
"license": "BSD-3-Clause"
|
|
3447
|
+
},
|
|
3448
|
+
"node_modules/@protobufjs/fetch": {
|
|
3449
|
+
"version": "1.1.1",
|
|
3450
|
+
"resolved": "https://registry.npmjs.org/@protobufjs/fetch/-/fetch-1.1.1.tgz",
|
|
3451
|
+
"integrity": "sha512-GpptLrs57adMSuHi3VNj0mAF8dwh36LMaYF6XyJ6JMWlVsc+t42tm1HSEDmOs3A8fC9yyeisgLhsTVQokOZ0zw==",
|
|
3452
|
+
"license": "BSD-3-Clause",
|
|
3453
|
+
"dependencies": {
|
|
3454
|
+
"@protobufjs/aspromise": "^1.1.1"
|
|
3455
|
+
}
|
|
3456
|
+
},
|
|
3457
|
+
"node_modules/@protobufjs/float": {
|
|
3458
|
+
"version": "1.0.2",
|
|
3459
|
+
"resolved": "https://registry.npmjs.org/@protobufjs/float/-/float-1.0.2.tgz",
|
|
3460
|
+
"integrity": "sha512-Ddb+kVXlXst9d+R9PfTIxh1EdNkgoRe5tOX6t01f1lYWOvJnSPDBlG241QLzcyPdoNTsblLUdujGSE4RzrTZGQ==",
|
|
3461
|
+
"license": "BSD-3-Clause"
|
|
3462
|
+
},
|
|
3463
|
+
"node_modules/@protobufjs/inquire": {
|
|
3464
|
+
"version": "1.1.2",
|
|
3465
|
+
"resolved": "https://registry.npmjs.org/@protobufjs/inquire/-/inquire-1.1.2.tgz",
|
|
3466
|
+
"integrity": "sha512-pa0vFRuws4wkvaXKK1uXZMAwAX4/t8ANaJo45iw/oQHNQ9q5xUzwgFmVJGXiga2BeN+zpX7Vf9vmsiIa2J+MUw==",
|
|
3467
|
+
"license": "BSD-3-Clause"
|
|
3468
|
+
},
|
|
3469
|
+
"node_modules/@protobufjs/path": {
|
|
3470
|
+
"version": "1.1.2",
|
|
3471
|
+
"resolved": "https://registry.npmjs.org/@protobufjs/path/-/path-1.1.2.tgz",
|
|
3472
|
+
"integrity": "sha512-6JOcJ5Tm08dOHAbdR3GrvP+yUUfkjG5ePsHYczMFLq3ZmMkAD98cDgcT2iA1lJ9NVwFd4tH/iSSoe44YWkltEA==",
|
|
3473
|
+
"license": "BSD-3-Clause"
|
|
3474
|
+
},
|
|
3475
|
+
"node_modules/@protobufjs/pool": {
|
|
3476
|
+
"version": "1.1.0",
|
|
3477
|
+
"resolved": "https://registry.npmjs.org/@protobufjs/pool/-/pool-1.1.0.tgz",
|
|
3478
|
+
"integrity": "sha512-0kELaGSIDBKvcgS4zkjz1PeddatrjYcmMWOlAuAPwAeccUrPHdUqo/J6LiymHHEiJT5NrF1UVwxY14f+fy4WQw==",
|
|
3479
|
+
"license": "BSD-3-Clause"
|
|
3480
|
+
},
|
|
3481
|
+
"node_modules/@protobufjs/utf8": {
|
|
3482
|
+
"version": "1.1.1",
|
|
3483
|
+
"resolved": "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.1.tgz",
|
|
3484
|
+
"integrity": "sha512-oOAWABowe8EAbMyWKM0tYDKi8Yaox52D+HWZhAIJqQXbqe0xI/GV7FhLWqlEKreMkfDjshR5FKgi3mnle0h6Eg==",
|
|
3485
|
+
"license": "BSD-3-Clause"
|
|
3486
|
+
},
|
|
2992
3487
|
"node_modules/@radix-ui/number": {
|
|
2993
3488
|
"version": "1.1.1",
|
|
2994
3489
|
"resolved": "https://registry.npmjs.org/@radix-ui/number/-/number-1.1.1.tgz",
|
|
@@ -4502,9 +4997,9 @@
|
|
|
4502
4997
|
"license": "MIT"
|
|
4503
4998
|
},
|
|
4504
4999
|
"node_modules/@rollup/rollup-android-arm-eabi": {
|
|
4505
|
-
"version": "4.
|
|
4506
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.
|
|
4507
|
-
"integrity": "sha512-
|
|
5000
|
+
"version": "4.61.0",
|
|
5001
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.61.0.tgz",
|
|
5002
|
+
"integrity": "sha512-dnxczajOqt0gesZlN5pGQ1s1imQVrsmCw5G2Ci4oM+0WvNz3pyRnlWrT7McoZIb8VlFwCawdmbWRmxRn7HI+VQ==",
|
|
4508
5003
|
"cpu": [
|
|
4509
5004
|
"arm"
|
|
4510
5005
|
],
|
|
@@ -4515,9 +5010,9 @@
|
|
|
4515
5010
|
]
|
|
4516
5011
|
},
|
|
4517
5012
|
"node_modules/@rollup/rollup-android-arm64": {
|
|
4518
|
-
"version": "4.
|
|
4519
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.
|
|
4520
|
-
"integrity": "sha512-
|
|
5013
|
+
"version": "4.61.0",
|
|
5014
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.61.0.tgz",
|
|
5015
|
+
"integrity": "sha512-Bp3JpGP00Vu3f238ivRrjf7z3xSzVPXqCmaJYA9t2c+c8vKYvOzmXF7LkkeUalTEGd6cZcSWe+PFIP3Vy48fRg==",
|
|
4521
5016
|
"cpu": [
|
|
4522
5017
|
"arm64"
|
|
4523
5018
|
],
|
|
@@ -4528,9 +5023,9 @@
|
|
|
4528
5023
|
]
|
|
4529
5024
|
},
|
|
4530
5025
|
"node_modules/@rollup/rollup-darwin-arm64": {
|
|
4531
|
-
"version": "4.
|
|
4532
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.
|
|
4533
|
-
"integrity": "sha512-
|
|
5026
|
+
"version": "4.61.0",
|
|
5027
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.61.0.tgz",
|
|
5028
|
+
"integrity": "sha512-zaYIpr670mUmmZ1tVzUFplbQbG7h3Gugx3L5FoqhsC2m/YnLlR1a7zVLmXNPy+iY1tFPEbNG+HHBXZGyId0G5w==",
|
|
4534
5029
|
"cpu": [
|
|
4535
5030
|
"arm64"
|
|
4536
5031
|
],
|
|
@@ -4541,9 +5036,9 @@
|
|
|
4541
5036
|
]
|
|
4542
5037
|
},
|
|
4543
5038
|
"node_modules/@rollup/rollup-darwin-x64": {
|
|
4544
|
-
"version": "4.
|
|
4545
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.
|
|
4546
|
-
"integrity": "sha512
|
|
5039
|
+
"version": "4.61.0",
|
|
5040
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.61.0.tgz",
|
|
5041
|
+
"integrity": "sha512-+P49fvkv2dSoeevUW+lgZ/I2JHSsJCK1Lyjj7Cu6E4UHG4tS9XIefzIjo5qhgELjAclnen1rLzK2PMKJdo+Dyg==",
|
|
4547
5042
|
"cpu": [
|
|
4548
5043
|
"x64"
|
|
4549
5044
|
],
|
|
@@ -4554,9 +5049,9 @@
|
|
|
4554
5049
|
]
|
|
4555
5050
|
},
|
|
4556
5051
|
"node_modules/@rollup/rollup-freebsd-arm64": {
|
|
4557
|
-
"version": "4.
|
|
4558
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.
|
|
4559
|
-
"integrity": "sha512
|
|
5052
|
+
"version": "4.61.0",
|
|
5053
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.61.0.tgz",
|
|
5054
|
+
"integrity": "sha512-l3FAAOyKJXH2ea6KNFN+MMgC/rnE94YGLXs2ehYqDcCoHt1DpvgWX75BhUJxN38XojP7Ul+4H8PRn7EdyqSDrw==",
|
|
4560
5055
|
"cpu": [
|
|
4561
5056
|
"arm64"
|
|
4562
5057
|
],
|
|
@@ -4567,9 +5062,9 @@
|
|
|
4567
5062
|
]
|
|
4568
5063
|
},
|
|
4569
5064
|
"node_modules/@rollup/rollup-freebsd-x64": {
|
|
4570
|
-
"version": "4.
|
|
4571
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.
|
|
4572
|
-
"integrity": "sha512-
|
|
5065
|
+
"version": "4.61.0",
|
|
5066
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.61.0.tgz",
|
|
5067
|
+
"integrity": "sha512-VokPN3TSctKj65cyCNPaUh4vMFA8awxOot/0sp+4J7ZlNRKQEhXhawqPwajoi8H5ZFt61i0ugZJuTKXBjGJ17Q==",
|
|
4573
5068
|
"cpu": [
|
|
4574
5069
|
"x64"
|
|
4575
5070
|
],
|
|
@@ -4580,9 +5075,9 @@
|
|
|
4580
5075
|
]
|
|
4581
5076
|
},
|
|
4582
5077
|
"node_modules/@rollup/rollup-linux-arm-gnueabihf": {
|
|
4583
|
-
"version": "4.
|
|
4584
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.
|
|
4585
|
-
"integrity": "sha512-
|
|
5078
|
+
"version": "4.61.0",
|
|
5079
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.61.0.tgz",
|
|
5080
|
+
"integrity": "sha512-DxH0P3wxm+Yzs/p3zrk9dw1rURu8p0Nv5+MRK/L7OtnLNg5rLZraSBFZ8iUXOd9f2BlhJyEpIZUH/emjq4UJ4g==",
|
|
4586
5081
|
"cpu": [
|
|
4587
5082
|
"arm"
|
|
4588
5083
|
],
|
|
@@ -4596,9 +5091,9 @@
|
|
|
4596
5091
|
]
|
|
4597
5092
|
},
|
|
4598
5093
|
"node_modules/@rollup/rollup-linux-arm-musleabihf": {
|
|
4599
|
-
"version": "4.
|
|
4600
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.
|
|
4601
|
-
"integrity": "sha512-
|
|
5094
|
+
"version": "4.61.0",
|
|
5095
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.61.0.tgz",
|
|
5096
|
+
"integrity": "sha512-T6ZvMNe84kAz6TBWHC7hGAoEtzP1LWYw/AqayGWEF6uISt3Abk/st06LqRD9THd7Xz3NxzurUpzAuEAUbZf+nw==",
|
|
4602
5097
|
"cpu": [
|
|
4603
5098
|
"arm"
|
|
4604
5099
|
],
|
|
@@ -4612,9 +5107,9 @@
|
|
|
4612
5107
|
]
|
|
4613
5108
|
},
|
|
4614
5109
|
"node_modules/@rollup/rollup-linux-arm64-gnu": {
|
|
4615
|
-
"version": "4.
|
|
4616
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.
|
|
4617
|
-
"integrity": "sha512-
|
|
5110
|
+
"version": "4.61.0",
|
|
5111
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.61.0.tgz",
|
|
5112
|
+
"integrity": "sha512-q/4hzvQkDs8b4jIBab1pnLiiM0ayTZsN2amBFPDzuyZxjEd4wDwx0UJFYM3cOZzSf5Kw8fnWSprJzIBMkcR44Q==",
|
|
4618
5113
|
"cpu": [
|
|
4619
5114
|
"arm64"
|
|
4620
5115
|
],
|
|
@@ -4628,9 +5123,9 @@
|
|
|
4628
5123
|
]
|
|
4629
5124
|
},
|
|
4630
5125
|
"node_modules/@rollup/rollup-linux-arm64-musl": {
|
|
4631
|
-
"version": "4.
|
|
4632
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.
|
|
4633
|
-
"integrity": "sha512-
|
|
5126
|
+
"version": "4.61.0",
|
|
5127
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.61.0.tgz",
|
|
5128
|
+
"integrity": "sha512-vvYWX3akdEAY6km+9wAqFDnk6pQsbJKVnj7xawcvs/+fdlYBGp+U+Qq/lLfpIxYIZvZLHMAKD9HLdacSx/r3dw==",
|
|
4634
5129
|
"cpu": [
|
|
4635
5130
|
"arm64"
|
|
4636
5131
|
],
|
|
@@ -4644,9 +5139,9 @@
|
|
|
4644
5139
|
]
|
|
4645
5140
|
},
|
|
4646
5141
|
"node_modules/@rollup/rollup-linux-loong64-gnu": {
|
|
4647
|
-
"version": "4.
|
|
4648
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.
|
|
4649
|
-
"integrity": "sha512-
|
|
5142
|
+
"version": "4.61.0",
|
|
5143
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-gnu/-/rollup-linux-loong64-gnu-4.61.0.tgz",
|
|
5144
|
+
"integrity": "sha512-DePa5cqOxDP/Zp0VOXpeWaGew5iIv5DXp9NYbzkX5PFQyWVX9184WCTh3hvr/7lhXo8ZVlbFLkz8+o/q1dU6gA==",
|
|
4650
5145
|
"cpu": [
|
|
4651
5146
|
"loong64"
|
|
4652
5147
|
],
|
|
@@ -4660,9 +5155,9 @@
|
|
|
4660
5155
|
]
|
|
4661
5156
|
},
|
|
4662
5157
|
"node_modules/@rollup/rollup-linux-loong64-musl": {
|
|
4663
|
-
"version": "4.
|
|
4664
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.
|
|
4665
|
-
"integrity": "sha512-
|
|
5158
|
+
"version": "4.61.0",
|
|
5159
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loong64-musl/-/rollup-linux-loong64-musl-4.61.0.tgz",
|
|
5160
|
+
"integrity": "sha512-LV8aWMB8UChglMCEzs7RkN0GsH29RJaLLqwm9fCIjlqwxQTiWAqNcc7wjBkH31hV0PU/yVxGYvrYsgfea2qw6g==",
|
|
4666
5161
|
"cpu": [
|
|
4667
5162
|
"loong64"
|
|
4668
5163
|
],
|
|
@@ -4676,9 +5171,9 @@
|
|
|
4676
5171
|
]
|
|
4677
5172
|
},
|
|
4678
5173
|
"node_modules/@rollup/rollup-linux-ppc64-gnu": {
|
|
4679
|
-
"version": "4.
|
|
4680
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.
|
|
4681
|
-
"integrity": "sha512-
|
|
5174
|
+
"version": "4.61.0",
|
|
5175
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-gnu/-/rollup-linux-ppc64-gnu-4.61.0.tgz",
|
|
5176
|
+
"integrity": "sha512-QoNSnwQtaeNu5grdBbsL0tt1uyl5EnS8DA8Mr3nluMXbhdQNyhN+G4tBax7VCdxLKj8YJ0/4OO9Ho84jMnJtKA==",
|
|
4682
5177
|
"cpu": [
|
|
4683
5178
|
"ppc64"
|
|
4684
5179
|
],
|
|
@@ -4692,9 +5187,9 @@
|
|
|
4692
5187
|
]
|
|
4693
5188
|
},
|
|
4694
5189
|
"node_modules/@rollup/rollup-linux-ppc64-musl": {
|
|
4695
|
-
"version": "4.
|
|
4696
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.
|
|
4697
|
-
"integrity": "sha512
|
|
5190
|
+
"version": "4.61.0",
|
|
5191
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-ppc64-musl/-/rollup-linux-ppc64-musl-4.61.0.tgz",
|
|
5192
|
+
"integrity": "sha512-/zZp5MKapIIApE8trN8qLGNSiRN9TUoaUZ1cmVu4XnVdd5LQLOXTtyi+vtfUbNnT3iyjzpPqYeKXmvJ+gJGYWw==",
|
|
4698
5193
|
"cpu": [
|
|
4699
5194
|
"ppc64"
|
|
4700
5195
|
],
|
|
@@ -4708,9 +5203,9 @@
|
|
|
4708
5203
|
]
|
|
4709
5204
|
},
|
|
4710
5205
|
"node_modules/@rollup/rollup-linux-riscv64-gnu": {
|
|
4711
|
-
"version": "4.
|
|
4712
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.
|
|
4713
|
-
"integrity": "sha512-
|
|
5206
|
+
"version": "4.61.0",
|
|
5207
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.61.0.tgz",
|
|
5208
|
+
"integrity": "sha512-RbrzcD3aJ1k3UbtMRRBNwojdVVyXjuVAFTfn/xPa6EEl6GE9Sm/akPgFTb9aAC9pMKGJ6CtWxaGrqWcabH+ySg==",
|
|
4714
5209
|
"cpu": [
|
|
4715
5210
|
"riscv64"
|
|
4716
5211
|
],
|
|
@@ -4724,9 +5219,9 @@
|
|
|
4724
5219
|
]
|
|
4725
5220
|
},
|
|
4726
5221
|
"node_modules/@rollup/rollup-linux-riscv64-musl": {
|
|
4727
|
-
"version": "4.
|
|
4728
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.
|
|
4729
|
-
"integrity": "sha512-
|
|
5222
|
+
"version": "4.61.0",
|
|
5223
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-musl/-/rollup-linux-riscv64-musl-4.61.0.tgz",
|
|
5224
|
+
"integrity": "sha512-ZF+onDsBso8PJf1XaG9lB+O9RnBpKGnY6OrzC4CSHrtC1jb6jWLTKK4bRqdoCXHd22gyr2hiYmEAm8Wns/BOCw==",
|
|
4730
5225
|
"cpu": [
|
|
4731
5226
|
"riscv64"
|
|
4732
5227
|
],
|
|
@@ -4740,9 +5235,9 @@
|
|
|
4740
5235
|
]
|
|
4741
5236
|
},
|
|
4742
5237
|
"node_modules/@rollup/rollup-linux-s390x-gnu": {
|
|
4743
|
-
"version": "4.
|
|
4744
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.
|
|
4745
|
-
"integrity": "sha512-
|
|
5238
|
+
"version": "4.61.0",
|
|
5239
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.61.0.tgz",
|
|
5240
|
+
"integrity": "sha512-Atk0aSIk5Zx2Wuh9dgRQgLP0Koc8hOeYpbWryMXyk8G8/HmPkwPPkMqIIDhrXHHYqfUzSJA/I7IWSBv8xSmRBA==",
|
|
4746
5241
|
"cpu": [
|
|
4747
5242
|
"s390x"
|
|
4748
5243
|
],
|
|
@@ -4756,9 +5251,9 @@
|
|
|
4756
5251
|
]
|
|
4757
5252
|
},
|
|
4758
5253
|
"node_modules/@rollup/rollup-linux-x64-gnu": {
|
|
4759
|
-
"version": "4.
|
|
4760
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.
|
|
4761
|
-
"integrity": "sha512-
|
|
5254
|
+
"version": "4.61.0",
|
|
5255
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.61.0.tgz",
|
|
5256
|
+
"integrity": "sha512-0uMOcf3eZ5K+K4cYHkdxShFMPlPXCOdfDFEFn9dNYAEEd2cVvmOfH7zFgRVoDgmtQ1m9k5q7qfrHzyMAubKYUA==",
|
|
4762
5257
|
"cpu": [
|
|
4763
5258
|
"x64"
|
|
4764
5259
|
],
|
|
@@ -4772,9 +5267,9 @@
|
|
|
4772
5267
|
]
|
|
4773
5268
|
},
|
|
4774
5269
|
"node_modules/@rollup/rollup-linux-x64-musl": {
|
|
4775
|
-
"version": "4.
|
|
4776
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.
|
|
4777
|
-
"integrity": "sha512
|
|
5270
|
+
"version": "4.61.0",
|
|
5271
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.61.0.tgz",
|
|
5272
|
+
"integrity": "sha512-mvFtE4A/t/7hRJ7X8Ozmu8FsIkAUat2nzl12pgU337BRmq87AQUJztwHz2Zv5/tjo9/C95E66CK03SI/ToEDJw==",
|
|
4778
5273
|
"cpu": [
|
|
4779
5274
|
"x64"
|
|
4780
5275
|
],
|
|
@@ -4788,9 +5283,9 @@
|
|
|
4788
5283
|
]
|
|
4789
5284
|
},
|
|
4790
5285
|
"node_modules/@rollup/rollup-openbsd-x64": {
|
|
4791
|
-
"version": "4.
|
|
4792
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.
|
|
4793
|
-
"integrity": "sha512-
|
|
5286
|
+
"version": "4.61.0",
|
|
5287
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-openbsd-x64/-/rollup-openbsd-x64-4.61.0.tgz",
|
|
5288
|
+
"integrity": "sha512-z9b9+aTxvt8n2rNltMPvyaUfB8NJ+CVyOrGK/MdIKHx7B+lXmZpm/XbRsU7Rpf3fRqJ2uS6mBJiJveCtq8LHDg==",
|
|
4794
5289
|
"cpu": [
|
|
4795
5290
|
"x64"
|
|
4796
5291
|
],
|
|
@@ -4801,9 +5296,9 @@
|
|
|
4801
5296
|
]
|
|
4802
5297
|
},
|
|
4803
5298
|
"node_modules/@rollup/rollup-openharmony-arm64": {
|
|
4804
|
-
"version": "4.
|
|
4805
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.
|
|
4806
|
-
"integrity": "sha512-
|
|
5299
|
+
"version": "4.61.0",
|
|
5300
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-openharmony-arm64/-/rollup-openharmony-arm64-4.61.0.tgz",
|
|
5301
|
+
"integrity": "sha512-jXaXFqKMehsOc+g8R6oo33RRC6w07G9jDBxAE5eAKX7mOcCbZloYIPNhfG9Wl+P9O9IWHFO4OJgPi1Ml2qkt7w==",
|
|
4807
5302
|
"cpu": [
|
|
4808
5303
|
"arm64"
|
|
4809
5304
|
],
|
|
@@ -4814,9 +5309,9 @@
|
|
|
4814
5309
|
]
|
|
4815
5310
|
},
|
|
4816
5311
|
"node_modules/@rollup/rollup-win32-arm64-msvc": {
|
|
4817
|
-
"version": "4.
|
|
4818
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.
|
|
4819
|
-
"integrity": "sha512-
|
|
5312
|
+
"version": "4.61.0",
|
|
5313
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.61.0.tgz",
|
|
5314
|
+
"integrity": "sha512-OXNWVFocS2IA4+QplhTZZ2a+8hPZR7T8KuozsNmJKK8y7cp83StHvGksfHzPG3wczWTczyWHVQuqeiTUbjiyBg==",
|
|
4820
5315
|
"cpu": [
|
|
4821
5316
|
"arm64"
|
|
4822
5317
|
],
|
|
@@ -4827,9 +5322,9 @@
|
|
|
4827
5322
|
]
|
|
4828
5323
|
},
|
|
4829
5324
|
"node_modules/@rollup/rollup-win32-ia32-msvc": {
|
|
4830
|
-
"version": "4.
|
|
4831
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.
|
|
4832
|
-
"integrity": "sha512-
|
|
5325
|
+
"version": "4.61.0",
|
|
5326
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.61.0.tgz",
|
|
5327
|
+
"integrity": "sha512-AlAbNtBO637LxSldqV43z0FfXoGfl2TW1DgAg/bs7aQswFbDewz2SJm3BUhiGfbOVtW571xbc9p+REdxhyN/Eg==",
|
|
4833
5328
|
"cpu": [
|
|
4834
5329
|
"ia32"
|
|
4835
5330
|
],
|
|
@@ -4840,9 +5335,9 @@
|
|
|
4840
5335
|
]
|
|
4841
5336
|
},
|
|
4842
5337
|
"node_modules/@rollup/rollup-win32-x64-gnu": {
|
|
4843
|
-
"version": "4.
|
|
4844
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.
|
|
4845
|
-
"integrity": "sha512-
|
|
5338
|
+
"version": "4.61.0",
|
|
5339
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-gnu/-/rollup-win32-x64-gnu-4.61.0.tgz",
|
|
5340
|
+
"integrity": "sha512-QRSrQXyJ1M4tjNXdR0/G/IgV6lzfQQJYBjlWIEYkY2Xs86DRl/iEpQ4blMDjJxSl7n19eDKKXMg0AmuBVYy8pQ==",
|
|
4846
5341
|
"cpu": [
|
|
4847
5342
|
"x64"
|
|
4848
5343
|
],
|
|
@@ -4853,9 +5348,9 @@
|
|
|
4853
5348
|
]
|
|
4854
5349
|
},
|
|
4855
5350
|
"node_modules/@rollup/rollup-win32-x64-msvc": {
|
|
4856
|
-
"version": "4.
|
|
4857
|
-
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.
|
|
4858
|
-
"integrity": "sha512-
|
|
5351
|
+
"version": "4.61.0",
|
|
5352
|
+
"resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.61.0.tgz",
|
|
5353
|
+
"integrity": "sha512-tkuFxhvKO/HlGd0VsINF6vHSYH8AF8W0TcNxKDK6JZmrehngFj78pToc8iemtnvwilDjs2G/qSzYFhe9U8q+fw==",
|
|
4859
5354
|
"cpu": [
|
|
4860
5355
|
"x64"
|
|
4861
5356
|
],
|
|
@@ -4866,20 +5361,150 @@
|
|
|
4866
5361
|
]
|
|
4867
5362
|
},
|
|
4868
5363
|
"node_modules/@salesforce/agentforce-conversation-client": {
|
|
4869
|
-
"
|
|
4870
|
-
"
|
|
4871
|
-
|
|
4872
|
-
|
|
4873
|
-
"
|
|
4874
|
-
|
|
5364
|
+
"version": "9.21.0",
|
|
5365
|
+
"resolved": "https://registry.npmjs.org/@salesforce/agentforce-conversation-client/-/agentforce-conversation-client-9.21.0.tgz",
|
|
5366
|
+
"integrity": "sha512-g00EjIJVv3Lv/r2DW38FlA7eZgEazpwuAsJiJ3gkKATHp21Nqx7XkPnm2cin+wFBUchm9Kwb4ha3IphtqePHYA==",
|
|
5367
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5368
|
+
"dependencies": {
|
|
5369
|
+
"@lightning-out/application": "^2.1.2"
|
|
5370
|
+
},
|
|
5371
|
+
"engines": {
|
|
5372
|
+
"node": ">=20.0.0"
|
|
5373
|
+
}
|
|
5374
|
+
},
|
|
5375
|
+
"node_modules/@salesforce/core": {
|
|
5376
|
+
"version": "8.31.0",
|
|
5377
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.31.0.tgz",
|
|
5378
|
+
"integrity": "sha512-TXQoR7Bs0Dk5AuNY8eaNRhMeLDLcpJ8su7LVxn7VVfnRxITrRh4gkSuOAXdBKAqx0WcjRONDs1twedaOE7Xu4Q==",
|
|
5379
|
+
"license": "BSD-3-Clause",
|
|
5380
|
+
"dependencies": {
|
|
5381
|
+
"@jsforce/jsforce-node": "^3.10.13",
|
|
5382
|
+
"@salesforce/kit": "^3.2.4",
|
|
5383
|
+
"@salesforce/ts-types": "^2.0.12",
|
|
5384
|
+
"ajv": "^8.18.0",
|
|
5385
|
+
"change-case": "^4.1.2",
|
|
5386
|
+
"fast-levenshtein": "^3.0.0",
|
|
5387
|
+
"faye": "^1.4.1",
|
|
5388
|
+
"form-data": "^4.0.5",
|
|
5389
|
+
"js2xmlparser": "^4.0.1",
|
|
5390
|
+
"jsonwebtoken": "9.0.3",
|
|
5391
|
+
"jszip": "3.10.1",
|
|
5392
|
+
"memfs": "4.38.1",
|
|
5393
|
+
"pino": "^9.7.0",
|
|
5394
|
+
"pino-abstract-transport": "^1.2.0",
|
|
5395
|
+
"pino-pretty": "^11.3.0",
|
|
5396
|
+
"proper-lockfile": "^4.1.2",
|
|
5397
|
+
"semver": "^7.8.0",
|
|
5398
|
+
"ts-retry-promise": "^0.8.1",
|
|
5399
|
+
"zod": "^4.1.12"
|
|
5400
|
+
},
|
|
5401
|
+
"engines": {
|
|
5402
|
+
"node": ">=18.0.0"
|
|
5403
|
+
}
|
|
5404
|
+
},
|
|
5405
|
+
"node_modules/@salesforce/core/node_modules/semver": {
|
|
5406
|
+
"version": "7.8.1",
|
|
5407
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.1.tgz",
|
|
5408
|
+
"integrity": "sha512-rkVq3IXh+4FDGch+KwzX3aV9W3kO54GyEgpvBzSyctDA6Xtd7RJQV1xmXbeQp5v7+VzLOfVqiutSE6GICgPFvg==",
|
|
5409
|
+
"license": "ISC",
|
|
5410
|
+
"bin": {
|
|
5411
|
+
"semver": "bin/semver.js"
|
|
5412
|
+
},
|
|
5413
|
+
"engines": {
|
|
5414
|
+
"node": ">=10"
|
|
5415
|
+
}
|
|
5416
|
+
},
|
|
5417
|
+
"node_modules/@salesforce/jsonrpc": {
|
|
5418
|
+
"version": "10.2.2",
|
|
5419
|
+
"resolved": "https://registry.npmjs.org/@salesforce/jsonrpc/-/jsonrpc-10.2.2.tgz",
|
|
5420
|
+
"integrity": "sha512-55ceeP49ZFuFgxHm659xLw4EssHJnDZgenropQuVR/RpyuKPSPxjBU2dVBXnxHL32Ok7yGrwxa8qbywfzq37sw==",
|
|
5421
|
+
"license": "SEE LICENSE IN LICENSE.txt"
|
|
5422
|
+
},
|
|
5423
|
+
"node_modules/@salesforce/kit": {
|
|
5424
|
+
"version": "3.2.6",
|
|
5425
|
+
"resolved": "https://registry.npmjs.org/@salesforce/kit/-/kit-3.2.6.tgz",
|
|
5426
|
+
"integrity": "sha512-O8S4LWerHa9Zosqh+IoQjgLtpxMOfObRxaRnUdRV4MLtFUi+bQxQiyFvve6eEaBaMP1b1xVDQpvSvQ+PXEDGFQ==",
|
|
5427
|
+
"license": "Apache-2.0",
|
|
5428
|
+
"dependencies": {
|
|
5429
|
+
"@salesforce/ts-types": "^2.0.12"
|
|
5430
|
+
}
|
|
5431
|
+
},
|
|
5432
|
+
"node_modules/@salesforce/platform-sdk": {
|
|
5433
|
+
"version": "10.2.2",
|
|
5434
|
+
"resolved": "https://registry.npmjs.org/@salesforce/platform-sdk/-/platform-sdk-10.2.2.tgz",
|
|
5435
|
+
"integrity": "sha512-4GMgDAoZJ0Z1yhkOtWSDoLsrJfFU+ZzHf4d34cgLH1v9POvqB36YwenNzN2zOYpLfidKeGoXuR9S/U9eEgbxCg==",
|
|
5436
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5437
|
+
"dependencies": {
|
|
5438
|
+
"@conduit-client/command-http-cache-control": "3.19.6",
|
|
5439
|
+
"@conduit-client/onestore-graphql-parser": "3.19.6",
|
|
5440
|
+
"@conduit-client/service-cache": "3.19.6",
|
|
5441
|
+
"@conduit-client/service-cache-control": "3.19.6",
|
|
5442
|
+
"@conduit-client/service-cache-inclusion-policy": "3.19.6",
|
|
5443
|
+
"@conduit-client/service-fetch-network": "3.19.6",
|
|
5444
|
+
"@conduit-client/service-pubsub": "3.19.6",
|
|
5445
|
+
"@conduit-client/service-retry": "3.19.6",
|
|
5446
|
+
"@conduit-client/utils": "3.19.6",
|
|
5447
|
+
"@salesforce/jsonrpc": "^10.2.2"
|
|
5448
|
+
},
|
|
5449
|
+
"peerDependencies": {
|
|
5450
|
+
"o11y": ">=260.0.0",
|
|
5451
|
+
"o11y_schema": ">=260.63.0"
|
|
5452
|
+
}
|
|
5453
|
+
},
|
|
5454
|
+
"node_modules/@salesforce/ts-types": {
|
|
5455
|
+
"version": "2.0.12",
|
|
5456
|
+
"resolved": "https://registry.npmjs.org/@salesforce/ts-types/-/ts-types-2.0.12.tgz",
|
|
5457
|
+
"integrity": "sha512-BIJyduJC18Kc8z+arUm5AZ9VkPRyw1KKAm+Tk+9LT99eOzhNilyfKzhZ4t+tG2lIGgnJpmytZfVDZ0e2kFul8g==",
|
|
5458
|
+
"license": "BSD-3-Clause",
|
|
5459
|
+
"engines": {
|
|
5460
|
+
"node": ">=18.0.0"
|
|
5461
|
+
}
|
|
4875
5462
|
},
|
|
4876
5463
|
"node_modules/@salesforce/ui-bundle": {
|
|
4877
|
-
"
|
|
4878
|
-
"
|
|
5464
|
+
"version": "10.2.2",
|
|
5465
|
+
"resolved": "https://registry.npmjs.org/@salesforce/ui-bundle/-/ui-bundle-10.2.2.tgz",
|
|
5466
|
+
"integrity": "sha512-6ljxZ/wUVwx+IeFUXzlHfUOffi/eNyVhGe8IGp8FFtA1OTf73F0zjIUHrg9JIMYjxAtn3xya1EHbb5xkX3LKxg==",
|
|
5467
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5468
|
+
"dependencies": {
|
|
5469
|
+
"@salesforce/core": "^8.23.4",
|
|
5470
|
+
"@salesforce/platform-sdk": "^10.2.2",
|
|
5471
|
+
"micromatch": "^4.0.8",
|
|
5472
|
+
"path-to-regexp": "^8.3.0"
|
|
5473
|
+
},
|
|
5474
|
+
"engines": {
|
|
5475
|
+
"node": ">=20.0.0"
|
|
5476
|
+
}
|
|
5477
|
+
},
|
|
5478
|
+
"node_modules/@salesforce/ui-design-mode": {
|
|
5479
|
+
"version": "10.2.2",
|
|
5480
|
+
"resolved": "https://registry.npmjs.org/@salesforce/ui-design-mode/-/ui-design-mode-10.2.2.tgz",
|
|
5481
|
+
"integrity": "sha512-30Fj7dcD57fWwkR3qENapC1kUF+dJdW/2dRNfc8ILL1by6DfADawn2twMmSYSMwf0g/+xEiI0fP7JwM6oDdbuQ==",
|
|
5482
|
+
"dev": true,
|
|
5483
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5484
|
+
"dependencies": {
|
|
5485
|
+
"@babel/helper-plugin-utils": "^7.28.3"
|
|
5486
|
+
},
|
|
5487
|
+
"engines": {
|
|
5488
|
+
"node": ">=20.0.0"
|
|
5489
|
+
}
|
|
4879
5490
|
},
|
|
4880
5491
|
"node_modules/@salesforce/vite-plugin-ui-bundle": {
|
|
4881
|
-
"
|
|
4882
|
-
"
|
|
5492
|
+
"version": "10.2.2",
|
|
5493
|
+
"resolved": "https://registry.npmjs.org/@salesforce/vite-plugin-ui-bundle/-/vite-plugin-ui-bundle-10.2.2.tgz",
|
|
5494
|
+
"integrity": "sha512-0HWjGF93O3ShVCr6mVX/MnZFaamMpBwgnD00ZXN7QzAcp+TV2NVteuc2QfVozBwgmhwNS2h7Zj9rM9zvakbVFQ==",
|
|
5495
|
+
"dev": true,
|
|
5496
|
+
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5497
|
+
"dependencies": {
|
|
5498
|
+
"@babel/core": "^7.28.4",
|
|
5499
|
+
"@salesforce/ui-bundle": "^10.2.2",
|
|
5500
|
+
"@salesforce/ui-design-mode": "^10.2.2"
|
|
5501
|
+
},
|
|
5502
|
+
"engines": {
|
|
5503
|
+
"node": ">=20.0.0"
|
|
5504
|
+
},
|
|
5505
|
+
"peerDependencies": {
|
|
5506
|
+
"vite": "^7.0.0"
|
|
5507
|
+
}
|
|
4883
5508
|
},
|
|
4884
5509
|
"node_modules/@sec-ant/readable-stream": {
|
|
4885
5510
|
"version": "0.4.1",
|
|
@@ -4887,6 +5512,18 @@
|
|
|
4887
5512
|
"integrity": "sha512-831qok9r2t8AlxLko40y2ebgSDhenenCatLVeW/uBtnHPyhHOvG0C7TvfgecV+wHzIm5KUICgzmVpWS+IMEAeg==",
|
|
4888
5513
|
"license": "MIT"
|
|
4889
5514
|
},
|
|
5515
|
+
"node_modules/@sindresorhus/is": {
|
|
5516
|
+
"version": "4.6.0",
|
|
5517
|
+
"resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-4.6.0.tgz",
|
|
5518
|
+
"integrity": "sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==",
|
|
5519
|
+
"license": "MIT",
|
|
5520
|
+
"engines": {
|
|
5521
|
+
"node": ">=10"
|
|
5522
|
+
},
|
|
5523
|
+
"funding": {
|
|
5524
|
+
"url": "https://github.com/sindresorhus/is?sponsor=1"
|
|
5525
|
+
}
|
|
5526
|
+
},
|
|
4890
5527
|
"node_modules/@sindresorhus/merge-streams": {
|
|
4891
5528
|
"version": "4.0.0",
|
|
4892
5529
|
"resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-4.0.0.tgz",
|
|
@@ -5456,7 +6093,6 @@
|
|
|
5456
6093
|
"version": "1.0.9",
|
|
5457
6094
|
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.9.tgz",
|
|
5458
6095
|
"integrity": "sha512-GhdPgy1el4/ImP05X05Uw4cw2/M93BCUmnEvWZNStlCzEKME4Fkk+YpoA5OiHNQmoS7Cafb8Xa3Pya8m1Qrzeg==",
|
|
5459
|
-
"dev": true,
|
|
5460
6096
|
"license": "MIT"
|
|
5461
6097
|
},
|
|
5462
6098
|
"node_modules/@types/json-schema": {
|
|
@@ -5476,9 +6112,9 @@
|
|
|
5476
6112
|
}
|
|
5477
6113
|
},
|
|
5478
6114
|
"node_modules/@types/react": {
|
|
5479
|
-
"version": "19.2.
|
|
5480
|
-
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.
|
|
5481
|
-
"integrity": "sha512-
|
|
6115
|
+
"version": "19.2.16",
|
|
6116
|
+
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.16.tgz",
|
|
6117
|
+
"integrity": "sha512-esJiCAnl0kfpNdE69f3So4WJUXy95dLZydX0KwK46riIHDzHM7O9Vtf9xCHW0PXIqvgqNrswl522kA/5yx+F4w==",
|
|
5482
6118
|
"devOptional": true,
|
|
5483
6119
|
"license": "MIT",
|
|
5484
6120
|
"dependencies": {
|
|
@@ -5527,17 +6163,17 @@
|
|
|
5527
6163
|
}
|
|
5528
6164
|
},
|
|
5529
6165
|
"node_modules/@typescript-eslint/eslint-plugin": {
|
|
5530
|
-
"version": "8.60.
|
|
5531
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.60.
|
|
5532
|
-
"integrity": "sha512-
|
|
6166
|
+
"version": "8.60.1",
|
|
6167
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.60.1.tgz",
|
|
6168
|
+
"integrity": "sha512-JQ4S5GB0tfjO8BuJ4fcX+HodkzJjYBV+7OJ+wLygaX7OGQ7FudyHL4NSCA6ob+w3Yn+5MkKIozOwQhXeM7opVg==",
|
|
5533
6169
|
"dev": true,
|
|
5534
6170
|
"license": "MIT",
|
|
5535
6171
|
"dependencies": {
|
|
5536
6172
|
"@eslint-community/regexpp": "^4.12.2",
|
|
5537
|
-
"@typescript-eslint/scope-manager": "8.60.
|
|
5538
|
-
"@typescript-eslint/type-utils": "8.60.
|
|
5539
|
-
"@typescript-eslint/utils": "8.60.
|
|
5540
|
-
"@typescript-eslint/visitor-keys": "8.60.
|
|
6173
|
+
"@typescript-eslint/scope-manager": "8.60.1",
|
|
6174
|
+
"@typescript-eslint/type-utils": "8.60.1",
|
|
6175
|
+
"@typescript-eslint/utils": "8.60.1",
|
|
6176
|
+
"@typescript-eslint/visitor-keys": "8.60.1",
|
|
5541
6177
|
"ignore": "^7.0.5",
|
|
5542
6178
|
"natural-compare": "^1.4.0",
|
|
5543
6179
|
"ts-api-utils": "^2.5.0"
|
|
@@ -5550,7 +6186,7 @@
|
|
|
5550
6186
|
"url": "https://opencollective.com/typescript-eslint"
|
|
5551
6187
|
},
|
|
5552
6188
|
"peerDependencies": {
|
|
5553
|
-
"@typescript-eslint/parser": "^8.60.
|
|
6189
|
+
"@typescript-eslint/parser": "^8.60.1",
|
|
5554
6190
|
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
5555
6191
|
"typescript": ">=4.8.4 <6.1.0"
|
|
5556
6192
|
}
|
|
@@ -5566,16 +6202,16 @@
|
|
|
5566
6202
|
}
|
|
5567
6203
|
},
|
|
5568
6204
|
"node_modules/@typescript-eslint/parser": {
|
|
5569
|
-
"version": "8.60.
|
|
5570
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.60.
|
|
5571
|
-
"integrity": "sha512-
|
|
6205
|
+
"version": "8.60.1",
|
|
6206
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-8.60.1.tgz",
|
|
6207
|
+
"integrity": "sha512-A0M6ua6H252bVjPvvtSgl2QA4+ET9S5Mtkb2GDyTxIhH/C4qDItT7RQNO5PhMC6NXGYXOR9dIalcDDgBKT7oFA==",
|
|
5572
6208
|
"dev": true,
|
|
5573
6209
|
"license": "MIT",
|
|
5574
6210
|
"dependencies": {
|
|
5575
|
-
"@typescript-eslint/scope-manager": "8.60.
|
|
5576
|
-
"@typescript-eslint/types": "8.60.
|
|
5577
|
-
"@typescript-eslint/typescript-estree": "8.60.
|
|
5578
|
-
"@typescript-eslint/visitor-keys": "8.60.
|
|
6211
|
+
"@typescript-eslint/scope-manager": "8.60.1",
|
|
6212
|
+
"@typescript-eslint/types": "8.60.1",
|
|
6213
|
+
"@typescript-eslint/typescript-estree": "8.60.1",
|
|
6214
|
+
"@typescript-eslint/visitor-keys": "8.60.1",
|
|
5579
6215
|
"debug": "^4.4.3"
|
|
5580
6216
|
},
|
|
5581
6217
|
"engines": {
|
|
@@ -5591,14 +6227,14 @@
|
|
|
5591
6227
|
}
|
|
5592
6228
|
},
|
|
5593
6229
|
"node_modules/@typescript-eslint/project-service": {
|
|
5594
|
-
"version": "8.60.
|
|
5595
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.60.
|
|
5596
|
-
"integrity": "sha512-
|
|
6230
|
+
"version": "8.60.1",
|
|
6231
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/project-service/-/project-service-8.60.1.tgz",
|
|
6232
|
+
"integrity": "sha512-eXkTH2bxmXlqD1RnOPmLZ9ZM9D3VwSx04JOwBnP9RQ+yUA5a2Mu7SfW8uaV2Aon53NJzZlZYuX7tn91Izf+xaw==",
|
|
5597
6233
|
"dev": true,
|
|
5598
6234
|
"license": "MIT",
|
|
5599
6235
|
"dependencies": {
|
|
5600
|
-
"@typescript-eslint/tsconfig-utils": "^8.60.
|
|
5601
|
-
"@typescript-eslint/types": "^8.60.
|
|
6236
|
+
"@typescript-eslint/tsconfig-utils": "^8.60.1",
|
|
6237
|
+
"@typescript-eslint/types": "^8.60.1",
|
|
5602
6238
|
"debug": "^4.4.3"
|
|
5603
6239
|
},
|
|
5604
6240
|
"engines": {
|
|
@@ -5613,14 +6249,14 @@
|
|
|
5613
6249
|
}
|
|
5614
6250
|
},
|
|
5615
6251
|
"node_modules/@typescript-eslint/scope-manager": {
|
|
5616
|
-
"version": "8.60.
|
|
5617
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.60.
|
|
5618
|
-
"integrity": "sha512-
|
|
6252
|
+
"version": "8.60.1",
|
|
6253
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-8.60.1.tgz",
|
|
6254
|
+
"integrity": "sha512-gvI5OQoptnxQnchOirukCuQ55svJSTuD/4k5+pC267xyBtYry748R9/c3tYUzb/iE6RZfllRz2lVulLCHkTm4w==",
|
|
5619
6255
|
"dev": true,
|
|
5620
6256
|
"license": "MIT",
|
|
5621
6257
|
"dependencies": {
|
|
5622
|
-
"@typescript-eslint/types": "8.60.
|
|
5623
|
-
"@typescript-eslint/visitor-keys": "8.60.
|
|
6258
|
+
"@typescript-eslint/types": "8.60.1",
|
|
6259
|
+
"@typescript-eslint/visitor-keys": "8.60.1"
|
|
5624
6260
|
},
|
|
5625
6261
|
"engines": {
|
|
5626
6262
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -5631,9 +6267,9 @@
|
|
|
5631
6267
|
}
|
|
5632
6268
|
},
|
|
5633
6269
|
"node_modules/@typescript-eslint/tsconfig-utils": {
|
|
5634
|
-
"version": "8.60.
|
|
5635
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.60.
|
|
5636
|
-
"integrity": "sha512-
|
|
6270
|
+
"version": "8.60.1",
|
|
6271
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.60.1.tgz",
|
|
6272
|
+
"integrity": "sha512-nh8w4qAteiKuZu3pSSzG/yGKpw0OlkrKnzFmbVRenKaD4qc+7i1GrmZaLVkr8rk4uipiPGMOW4YsM6WmKZ5CvA==",
|
|
5637
6273
|
"dev": true,
|
|
5638
6274
|
"license": "MIT",
|
|
5639
6275
|
"engines": {
|
|
@@ -5648,15 +6284,15 @@
|
|
|
5648
6284
|
}
|
|
5649
6285
|
},
|
|
5650
6286
|
"node_modules/@typescript-eslint/type-utils": {
|
|
5651
|
-
"version": "8.60.
|
|
5652
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.60.
|
|
5653
|
-
"integrity": "sha512-
|
|
6287
|
+
"version": "8.60.1",
|
|
6288
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-8.60.1.tgz",
|
|
6289
|
+
"integrity": "sha512-sdwTrpjosW7ANQYJ39ZBF1ZyEMEGVB2UsikrserVM/30a/F1dTLnu9bGxEdosugyu5caigjLrR2qiD11asjI1A==",
|
|
5654
6290
|
"dev": true,
|
|
5655
6291
|
"license": "MIT",
|
|
5656
6292
|
"dependencies": {
|
|
5657
|
-
"@typescript-eslint/types": "8.60.
|
|
5658
|
-
"@typescript-eslint/typescript-estree": "8.60.
|
|
5659
|
-
"@typescript-eslint/utils": "8.60.
|
|
6293
|
+
"@typescript-eslint/types": "8.60.1",
|
|
6294
|
+
"@typescript-eslint/typescript-estree": "8.60.1",
|
|
6295
|
+
"@typescript-eslint/utils": "8.60.1",
|
|
5660
6296
|
"debug": "^4.4.3",
|
|
5661
6297
|
"ts-api-utils": "^2.5.0"
|
|
5662
6298
|
},
|
|
@@ -5673,9 +6309,9 @@
|
|
|
5673
6309
|
}
|
|
5674
6310
|
},
|
|
5675
6311
|
"node_modules/@typescript-eslint/types": {
|
|
5676
|
-
"version": "8.60.
|
|
5677
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.60.
|
|
5678
|
-
"integrity": "sha512-
|
|
6312
|
+
"version": "8.60.1",
|
|
6313
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-8.60.1.tgz",
|
|
6314
|
+
"integrity": "sha512-4h0tY8ppCkdCzcrl2YM5M3my0xsE1Tf8om3owEu5oPWmXwkKRmk0j0LGDzYBGUcAlesEbxBhazqu/K4cu3Ug7w==",
|
|
5679
6315
|
"dev": true,
|
|
5680
6316
|
"license": "MIT",
|
|
5681
6317
|
"engines": {
|
|
@@ -5687,16 +6323,16 @@
|
|
|
5687
6323
|
}
|
|
5688
6324
|
},
|
|
5689
6325
|
"node_modules/@typescript-eslint/typescript-estree": {
|
|
5690
|
-
"version": "8.60.
|
|
5691
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.60.
|
|
5692
|
-
"integrity": "sha512-
|
|
6326
|
+
"version": "8.60.1",
|
|
6327
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-8.60.1.tgz",
|
|
6328
|
+
"integrity": "sha512-alpRkfG8hlVE5kdJW2GkfgDgXxold3e8e4l6EnmhRmRLbekgAPCCGDVD++sABy9FcgPFroq+uFcCSM1vR57Cew==",
|
|
5693
6329
|
"dev": true,
|
|
5694
6330
|
"license": "MIT",
|
|
5695
6331
|
"dependencies": {
|
|
5696
|
-
"@typescript-eslint/project-service": "8.60.
|
|
5697
|
-
"@typescript-eslint/tsconfig-utils": "8.60.
|
|
5698
|
-
"@typescript-eslint/types": "8.60.
|
|
5699
|
-
"@typescript-eslint/visitor-keys": "8.60.
|
|
6332
|
+
"@typescript-eslint/project-service": "8.60.1",
|
|
6333
|
+
"@typescript-eslint/tsconfig-utils": "8.60.1",
|
|
6334
|
+
"@typescript-eslint/types": "8.60.1",
|
|
6335
|
+
"@typescript-eslint/visitor-keys": "8.60.1",
|
|
5700
6336
|
"debug": "^4.4.3",
|
|
5701
6337
|
"minimatch": "^10.2.2",
|
|
5702
6338
|
"semver": "^7.7.3",
|
|
@@ -5767,16 +6403,16 @@
|
|
|
5767
6403
|
}
|
|
5768
6404
|
},
|
|
5769
6405
|
"node_modules/@typescript-eslint/utils": {
|
|
5770
|
-
"version": "8.60.
|
|
5771
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.60.
|
|
5772
|
-
"integrity": "sha512-
|
|
6406
|
+
"version": "8.60.1",
|
|
6407
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-8.60.1.tgz",
|
|
6408
|
+
"integrity": "sha512-h2MPBLoNtjc3qZWfY3Tl51yPorQ2McHn8pJfcMNTcIvrrZrr90Ykffit0yjrPFWQcRcUxzH20+6OcVdW4yHtUg==",
|
|
5773
6409
|
"dev": true,
|
|
5774
6410
|
"license": "MIT",
|
|
5775
6411
|
"dependencies": {
|
|
5776
6412
|
"@eslint-community/eslint-utils": "^4.9.1",
|
|
5777
|
-
"@typescript-eslint/scope-manager": "8.60.
|
|
5778
|
-
"@typescript-eslint/types": "8.60.
|
|
5779
|
-
"@typescript-eslint/typescript-estree": "8.60.
|
|
6413
|
+
"@typescript-eslint/scope-manager": "8.60.1",
|
|
6414
|
+
"@typescript-eslint/types": "8.60.1",
|
|
6415
|
+
"@typescript-eslint/typescript-estree": "8.60.1"
|
|
5780
6416
|
},
|
|
5781
6417
|
"engines": {
|
|
5782
6418
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -5791,13 +6427,13 @@
|
|
|
5791
6427
|
}
|
|
5792
6428
|
},
|
|
5793
6429
|
"node_modules/@typescript-eslint/visitor-keys": {
|
|
5794
|
-
"version": "8.60.
|
|
5795
|
-
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.60.
|
|
5796
|
-
"integrity": "sha512-
|
|
6430
|
+
"version": "8.60.1",
|
|
6431
|
+
"resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-8.60.1.tgz",
|
|
6432
|
+
"integrity": "sha512-EbGRQg4FhrmwLodl+t3JNAnXHWVr9Vp+Zl1QBZVPY4ByfkzIT8cX3K6QWODHtkIZqqJVEWvhHSx3v5PDHsaQag==",
|
|
5797
6433
|
"dev": true,
|
|
5798
6434
|
"license": "MIT",
|
|
5799
6435
|
"dependencies": {
|
|
5800
|
-
"@typescript-eslint/types": "8.60.
|
|
6436
|
+
"@typescript-eslint/types": "8.60.1",
|
|
5801
6437
|
"eslint-visitor-keys": "^5.0.0"
|
|
5802
6438
|
},
|
|
5803
6439
|
"engines": {
|
|
@@ -5843,16 +6479,16 @@
|
|
|
5843
6479
|
}
|
|
5844
6480
|
},
|
|
5845
6481
|
"node_modules/@vitest/expect": {
|
|
5846
|
-
"version": "4.1.
|
|
5847
|
-
"resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-4.1.
|
|
5848
|
-
"integrity": "sha512-
|
|
6482
|
+
"version": "4.1.8",
|
|
6483
|
+
"resolved": "https://registry.npmjs.org/@vitest/expect/-/expect-4.1.8.tgz",
|
|
6484
|
+
"integrity": "sha512-h3nDO677RDLEGlBxyQ5CW8RlMThSKSRLUePLOx09gNIWRL40edgA1GCZSZgf1W55MFAG6/Sw14KeaAnqv0NKdQ==",
|
|
5849
6485
|
"dev": true,
|
|
5850
6486
|
"license": "MIT",
|
|
5851
6487
|
"dependencies": {
|
|
5852
6488
|
"@standard-schema/spec": "^1.1.0",
|
|
5853
6489
|
"@types/chai": "^5.2.2",
|
|
5854
|
-
"@vitest/spy": "4.1.
|
|
5855
|
-
"@vitest/utils": "4.1.
|
|
6490
|
+
"@vitest/spy": "4.1.8",
|
|
6491
|
+
"@vitest/utils": "4.1.8",
|
|
5856
6492
|
"chai": "^6.2.2",
|
|
5857
6493
|
"tinyrainbow": "^3.1.0"
|
|
5858
6494
|
},
|
|
@@ -5861,13 +6497,13 @@
|
|
|
5861
6497
|
}
|
|
5862
6498
|
},
|
|
5863
6499
|
"node_modules/@vitest/mocker": {
|
|
5864
|
-
"version": "4.1.
|
|
5865
|
-
"resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-4.1.
|
|
5866
|
-
"integrity": "sha512-
|
|
6500
|
+
"version": "4.1.8",
|
|
6501
|
+
"resolved": "https://registry.npmjs.org/@vitest/mocker/-/mocker-4.1.8.tgz",
|
|
6502
|
+
"integrity": "sha512-LEiN/xe4OSIbKe9HQIp5OC24agGD9J5CnmMgsLohVVoOPWL9a2sBoR6VBx43jQZb7Kr1l4RCuyCJzcAa0+dojw==",
|
|
5867
6503
|
"dev": true,
|
|
5868
6504
|
"license": "MIT",
|
|
5869
6505
|
"dependencies": {
|
|
5870
|
-
"@vitest/spy": "4.1.
|
|
6506
|
+
"@vitest/spy": "4.1.8",
|
|
5871
6507
|
"estree-walker": "^3.0.3",
|
|
5872
6508
|
"magic-string": "^0.30.21"
|
|
5873
6509
|
},
|
|
@@ -5888,9 +6524,9 @@
|
|
|
5888
6524
|
}
|
|
5889
6525
|
},
|
|
5890
6526
|
"node_modules/@vitest/pretty-format": {
|
|
5891
|
-
"version": "4.1.
|
|
5892
|
-
"resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-4.1.
|
|
5893
|
-
"integrity": "sha512-
|
|
6527
|
+
"version": "4.1.8",
|
|
6528
|
+
"resolved": "https://registry.npmjs.org/@vitest/pretty-format/-/pretty-format-4.1.8.tgz",
|
|
6529
|
+
"integrity": "sha512-9GasEBxpZ1VYIpqHf/0+YGg121uSNwCKOJqIrTwWP/TB7DmFCiaBpNl3aPZzoLWfWkuqhbH8vJIVobZkvdo2cA==",
|
|
5894
6530
|
"dev": true,
|
|
5895
6531
|
"license": "MIT",
|
|
5896
6532
|
"dependencies": {
|
|
@@ -5901,13 +6537,13 @@
|
|
|
5901
6537
|
}
|
|
5902
6538
|
},
|
|
5903
6539
|
"node_modules/@vitest/runner": {
|
|
5904
|
-
"version": "4.1.
|
|
5905
|
-
"resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-4.1.
|
|
5906
|
-
"integrity": "sha512-
|
|
6540
|
+
"version": "4.1.8",
|
|
6541
|
+
"resolved": "https://registry.npmjs.org/@vitest/runner/-/runner-4.1.8.tgz",
|
|
6542
|
+
"integrity": "sha512-EmVxeBAfMJvycdjd6Hm+RbFBbA9fKvo0Kx37hNpBYoYeavH3RNsBXWDooR1mgD52dCrxIIuP7UotpfiwOikvcg==",
|
|
5907
6543
|
"dev": true,
|
|
5908
6544
|
"license": "MIT",
|
|
5909
6545
|
"dependencies": {
|
|
5910
|
-
"@vitest/utils": "4.1.
|
|
6546
|
+
"@vitest/utils": "4.1.8",
|
|
5911
6547
|
"pathe": "^2.0.3"
|
|
5912
6548
|
},
|
|
5913
6549
|
"funding": {
|
|
@@ -5915,14 +6551,14 @@
|
|
|
5915
6551
|
}
|
|
5916
6552
|
},
|
|
5917
6553
|
"node_modules/@vitest/snapshot": {
|
|
5918
|
-
"version": "4.1.
|
|
5919
|
-
"resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-4.1.
|
|
5920
|
-
"integrity": "sha512-
|
|
6554
|
+
"version": "4.1.8",
|
|
6555
|
+
"resolved": "https://registry.npmjs.org/@vitest/snapshot/-/snapshot-4.1.8.tgz",
|
|
6556
|
+
"integrity": "sha512-acfZboRmAIf05DEKcBQy33VXojFJjtUdLyo7oOmV9kebb2xdU01UknNiPuPZoJZQyO7DF0gZdTGTpeAzET9QPQ==",
|
|
5921
6557
|
"dev": true,
|
|
5922
6558
|
"license": "MIT",
|
|
5923
6559
|
"dependencies": {
|
|
5924
|
-
"@vitest/pretty-format": "4.1.
|
|
5925
|
-
"@vitest/utils": "4.1.
|
|
6560
|
+
"@vitest/pretty-format": "4.1.8",
|
|
6561
|
+
"@vitest/utils": "4.1.8",
|
|
5926
6562
|
"magic-string": "^0.30.21",
|
|
5927
6563
|
"pathe": "^2.0.3"
|
|
5928
6564
|
},
|
|
@@ -5931,9 +6567,9 @@
|
|
|
5931
6567
|
}
|
|
5932
6568
|
},
|
|
5933
6569
|
"node_modules/@vitest/spy": {
|
|
5934
|
-
"version": "4.1.
|
|
5935
|
-
"resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-4.1.
|
|
5936
|
-
"integrity": "sha512-
|
|
6570
|
+
"version": "4.1.8",
|
|
6571
|
+
"resolved": "https://registry.npmjs.org/@vitest/spy/-/spy-4.1.8.tgz",
|
|
6572
|
+
"integrity": "sha512-6EevtBp6OZOPF7bmz36HrGMeP3txgVSrgebWxHOafDXGkhIzfXK14f8KF6MuFfgXXUeHxmpD3BQxkV00/3s5mA==",
|
|
5937
6573
|
"dev": true,
|
|
5938
6574
|
"license": "MIT",
|
|
5939
6575
|
"funding": {
|
|
@@ -5941,13 +6577,13 @@
|
|
|
5941
6577
|
}
|
|
5942
6578
|
},
|
|
5943
6579
|
"node_modules/@vitest/ui": {
|
|
5944
|
-
"version": "4.1.
|
|
5945
|
-
"resolved": "https://registry.npmjs.org/@vitest/ui/-/ui-4.1.
|
|
5946
|
-
"integrity": "sha512-
|
|
6580
|
+
"version": "4.1.8",
|
|
6581
|
+
"resolved": "https://registry.npmjs.org/@vitest/ui/-/ui-4.1.8.tgz",
|
|
6582
|
+
"integrity": "sha512-RUS2ZU2TsduVrI+9c12uTNaKrNUTsm6yFt3fueEUB9iKvyC2UP83F+sqIz00HQIah4UOL1TMoDAki8K0NjGvsA==",
|
|
5947
6583
|
"dev": true,
|
|
5948
6584
|
"license": "MIT",
|
|
5949
6585
|
"dependencies": {
|
|
5950
|
-
"@vitest/utils": "4.1.
|
|
6586
|
+
"@vitest/utils": "4.1.8",
|
|
5951
6587
|
"fflate": "^0.8.2",
|
|
5952
6588
|
"flatted": "^3.4.2",
|
|
5953
6589
|
"pathe": "^2.0.3",
|
|
@@ -5959,17 +6595,17 @@
|
|
|
5959
6595
|
"url": "https://opencollective.com/vitest"
|
|
5960
6596
|
},
|
|
5961
6597
|
"peerDependencies": {
|
|
5962
|
-
"vitest": "4.1.
|
|
6598
|
+
"vitest": "4.1.8"
|
|
5963
6599
|
}
|
|
5964
6600
|
},
|
|
5965
6601
|
"node_modules/@vitest/utils": {
|
|
5966
|
-
"version": "4.1.
|
|
5967
|
-
"resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-4.1.
|
|
5968
|
-
"integrity": "sha512-
|
|
6602
|
+
"version": "4.1.8",
|
|
6603
|
+
"resolved": "https://registry.npmjs.org/@vitest/utils/-/utils-4.1.8.tgz",
|
|
6604
|
+
"integrity": "sha512-uOJamYALNhfJ6iolExyQM40yIQwDqYnkKtQ5VCiSe17E33H0aQ/u+1GlRuz4LZBk6Mm3sg90G9hEbmEt37C1Zg==",
|
|
5969
6605
|
"dev": true,
|
|
5970
6606
|
"license": "MIT",
|
|
5971
6607
|
"dependencies": {
|
|
5972
|
-
"@vitest/pretty-format": "4.1.
|
|
6608
|
+
"@vitest/pretty-format": "4.1.8",
|
|
5973
6609
|
"convert-source-map": "^2.0.0",
|
|
5974
6610
|
"tinyrainbow": "^3.1.0"
|
|
5975
6611
|
},
|
|
@@ -6041,6 +6677,18 @@
|
|
|
6041
6677
|
"dev": true,
|
|
6042
6678
|
"license": "MIT"
|
|
6043
6679
|
},
|
|
6680
|
+
"node_modules/abort-controller": {
|
|
6681
|
+
"version": "3.0.0",
|
|
6682
|
+
"resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz",
|
|
6683
|
+
"integrity": "sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==",
|
|
6684
|
+
"license": "MIT",
|
|
6685
|
+
"dependencies": {
|
|
6686
|
+
"event-target-shim": "^5.0.0"
|
|
6687
|
+
},
|
|
6688
|
+
"engines": {
|
|
6689
|
+
"node": ">=6.5"
|
|
6690
|
+
}
|
|
6691
|
+
},
|
|
6044
6692
|
"node_modules/accepts": {
|
|
6045
6693
|
"version": "2.0.0",
|
|
6046
6694
|
"resolved": "https://registry.npmjs.org/accepts/-/accepts-2.0.0.tgz",
|
|
@@ -6112,25 +6760,27 @@
|
|
|
6112
6760
|
}
|
|
6113
6761
|
},
|
|
6114
6762
|
"node_modules/agent-base": {
|
|
6115
|
-
"version": "
|
|
6116
|
-
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-
|
|
6117
|
-
"integrity": "sha512-
|
|
6763
|
+
"version": "6.0.2",
|
|
6764
|
+
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
|
|
6765
|
+
"integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
|
|
6118
6766
|
"license": "MIT",
|
|
6767
|
+
"dependencies": {
|
|
6768
|
+
"debug": "4"
|
|
6769
|
+
},
|
|
6119
6770
|
"engines": {
|
|
6120
|
-
"node": ">=
|
|
6771
|
+
"node": ">= 6.0.0"
|
|
6121
6772
|
}
|
|
6122
6773
|
},
|
|
6123
6774
|
"node_modules/ajv": {
|
|
6124
|
-
"version": "
|
|
6125
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-
|
|
6126
|
-
"integrity": "sha512-
|
|
6127
|
-
"dev": true,
|
|
6775
|
+
"version": "8.20.0",
|
|
6776
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.20.0.tgz",
|
|
6777
|
+
"integrity": "sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA==",
|
|
6128
6778
|
"license": "MIT",
|
|
6129
6779
|
"dependencies": {
|
|
6130
|
-
"fast-deep-equal": "^3.1.
|
|
6131
|
-
"fast-
|
|
6132
|
-
"json-schema-traverse": "^0.
|
|
6133
|
-
"
|
|
6780
|
+
"fast-deep-equal": "^3.1.3",
|
|
6781
|
+
"fast-uri": "^3.0.1",
|
|
6782
|
+
"json-schema-traverse": "^1.0.0",
|
|
6783
|
+
"require-from-string": "^2.0.2"
|
|
6134
6784
|
},
|
|
6135
6785
|
"funding": {
|
|
6136
6786
|
"type": "github",
|
|
@@ -6154,28 +6804,6 @@
|
|
|
6154
6804
|
}
|
|
6155
6805
|
}
|
|
6156
6806
|
},
|
|
6157
|
-
"node_modules/ajv-formats/node_modules/ajv": {
|
|
6158
|
-
"version": "8.20.0",
|
|
6159
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.20.0.tgz",
|
|
6160
|
-
"integrity": "sha512-Thbli+OlOj+iMPYFBVBfJ3OmCAnaSyNn4M1vz9T6Gka5Jt9ba/HIR56joy65tY6kx/FCF5VXNB819Y7/GUrBGA==",
|
|
6161
|
-
"license": "MIT",
|
|
6162
|
-
"dependencies": {
|
|
6163
|
-
"fast-deep-equal": "^3.1.3",
|
|
6164
|
-
"fast-uri": "^3.0.1",
|
|
6165
|
-
"json-schema-traverse": "^1.0.0",
|
|
6166
|
-
"require-from-string": "^2.0.2"
|
|
6167
|
-
},
|
|
6168
|
-
"funding": {
|
|
6169
|
-
"type": "github",
|
|
6170
|
-
"url": "https://github.com/sponsors/epoberezkin"
|
|
6171
|
-
}
|
|
6172
|
-
},
|
|
6173
|
-
"node_modules/ajv-formats/node_modules/json-schema-traverse": {
|
|
6174
|
-
"version": "1.0.0",
|
|
6175
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
6176
|
-
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
6177
|
-
"license": "MIT"
|
|
6178
|
-
},
|
|
6179
6807
|
"node_modules/ansi-align": {
|
|
6180
6808
|
"version": "3.0.1",
|
|
6181
6809
|
"resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.1.tgz",
|
|
@@ -6274,9 +6902,9 @@
|
|
|
6274
6902
|
}
|
|
6275
6903
|
},
|
|
6276
6904
|
"node_modules/ansis": {
|
|
6277
|
-
"version": "4.3.
|
|
6278
|
-
"resolved": "https://registry.npmjs.org/ansis/-/ansis-4.3.
|
|
6279
|
-
"integrity": "sha512-
|
|
6905
|
+
"version": "4.3.1",
|
|
6906
|
+
"resolved": "https://registry.npmjs.org/ansis/-/ansis-4.3.1.tgz",
|
|
6907
|
+
"integrity": "sha512-BJ8/l4R5LRE7hW9WdSuGYrLSHi2ynxeFpDFbH0K/CgNeY/tyhk+vO6TYxXC5r5CpUhNVX310xzPsN/H9lCdfOA==",
|
|
6280
6908
|
"license": "ISC",
|
|
6281
6909
|
"engines": {
|
|
6282
6910
|
"node": ">=14"
|
|
@@ -6496,6 +7124,12 @@
|
|
|
6496
7124
|
"node": ">=0.10.0"
|
|
6497
7125
|
}
|
|
6498
7126
|
},
|
|
7127
|
+
"node_modules/asap": {
|
|
7128
|
+
"version": "2.0.6",
|
|
7129
|
+
"resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz",
|
|
7130
|
+
"integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==",
|
|
7131
|
+
"license": "MIT"
|
|
7132
|
+
},
|
|
6499
7133
|
"node_modules/assertion-error": {
|
|
6500
7134
|
"version": "2.0.1",
|
|
6501
7135
|
"resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-2.0.1.tgz",
|
|
@@ -6532,9 +7166,17 @@
|
|
|
6532
7166
|
"version": "0.4.0",
|
|
6533
7167
|
"resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
|
|
6534
7168
|
"integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
|
|
6535
|
-
"dev": true,
|
|
6536
7169
|
"license": "MIT"
|
|
6537
7170
|
},
|
|
7171
|
+
"node_modules/atomic-sleep": {
|
|
7172
|
+
"version": "1.0.0",
|
|
7173
|
+
"resolved": "https://registry.npmjs.org/atomic-sleep/-/atomic-sleep-1.0.0.tgz",
|
|
7174
|
+
"integrity": "sha512-kNOjDqAh7px0XWNI+4QbzoiR/nTkHAWNud2uvnJquD1/x5a7EQZMJT0AczqK0Qn67oY/TTQ1LbUKajZpp3I9tQ==",
|
|
7175
|
+
"license": "MIT",
|
|
7176
|
+
"engines": {
|
|
7177
|
+
"node": ">=8.0.0"
|
|
7178
|
+
}
|
|
7179
|
+
},
|
|
6538
7180
|
"node_modules/auto-bind": {
|
|
6539
7181
|
"version": "4.0.0",
|
|
6540
7182
|
"resolved": "https://registry.npmjs.org/auto-bind/-/auto-bind-4.0.0.tgz",
|
|
@@ -6571,10 +7213,39 @@
|
|
|
6571
7213
|
"dev": true,
|
|
6572
7214
|
"license": "MIT"
|
|
6573
7215
|
},
|
|
7216
|
+
"node_modules/base64-js": {
|
|
7217
|
+
"version": "1.5.1",
|
|
7218
|
+
"resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz",
|
|
7219
|
+
"integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==",
|
|
7220
|
+
"funding": [
|
|
7221
|
+
{
|
|
7222
|
+
"type": "github",
|
|
7223
|
+
"url": "https://github.com/sponsors/feross"
|
|
7224
|
+
},
|
|
7225
|
+
{
|
|
7226
|
+
"type": "patreon",
|
|
7227
|
+
"url": "https://www.patreon.com/feross"
|
|
7228
|
+
},
|
|
7229
|
+
{
|
|
7230
|
+
"type": "consulting",
|
|
7231
|
+
"url": "https://feross.org/support"
|
|
7232
|
+
}
|
|
7233
|
+
],
|
|
7234
|
+
"license": "MIT"
|
|
7235
|
+
},
|
|
7236
|
+
"node_modules/base64url": {
|
|
7237
|
+
"version": "3.0.1",
|
|
7238
|
+
"resolved": "https://registry.npmjs.org/base64url/-/base64url-3.0.1.tgz",
|
|
7239
|
+
"integrity": "sha512-ir1UPr3dkwexU7FdV8qBBbNDRUhMmIekYMFZfi+C/sLNnRESKPl23nB9b2pltqfOQNnGzsDdId90AEtG5tCx4A==",
|
|
7240
|
+
"license": "MIT",
|
|
7241
|
+
"engines": {
|
|
7242
|
+
"node": ">=6.0.0"
|
|
7243
|
+
}
|
|
7244
|
+
},
|
|
6574
7245
|
"node_modules/baseline-browser-mapping": {
|
|
6575
|
-
"version": "2.10.
|
|
6576
|
-
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.
|
|
6577
|
-
"integrity": "sha512-
|
|
7246
|
+
"version": "2.10.33",
|
|
7247
|
+
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.10.33.tgz",
|
|
7248
|
+
"integrity": "sha512-bA6+tcSLpz2tIEdDXZPpPTIuxBcC4+w6SieaYyfigIa4h8GlFxbA17v22Vx3JUtuZQj9SgOsnbK+aTBzyDyEuw==",
|
|
6578
7249
|
"license": "Apache-2.0",
|
|
6579
7250
|
"bin": {
|
|
6580
7251
|
"baseline-browser-mapping": "dist/cli.cjs"
|
|
@@ -6755,6 +7426,36 @@
|
|
|
6755
7426
|
"node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
|
|
6756
7427
|
}
|
|
6757
7428
|
},
|
|
7429
|
+
"node_modules/buffer": {
|
|
7430
|
+
"version": "6.0.3",
|
|
7431
|
+
"resolved": "https://registry.npmjs.org/buffer/-/buffer-6.0.3.tgz",
|
|
7432
|
+
"integrity": "sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==",
|
|
7433
|
+
"funding": [
|
|
7434
|
+
{
|
|
7435
|
+
"type": "github",
|
|
7436
|
+
"url": "https://github.com/sponsors/feross"
|
|
7437
|
+
},
|
|
7438
|
+
{
|
|
7439
|
+
"type": "patreon",
|
|
7440
|
+
"url": "https://www.patreon.com/feross"
|
|
7441
|
+
},
|
|
7442
|
+
{
|
|
7443
|
+
"type": "consulting",
|
|
7444
|
+
"url": "https://feross.org/support"
|
|
7445
|
+
}
|
|
7446
|
+
],
|
|
7447
|
+
"license": "MIT",
|
|
7448
|
+
"dependencies": {
|
|
7449
|
+
"base64-js": "^1.3.1",
|
|
7450
|
+
"ieee754": "^1.2.1"
|
|
7451
|
+
}
|
|
7452
|
+
},
|
|
7453
|
+
"node_modules/buffer-equal-constant-time": {
|
|
7454
|
+
"version": "1.0.1",
|
|
7455
|
+
"resolved": "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz",
|
|
7456
|
+
"integrity": "sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==",
|
|
7457
|
+
"license": "BSD-3-Clause"
|
|
7458
|
+
},
|
|
6758
7459
|
"node_modules/bundle-name": {
|
|
6759
7460
|
"version": "4.1.0",
|
|
6760
7461
|
"resolved": "https://registry.npmjs.org/bundle-name/-/bundle-name-4.1.0.tgz",
|
|
@@ -6840,7 +7541,6 @@
|
|
|
6840
7541
|
"version": "4.1.2",
|
|
6841
7542
|
"resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz",
|
|
6842
7543
|
"integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==",
|
|
6843
|
-
"dev": true,
|
|
6844
7544
|
"license": "MIT",
|
|
6845
7545
|
"dependencies": {
|
|
6846
7546
|
"pascal-case": "^3.1.2",
|
|
@@ -6884,7 +7584,6 @@
|
|
|
6884
7584
|
"version": "1.0.4",
|
|
6885
7585
|
"resolved": "https://registry.npmjs.org/capital-case/-/capital-case-1.0.4.tgz",
|
|
6886
7586
|
"integrity": "sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==",
|
|
6887
|
-
"dev": true,
|
|
6888
7587
|
"license": "MIT",
|
|
6889
7588
|
"dependencies": {
|
|
6890
7589
|
"no-case": "^3.0.4",
|
|
@@ -6939,7 +7638,6 @@
|
|
|
6939
7638
|
"version": "4.1.2",
|
|
6940
7639
|
"resolved": "https://registry.npmjs.org/change-case/-/change-case-4.1.2.tgz",
|
|
6941
7640
|
"integrity": "sha512-bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A==",
|
|
6942
|
-
"dev": true,
|
|
6943
7641
|
"license": "MIT",
|
|
6944
7642
|
"dependencies": {
|
|
6945
7643
|
"camel-case": "^4.1.2",
|
|
@@ -7181,14 +7879,12 @@
|
|
|
7181
7879
|
"version": "2.0.20",
|
|
7182
7880
|
"resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz",
|
|
7183
7881
|
"integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==",
|
|
7184
|
-
"dev": true,
|
|
7185
7882
|
"license": "MIT"
|
|
7186
7883
|
},
|
|
7187
7884
|
"node_modules/combined-stream": {
|
|
7188
7885
|
"version": "1.0.8",
|
|
7189
7886
|
"resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
|
|
7190
7887
|
"integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
|
|
7191
|
-
"dev": true,
|
|
7192
7888
|
"license": "MIT",
|
|
7193
7889
|
"dependencies": {
|
|
7194
7890
|
"delayed-stream": "~1.0.0"
|
|
@@ -7276,7 +7972,6 @@
|
|
|
7276
7972
|
"version": "3.0.4",
|
|
7277
7973
|
"resolved": "https://registry.npmjs.org/constant-case/-/constant-case-3.0.4.tgz",
|
|
7278
7974
|
"integrity": "sha512-I2hSBi7Vvs7BEuJDr5dDHfzb/Ruj3FyvFyh7KLilAjNQw3Be+xgqUBA2W6scVEcL0hL1dwPRtIqEPVUCKkSsyQ==",
|
|
7279
|
-
"dev": true,
|
|
7280
7975
|
"license": "MIT",
|
|
7281
7976
|
"dependencies": {
|
|
7282
7977
|
"no-case": "^3.0.4",
|
|
@@ -7331,6 +8026,12 @@
|
|
|
7331
8026
|
"node": ">=6.6.0"
|
|
7332
8027
|
}
|
|
7333
8028
|
},
|
|
8029
|
+
"node_modules/core-util-is": {
|
|
8030
|
+
"version": "1.0.3",
|
|
8031
|
+
"resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz",
|
|
8032
|
+
"integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==",
|
|
8033
|
+
"license": "MIT"
|
|
8034
|
+
},
|
|
7334
8035
|
"node_modules/cors": {
|
|
7335
8036
|
"version": "2.8.6",
|
|
7336
8037
|
"resolved": "https://registry.npmjs.org/cors/-/cors-2.8.6.tgz",
|
|
@@ -7401,6 +8102,18 @@
|
|
|
7401
8102
|
"node": ">= 8"
|
|
7402
8103
|
}
|
|
7403
8104
|
},
|
|
8105
|
+
"node_modules/csprng": {
|
|
8106
|
+
"version": "0.1.2",
|
|
8107
|
+
"resolved": "https://registry.npmjs.org/csprng/-/csprng-0.1.2.tgz",
|
|
8108
|
+
"integrity": "sha512-D3WAbvvgUVIqSxUfdvLeGjuotsB32bvfVPd+AaaTWMtyUeC9zgCnw5xs94no89yFLVsafvY9dMZEhTwsY/ZecA==",
|
|
8109
|
+
"license": "MIT",
|
|
8110
|
+
"dependencies": {
|
|
8111
|
+
"sequin": "*"
|
|
8112
|
+
},
|
|
8113
|
+
"engines": {
|
|
8114
|
+
"node": ">=0.6.0"
|
|
8115
|
+
}
|
|
8116
|
+
},
|
|
7404
8117
|
"node_modules/css.escape": {
|
|
7405
8118
|
"version": "1.5.1",
|
|
7406
8119
|
"resolved": "https://registry.npmjs.org/css.escape/-/css.escape-1.5.1.tgz",
|
|
@@ -7448,6 +8161,18 @@
|
|
|
7448
8161
|
"devOptional": true,
|
|
7449
8162
|
"license": "MIT"
|
|
7450
8163
|
},
|
|
8164
|
+
"node_modules/csv-parse": {
|
|
8165
|
+
"version": "5.6.0",
|
|
8166
|
+
"resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-5.6.0.tgz",
|
|
8167
|
+
"integrity": "sha512-l3nz3euub2QMg5ouu5U09Ew9Wf6/wQ8I++ch1loQ0ljmzhmfZYrH9fflS22i/PQEvsPvxCwxgz5q7UB8K1JO4Q==",
|
|
8168
|
+
"license": "MIT"
|
|
8169
|
+
},
|
|
8170
|
+
"node_modules/csv-stringify": {
|
|
8171
|
+
"version": "6.7.0",
|
|
8172
|
+
"resolved": "https://registry.npmjs.org/csv-stringify/-/csv-stringify-6.7.0.tgz",
|
|
8173
|
+
"integrity": "sha512-UdtziYp5HuTz7e5j8Nvq+a/3HQo+2/aJZ9xntNTpmRRIg/3YYqDVgiS9fvAhtNbnyfbv2ZBe0bqCHqzhE7FqWQ==",
|
|
8174
|
+
"license": "MIT"
|
|
8175
|
+
},
|
|
7451
8176
|
"node_modules/data-uri-to-buffer": {
|
|
7452
8177
|
"version": "4.0.1",
|
|
7453
8178
|
"resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz",
|
|
@@ -7533,9 +8258,9 @@
|
|
|
7533
8258
|
"license": "MIT"
|
|
7534
8259
|
},
|
|
7535
8260
|
"node_modules/date-fns": {
|
|
7536
|
-
"version": "4.
|
|
7537
|
-
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-4.
|
|
7538
|
-
"integrity": "sha512
|
|
8261
|
+
"version": "4.4.0",
|
|
8262
|
+
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-4.4.0.tgz",
|
|
8263
|
+
"integrity": "sha512-+1UMbeh68lH1SegH83CGWwpb6OHHbpSgr3+s5Eww5M4CAgswBpoWS0AjTOfEJ33HiYKz1hdj/KTFprzXHmq/6w==",
|
|
7539
8264
|
"license": "MIT",
|
|
7540
8265
|
"funding": {
|
|
7541
8266
|
"type": "github",
|
|
@@ -7548,6 +8273,15 @@
|
|
|
7548
8273
|
"integrity": "sha512-hTIP/z+t+qKwBDcmmsnmjWTduxCg+5KfdqWQvb2X/8C9+knYY6epN/pfxdDuyVlSVeFz0sM5eEfwIUQ70U4ckg==",
|
|
7549
8274
|
"license": "MIT"
|
|
7550
8275
|
},
|
|
8276
|
+
"node_modules/dateformat": {
|
|
8277
|
+
"version": "4.6.3",
|
|
8278
|
+
"resolved": "https://registry.npmjs.org/dateformat/-/dateformat-4.6.3.tgz",
|
|
8279
|
+
"integrity": "sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA==",
|
|
8280
|
+
"license": "MIT",
|
|
8281
|
+
"engines": {
|
|
8282
|
+
"node": "*"
|
|
8283
|
+
}
|
|
8284
|
+
},
|
|
7551
8285
|
"node_modules/debounce": {
|
|
7552
8286
|
"version": "2.2.0",
|
|
7553
8287
|
"resolved": "https://registry.npmjs.org/debounce/-/debounce-2.2.0.tgz",
|
|
@@ -7705,7 +8439,6 @@
|
|
|
7705
8439
|
"version": "1.0.0",
|
|
7706
8440
|
"resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
|
|
7707
8441
|
"integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
|
|
7708
|
-
"dev": true,
|
|
7709
8442
|
"license": "MIT",
|
|
7710
8443
|
"engines": {
|
|
7711
8444
|
"node": ">=0.4.0"
|
|
@@ -7812,7 +8545,6 @@
|
|
|
7812
8545
|
"version": "3.0.4",
|
|
7813
8546
|
"resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz",
|
|
7814
8547
|
"integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==",
|
|
7815
|
-
"dev": true,
|
|
7816
8548
|
"license": "MIT",
|
|
7817
8549
|
"dependencies": {
|
|
7818
8550
|
"no-case": "^3.0.4",
|
|
@@ -7852,6 +8584,15 @@
|
|
|
7852
8584
|
"dev": true,
|
|
7853
8585
|
"license": "MIT"
|
|
7854
8586
|
},
|
|
8587
|
+
"node_modules/ecdsa-sig-formatter": {
|
|
8588
|
+
"version": "1.0.11",
|
|
8589
|
+
"resolved": "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz",
|
|
8590
|
+
"integrity": "sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==",
|
|
8591
|
+
"license": "Apache-2.0",
|
|
8592
|
+
"dependencies": {
|
|
8593
|
+
"safe-buffer": "^5.0.1"
|
|
8594
|
+
}
|
|
8595
|
+
},
|
|
7855
8596
|
"node_modules/eciesjs": {
|
|
7856
8597
|
"version": "0.4.18",
|
|
7857
8598
|
"resolved": "https://registry.npmjs.org/eciesjs/-/eciesjs-0.4.18.tgz",
|
|
@@ -7896,6 +8637,15 @@
|
|
|
7896
8637
|
"node": ">= 0.8"
|
|
7897
8638
|
}
|
|
7898
8639
|
},
|
|
8640
|
+
"node_modules/end-of-stream": {
|
|
8641
|
+
"version": "1.4.5",
|
|
8642
|
+
"resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.5.tgz",
|
|
8643
|
+
"integrity": "sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==",
|
|
8644
|
+
"license": "MIT",
|
|
8645
|
+
"dependencies": {
|
|
8646
|
+
"once": "^1.4.0"
|
|
8647
|
+
}
|
|
8648
|
+
},
|
|
7899
8649
|
"node_modules/enhanced-resolve": {
|
|
7900
8650
|
"version": "5.22.1",
|
|
7901
8651
|
"resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.22.1.tgz",
|
|
@@ -8116,7 +8866,6 @@
|
|
|
8116
8866
|
"version": "2.1.0",
|
|
8117
8867
|
"resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
|
|
8118
8868
|
"integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
|
|
8119
|
-
"dev": true,
|
|
8120
8869
|
"license": "MIT",
|
|
8121
8870
|
"dependencies": {
|
|
8122
8871
|
"es-errors": "^1.3.0",
|
|
@@ -8381,6 +9130,30 @@
|
|
|
8381
9130
|
"url": "https://opencollective.com/eslint"
|
|
8382
9131
|
}
|
|
8383
9132
|
},
|
|
9133
|
+
"node_modules/eslint/node_modules/ajv": {
|
|
9134
|
+
"version": "6.15.0",
|
|
9135
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.15.0.tgz",
|
|
9136
|
+
"integrity": "sha512-fgFx7Hfoq60ytK2c7DhnF8jIvzYgOMxfugjLOSMHjLIPgenqa7S7oaagATUq99mV6IYvN2tRmC0wnTYX6iPbMw==",
|
|
9137
|
+
"dev": true,
|
|
9138
|
+
"license": "MIT",
|
|
9139
|
+
"dependencies": {
|
|
9140
|
+
"fast-deep-equal": "^3.1.1",
|
|
9141
|
+
"fast-json-stable-stringify": "^2.0.0",
|
|
9142
|
+
"json-schema-traverse": "^0.4.1",
|
|
9143
|
+
"uri-js": "^4.2.2"
|
|
9144
|
+
},
|
|
9145
|
+
"funding": {
|
|
9146
|
+
"type": "github",
|
|
9147
|
+
"url": "https://github.com/sponsors/epoberezkin"
|
|
9148
|
+
}
|
|
9149
|
+
},
|
|
9150
|
+
"node_modules/eslint/node_modules/json-schema-traverse": {
|
|
9151
|
+
"version": "0.4.1",
|
|
9152
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
|
|
9153
|
+
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
|
|
9154
|
+
"dev": true,
|
|
9155
|
+
"license": "MIT"
|
|
9156
|
+
},
|
|
8384
9157
|
"node_modules/espree": {
|
|
8385
9158
|
"version": "10.4.0",
|
|
8386
9159
|
"resolved": "https://registry.npmjs.org/espree/-/espree-10.4.0.tgz",
|
|
@@ -8477,6 +9250,15 @@
|
|
|
8477
9250
|
"node": ">= 0.6"
|
|
8478
9251
|
}
|
|
8479
9252
|
},
|
|
9253
|
+
"node_modules/event-target-shim": {
|
|
9254
|
+
"version": "5.0.1",
|
|
9255
|
+
"resolved": "https://registry.npmjs.org/event-target-shim/-/event-target-shim-5.0.1.tgz",
|
|
9256
|
+
"integrity": "sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==",
|
|
9257
|
+
"license": "MIT",
|
|
9258
|
+
"engines": {
|
|
9259
|
+
"node": ">=6"
|
|
9260
|
+
}
|
|
9261
|
+
},
|
|
8480
9262
|
"node_modules/eventemitter3": {
|
|
8481
9263
|
"version": "5.0.4",
|
|
8482
9264
|
"resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.4.tgz",
|
|
@@ -8484,6 +9266,15 @@
|
|
|
8484
9266
|
"dev": true,
|
|
8485
9267
|
"license": "MIT"
|
|
8486
9268
|
},
|
|
9269
|
+
"node_modules/events": {
|
|
9270
|
+
"version": "3.3.0",
|
|
9271
|
+
"resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz",
|
|
9272
|
+
"integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==",
|
|
9273
|
+
"license": "MIT",
|
|
9274
|
+
"engines": {
|
|
9275
|
+
"node": ">=0.8.x"
|
|
9276
|
+
}
|
|
9277
|
+
},
|
|
8487
9278
|
"node_modules/eventsource": {
|
|
8488
9279
|
"version": "3.0.7",
|
|
8489
9280
|
"resolved": "https://registry.npmjs.org/eventsource/-/eventsource-3.0.7.tgz",
|
|
@@ -8676,6 +9467,12 @@
|
|
|
8676
9467
|
"node": ">= 0.6"
|
|
8677
9468
|
}
|
|
8678
9469
|
},
|
|
9470
|
+
"node_modules/fast-copy": {
|
|
9471
|
+
"version": "3.0.2",
|
|
9472
|
+
"resolved": "https://registry.npmjs.org/fast-copy/-/fast-copy-3.0.2.tgz",
|
|
9473
|
+
"integrity": "sha512-dl0O9Vhju8IrcLndv2eU4ldt1ftXMqqfgN4H1cpmGV7P6jeB9FwpN9a2c8DPGE1Ys88rNUJVYDHq73CGAGOPfQ==",
|
|
9474
|
+
"license": "MIT"
|
|
9475
|
+
},
|
|
8679
9476
|
"node_modules/fast-deep-equal": {
|
|
8680
9477
|
"version": "3.1.3",
|
|
8681
9478
|
"resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
|
|
@@ -8718,10 +9515,18 @@
|
|
|
8718
9515
|
"license": "MIT"
|
|
8719
9516
|
},
|
|
8720
9517
|
"node_modules/fast-levenshtein": {
|
|
8721
|
-
"version": "
|
|
8722
|
-
"resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-
|
|
8723
|
-
"integrity": "sha512-
|
|
8724
|
-
"
|
|
9518
|
+
"version": "3.0.0",
|
|
9519
|
+
"resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-3.0.0.tgz",
|
|
9520
|
+
"integrity": "sha512-hKKNajm46uNmTlhHSyZkmToAc56uZJwYq7yrciZjqOxnlfQwERDQJmHPUp7m1m9wx8vgOe8IaCKZ5Kv2k1DdCQ==",
|
|
9521
|
+
"license": "MIT",
|
|
9522
|
+
"dependencies": {
|
|
9523
|
+
"fastest-levenshtein": "^1.0.7"
|
|
9524
|
+
}
|
|
9525
|
+
},
|
|
9526
|
+
"node_modules/fast-safe-stringify": {
|
|
9527
|
+
"version": "2.1.1",
|
|
9528
|
+
"resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz",
|
|
9529
|
+
"integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==",
|
|
8725
9530
|
"license": "MIT"
|
|
8726
9531
|
},
|
|
8727
9532
|
"node_modules/fast-string-truncated-width": {
|
|
@@ -8764,6 +9569,15 @@
|
|
|
8764
9569
|
"fast-string-width": "^3.0.2"
|
|
8765
9570
|
}
|
|
8766
9571
|
},
|
|
9572
|
+
"node_modules/fastest-levenshtein": {
|
|
9573
|
+
"version": "1.0.16",
|
|
9574
|
+
"resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz",
|
|
9575
|
+
"integrity": "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==",
|
|
9576
|
+
"license": "MIT",
|
|
9577
|
+
"engines": {
|
|
9578
|
+
"node": ">= 4.9.1"
|
|
9579
|
+
}
|
|
9580
|
+
},
|
|
8767
9581
|
"node_modules/fastq": {
|
|
8768
9582
|
"version": "1.20.1",
|
|
8769
9583
|
"resolved": "https://registry.npmjs.org/fastq/-/fastq-1.20.1.tgz",
|
|
@@ -8773,6 +9587,35 @@
|
|
|
8773
9587
|
"reusify": "^1.0.4"
|
|
8774
9588
|
}
|
|
8775
9589
|
},
|
|
9590
|
+
"node_modules/faye": {
|
|
9591
|
+
"version": "1.4.1",
|
|
9592
|
+
"resolved": "https://registry.npmjs.org/faye/-/faye-1.4.1.tgz",
|
|
9593
|
+
"integrity": "sha512-Cg/khikhqlvumHO3efwx2tps2ZgQRjUMrO24G0quz7MMzRYYaEjU224YFXOeuPIvanRegIchVxj6pmHK1W0ikA==",
|
|
9594
|
+
"license": "Apache-2.0",
|
|
9595
|
+
"dependencies": {
|
|
9596
|
+
"asap": "*",
|
|
9597
|
+
"csprng": "*",
|
|
9598
|
+
"faye-websocket": ">=0.9.1",
|
|
9599
|
+
"safe-buffer": "*",
|
|
9600
|
+
"tough-cookie": "*",
|
|
9601
|
+
"tunnel-agent": "*"
|
|
9602
|
+
},
|
|
9603
|
+
"engines": {
|
|
9604
|
+
"node": ">=0.8.0"
|
|
9605
|
+
}
|
|
9606
|
+
},
|
|
9607
|
+
"node_modules/faye-websocket": {
|
|
9608
|
+
"version": "0.11.4",
|
|
9609
|
+
"resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.4.tgz",
|
|
9610
|
+
"integrity": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==",
|
|
9611
|
+
"license": "Apache-2.0",
|
|
9612
|
+
"dependencies": {
|
|
9613
|
+
"websocket-driver": ">=0.5.1"
|
|
9614
|
+
},
|
|
9615
|
+
"engines": {
|
|
9616
|
+
"node": ">=0.8.0"
|
|
9617
|
+
}
|
|
9618
|
+
},
|
|
8776
9619
|
"node_modules/fetch-blob": {
|
|
8777
9620
|
"version": "3.2.0",
|
|
8778
9621
|
"resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz",
|
|
@@ -8934,7 +9777,6 @@
|
|
|
8934
9777
|
"version": "4.0.5",
|
|
8935
9778
|
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz",
|
|
8936
9779
|
"integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==",
|
|
8937
|
-
"dev": true,
|
|
8938
9780
|
"license": "MIT",
|
|
8939
9781
|
"dependencies": {
|
|
8940
9782
|
"asynckit": "^0.4.0",
|
|
@@ -9198,6 +10040,22 @@
|
|
|
9198
10040
|
"node": ">=10.13.0"
|
|
9199
10041
|
}
|
|
9200
10042
|
},
|
|
10043
|
+
"node_modules/glob-to-regex.js": {
|
|
10044
|
+
"version": "1.2.0",
|
|
10045
|
+
"resolved": "https://registry.npmjs.org/glob-to-regex.js/-/glob-to-regex.js-1.2.0.tgz",
|
|
10046
|
+
"integrity": "sha512-QMwlOQKU/IzqMUOAZWubUOT8Qft+Y0KQWnX9nK3ch0CJg0tTp4TvGZsTfudYKv2NzoQSyPcnA6TYeIQ3jGichQ==",
|
|
10047
|
+
"license": "Apache-2.0",
|
|
10048
|
+
"engines": {
|
|
10049
|
+
"node": ">=10.0"
|
|
10050
|
+
},
|
|
10051
|
+
"funding": {
|
|
10052
|
+
"type": "github",
|
|
10053
|
+
"url": "https://github.com/sponsors/streamich"
|
|
10054
|
+
},
|
|
10055
|
+
"peerDependencies": {
|
|
10056
|
+
"tslib": "2"
|
|
10057
|
+
}
|
|
10058
|
+
},
|
|
9201
10059
|
"node_modules/globals": {
|
|
9202
10060
|
"version": "16.5.0",
|
|
9203
10061
|
"resolved": "https://registry.npmjs.org/globals/-/globals-16.5.0.tgz",
|
|
@@ -9635,7 +10493,6 @@
|
|
|
9635
10493
|
"version": "1.0.2",
|
|
9636
10494
|
"resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
|
|
9637
10495
|
"integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
|
|
9638
|
-
"dev": true,
|
|
9639
10496
|
"license": "MIT",
|
|
9640
10497
|
"dependencies": {
|
|
9641
10498
|
"has-symbols": "^1.0.3"
|
|
@@ -9663,7 +10520,6 @@
|
|
|
9663
10520
|
"version": "2.0.4",
|
|
9664
10521
|
"resolved": "https://registry.npmjs.org/header-case/-/header-case-2.0.4.tgz",
|
|
9665
10522
|
"integrity": "sha512-H/vuk5TEEVZwrR0lp2zed9OCo1uAILMlx0JEMgC26rzyJJ3N1v6XkwHHXJQdR2doSjcGPM6OKPYoJgf0plJ11Q==",
|
|
9666
|
-
"dev": true,
|
|
9667
10523
|
"license": "MIT",
|
|
9668
10524
|
"dependencies": {
|
|
9669
10525
|
"capital-case": "^1.0.4",
|
|
@@ -9686,6 +10542,12 @@
|
|
|
9686
10542
|
"integrity": "sha512-kjnC1DXBHcxaOaOXBHBeRtltsDG2nUiUni+jP92M9gYdW12rsmx92UsfpH7o5tDRs7I1ZZPSQJQGv3UaRfCiuw==",
|
|
9687
10543
|
"license": "MIT"
|
|
9688
10544
|
},
|
|
10545
|
+
"node_modules/help-me": {
|
|
10546
|
+
"version": "5.0.0",
|
|
10547
|
+
"resolved": "https://registry.npmjs.org/help-me/-/help-me-5.0.0.tgz",
|
|
10548
|
+
"integrity": "sha512-7xgomUX6ADmcYzFik0HzAxh/73YlKR9bmFzf51CZwR+b6YtzU2m0u49hQCqV6SvlqIqsaxovfwdvbnsw3b/zpg==",
|
|
10549
|
+
"license": "MIT"
|
|
10550
|
+
},
|
|
9689
10551
|
"node_modules/hermes-estree": {
|
|
9690
10552
|
"version": "0.25.1",
|
|
9691
10553
|
"resolved": "https://registry.npmjs.org/hermes-estree/-/hermes-estree-0.25.1.tgz",
|
|
@@ -9745,6 +10607,12 @@
|
|
|
9745
10607
|
"url": "https://opencollective.com/express"
|
|
9746
10608
|
}
|
|
9747
10609
|
},
|
|
10610
|
+
"node_modules/http-parser-js": {
|
|
10611
|
+
"version": "0.5.10",
|
|
10612
|
+
"resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.10.tgz",
|
|
10613
|
+
"integrity": "sha512-Pysuw9XpUq5dVc/2SMHpuTY01RFl8fttgcyunjL7eEMhGM3cI4eOmiCycJDVCo/7O7ClfQD3SaI6ftDzqOXYMA==",
|
|
10614
|
+
"license": "MIT"
|
|
10615
|
+
},
|
|
9748
10616
|
"node_modules/http-proxy-agent": {
|
|
9749
10617
|
"version": "7.0.2",
|
|
9750
10618
|
"resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
|
|
@@ -9759,17 +10627,27 @@
|
|
|
9759
10627
|
"node": ">= 14"
|
|
9760
10628
|
}
|
|
9761
10629
|
},
|
|
10630
|
+
"node_modules/http-proxy-agent/node_modules/agent-base": {
|
|
10631
|
+
"version": "7.1.4",
|
|
10632
|
+
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz",
|
|
10633
|
+
"integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==",
|
|
10634
|
+
"dev": true,
|
|
10635
|
+
"license": "MIT",
|
|
10636
|
+
"engines": {
|
|
10637
|
+
"node": ">= 14"
|
|
10638
|
+
}
|
|
10639
|
+
},
|
|
9762
10640
|
"node_modules/https-proxy-agent": {
|
|
9763
|
-
"version": "
|
|
9764
|
-
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-
|
|
9765
|
-
"integrity": "sha512-
|
|
10641
|
+
"version": "5.0.1",
|
|
10642
|
+
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
|
|
10643
|
+
"integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
|
|
9766
10644
|
"license": "MIT",
|
|
9767
10645
|
"dependencies": {
|
|
9768
|
-
"agent-base": "
|
|
10646
|
+
"agent-base": "6",
|
|
9769
10647
|
"debug": "4"
|
|
9770
10648
|
},
|
|
9771
10649
|
"engines": {
|
|
9772
|
-
"node": ">=
|
|
10650
|
+
"node": ">= 6"
|
|
9773
10651
|
}
|
|
9774
10652
|
},
|
|
9775
10653
|
"node_modules/human-signals": {
|
|
@@ -9781,6 +10659,15 @@
|
|
|
9781
10659
|
"node": ">=10.17.0"
|
|
9782
10660
|
}
|
|
9783
10661
|
},
|
|
10662
|
+
"node_modules/hyperdyperid": {
|
|
10663
|
+
"version": "1.2.0",
|
|
10664
|
+
"resolved": "https://registry.npmjs.org/hyperdyperid/-/hyperdyperid-1.2.0.tgz",
|
|
10665
|
+
"integrity": "sha512-Y93lCzHYgGWdrJ66yIktxiaGULYc6oGiABxhcO5AufBeOyoIdZF7bIfLaOrbM0iGIOXQQgxxRrFEnb+Y6w1n4A==",
|
|
10666
|
+
"license": "MIT",
|
|
10667
|
+
"engines": {
|
|
10668
|
+
"node": ">=10.18"
|
|
10669
|
+
}
|
|
10670
|
+
},
|
|
9784
10671
|
"node_modules/iconv-lite": {
|
|
9785
10672
|
"version": "0.7.2",
|
|
9786
10673
|
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.7.2.tgz",
|
|
@@ -9797,6 +10684,26 @@
|
|
|
9797
10684
|
"url": "https://opencollective.com/express"
|
|
9798
10685
|
}
|
|
9799
10686
|
},
|
|
10687
|
+
"node_modules/ieee754": {
|
|
10688
|
+
"version": "1.2.1",
|
|
10689
|
+
"resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz",
|
|
10690
|
+
"integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==",
|
|
10691
|
+
"funding": [
|
|
10692
|
+
{
|
|
10693
|
+
"type": "github",
|
|
10694
|
+
"url": "https://github.com/sponsors/feross"
|
|
10695
|
+
},
|
|
10696
|
+
{
|
|
10697
|
+
"type": "patreon",
|
|
10698
|
+
"url": "https://www.patreon.com/feross"
|
|
10699
|
+
},
|
|
10700
|
+
{
|
|
10701
|
+
"type": "consulting",
|
|
10702
|
+
"url": "https://feross.org/support"
|
|
10703
|
+
}
|
|
10704
|
+
],
|
|
10705
|
+
"license": "BSD-3-Clause"
|
|
10706
|
+
},
|
|
9800
10707
|
"node_modules/ignore": {
|
|
9801
10708
|
"version": "5.3.2",
|
|
9802
10709
|
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
|
|
@@ -9806,6 +10713,12 @@
|
|
|
9806
10713
|
"node": ">= 4"
|
|
9807
10714
|
}
|
|
9808
10715
|
},
|
|
10716
|
+
"node_modules/immediate": {
|
|
10717
|
+
"version": "3.0.6",
|
|
10718
|
+
"resolved": "https://registry.npmjs.org/immediate/-/immediate-3.0.6.tgz",
|
|
10719
|
+
"integrity": "sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==",
|
|
10720
|
+
"license": "MIT"
|
|
10721
|
+
},
|
|
9809
10722
|
"node_modules/immutable": {
|
|
9810
10723
|
"version": "5.1.6",
|
|
9811
10724
|
"resolved": "https://registry.npmjs.org/immutable/-/immutable-5.1.6.tgz",
|
|
@@ -10588,10 +11501,9 @@
|
|
|
10588
11501
|
}
|
|
10589
11502
|
},
|
|
10590
11503
|
"node_modules/isarray": {
|
|
10591
|
-
"version": "
|
|
10592
|
-
"resolved": "https://registry.npmjs.org/isarray/-/isarray-
|
|
10593
|
-
"integrity": "sha512-
|
|
10594
|
-
"dev": true,
|
|
11504
|
+
"version": "1.0.0",
|
|
11505
|
+
"resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
|
|
11506
|
+
"integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==",
|
|
10595
11507
|
"license": "MIT"
|
|
10596
11508
|
},
|
|
10597
11509
|
"node_modules/isexe": {
|
|
@@ -10662,6 +11574,15 @@
|
|
|
10662
11574
|
"url": "https://github.com/sponsors/panva"
|
|
10663
11575
|
}
|
|
10664
11576
|
},
|
|
11577
|
+
"node_modules/joycon": {
|
|
11578
|
+
"version": "3.1.1",
|
|
11579
|
+
"resolved": "https://registry.npmjs.org/joycon/-/joycon-3.1.1.tgz",
|
|
11580
|
+
"integrity": "sha512-34wB/Y7MW7bzjKRjUKTa46I2Z7eV62Rkhva+KkopW7Qvv/OSWBqvkSY7vusOPrNuZcUG3tApvdVgNB8POj3SPw==",
|
|
11581
|
+
"license": "MIT",
|
|
11582
|
+
"engines": {
|
|
11583
|
+
"node": ">=10"
|
|
11584
|
+
}
|
|
11585
|
+
},
|
|
10665
11586
|
"node_modules/js-tokens": {
|
|
10666
11587
|
"version": "4.0.0",
|
|
10667
11588
|
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
|
|
@@ -10669,9 +11590,19 @@
|
|
|
10669
11590
|
"license": "MIT"
|
|
10670
11591
|
},
|
|
10671
11592
|
"node_modules/js-yaml": {
|
|
10672
|
-
"version": "4.
|
|
10673
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.
|
|
10674
|
-
"integrity": "sha512-
|
|
11593
|
+
"version": "4.2.0",
|
|
11594
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.2.0.tgz",
|
|
11595
|
+
"integrity": "sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw==",
|
|
11596
|
+
"funding": [
|
|
11597
|
+
{
|
|
11598
|
+
"type": "github",
|
|
11599
|
+
"url": "https://github.com/sponsors/puzrin"
|
|
11600
|
+
},
|
|
11601
|
+
{
|
|
11602
|
+
"type": "github",
|
|
11603
|
+
"url": "https://github.com/sponsors/nodeca"
|
|
11604
|
+
}
|
|
11605
|
+
],
|
|
10675
11606
|
"license": "MIT",
|
|
10676
11607
|
"dependencies": {
|
|
10677
11608
|
"argparse": "^2.0.1"
|
|
@@ -10680,6 +11611,15 @@
|
|
|
10680
11611
|
"js-yaml": "bin/js-yaml.js"
|
|
10681
11612
|
}
|
|
10682
11613
|
},
|
|
11614
|
+
"node_modules/js2xmlparser": {
|
|
11615
|
+
"version": "4.0.2",
|
|
11616
|
+
"resolved": "https://registry.npmjs.org/js2xmlparser/-/js2xmlparser-4.0.2.tgz",
|
|
11617
|
+
"integrity": "sha512-6n4D8gLlLf1n5mNLQPRfViYzu9RATblzPEtm1SthMX1Pjao0r9YI9nw7ZIfRxQMERS87mcswrg+r/OYrPRX6jA==",
|
|
11618
|
+
"license": "Apache-2.0",
|
|
11619
|
+
"dependencies": {
|
|
11620
|
+
"xmlcreate": "^2.0.4"
|
|
11621
|
+
}
|
|
11622
|
+
},
|
|
10683
11623
|
"node_modules/jsdom": {
|
|
10684
11624
|
"version": "25.0.1",
|
|
10685
11625
|
"resolved": "https://registry.npmjs.org/jsdom/-/jsdom-25.0.1.tgz",
|
|
@@ -10721,6 +11661,63 @@
|
|
|
10721
11661
|
}
|
|
10722
11662
|
}
|
|
10723
11663
|
},
|
|
11664
|
+
"node_modules/jsdom/node_modules/agent-base": {
|
|
11665
|
+
"version": "7.1.4",
|
|
11666
|
+
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz",
|
|
11667
|
+
"integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==",
|
|
11668
|
+
"dev": true,
|
|
11669
|
+
"license": "MIT",
|
|
11670
|
+
"engines": {
|
|
11671
|
+
"node": ">= 14"
|
|
11672
|
+
}
|
|
11673
|
+
},
|
|
11674
|
+
"node_modules/jsdom/node_modules/https-proxy-agent": {
|
|
11675
|
+
"version": "7.0.6",
|
|
11676
|
+
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
|
|
11677
|
+
"integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
|
|
11678
|
+
"dev": true,
|
|
11679
|
+
"license": "MIT",
|
|
11680
|
+
"dependencies": {
|
|
11681
|
+
"agent-base": "^7.1.2",
|
|
11682
|
+
"debug": "4"
|
|
11683
|
+
},
|
|
11684
|
+
"engines": {
|
|
11685
|
+
"node": ">= 14"
|
|
11686
|
+
}
|
|
11687
|
+
},
|
|
11688
|
+
"node_modules/jsdom/node_modules/tldts": {
|
|
11689
|
+
"version": "6.1.86",
|
|
11690
|
+
"resolved": "https://registry.npmjs.org/tldts/-/tldts-6.1.86.tgz",
|
|
11691
|
+
"integrity": "sha512-WMi/OQ2axVTf/ykqCQgXiIct+mSQDFdH2fkwhPwgEwvJ1kSzZRiinb0zF2Xb8u4+OqPChmyI6MEu4EezNJz+FQ==",
|
|
11692
|
+
"dev": true,
|
|
11693
|
+
"license": "MIT",
|
|
11694
|
+
"dependencies": {
|
|
11695
|
+
"tldts-core": "^6.1.86"
|
|
11696
|
+
},
|
|
11697
|
+
"bin": {
|
|
11698
|
+
"tldts": "bin/cli.js"
|
|
11699
|
+
}
|
|
11700
|
+
},
|
|
11701
|
+
"node_modules/jsdom/node_modules/tldts-core": {
|
|
11702
|
+
"version": "6.1.86",
|
|
11703
|
+
"resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-6.1.86.tgz",
|
|
11704
|
+
"integrity": "sha512-Je6p7pkk+KMzMv2XXKmAE3McmolOQFdxkKw0R8EYNr7sELW46JqnNeTX8ybPiQgvg1ymCoF8LXs5fzFaZvJPTA==",
|
|
11705
|
+
"dev": true,
|
|
11706
|
+
"license": "MIT"
|
|
11707
|
+
},
|
|
11708
|
+
"node_modules/jsdom/node_modules/tough-cookie": {
|
|
11709
|
+
"version": "5.1.2",
|
|
11710
|
+
"resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-5.1.2.tgz",
|
|
11711
|
+
"integrity": "sha512-FVDYdxtnj0G6Qm/DhNPSb8Ju59ULcup3tuJxkFb5K8Bv2pUXILbf0xZWU8PX8Ov19OXljbUyveOFwRMwkXzO+A==",
|
|
11712
|
+
"dev": true,
|
|
11713
|
+
"license": "BSD-3-Clause",
|
|
11714
|
+
"dependencies": {
|
|
11715
|
+
"tldts": "^6.1.32"
|
|
11716
|
+
},
|
|
11717
|
+
"engines": {
|
|
11718
|
+
"node": ">=16"
|
|
11719
|
+
}
|
|
11720
|
+
},
|
|
10724
11721
|
"node_modules/jsesc": {
|
|
10725
11722
|
"version": "3.1.0",
|
|
10726
11723
|
"resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
|
|
@@ -10747,10 +11744,9 @@
|
|
|
10747
11744
|
"license": "MIT"
|
|
10748
11745
|
},
|
|
10749
11746
|
"node_modules/json-schema-traverse": {
|
|
10750
|
-
"version": "0.
|
|
10751
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.
|
|
10752
|
-
"integrity": "sha512-
|
|
10753
|
-
"dev": true,
|
|
11747
|
+
"version": "1.0.0",
|
|
11748
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
11749
|
+
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
10754
11750
|
"license": "MIT"
|
|
10755
11751
|
},
|
|
10756
11752
|
"node_modules/json-schema-typed": {
|
|
@@ -10804,6 +11800,40 @@
|
|
|
10804
11800
|
"graceful-fs": "^4.1.6"
|
|
10805
11801
|
}
|
|
10806
11802
|
},
|
|
11803
|
+
"node_modules/jsonwebtoken": {
|
|
11804
|
+
"version": "9.0.3",
|
|
11805
|
+
"resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.3.tgz",
|
|
11806
|
+
"integrity": "sha512-MT/xP0CrubFRNLNKvxJ2BYfy53Zkm++5bX9dtuPbqAeQpTVe0MQTFhao8+Cp//EmJp244xt6Drw/GVEGCUj40g==",
|
|
11807
|
+
"license": "MIT",
|
|
11808
|
+
"dependencies": {
|
|
11809
|
+
"jws": "^4.0.1",
|
|
11810
|
+
"lodash.includes": "^4.3.0",
|
|
11811
|
+
"lodash.isboolean": "^3.0.3",
|
|
11812
|
+
"lodash.isinteger": "^4.0.4",
|
|
11813
|
+
"lodash.isnumber": "^3.0.3",
|
|
11814
|
+
"lodash.isplainobject": "^4.0.6",
|
|
11815
|
+
"lodash.isstring": "^4.0.1",
|
|
11816
|
+
"lodash.once": "^4.0.0",
|
|
11817
|
+
"ms": "^2.1.1",
|
|
11818
|
+
"semver": "^7.5.4"
|
|
11819
|
+
},
|
|
11820
|
+
"engines": {
|
|
11821
|
+
"node": ">=12",
|
|
11822
|
+
"npm": ">=6"
|
|
11823
|
+
}
|
|
11824
|
+
},
|
|
11825
|
+
"node_modules/jsonwebtoken/node_modules/semver": {
|
|
11826
|
+
"version": "7.8.1",
|
|
11827
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.8.1.tgz",
|
|
11828
|
+
"integrity": "sha512-rkVq3IXh+4FDGch+KwzX3aV9W3kO54GyEgpvBzSyctDA6Xtd7RJQV1xmXbeQp5v7+VzLOfVqiutSE6GICgPFvg==",
|
|
11829
|
+
"license": "ISC",
|
|
11830
|
+
"bin": {
|
|
11831
|
+
"semver": "bin/semver.js"
|
|
11832
|
+
},
|
|
11833
|
+
"engines": {
|
|
11834
|
+
"node": ">=10"
|
|
11835
|
+
}
|
|
11836
|
+
},
|
|
10807
11837
|
"node_modules/jsx-ast-utils": {
|
|
10808
11838
|
"version": "3.3.5",
|
|
10809
11839
|
"resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-3.3.5.tgz",
|
|
@@ -10820,6 +11850,45 @@
|
|
|
10820
11850
|
"node": ">=4.0"
|
|
10821
11851
|
}
|
|
10822
11852
|
},
|
|
11853
|
+
"node_modules/jszip": {
|
|
11854
|
+
"version": "3.10.1",
|
|
11855
|
+
"resolved": "https://registry.npmjs.org/jszip/-/jszip-3.10.1.tgz",
|
|
11856
|
+
"integrity": "sha512-xXDvecyTpGLrqFrvkrUSoxxfJI5AH7U8zxxtVclpsUtMCq4JQ290LY8AW5c7Ggnr/Y/oK+bQMbqK2qmtk3pN4g==",
|
|
11857
|
+
"license": "(MIT OR GPL-3.0-or-later)",
|
|
11858
|
+
"dependencies": {
|
|
11859
|
+
"lie": "~3.3.0",
|
|
11860
|
+
"pako": "~1.0.2",
|
|
11861
|
+
"readable-stream": "~2.3.6",
|
|
11862
|
+
"setimmediate": "^1.0.5"
|
|
11863
|
+
}
|
|
11864
|
+
},
|
|
11865
|
+
"node_modules/jwa": {
|
|
11866
|
+
"version": "2.0.1",
|
|
11867
|
+
"resolved": "https://registry.npmjs.org/jwa/-/jwa-2.0.1.tgz",
|
|
11868
|
+
"integrity": "sha512-hRF04fqJIP8Abbkq5NKGN0Bbr3JxlQ+qhZufXVr0DvujKy93ZCbXZMHDL4EOtodSbCWxOqR8MS1tXA5hwqCXDg==",
|
|
11869
|
+
"license": "MIT",
|
|
11870
|
+
"dependencies": {
|
|
11871
|
+
"buffer-equal-constant-time": "^1.0.1",
|
|
11872
|
+
"ecdsa-sig-formatter": "1.0.11",
|
|
11873
|
+
"safe-buffer": "^5.0.1"
|
|
11874
|
+
}
|
|
11875
|
+
},
|
|
11876
|
+
"node_modules/jws": {
|
|
11877
|
+
"version": "4.0.1",
|
|
11878
|
+
"resolved": "https://registry.npmjs.org/jws/-/jws-4.0.1.tgz",
|
|
11879
|
+
"integrity": "sha512-EKI/M/yqPncGUUh44xz0PxSidXFr/+r0pA70+gIYhjv+et7yxM+s29Y+VGDkovRofQem0fs7Uvf4+YmAdyRduA==",
|
|
11880
|
+
"license": "MIT",
|
|
11881
|
+
"dependencies": {
|
|
11882
|
+
"jwa": "^2.0.1",
|
|
11883
|
+
"safe-buffer": "^5.0.1"
|
|
11884
|
+
}
|
|
11885
|
+
},
|
|
11886
|
+
"node_modules/jwt-decode": {
|
|
11887
|
+
"version": "3.1.2",
|
|
11888
|
+
"resolved": "https://registry.npmjs.org/jwt-decode/-/jwt-decode-3.1.2.tgz",
|
|
11889
|
+
"integrity": "sha512-UfpWE/VZn0iP50d8cz9NrZLM9lSWhcJ+0Gt/nm4by88UL+J1SiKN8/5dkjMmbEzwL2CAe+67GsegCbIKtbp75A==",
|
|
11890
|
+
"license": "MIT"
|
|
11891
|
+
},
|
|
10823
11892
|
"node_modules/keyv": {
|
|
10824
11893
|
"version": "4.5.4",
|
|
10825
11894
|
"resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz",
|
|
@@ -10853,6 +11922,15 @@
|
|
|
10853
11922
|
"node": ">= 0.8.0"
|
|
10854
11923
|
}
|
|
10855
11924
|
},
|
|
11925
|
+
"node_modules/lie": {
|
|
11926
|
+
"version": "3.3.0",
|
|
11927
|
+
"resolved": "https://registry.npmjs.org/lie/-/lie-3.3.0.tgz",
|
|
11928
|
+
"integrity": "sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ==",
|
|
11929
|
+
"license": "MIT",
|
|
11930
|
+
"dependencies": {
|
|
11931
|
+
"immediate": "~3.0.5"
|
|
11932
|
+
}
|
|
11933
|
+
},
|
|
10856
11934
|
"node_modules/lightningcss": {
|
|
10857
11935
|
"version": "1.32.0",
|
|
10858
11936
|
"resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.32.0.tgz",
|
|
@@ -11217,6 +12295,42 @@
|
|
|
11217
12295
|
"dev": true,
|
|
11218
12296
|
"license": "MIT"
|
|
11219
12297
|
},
|
|
12298
|
+
"node_modules/lodash.includes": {
|
|
12299
|
+
"version": "4.3.0",
|
|
12300
|
+
"resolved": "https://registry.npmjs.org/lodash.includes/-/lodash.includes-4.3.0.tgz",
|
|
12301
|
+
"integrity": "sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w==",
|
|
12302
|
+
"license": "MIT"
|
|
12303
|
+
},
|
|
12304
|
+
"node_modules/lodash.isboolean": {
|
|
12305
|
+
"version": "3.0.3",
|
|
12306
|
+
"resolved": "https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz",
|
|
12307
|
+
"integrity": "sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==",
|
|
12308
|
+
"license": "MIT"
|
|
12309
|
+
},
|
|
12310
|
+
"node_modules/lodash.isinteger": {
|
|
12311
|
+
"version": "4.0.4",
|
|
12312
|
+
"resolved": "https://registry.npmjs.org/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz",
|
|
12313
|
+
"integrity": "sha512-DBwtEWN2caHQ9/imiNeEA5ys1JoRtRfY3d7V9wkqtbycnAmTvRRmbHKDV4a0EYc678/dia0jrte4tjYwVBaZUA==",
|
|
12314
|
+
"license": "MIT"
|
|
12315
|
+
},
|
|
12316
|
+
"node_modules/lodash.isnumber": {
|
|
12317
|
+
"version": "3.0.3",
|
|
12318
|
+
"resolved": "https://registry.npmjs.org/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz",
|
|
12319
|
+
"integrity": "sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw==",
|
|
12320
|
+
"license": "MIT"
|
|
12321
|
+
},
|
|
12322
|
+
"node_modules/lodash.isplainobject": {
|
|
12323
|
+
"version": "4.0.6",
|
|
12324
|
+
"resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz",
|
|
12325
|
+
"integrity": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==",
|
|
12326
|
+
"license": "MIT"
|
|
12327
|
+
},
|
|
12328
|
+
"node_modules/lodash.isstring": {
|
|
12329
|
+
"version": "4.0.1",
|
|
12330
|
+
"resolved": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz",
|
|
12331
|
+
"integrity": "sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==",
|
|
12332
|
+
"license": "MIT"
|
|
12333
|
+
},
|
|
11220
12334
|
"node_modules/lodash.lowercase": {
|
|
11221
12335
|
"version": "4.3.0",
|
|
11222
12336
|
"resolved": "https://registry.npmjs.org/lodash.lowercase/-/lodash.lowercase-4.3.0.tgz",
|
|
@@ -11231,6 +12345,12 @@
|
|
|
11231
12345
|
"dev": true,
|
|
11232
12346
|
"license": "MIT"
|
|
11233
12347
|
},
|
|
12348
|
+
"node_modules/lodash.once": {
|
|
12349
|
+
"version": "4.1.1",
|
|
12350
|
+
"resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz",
|
|
12351
|
+
"integrity": "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==",
|
|
12352
|
+
"license": "MIT"
|
|
12353
|
+
},
|
|
11234
12354
|
"node_modules/lodash.sortby": {
|
|
11235
12355
|
"version": "4.7.0",
|
|
11236
12356
|
"resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz",
|
|
@@ -11348,6 +12468,12 @@
|
|
|
11348
12468
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
11349
12469
|
}
|
|
11350
12470
|
},
|
|
12471
|
+
"node_modules/long": {
|
|
12472
|
+
"version": "5.3.2",
|
|
12473
|
+
"resolved": "https://registry.npmjs.org/long/-/long-5.3.2.tgz",
|
|
12474
|
+
"integrity": "sha512-mNAgZ1GmyNhD7AuqnTG3/VQ26o760+ZYBPKjPvugO8+nLbYfX6TVpJPseBvopbdY+qpZ/lKUnmEc1LeZYS3QAA==",
|
|
12475
|
+
"license": "Apache-2.0"
|
|
12476
|
+
},
|
|
11351
12477
|
"node_modules/loose-envify": {
|
|
11352
12478
|
"version": "1.4.0",
|
|
11353
12479
|
"resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz",
|
|
@@ -11365,7 +12491,6 @@
|
|
|
11365
12491
|
"version": "2.0.2",
|
|
11366
12492
|
"resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz",
|
|
11367
12493
|
"integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==",
|
|
11368
|
-
"dev": true,
|
|
11369
12494
|
"license": "MIT",
|
|
11370
12495
|
"dependencies": {
|
|
11371
12496
|
"tslib": "^2.0.3"
|
|
@@ -11447,6 +12572,27 @@
|
|
|
11447
12572
|
"node": ">= 0.8"
|
|
11448
12573
|
}
|
|
11449
12574
|
},
|
|
12575
|
+
"node_modules/memfs": {
|
|
12576
|
+
"version": "4.38.1",
|
|
12577
|
+
"resolved": "https://registry.npmjs.org/memfs/-/memfs-4.38.1.tgz",
|
|
12578
|
+
"integrity": "sha512-exfrOkkU3m0EpbQ0iQJP93HUbkprnIBU7IUnobSNAzHkBUzsklLwENGLEm8ZwJmMuLoFEfv1pYQ54wSpkay4kQ==",
|
|
12579
|
+
"license": "Apache-2.0",
|
|
12580
|
+
"dependencies": {
|
|
12581
|
+
"@jsonjoy.com/json-pack": "^1.11.0",
|
|
12582
|
+
"@jsonjoy.com/util": "^1.9.0",
|
|
12583
|
+
"glob-to-regex.js": "^1.0.1",
|
|
12584
|
+
"thingies": "^2.5.0",
|
|
12585
|
+
"tree-dump": "^1.0.3",
|
|
12586
|
+
"tslib": "^2.0.0"
|
|
12587
|
+
},
|
|
12588
|
+
"engines": {
|
|
12589
|
+
"node": ">= 4.0.0"
|
|
12590
|
+
},
|
|
12591
|
+
"funding": {
|
|
12592
|
+
"type": "github",
|
|
12593
|
+
"url": "https://github.com/sponsors/streamich"
|
|
12594
|
+
}
|
|
12595
|
+
},
|
|
11450
12596
|
"node_modules/merge-descriptors": {
|
|
11451
12597
|
"version": "2.0.0",
|
|
11452
12598
|
"resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-2.0.0.tgz",
|
|
@@ -11509,7 +12655,6 @@
|
|
|
11509
12655
|
"version": "1.52.0",
|
|
11510
12656
|
"resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
|
|
11511
12657
|
"integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
|
|
11512
|
-
"dev": true,
|
|
11513
12658
|
"license": "MIT",
|
|
11514
12659
|
"engines": {
|
|
11515
12660
|
"node": ">= 0.6"
|
|
@@ -11519,7 +12664,6 @@
|
|
|
11519
12664
|
"version": "2.1.35",
|
|
11520
12665
|
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
|
|
11521
12666
|
"integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
|
|
11522
|
-
"dev": true,
|
|
11523
12667
|
"license": "MIT",
|
|
11524
12668
|
"dependencies": {
|
|
11525
12669
|
"mime-db": "1.52.0"
|
|
@@ -11642,25 +12786,25 @@
|
|
|
11642
12786
|
}
|
|
11643
12787
|
},
|
|
11644
12788
|
"node_modules/msw/node_modules/@inquirer/ansi": {
|
|
11645
|
-
"version": "2.0.
|
|
11646
|
-
"resolved": "https://registry.npmjs.org/@inquirer/ansi/-/ansi-2.0.
|
|
11647
|
-
"integrity": "sha512-
|
|
12789
|
+
"version": "2.0.7",
|
|
12790
|
+
"resolved": "https://registry.npmjs.org/@inquirer/ansi/-/ansi-2.0.7.tgz",
|
|
12791
|
+
"integrity": "sha512-3eTuUO1vH2cZm2ZKHeQxnOqlTi9EfZDGgIe3BL3I4u+rJHocr9Fz86M4fjYABPvFnQG/gGK551HqDiIcETwU6Q==",
|
|
11648
12792
|
"license": "MIT",
|
|
11649
12793
|
"engines": {
|
|
11650
|
-
"node": ">=23.5.0 || ^22.13.0 || ^
|
|
12794
|
+
"node": ">=23.5.0 || ^22.13.0 || ^20.17.0"
|
|
11651
12795
|
}
|
|
11652
12796
|
},
|
|
11653
12797
|
"node_modules/msw/node_modules/@inquirer/confirm": {
|
|
11654
|
-
"version": "6.1.
|
|
11655
|
-
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-6.1.
|
|
11656
|
-
"integrity": "sha512-
|
|
12798
|
+
"version": "6.1.1",
|
|
12799
|
+
"resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-6.1.1.tgz",
|
|
12800
|
+
"integrity": "sha512-eb8DBZcz/2qHWQda4rk2JiQk5h9QV/cVHi1yjt0f69WFZMRFn0sJTye3EAP8icut8UDMjQPsaH5KbcOogefrFQ==",
|
|
11657
12801
|
"license": "MIT",
|
|
11658
12802
|
"dependencies": {
|
|
11659
|
-
"@inquirer/core": "^11.2.
|
|
11660
|
-
"@inquirer/type": "^4.0.
|
|
12803
|
+
"@inquirer/core": "^11.2.1",
|
|
12804
|
+
"@inquirer/type": "^4.0.7"
|
|
11661
12805
|
},
|
|
11662
12806
|
"engines": {
|
|
11663
|
-
"node": ">=23.5.0 || ^22.13.0 || ^
|
|
12807
|
+
"node": ">=23.5.0 || ^22.13.0 || ^20.17.0"
|
|
11664
12808
|
},
|
|
11665
12809
|
"peerDependencies": {
|
|
11666
12810
|
"@types/node": ">=18"
|
|
@@ -11672,21 +12816,21 @@
|
|
|
11672
12816
|
}
|
|
11673
12817
|
},
|
|
11674
12818
|
"node_modules/msw/node_modules/@inquirer/core": {
|
|
11675
|
-
"version": "11.2.
|
|
11676
|
-
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-11.2.
|
|
11677
|
-
"integrity": "sha512-
|
|
12819
|
+
"version": "11.2.1",
|
|
12820
|
+
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-11.2.1.tgz",
|
|
12821
|
+
"integrity": "sha512-Qd6GJT1yVyrZZCfN8W2qKF5ApmqryXRhRKCuip8h01x2w/esJQ2XIYc6f9abMIHgKQdBfFTSOdbHRLAhuM09UA==",
|
|
11678
12822
|
"license": "MIT",
|
|
11679
12823
|
"dependencies": {
|
|
11680
|
-
"@inquirer/ansi": "^2.0.
|
|
11681
|
-
"@inquirer/figures": "^2.0.
|
|
11682
|
-
"@inquirer/type": "^4.0.
|
|
12824
|
+
"@inquirer/ansi": "^2.0.7",
|
|
12825
|
+
"@inquirer/figures": "^2.0.7",
|
|
12826
|
+
"@inquirer/type": "^4.0.7",
|
|
11683
12827
|
"cli-width": "^4.1.0",
|
|
11684
12828
|
"fast-wrap-ansi": "^0.2.0",
|
|
11685
|
-
"mute-stream": "^
|
|
12829
|
+
"mute-stream": "^3.0.0",
|
|
11686
12830
|
"signal-exit": "^4.1.0"
|
|
11687
12831
|
},
|
|
11688
12832
|
"engines": {
|
|
11689
|
-
"node": ">=23.5.0 || ^22.13.0 || ^
|
|
12833
|
+
"node": ">=23.5.0 || ^22.13.0 || ^20.17.0"
|
|
11690
12834
|
},
|
|
11691
12835
|
"peerDependencies": {
|
|
11692
12836
|
"@types/node": ">=18"
|
|
@@ -11698,21 +12842,21 @@
|
|
|
11698
12842
|
}
|
|
11699
12843
|
},
|
|
11700
12844
|
"node_modules/msw/node_modules/@inquirer/figures": {
|
|
11701
|
-
"version": "2.0.
|
|
11702
|
-
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-2.0.
|
|
11703
|
-
"integrity": "sha512-
|
|
12845
|
+
"version": "2.0.7",
|
|
12846
|
+
"resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-2.0.7.tgz",
|
|
12847
|
+
"integrity": "sha512-aJ8TBPOGB6f/2qziPfElISTCEd5XOYTFckA2SGjhNmiKzfK/u4ot3v0DUzGVdUnKjN10EqnnEPck36BkyfLnJw==",
|
|
11704
12848
|
"license": "MIT",
|
|
11705
12849
|
"engines": {
|
|
11706
|
-
"node": ">=23.5.0 || ^22.13.0 || ^
|
|
12850
|
+
"node": ">=23.5.0 || ^22.13.0 || ^20.17.0"
|
|
11707
12851
|
}
|
|
11708
12852
|
},
|
|
11709
12853
|
"node_modules/msw/node_modules/@inquirer/type": {
|
|
11710
|
-
"version": "4.0.
|
|
11711
|
-
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-4.0.
|
|
11712
|
-
"integrity": "sha512-
|
|
12854
|
+
"version": "4.0.7",
|
|
12855
|
+
"resolved": "https://registry.npmjs.org/@inquirer/type/-/type-4.0.7.tgz",
|
|
12856
|
+
"integrity": "sha512-t28inv14nMQ1PhKpsJPY+kEs/c00qzeCOS2gTNRyTjG5d6qsVA2fItxW4hkvGZ5lvanGLdtCzVIx5dwdRpN1+g==",
|
|
11713
12857
|
"license": "MIT",
|
|
11714
12858
|
"engines": {
|
|
11715
|
-
"node": ">=23.5.0 || ^22.13.0 || ^
|
|
12859
|
+
"node": ">=23.5.0 || ^22.13.0 || ^20.17.0"
|
|
11716
12860
|
},
|
|
11717
12861
|
"peerDependencies": {
|
|
11718
12862
|
"@types/node": ">=18"
|
|
@@ -11724,12 +12868,12 @@
|
|
|
11724
12868
|
}
|
|
11725
12869
|
},
|
|
11726
12870
|
"node_modules/msw/node_modules/mute-stream": {
|
|
11727
|
-
"version": "
|
|
11728
|
-
"resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-
|
|
11729
|
-
"integrity": "sha512-
|
|
12871
|
+
"version": "3.0.0",
|
|
12872
|
+
"resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-3.0.0.tgz",
|
|
12873
|
+
"integrity": "sha512-dkEJPVvun4FryqBmZ5KhDo0K9iDXAwn08tMLDinNdRBNPcYEDiWYysLcc6k3mjTMlbP9KyylvRpd4wFtwrT9rw==",
|
|
11730
12874
|
"license": "ISC",
|
|
11731
12875
|
"engines": {
|
|
11732
|
-
"node": "^
|
|
12876
|
+
"node": "^20.17.0 || >=22.9.0"
|
|
11733
12877
|
}
|
|
11734
12878
|
},
|
|
11735
12879
|
"node_modules/msw/node_modules/path-to-regexp": {
|
|
@@ -11738,40 +12882,10 @@
|
|
|
11738
12882
|
"integrity": "sha512-Yhpw4T9C6hPpgPeA28us07OJeqZ5EzQTkbfwuhsUg0c237RomFoETJgmp2sa3F/41gfLE6G5cqcYwznmeEeOlQ==",
|
|
11739
12883
|
"license": "MIT"
|
|
11740
12884
|
},
|
|
11741
|
-
"node_modules/msw/node_modules/tldts": {
|
|
11742
|
-
"version": "7.4.0",
|
|
11743
|
-
"resolved": "https://registry.npmjs.org/tldts/-/tldts-7.4.0.tgz",
|
|
11744
|
-
"integrity": "sha512-yHBe+zVfzNZ3QfTPW/Z6KK1G2t340gFjMHqI/4KKSt/abzYydzuCnpqdaF5gCCABby+9Yfbj59oR5F2Fd5CBzg==",
|
|
11745
|
-
"license": "MIT",
|
|
11746
|
-
"dependencies": {
|
|
11747
|
-
"tldts-core": "^7.4.0"
|
|
11748
|
-
},
|
|
11749
|
-
"bin": {
|
|
11750
|
-
"tldts": "bin/cli.js"
|
|
11751
|
-
}
|
|
11752
|
-
},
|
|
11753
|
-
"node_modules/msw/node_modules/tldts-core": {
|
|
11754
|
-
"version": "7.4.1",
|
|
11755
|
-
"resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-7.4.1.tgz",
|
|
11756
|
-
"integrity": "sha512-sc2nGvGbixlJRHwTh/qQdPXTxJU1UDJboGPQm4d/01YUJ9r/u6aeIulQvEaxUlvKDN7hb1qCLjax+jhVAPLa/g==",
|
|
11757
|
-
"license": "MIT"
|
|
11758
|
-
},
|
|
11759
|
-
"node_modules/msw/node_modules/tough-cookie": {
|
|
11760
|
-
"version": "6.0.1",
|
|
11761
|
-
"resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-6.0.1.tgz",
|
|
11762
|
-
"integrity": "sha512-LktZQb3IeoUWB9lqR5EWTHgW/VTITCXg4D21M+lvybRVdylLrRMnqaIONLVb5mav8vM19m44HIcGq4qASeu2Qw==",
|
|
11763
|
-
"license": "BSD-3-Clause",
|
|
11764
|
-
"dependencies": {
|
|
11765
|
-
"tldts": "^7.0.5"
|
|
11766
|
-
},
|
|
11767
|
-
"engines": {
|
|
11768
|
-
"node": ">=16"
|
|
11769
|
-
}
|
|
11770
|
-
},
|
|
11771
12885
|
"node_modules/msw/node_modules/type-fest": {
|
|
11772
|
-
"version": "5.
|
|
11773
|
-
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.
|
|
11774
|
-
"integrity": "sha512-
|
|
12886
|
+
"version": "5.7.0",
|
|
12887
|
+
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-5.7.0.tgz",
|
|
12888
|
+
"integrity": "sha512-1URUxUqfHFM1c+zfSPsa3gnkO7Aq21qyH75SIduNYz4SzY964rn1X2vCMQaHSHhktiw+0kPa2iyb6PUpXqB6Vg==",
|
|
11775
12889
|
"license": "(MIT OR CC0-1.0)",
|
|
11776
12890
|
"dependencies": {
|
|
11777
12891
|
"tagged-tag": "^1.0.0"
|
|
@@ -11783,6 +12897,30 @@
|
|
|
11783
12897
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
11784
12898
|
}
|
|
11785
12899
|
},
|
|
12900
|
+
"node_modules/multistream": {
|
|
12901
|
+
"version": "3.1.0",
|
|
12902
|
+
"resolved": "https://registry.npmjs.org/multistream/-/multistream-3.1.0.tgz",
|
|
12903
|
+
"integrity": "sha512-zBgD3kn8izQAN/TaL1PCMv15vYpf+Vcrsfub06njuYVYlzUldzpopTlrEZ53pZVEbfn3Shtv7vRFoOv6LOV87Q==",
|
|
12904
|
+
"license": "MIT",
|
|
12905
|
+
"dependencies": {
|
|
12906
|
+
"inherits": "^2.0.1",
|
|
12907
|
+
"readable-stream": "^3.4.0"
|
|
12908
|
+
}
|
|
12909
|
+
},
|
|
12910
|
+
"node_modules/multistream/node_modules/readable-stream": {
|
|
12911
|
+
"version": "3.6.2",
|
|
12912
|
+
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz",
|
|
12913
|
+
"integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==",
|
|
12914
|
+
"license": "MIT",
|
|
12915
|
+
"dependencies": {
|
|
12916
|
+
"inherits": "^2.0.3",
|
|
12917
|
+
"string_decoder": "^1.1.1",
|
|
12918
|
+
"util-deprecate": "^1.0.1"
|
|
12919
|
+
},
|
|
12920
|
+
"engines": {
|
|
12921
|
+
"node": ">= 6"
|
|
12922
|
+
}
|
|
12923
|
+
},
|
|
11786
12924
|
"node_modules/mute-stream": {
|
|
11787
12925
|
"version": "2.0.0",
|
|
11788
12926
|
"resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-2.0.0.tgz",
|
|
@@ -11832,7 +12970,6 @@
|
|
|
11832
12970
|
"version": "3.0.4",
|
|
11833
12971
|
"resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz",
|
|
11834
12972
|
"integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==",
|
|
11835
|
-
"dev": true,
|
|
11836
12973
|
"license": "MIT",
|
|
11837
12974
|
"dependencies": {
|
|
11838
12975
|
"lower-case": "^2.0.2",
|
|
@@ -11879,21 +13016,45 @@
|
|
|
11879
13016
|
}
|
|
11880
13017
|
},
|
|
11881
13018
|
"node_modules/node-fetch": {
|
|
11882
|
-
"version": "
|
|
11883
|
-
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-
|
|
11884
|
-
"integrity": "sha512-
|
|
13019
|
+
"version": "2.7.0",
|
|
13020
|
+
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz",
|
|
13021
|
+
"integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==",
|
|
11885
13022
|
"license": "MIT",
|
|
11886
13023
|
"dependencies": {
|
|
11887
|
-
"
|
|
11888
|
-
"fetch-blob": "^3.1.4",
|
|
11889
|
-
"formdata-polyfill": "^4.0.10"
|
|
13024
|
+
"whatwg-url": "^5.0.0"
|
|
11890
13025
|
},
|
|
11891
13026
|
"engines": {
|
|
11892
|
-
"node": "
|
|
13027
|
+
"node": "4.x || >=6.0.0"
|
|
11893
13028
|
},
|
|
11894
|
-
"
|
|
11895
|
-
"
|
|
11896
|
-
|
|
13029
|
+
"peerDependencies": {
|
|
13030
|
+
"encoding": "^0.1.0"
|
|
13031
|
+
},
|
|
13032
|
+
"peerDependenciesMeta": {
|
|
13033
|
+
"encoding": {
|
|
13034
|
+
"optional": true
|
|
13035
|
+
}
|
|
13036
|
+
}
|
|
13037
|
+
},
|
|
13038
|
+
"node_modules/node-fetch/node_modules/tr46": {
|
|
13039
|
+
"version": "0.0.3",
|
|
13040
|
+
"resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
|
|
13041
|
+
"integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==",
|
|
13042
|
+
"license": "MIT"
|
|
13043
|
+
},
|
|
13044
|
+
"node_modules/node-fetch/node_modules/webidl-conversions": {
|
|
13045
|
+
"version": "3.0.1",
|
|
13046
|
+
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
|
|
13047
|
+
"integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==",
|
|
13048
|
+
"license": "BSD-2-Clause"
|
|
13049
|
+
},
|
|
13050
|
+
"node_modules/node-fetch/node_modules/whatwg-url": {
|
|
13051
|
+
"version": "5.0.0",
|
|
13052
|
+
"resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
|
|
13053
|
+
"integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
|
|
13054
|
+
"license": "MIT",
|
|
13055
|
+
"dependencies": {
|
|
13056
|
+
"tr46": "~0.0.3",
|
|
13057
|
+
"webidl-conversions": "^3.0.0"
|
|
11897
13058
|
}
|
|
11898
13059
|
},
|
|
11899
13060
|
"node_modules/node-releases": {
|
|
@@ -11937,6 +13098,32 @@
|
|
|
11937
13098
|
"dev": true,
|
|
11938
13099
|
"license": "MIT"
|
|
11939
13100
|
},
|
|
13101
|
+
"node_modules/o11y": {
|
|
13102
|
+
"version": "264.6.0",
|
|
13103
|
+
"resolved": "https://registry.npmjs.org/o11y/-/o11y-264.6.0.tgz",
|
|
13104
|
+
"integrity": "sha512-v3x29+PphNaORbOrYi6ucsx391hwJk+mxf4XGGoRB6+BcI0W3/fhazaXBCBtEZOnU2YDLgpFd8B4CzCmBFiKFQ==",
|
|
13105
|
+
"license": "BSD-3-Clause",
|
|
13106
|
+
"peer": true,
|
|
13107
|
+
"dependencies": {
|
|
13108
|
+
"o11y_schema": "260.5.0",
|
|
13109
|
+
"protobufjs": "7.5.5",
|
|
13110
|
+
"web-vitals": "^5.1.0"
|
|
13111
|
+
}
|
|
13112
|
+
},
|
|
13113
|
+
"node_modules/o11y_schema": {
|
|
13114
|
+
"version": "264.70.0",
|
|
13115
|
+
"resolved": "https://registry.npmjs.org/o11y_schema/-/o11y_schema-264.70.0.tgz",
|
|
13116
|
+
"integrity": "sha512-3FVh/krlBe1+CnQZUrZkIH1JsI7cpSxorbosSLXLOOPyE8wHNRXUT5hfaH2XlhlAQMneoK+EBM2uioRvoXZSHA==",
|
|
13117
|
+
"license": "BSD-3-Clause",
|
|
13118
|
+
"peer": true
|
|
13119
|
+
},
|
|
13120
|
+
"node_modules/o11y/node_modules/o11y_schema": {
|
|
13121
|
+
"version": "260.5.0",
|
|
13122
|
+
"resolved": "https://registry.npmjs.org/o11y_schema/-/o11y_schema-260.5.0.tgz",
|
|
13123
|
+
"integrity": "sha512-0qrtqE394CODoPovUBdQQ2efHls6Z2xP6jvLitEGKSEj1KcCyeBLx2dHwTUtv66zwZTKjSp27QLFF4PZhengEQ==",
|
|
13124
|
+
"license": "BSD-3-Clause",
|
|
13125
|
+
"peer": true
|
|
13126
|
+
},
|
|
11940
13127
|
"node_modules/object-assign": {
|
|
11941
13128
|
"version": "4.1.1",
|
|
11942
13129
|
"resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
|
|
@@ -12063,6 +13250,15 @@
|
|
|
12063
13250
|
],
|
|
12064
13251
|
"license": "MIT"
|
|
12065
13252
|
},
|
|
13253
|
+
"node_modules/on-exit-leak-free": {
|
|
13254
|
+
"version": "2.1.2",
|
|
13255
|
+
"resolved": "https://registry.npmjs.org/on-exit-leak-free/-/on-exit-leak-free-2.1.2.tgz",
|
|
13256
|
+
"integrity": "sha512-0eJJY6hXLGf1udHwfNftBqH+g73EU4B504nZeKpz1sYRKafAghwxEJunB2O7rDZkL4PGfsMVnTXZ2EjibbqcsA==",
|
|
13257
|
+
"license": "MIT",
|
|
13258
|
+
"engines": {
|
|
13259
|
+
"node": ">=14.0.0"
|
|
13260
|
+
}
|
|
13261
|
+
},
|
|
12066
13262
|
"node_modules/on-finished": {
|
|
12067
13263
|
"version": "2.4.1",
|
|
12068
13264
|
"resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz",
|
|
@@ -12147,6 +13343,13 @@
|
|
|
12147
13343
|
"node": ">= 0.8.0"
|
|
12148
13344
|
}
|
|
12149
13345
|
},
|
|
13346
|
+
"node_modules/optionator/node_modules/fast-levenshtein": {
|
|
13347
|
+
"version": "2.0.6",
|
|
13348
|
+
"resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
|
|
13349
|
+
"integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
|
|
13350
|
+
"dev": true,
|
|
13351
|
+
"license": "MIT"
|
|
13352
|
+
},
|
|
12150
13353
|
"node_modules/ora": {
|
|
12151
13354
|
"version": "8.2.0",
|
|
12152
13355
|
"resolved": "https://registry.npmjs.org/ora/-/ora-8.2.0.tgz",
|
|
@@ -12307,11 +13510,16 @@
|
|
|
12307
13510
|
"integrity": "sha512-61A5ThoTiDG/C8s8UMZwSorAGwMJ0ERVGj2OjoW5pAalsNOg15+iQiPzrLJ4jhZ1HJzmC2PIHT2oEiH3R5fzNA==",
|
|
12308
13511
|
"license": "MIT"
|
|
12309
13512
|
},
|
|
13513
|
+
"node_modules/pako": {
|
|
13514
|
+
"version": "1.0.11",
|
|
13515
|
+
"resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz",
|
|
13516
|
+
"integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==",
|
|
13517
|
+
"license": "(MIT AND Zlib)"
|
|
13518
|
+
},
|
|
12310
13519
|
"node_modules/param-case": {
|
|
12311
13520
|
"version": "3.0.4",
|
|
12312
13521
|
"resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz",
|
|
12313
13522
|
"integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==",
|
|
12314
|
-
"dev": true,
|
|
12315
13523
|
"license": "MIT",
|
|
12316
13524
|
"dependencies": {
|
|
12317
13525
|
"dot-case": "^3.0.4",
|
|
@@ -12401,7 +13609,6 @@
|
|
|
12401
13609
|
"version": "3.1.2",
|
|
12402
13610
|
"resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz",
|
|
12403
13611
|
"integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==",
|
|
12404
|
-
"dev": true,
|
|
12405
13612
|
"license": "MIT",
|
|
12406
13613
|
"dependencies": {
|
|
12407
13614
|
"no-case": "^3.0.4",
|
|
@@ -12418,7 +13625,6 @@
|
|
|
12418
13625
|
"version": "3.0.4",
|
|
12419
13626
|
"resolved": "https://registry.npmjs.org/path-case/-/path-case-3.0.4.tgz",
|
|
12420
13627
|
"integrity": "sha512-qO4qCFjXqVTrcbPt/hQfhTQ+VhFsqNKOPtytgNKkKxSoEp3XPUQ8ObFuePylOIok5gjn69ry8XiULxCwot3Wfg==",
|
|
12421
|
-
"dev": true,
|
|
12422
13628
|
"license": "MIT",
|
|
12423
13629
|
"dependencies": {
|
|
12424
13630
|
"dot-case": "^3.0.4",
|
|
@@ -12482,11 +13688,14 @@
|
|
|
12482
13688
|
}
|
|
12483
13689
|
},
|
|
12484
13690
|
"node_modules/path-to-regexp": {
|
|
12485
|
-
"version": "
|
|
12486
|
-
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-
|
|
12487
|
-
"integrity": "sha512-
|
|
12488
|
-
"
|
|
12489
|
-
"
|
|
13691
|
+
"version": "8.4.2",
|
|
13692
|
+
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.4.2.tgz",
|
|
13693
|
+
"integrity": "sha512-qRcuIdP69NPm4qbACK+aDogI5CBDMi1jKe0ry5rSQJz8JVLsC7jV8XpiJjGRLLol3N+R5ihGYcrPLTno6pAdBA==",
|
|
13694
|
+
"license": "MIT",
|
|
13695
|
+
"funding": {
|
|
13696
|
+
"type": "opencollective",
|
|
13697
|
+
"url": "https://opencollective.com/express"
|
|
13698
|
+
}
|
|
12490
13699
|
},
|
|
12491
13700
|
"node_modules/path-type": {
|
|
12492
13701
|
"version": "4.0.0",
|
|
@@ -12523,6 +13732,137 @@
|
|
|
12523
13732
|
"url": "https://github.com/sponsors/jonschlinkert"
|
|
12524
13733
|
}
|
|
12525
13734
|
},
|
|
13735
|
+
"node_modules/pino": {
|
|
13736
|
+
"version": "9.14.0",
|
|
13737
|
+
"resolved": "https://registry.npmjs.org/pino/-/pino-9.14.0.tgz",
|
|
13738
|
+
"integrity": "sha512-8OEwKp5juEvb/MjpIc4hjqfgCNysrS94RIOMXYvpYCdm/jglrKEiAYmiumbmGhCvs+IcInsphYDFwqrjr7398w==",
|
|
13739
|
+
"license": "MIT",
|
|
13740
|
+
"dependencies": {
|
|
13741
|
+
"@pinojs/redact": "^0.4.0",
|
|
13742
|
+
"atomic-sleep": "^1.0.0",
|
|
13743
|
+
"on-exit-leak-free": "^2.1.0",
|
|
13744
|
+
"pino-abstract-transport": "^2.0.0",
|
|
13745
|
+
"pino-std-serializers": "^7.0.0",
|
|
13746
|
+
"process-warning": "^5.0.0",
|
|
13747
|
+
"quick-format-unescaped": "^4.0.3",
|
|
13748
|
+
"real-require": "^0.2.0",
|
|
13749
|
+
"safe-stable-stringify": "^2.3.1",
|
|
13750
|
+
"sonic-boom": "^4.0.1",
|
|
13751
|
+
"thread-stream": "^3.0.0"
|
|
13752
|
+
},
|
|
13753
|
+
"bin": {
|
|
13754
|
+
"pino": "bin.js"
|
|
13755
|
+
}
|
|
13756
|
+
},
|
|
13757
|
+
"node_modules/pino-abstract-transport": {
|
|
13758
|
+
"version": "1.2.0",
|
|
13759
|
+
"resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-1.2.0.tgz",
|
|
13760
|
+
"integrity": "sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==",
|
|
13761
|
+
"license": "MIT",
|
|
13762
|
+
"dependencies": {
|
|
13763
|
+
"readable-stream": "^4.0.0",
|
|
13764
|
+
"split2": "^4.0.0"
|
|
13765
|
+
}
|
|
13766
|
+
},
|
|
13767
|
+
"node_modules/pino-abstract-transport/node_modules/readable-stream": {
|
|
13768
|
+
"version": "4.7.0",
|
|
13769
|
+
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.7.0.tgz",
|
|
13770
|
+
"integrity": "sha512-oIGGmcpTLwPga8Bn6/Z75SVaH1z5dUut2ibSyAMVhmUggWpmDn2dapB0n7f8nwaSiRtepAsfJyfXIO5DCVAODg==",
|
|
13771
|
+
"license": "MIT",
|
|
13772
|
+
"dependencies": {
|
|
13773
|
+
"abort-controller": "^3.0.0",
|
|
13774
|
+
"buffer": "^6.0.3",
|
|
13775
|
+
"events": "^3.3.0",
|
|
13776
|
+
"process": "^0.11.10",
|
|
13777
|
+
"string_decoder": "^1.3.0"
|
|
13778
|
+
},
|
|
13779
|
+
"engines": {
|
|
13780
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
13781
|
+
}
|
|
13782
|
+
},
|
|
13783
|
+
"node_modules/pino-abstract-transport/node_modules/string_decoder": {
|
|
13784
|
+
"version": "1.3.0",
|
|
13785
|
+
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
|
|
13786
|
+
"integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
|
|
13787
|
+
"license": "MIT",
|
|
13788
|
+
"dependencies": {
|
|
13789
|
+
"safe-buffer": "~5.2.0"
|
|
13790
|
+
}
|
|
13791
|
+
},
|
|
13792
|
+
"node_modules/pino-pretty": {
|
|
13793
|
+
"version": "11.3.0",
|
|
13794
|
+
"resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-11.3.0.tgz",
|
|
13795
|
+
"integrity": "sha512-oXwn7ICywaZPHmu3epHGU2oJX4nPmKvHvB/bwrJHlGcbEWaVcotkpyVHMKLKmiVryWYByNp0jpgAcXpFJDXJzA==",
|
|
13796
|
+
"license": "MIT",
|
|
13797
|
+
"dependencies": {
|
|
13798
|
+
"colorette": "^2.0.7",
|
|
13799
|
+
"dateformat": "^4.6.3",
|
|
13800
|
+
"fast-copy": "^3.0.2",
|
|
13801
|
+
"fast-safe-stringify": "^2.1.1",
|
|
13802
|
+
"help-me": "^5.0.0",
|
|
13803
|
+
"joycon": "^3.1.1",
|
|
13804
|
+
"minimist": "^1.2.6",
|
|
13805
|
+
"on-exit-leak-free": "^2.1.0",
|
|
13806
|
+
"pino-abstract-transport": "^2.0.0",
|
|
13807
|
+
"pump": "^3.0.0",
|
|
13808
|
+
"readable-stream": "^4.0.0",
|
|
13809
|
+
"secure-json-parse": "^2.4.0",
|
|
13810
|
+
"sonic-boom": "^4.0.1",
|
|
13811
|
+
"strip-json-comments": "^3.1.1"
|
|
13812
|
+
},
|
|
13813
|
+
"bin": {
|
|
13814
|
+
"pino-pretty": "bin.js"
|
|
13815
|
+
}
|
|
13816
|
+
},
|
|
13817
|
+
"node_modules/pino-pretty/node_modules/pino-abstract-transport": {
|
|
13818
|
+
"version": "2.0.0",
|
|
13819
|
+
"resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-2.0.0.tgz",
|
|
13820
|
+
"integrity": "sha512-F63x5tizV6WCh4R6RHyi2Ml+M70DNRXt/+HANowMflpgGFMAym/VKm6G7ZOQRjqN7XbGxK1Lg9t6ZrtzOaivMw==",
|
|
13821
|
+
"license": "MIT",
|
|
13822
|
+
"dependencies": {
|
|
13823
|
+
"split2": "^4.0.0"
|
|
13824
|
+
}
|
|
13825
|
+
},
|
|
13826
|
+
"node_modules/pino-pretty/node_modules/readable-stream": {
|
|
13827
|
+
"version": "4.7.0",
|
|
13828
|
+
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.7.0.tgz",
|
|
13829
|
+
"integrity": "sha512-oIGGmcpTLwPga8Bn6/Z75SVaH1z5dUut2ibSyAMVhmUggWpmDn2dapB0n7f8nwaSiRtepAsfJyfXIO5DCVAODg==",
|
|
13830
|
+
"license": "MIT",
|
|
13831
|
+
"dependencies": {
|
|
13832
|
+
"abort-controller": "^3.0.0",
|
|
13833
|
+
"buffer": "^6.0.3",
|
|
13834
|
+
"events": "^3.3.0",
|
|
13835
|
+
"process": "^0.11.10",
|
|
13836
|
+
"string_decoder": "^1.3.0"
|
|
13837
|
+
},
|
|
13838
|
+
"engines": {
|
|
13839
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
13840
|
+
}
|
|
13841
|
+
},
|
|
13842
|
+
"node_modules/pino-pretty/node_modules/string_decoder": {
|
|
13843
|
+
"version": "1.3.0",
|
|
13844
|
+
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
|
|
13845
|
+
"integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
|
|
13846
|
+
"license": "MIT",
|
|
13847
|
+
"dependencies": {
|
|
13848
|
+
"safe-buffer": "~5.2.0"
|
|
13849
|
+
}
|
|
13850
|
+
},
|
|
13851
|
+
"node_modules/pino-std-serializers": {
|
|
13852
|
+
"version": "7.1.0",
|
|
13853
|
+
"resolved": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-7.1.0.tgz",
|
|
13854
|
+
"integrity": "sha512-BndPH67/JxGExRgiX1dX0w1FvZck5Wa4aal9198SrRhZjH3GxKQUKIBnYJTdj2HDN3UQAS06HlfcSbQj2OHmaw==",
|
|
13855
|
+
"license": "MIT"
|
|
13856
|
+
},
|
|
13857
|
+
"node_modules/pino/node_modules/pino-abstract-transport": {
|
|
13858
|
+
"version": "2.0.0",
|
|
13859
|
+
"resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-2.0.0.tgz",
|
|
13860
|
+
"integrity": "sha512-F63x5tizV6WCh4R6RHyi2Ml+M70DNRXt/+HANowMflpgGFMAym/VKm6G7ZOQRjqN7XbGxK1Lg9t6ZrtzOaivMw==",
|
|
13861
|
+
"license": "MIT",
|
|
13862
|
+
"dependencies": {
|
|
13863
|
+
"split2": "^4.0.0"
|
|
13864
|
+
}
|
|
13865
|
+
},
|
|
12526
13866
|
"node_modules/pkce-challenge": {
|
|
12527
13867
|
"version": "5.0.1",
|
|
12528
13868
|
"resolved": "https://registry.npmjs.org/pkce-challenge/-/pkce-challenge-5.0.1.tgz",
|
|
@@ -12682,6 +14022,37 @@
|
|
|
12682
14022
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
12683
14023
|
}
|
|
12684
14024
|
},
|
|
14025
|
+
"node_modules/process": {
|
|
14026
|
+
"version": "0.11.10",
|
|
14027
|
+
"resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
|
|
14028
|
+
"integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==",
|
|
14029
|
+
"license": "MIT",
|
|
14030
|
+
"engines": {
|
|
14031
|
+
"node": ">= 0.6.0"
|
|
14032
|
+
}
|
|
14033
|
+
},
|
|
14034
|
+
"node_modules/process-nextick-args": {
|
|
14035
|
+
"version": "2.0.1",
|
|
14036
|
+
"resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
|
|
14037
|
+
"integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
|
|
14038
|
+
"license": "MIT"
|
|
14039
|
+
},
|
|
14040
|
+
"node_modules/process-warning": {
|
|
14041
|
+
"version": "5.0.0",
|
|
14042
|
+
"resolved": "https://registry.npmjs.org/process-warning/-/process-warning-5.0.0.tgz",
|
|
14043
|
+
"integrity": "sha512-a39t9ApHNx2L4+HBnQKqxxHNs1r7KF+Intd8Q/g1bUh6q0WIp9voPXJ/x0j+ZL45KF1pJd9+q2jLIRMfvEshkA==",
|
|
14044
|
+
"funding": [
|
|
14045
|
+
{
|
|
14046
|
+
"type": "github",
|
|
14047
|
+
"url": "https://github.com/sponsors/fastify"
|
|
14048
|
+
},
|
|
14049
|
+
{
|
|
14050
|
+
"type": "opencollective",
|
|
14051
|
+
"url": "https://opencollective.com/fastify"
|
|
14052
|
+
}
|
|
14053
|
+
],
|
|
14054
|
+
"license": "MIT"
|
|
14055
|
+
},
|
|
12685
14056
|
"node_modules/prompts": {
|
|
12686
14057
|
"version": "2.4.2",
|
|
12687
14058
|
"resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
|
|
@@ -12723,6 +14094,48 @@
|
|
|
12723
14094
|
"dev": true,
|
|
12724
14095
|
"license": "MIT"
|
|
12725
14096
|
},
|
|
14097
|
+
"node_modules/proper-lockfile": {
|
|
14098
|
+
"version": "4.1.2",
|
|
14099
|
+
"resolved": "https://registry.npmjs.org/proper-lockfile/-/proper-lockfile-4.1.2.tgz",
|
|
14100
|
+
"integrity": "sha512-TjNPblN4BwAWMXU8s9AEz4JmQxnD1NNL7bNOY/AKUzyamc379FWASUhc/K1pL2noVb+XmZKLL68cjzLsiOAMaA==",
|
|
14101
|
+
"license": "MIT",
|
|
14102
|
+
"dependencies": {
|
|
14103
|
+
"graceful-fs": "^4.2.4",
|
|
14104
|
+
"retry": "^0.12.0",
|
|
14105
|
+
"signal-exit": "^3.0.2"
|
|
14106
|
+
}
|
|
14107
|
+
},
|
|
14108
|
+
"node_modules/proper-lockfile/node_modules/signal-exit": {
|
|
14109
|
+
"version": "3.0.7",
|
|
14110
|
+
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
|
|
14111
|
+
"integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
|
|
14112
|
+
"license": "ISC"
|
|
14113
|
+
},
|
|
14114
|
+
"node_modules/protobufjs": {
|
|
14115
|
+
"version": "7.5.5",
|
|
14116
|
+
"resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.5.5.tgz",
|
|
14117
|
+
"integrity": "sha512-3wY1AxV+VBNW8Yypfd1yQY9pXnqTAN+KwQxL8iYm3/BjKYMNg4i0owhEe26PWDOMaIrzeeF98Lqd5NGz4omiIg==",
|
|
14118
|
+
"hasInstallScript": true,
|
|
14119
|
+
"license": "BSD-3-Clause",
|
|
14120
|
+
"peer": true,
|
|
14121
|
+
"dependencies": {
|
|
14122
|
+
"@protobufjs/aspromise": "^1.1.2",
|
|
14123
|
+
"@protobufjs/base64": "^1.1.2",
|
|
14124
|
+
"@protobufjs/codegen": "^2.0.4",
|
|
14125
|
+
"@protobufjs/eventemitter": "^1.1.0",
|
|
14126
|
+
"@protobufjs/fetch": "^1.1.0",
|
|
14127
|
+
"@protobufjs/float": "^1.0.2",
|
|
14128
|
+
"@protobufjs/inquire": "^1.1.0",
|
|
14129
|
+
"@protobufjs/path": "^1.1.2",
|
|
14130
|
+
"@protobufjs/pool": "^1.1.0",
|
|
14131
|
+
"@protobufjs/utf8": "^1.1.0",
|
|
14132
|
+
"@types/node": ">=13.7.0",
|
|
14133
|
+
"long": "^5.0.0"
|
|
14134
|
+
},
|
|
14135
|
+
"engines": {
|
|
14136
|
+
"node": ">=12.0.0"
|
|
14137
|
+
}
|
|
14138
|
+
},
|
|
12726
14139
|
"node_modules/proxy-addr": {
|
|
12727
14140
|
"version": "2.0.7",
|
|
12728
14141
|
"resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz",
|
|
@@ -12736,6 +14149,16 @@
|
|
|
12736
14149
|
"node": ">= 0.10"
|
|
12737
14150
|
}
|
|
12738
14151
|
},
|
|
14152
|
+
"node_modules/pump": {
|
|
14153
|
+
"version": "3.0.4",
|
|
14154
|
+
"resolved": "https://registry.npmjs.org/pump/-/pump-3.0.4.tgz",
|
|
14155
|
+
"integrity": "sha512-VS7sjc6KR7e1ukRFhQSY5LM2uBWAUPiOPa/A3mkKmiMwSmRFUITt0xuj+/lesgnCv+dPIEYlkzrcyXgquIHMcA==",
|
|
14156
|
+
"license": "MIT",
|
|
14157
|
+
"dependencies": {
|
|
14158
|
+
"end-of-stream": "^1.1.0",
|
|
14159
|
+
"once": "^1.3.1"
|
|
14160
|
+
}
|
|
14161
|
+
},
|
|
12739
14162
|
"node_modules/punycode": {
|
|
12740
14163
|
"version": "2.3.1",
|
|
12741
14164
|
"resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz",
|
|
@@ -12781,6 +14204,12 @@
|
|
|
12781
14204
|
],
|
|
12782
14205
|
"license": "MIT"
|
|
12783
14206
|
},
|
|
14207
|
+
"node_modules/quick-format-unescaped": {
|
|
14208
|
+
"version": "4.0.4",
|
|
14209
|
+
"resolved": "https://registry.npmjs.org/quick-format-unescaped/-/quick-format-unescaped-4.0.4.tgz",
|
|
14210
|
+
"integrity": "sha512-tYC1Q1hgyRuHgloV/YXs2w15unPVh8qfu/qCTfhTYamaw7fyhumKa2yGpdSo87vY32rIclj+4fWYQXUMs9EHvg==",
|
|
14211
|
+
"license": "MIT"
|
|
14212
|
+
},
|
|
12784
14213
|
"node_modules/radix-ui": {
|
|
12785
14214
|
"version": "1.4.3",
|
|
12786
14215
|
"resolved": "https://registry.npmjs.org/radix-ui/-/radix-ui-1.4.3.tgz",
|
|
@@ -12910,9 +14339,9 @@
|
|
|
12910
14339
|
}
|
|
12911
14340
|
},
|
|
12912
14341
|
"node_modules/react": {
|
|
12913
|
-
"version": "19.2.
|
|
12914
|
-
"resolved": "https://registry.npmjs.org/react/-/react-19.2.
|
|
12915
|
-
"integrity": "sha512-
|
|
14342
|
+
"version": "19.2.7",
|
|
14343
|
+
"resolved": "https://registry.npmjs.org/react/-/react-19.2.7.tgz",
|
|
14344
|
+
"integrity": "sha512-HNe9WslTbXmFK8o8cmwgAeJFSBvt1bPdHCVKtaaV+WlAN36mpT4hcRpwbf3fY56ar2oIXzsBpOAiIRHAdY0OlQ==",
|
|
12916
14345
|
"license": "MIT",
|
|
12917
14346
|
"engines": {
|
|
12918
14347
|
"node": ">=0.10.0"
|
|
@@ -12941,15 +14370,15 @@
|
|
|
12941
14370
|
}
|
|
12942
14371
|
},
|
|
12943
14372
|
"node_modules/react-dom": {
|
|
12944
|
-
"version": "19.2.
|
|
12945
|
-
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.
|
|
12946
|
-
"integrity": "sha512-
|
|
14373
|
+
"version": "19.2.7",
|
|
14374
|
+
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.7.tgz",
|
|
14375
|
+
"integrity": "sha512-t0BRVXvbiE/o20Hfw669rLbMCDWtYZLvmJigy2f0MxsXF+71pxhR3xOkspmsO8h3ZlNzyibAmtCa3l4lYKk6gQ==",
|
|
12947
14376
|
"license": "MIT",
|
|
12948
14377
|
"dependencies": {
|
|
12949
14378
|
"scheduler": "^0.27.0"
|
|
12950
14379
|
},
|
|
12951
14380
|
"peerDependencies": {
|
|
12952
|
-
"react": "^19.2.
|
|
14381
|
+
"react": "^19.2.7"
|
|
12953
14382
|
}
|
|
12954
14383
|
},
|
|
12955
14384
|
"node_modules/react-is": {
|
|
@@ -13061,6 +14490,36 @@
|
|
|
13061
14490
|
}
|
|
13062
14491
|
}
|
|
13063
14492
|
},
|
|
14493
|
+
"node_modules/readable-stream": {
|
|
14494
|
+
"version": "2.3.8",
|
|
14495
|
+
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz",
|
|
14496
|
+
"integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==",
|
|
14497
|
+
"license": "MIT",
|
|
14498
|
+
"dependencies": {
|
|
14499
|
+
"core-util-is": "~1.0.0",
|
|
14500
|
+
"inherits": "~2.0.3",
|
|
14501
|
+
"isarray": "~1.0.0",
|
|
14502
|
+
"process-nextick-args": "~2.0.0",
|
|
14503
|
+
"safe-buffer": "~5.1.1",
|
|
14504
|
+
"string_decoder": "~1.1.1",
|
|
14505
|
+
"util-deprecate": "~1.0.1"
|
|
14506
|
+
}
|
|
14507
|
+
},
|
|
14508
|
+
"node_modules/readable-stream/node_modules/safe-buffer": {
|
|
14509
|
+
"version": "5.1.2",
|
|
14510
|
+
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
|
|
14511
|
+
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
|
|
14512
|
+
"license": "MIT"
|
|
14513
|
+
},
|
|
14514
|
+
"node_modules/real-require": {
|
|
14515
|
+
"version": "0.2.0",
|
|
14516
|
+
"resolved": "https://registry.npmjs.org/real-require/-/real-require-0.2.0.tgz",
|
|
14517
|
+
"integrity": "sha512-57frrGM/OCTLqLOAh0mhVA9VBMHd+9U7Zb2THMGdBUoZVOtGbJzjxsYGDJ3A9AYYCP4hn6y1TVbaOfzWtm5GFg==",
|
|
14518
|
+
"license": "MIT",
|
|
14519
|
+
"engines": {
|
|
14520
|
+
"node": ">= 12.13.0"
|
|
14521
|
+
}
|
|
14522
|
+
},
|
|
13064
14523
|
"node_modules/recast": {
|
|
13065
14524
|
"version": "0.23.11",
|
|
13066
14525
|
"resolved": "https://registry.npmjs.org/recast/-/recast-0.23.11.tgz",
|
|
@@ -13251,6 +14710,15 @@
|
|
|
13251
14710
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
13252
14711
|
}
|
|
13253
14712
|
},
|
|
14713
|
+
"node_modules/retry": {
|
|
14714
|
+
"version": "0.12.0",
|
|
14715
|
+
"resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz",
|
|
14716
|
+
"integrity": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==",
|
|
14717
|
+
"license": "MIT",
|
|
14718
|
+
"engines": {
|
|
14719
|
+
"node": ">= 4"
|
|
14720
|
+
}
|
|
14721
|
+
},
|
|
13254
14722
|
"node_modules/rettime": {
|
|
13255
14723
|
"version": "0.11.11",
|
|
13256
14724
|
"resolved": "https://registry.npmjs.org/rettime/-/rettime-0.11.11.tgz",
|
|
@@ -13275,12 +14743,12 @@
|
|
|
13275
14743
|
"license": "MIT"
|
|
13276
14744
|
},
|
|
13277
14745
|
"node_modules/rollup": {
|
|
13278
|
-
"version": "4.
|
|
13279
|
-
"resolved": "https://registry.npmjs.org/rollup/-/rollup-4.
|
|
13280
|
-
"integrity": "sha512-
|
|
14746
|
+
"version": "4.61.0",
|
|
14747
|
+
"resolved": "https://registry.npmjs.org/rollup/-/rollup-4.61.0.tgz",
|
|
14748
|
+
"integrity": "sha512-T9mWdbWfQtp0B5lv/HX+wrhYsmXRlcWnXXmJbXqKJhlRaoS6KMhq0gpyzW4UJfclcxrEdLnTgjT2NjruLONu0g==",
|
|
13281
14749
|
"license": "MIT",
|
|
13282
14750
|
"dependencies": {
|
|
13283
|
-
"@types/estree": "1.0.
|
|
14751
|
+
"@types/estree": "1.0.9"
|
|
13284
14752
|
},
|
|
13285
14753
|
"bin": {
|
|
13286
14754
|
"rollup": "dist/bin/rollup"
|
|
@@ -13290,40 +14758,34 @@
|
|
|
13290
14758
|
"npm": ">=8.0.0"
|
|
13291
14759
|
},
|
|
13292
14760
|
"optionalDependencies": {
|
|
13293
|
-
"@rollup/rollup-android-arm-eabi": "4.
|
|
13294
|
-
"@rollup/rollup-android-arm64": "4.
|
|
13295
|
-
"@rollup/rollup-darwin-arm64": "4.
|
|
13296
|
-
"@rollup/rollup-darwin-x64": "4.
|
|
13297
|
-
"@rollup/rollup-freebsd-arm64": "4.
|
|
13298
|
-
"@rollup/rollup-freebsd-x64": "4.
|
|
13299
|
-
"@rollup/rollup-linux-arm-gnueabihf": "4.
|
|
13300
|
-
"@rollup/rollup-linux-arm-musleabihf": "4.
|
|
13301
|
-
"@rollup/rollup-linux-arm64-gnu": "4.
|
|
13302
|
-
"@rollup/rollup-linux-arm64-musl": "4.
|
|
13303
|
-
"@rollup/rollup-linux-loong64-gnu": "4.
|
|
13304
|
-
"@rollup/rollup-linux-loong64-musl": "4.
|
|
13305
|
-
"@rollup/rollup-linux-ppc64-gnu": "4.
|
|
13306
|
-
"@rollup/rollup-linux-ppc64-musl": "4.
|
|
13307
|
-
"@rollup/rollup-linux-riscv64-gnu": "4.
|
|
13308
|
-
"@rollup/rollup-linux-riscv64-musl": "4.
|
|
13309
|
-
"@rollup/rollup-linux-s390x-gnu": "4.
|
|
13310
|
-
"@rollup/rollup-linux-x64-gnu": "4.
|
|
13311
|
-
"@rollup/rollup-linux-x64-musl": "4.
|
|
13312
|
-
"@rollup/rollup-openbsd-x64": "4.
|
|
13313
|
-
"@rollup/rollup-openharmony-arm64": "4.
|
|
13314
|
-
"@rollup/rollup-win32-arm64-msvc": "4.
|
|
13315
|
-
"@rollup/rollup-win32-ia32-msvc": "4.
|
|
13316
|
-
"@rollup/rollup-win32-x64-gnu": "4.
|
|
13317
|
-
"@rollup/rollup-win32-x64-msvc": "4.
|
|
14761
|
+
"@rollup/rollup-android-arm-eabi": "4.61.0",
|
|
14762
|
+
"@rollup/rollup-android-arm64": "4.61.0",
|
|
14763
|
+
"@rollup/rollup-darwin-arm64": "4.61.0",
|
|
14764
|
+
"@rollup/rollup-darwin-x64": "4.61.0",
|
|
14765
|
+
"@rollup/rollup-freebsd-arm64": "4.61.0",
|
|
14766
|
+
"@rollup/rollup-freebsd-x64": "4.61.0",
|
|
14767
|
+
"@rollup/rollup-linux-arm-gnueabihf": "4.61.0",
|
|
14768
|
+
"@rollup/rollup-linux-arm-musleabihf": "4.61.0",
|
|
14769
|
+
"@rollup/rollup-linux-arm64-gnu": "4.61.0",
|
|
14770
|
+
"@rollup/rollup-linux-arm64-musl": "4.61.0",
|
|
14771
|
+
"@rollup/rollup-linux-loong64-gnu": "4.61.0",
|
|
14772
|
+
"@rollup/rollup-linux-loong64-musl": "4.61.0",
|
|
14773
|
+
"@rollup/rollup-linux-ppc64-gnu": "4.61.0",
|
|
14774
|
+
"@rollup/rollup-linux-ppc64-musl": "4.61.0",
|
|
14775
|
+
"@rollup/rollup-linux-riscv64-gnu": "4.61.0",
|
|
14776
|
+
"@rollup/rollup-linux-riscv64-musl": "4.61.0",
|
|
14777
|
+
"@rollup/rollup-linux-s390x-gnu": "4.61.0",
|
|
14778
|
+
"@rollup/rollup-linux-x64-gnu": "4.61.0",
|
|
14779
|
+
"@rollup/rollup-linux-x64-musl": "4.61.0",
|
|
14780
|
+
"@rollup/rollup-openbsd-x64": "4.61.0",
|
|
14781
|
+
"@rollup/rollup-openharmony-arm64": "4.61.0",
|
|
14782
|
+
"@rollup/rollup-win32-arm64-msvc": "4.61.0",
|
|
14783
|
+
"@rollup/rollup-win32-ia32-msvc": "4.61.0",
|
|
14784
|
+
"@rollup/rollup-win32-x64-gnu": "4.61.0",
|
|
14785
|
+
"@rollup/rollup-win32-x64-msvc": "4.61.0",
|
|
13318
14786
|
"fsevents": "~2.3.2"
|
|
13319
14787
|
}
|
|
13320
14788
|
},
|
|
13321
|
-
"node_modules/rollup/node_modules/@types/estree": {
|
|
13322
|
-
"version": "1.0.8",
|
|
13323
|
-
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.8.tgz",
|
|
13324
|
-
"integrity": "sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==",
|
|
13325
|
-
"license": "MIT"
|
|
13326
|
-
},
|
|
13327
14789
|
"node_modules/router": {
|
|
13328
14790
|
"version": "2.2.0",
|
|
13329
14791
|
"resolved": "https://registry.npmjs.org/router/-/router-2.2.0.tgz",
|
|
@@ -13340,16 +14802,6 @@
|
|
|
13340
14802
|
"node": ">= 18"
|
|
13341
14803
|
}
|
|
13342
14804
|
},
|
|
13343
|
-
"node_modules/router/node_modules/path-to-regexp": {
|
|
13344
|
-
"version": "8.4.2",
|
|
13345
|
-
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.4.2.tgz",
|
|
13346
|
-
"integrity": "sha512-qRcuIdP69NPm4qbACK+aDogI5CBDMi1jKe0ry5rSQJz8JVLsC7jV8XpiJjGRLLol3N+R5ihGYcrPLTno6pAdBA==",
|
|
13347
|
-
"license": "MIT",
|
|
13348
|
-
"funding": {
|
|
13349
|
-
"type": "opencollective",
|
|
13350
|
-
"url": "https://opencollective.com/express"
|
|
13351
|
-
}
|
|
13352
|
-
},
|
|
13353
14805
|
"node_modules/rrweb-cssom": {
|
|
13354
14806
|
"version": "0.7.1",
|
|
13355
14807
|
"resolved": "https://registry.npmjs.org/rrweb-cssom/-/rrweb-cssom-0.7.1.tgz",
|
|
@@ -13412,11 +14864,17 @@
|
|
|
13412
14864
|
"url": "https://github.com/sponsors/ljharb"
|
|
13413
14865
|
}
|
|
13414
14866
|
},
|
|
14867
|
+
"node_modules/safe-array-concat/node_modules/isarray": {
|
|
14868
|
+
"version": "2.0.5",
|
|
14869
|
+
"resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
|
|
14870
|
+
"integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
|
|
14871
|
+
"dev": true,
|
|
14872
|
+
"license": "MIT"
|
|
14873
|
+
},
|
|
13415
14874
|
"node_modules/safe-buffer": {
|
|
13416
14875
|
"version": "5.2.1",
|
|
13417
14876
|
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
|
|
13418
14877
|
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
|
|
13419
|
-
"dev": true,
|
|
13420
14878
|
"funding": [
|
|
13421
14879
|
{
|
|
13422
14880
|
"type": "github",
|
|
@@ -13450,6 +14908,13 @@
|
|
|
13450
14908
|
"url": "https://github.com/sponsors/ljharb"
|
|
13451
14909
|
}
|
|
13452
14910
|
},
|
|
14911
|
+
"node_modules/safe-push-apply/node_modules/isarray": {
|
|
14912
|
+
"version": "2.0.5",
|
|
14913
|
+
"resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
|
|
14914
|
+
"integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
|
|
14915
|
+
"dev": true,
|
|
14916
|
+
"license": "MIT"
|
|
14917
|
+
},
|
|
13453
14918
|
"node_modules/safe-regex-test": {
|
|
13454
14919
|
"version": "1.1.0",
|
|
13455
14920
|
"resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.1.0.tgz",
|
|
@@ -13468,12 +14933,30 @@
|
|
|
13468
14933
|
"url": "https://github.com/sponsors/ljharb"
|
|
13469
14934
|
}
|
|
13470
14935
|
},
|
|
14936
|
+
"node_modules/safe-stable-stringify": {
|
|
14937
|
+
"version": "2.5.0",
|
|
14938
|
+
"resolved": "https://registry.npmjs.org/safe-stable-stringify/-/safe-stable-stringify-2.5.0.tgz",
|
|
14939
|
+
"integrity": "sha512-b3rppTKm9T+PsVCBEOUR46GWI7fdOs00VKZ1+9c1EWDaDMvjQc6tUwuFyIprgGgTcWoVHSKrU8H31ZHA2e0RHA==",
|
|
14940
|
+
"license": "MIT",
|
|
14941
|
+
"engines": {
|
|
14942
|
+
"node": ">=10"
|
|
14943
|
+
}
|
|
14944
|
+
},
|
|
13471
14945
|
"node_modules/safer-buffer": {
|
|
13472
14946
|
"version": "2.1.2",
|
|
13473
14947
|
"resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
|
|
13474
14948
|
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
|
|
13475
14949
|
"license": "MIT"
|
|
13476
14950
|
},
|
|
14951
|
+
"node_modules/sax": {
|
|
14952
|
+
"version": "1.6.0",
|
|
14953
|
+
"resolved": "https://registry.npmjs.org/sax/-/sax-1.6.0.tgz",
|
|
14954
|
+
"integrity": "sha512-6R3J5M4AcbtLUdZmRv2SygeVaM7IhrLXu9BmnOGmmACak8fiUtOsYNWUS4uK7upbmHIBbLBeFeI//477BKLBzA==",
|
|
14955
|
+
"license": "BlueOak-1.0.0",
|
|
14956
|
+
"engines": {
|
|
14957
|
+
"node": ">=11.0.0"
|
|
14958
|
+
}
|
|
14959
|
+
},
|
|
13477
14960
|
"node_modules/saxes": {
|
|
13478
14961
|
"version": "6.0.0",
|
|
13479
14962
|
"resolved": "https://registry.npmjs.org/saxes/-/saxes-6.0.0.tgz",
|
|
@@ -13493,6 +14976,12 @@
|
|
|
13493
14976
|
"integrity": "sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==",
|
|
13494
14977
|
"license": "MIT"
|
|
13495
14978
|
},
|
|
14979
|
+
"node_modules/secure-json-parse": {
|
|
14980
|
+
"version": "2.7.0",
|
|
14981
|
+
"resolved": "https://registry.npmjs.org/secure-json-parse/-/secure-json-parse-2.7.0.tgz",
|
|
14982
|
+
"integrity": "sha512-6aU+Rwsezw7VR8/nyvKTx8QpWH9FrcYiXXlqC4z5d5XQBDRqtbfsRjnwGyqbi3gddNtWHuEk9OANUotL26qKUw==",
|
|
14983
|
+
"license": "BSD-3-Clause"
|
|
14984
|
+
},
|
|
13496
14985
|
"node_modules/semver": {
|
|
13497
14986
|
"version": "6.3.1",
|
|
13498
14987
|
"resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
|
|
@@ -13566,7 +15055,6 @@
|
|
|
13566
15055
|
"version": "3.0.4",
|
|
13567
15056
|
"resolved": "https://registry.npmjs.org/sentence-case/-/sentence-case-3.0.4.tgz",
|
|
13568
15057
|
"integrity": "sha512-8LS0JInaQMCRoQ7YUytAo/xUu5W2XnQxV2HI/6uM6U7CITS1RqPElr30V6uIqyMKM9lJGRVFy5/4CuzcixNYSg==",
|
|
13569
|
-
"dev": true,
|
|
13570
15058
|
"license": "MIT",
|
|
13571
15059
|
"dependencies": {
|
|
13572
15060
|
"no-case": "^3.0.4",
|
|
@@ -13574,6 +15062,15 @@
|
|
|
13574
15062
|
"upper-case-first": "^2.0.2"
|
|
13575
15063
|
}
|
|
13576
15064
|
},
|
|
15065
|
+
"node_modules/sequin": {
|
|
15066
|
+
"version": "0.1.1",
|
|
15067
|
+
"resolved": "https://registry.npmjs.org/sequin/-/sequin-0.1.1.tgz",
|
|
15068
|
+
"integrity": "sha512-hJWMZRwP75ocoBM+1/YaCsvS0j5MTPeBHJkS2/wruehl9xwtX30HlDF1Gt6UZ8HHHY8SJa2/IL+jo+JJCd59rA==",
|
|
15069
|
+
"license": "MIT",
|
|
15070
|
+
"engines": {
|
|
15071
|
+
"node": ">=0.4.0"
|
|
15072
|
+
}
|
|
15073
|
+
},
|
|
13577
15074
|
"node_modules/serve": {
|
|
13578
15075
|
"version": "14.2.6",
|
|
13579
15076
|
"resolved": "https://registry.npmjs.org/serve/-/serve-14.2.6.tgz",
|
|
@@ -13649,6 +15146,13 @@
|
|
|
13649
15146
|
"node": ">= 0.6"
|
|
13650
15147
|
}
|
|
13651
15148
|
},
|
|
15149
|
+
"node_modules/serve-handler/node_modules/path-to-regexp": {
|
|
15150
|
+
"version": "3.3.0",
|
|
15151
|
+
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-3.3.0.tgz",
|
|
15152
|
+
"integrity": "sha512-qyCH421YQPS2WFDxDjftfc1ZR5WKQzVzqsp4n9M2kQhVOo/ByahFoUNJfl58kOcEGfQ//7weFTDhm+ss8Ecxgw==",
|
|
15153
|
+
"dev": true,
|
|
15154
|
+
"license": "MIT"
|
|
15155
|
+
},
|
|
13652
15156
|
"node_modules/serve-static": {
|
|
13653
15157
|
"version": "2.2.1",
|
|
13654
15158
|
"resolved": "https://registry.npmjs.org/serve-static/-/serve-static-2.2.1.tgz",
|
|
@@ -13698,13 +15202,6 @@
|
|
|
13698
15202
|
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
13699
15203
|
}
|
|
13700
15204
|
},
|
|
13701
|
-
"node_modules/serve/node_modules/json-schema-traverse": {
|
|
13702
|
-
"version": "1.0.0",
|
|
13703
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
13704
|
-
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
13705
|
-
"dev": true,
|
|
13706
|
-
"license": "MIT"
|
|
13707
|
-
},
|
|
13708
15205
|
"node_modules/set-cookie-parser": {
|
|
13709
15206
|
"version": "2.7.2",
|
|
13710
15207
|
"resolved": "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-2.7.2.tgz",
|
|
@@ -13760,6 +15257,12 @@
|
|
|
13760
15257
|
"node": ">= 0.4"
|
|
13761
15258
|
}
|
|
13762
15259
|
},
|
|
15260
|
+
"node_modules/setimmediate": {
|
|
15261
|
+
"version": "1.0.5",
|
|
15262
|
+
"resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz",
|
|
15263
|
+
"integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==",
|
|
15264
|
+
"license": "MIT"
|
|
15265
|
+
},
|
|
13763
15266
|
"node_modules/setprototypeof": {
|
|
13764
15267
|
"version": "1.2.0",
|
|
13765
15268
|
"resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz",
|
|
@@ -13812,6 +15315,15 @@
|
|
|
13812
15315
|
"shadcn": "dist/index.js"
|
|
13813
15316
|
}
|
|
13814
15317
|
},
|
|
15318
|
+
"node_modules/shadcn/node_modules/agent-base": {
|
|
15319
|
+
"version": "7.1.4",
|
|
15320
|
+
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz",
|
|
15321
|
+
"integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==",
|
|
15322
|
+
"license": "MIT",
|
|
15323
|
+
"engines": {
|
|
15324
|
+
"node": ">= 14"
|
|
15325
|
+
}
|
|
15326
|
+
},
|
|
13815
15327
|
"node_modules/shadcn/node_modules/execa": {
|
|
13816
15328
|
"version": "9.6.1",
|
|
13817
15329
|
"resolved": "https://registry.npmjs.org/execa/-/execa-9.6.1.tgz",
|
|
@@ -13854,6 +15366,19 @@
|
|
|
13854
15366
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
13855
15367
|
}
|
|
13856
15368
|
},
|
|
15369
|
+
"node_modules/shadcn/node_modules/https-proxy-agent": {
|
|
15370
|
+
"version": "7.0.6",
|
|
15371
|
+
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
|
|
15372
|
+
"integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
|
|
15373
|
+
"license": "MIT",
|
|
15374
|
+
"dependencies": {
|
|
15375
|
+
"agent-base": "^7.1.2",
|
|
15376
|
+
"debug": "4"
|
|
15377
|
+
},
|
|
15378
|
+
"engines": {
|
|
15379
|
+
"node": ">= 14"
|
|
15380
|
+
}
|
|
15381
|
+
},
|
|
13857
15382
|
"node_modules/shadcn/node_modules/human-signals": {
|
|
13858
15383
|
"version": "8.0.1",
|
|
13859
15384
|
"resolved": "https://registry.npmjs.org/human-signals/-/human-signals-8.0.1.tgz",
|
|
@@ -13875,6 +15400,24 @@
|
|
|
13875
15400
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
13876
15401
|
}
|
|
13877
15402
|
},
|
|
15403
|
+
"node_modules/shadcn/node_modules/node-fetch": {
|
|
15404
|
+
"version": "3.3.2",
|
|
15405
|
+
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.2.tgz",
|
|
15406
|
+
"integrity": "sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==",
|
|
15407
|
+
"license": "MIT",
|
|
15408
|
+
"dependencies": {
|
|
15409
|
+
"data-uri-to-buffer": "^4.0.0",
|
|
15410
|
+
"fetch-blob": "^3.1.4",
|
|
15411
|
+
"formdata-polyfill": "^4.0.10"
|
|
15412
|
+
},
|
|
15413
|
+
"engines": {
|
|
15414
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
15415
|
+
},
|
|
15416
|
+
"funding": {
|
|
15417
|
+
"type": "opencollective",
|
|
15418
|
+
"url": "https://opencollective.com/node-fetch"
|
|
15419
|
+
}
|
|
15420
|
+
},
|
|
13878
15421
|
"node_modules/shadcn/node_modules/npm-run-path": {
|
|
13879
15422
|
"version": "6.0.0",
|
|
13880
15423
|
"resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-6.0.0.tgz",
|
|
@@ -14114,13 +15657,21 @@
|
|
|
14114
15657
|
"version": "3.0.4",
|
|
14115
15658
|
"resolved": "https://registry.npmjs.org/snake-case/-/snake-case-3.0.4.tgz",
|
|
14116
15659
|
"integrity": "sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg==",
|
|
14117
|
-
"dev": true,
|
|
14118
15660
|
"license": "MIT",
|
|
14119
15661
|
"dependencies": {
|
|
14120
15662
|
"dot-case": "^3.0.4",
|
|
14121
15663
|
"tslib": "^2.0.3"
|
|
14122
15664
|
}
|
|
14123
15665
|
},
|
|
15666
|
+
"node_modules/sonic-boom": {
|
|
15667
|
+
"version": "4.2.1",
|
|
15668
|
+
"resolved": "https://registry.npmjs.org/sonic-boom/-/sonic-boom-4.2.1.tgz",
|
|
15669
|
+
"integrity": "sha512-w6AxtubXa2wTXAUsZMMWERrsIRAdrK0Sc+FUytWvYAhBJLyuI4llrMIC1DtlNSdI99EI86KZum2MMq3EAZlF9Q==",
|
|
15670
|
+
"license": "MIT",
|
|
15671
|
+
"dependencies": {
|
|
15672
|
+
"atomic-sleep": "^1.0.0"
|
|
15673
|
+
}
|
|
15674
|
+
},
|
|
14124
15675
|
"node_modules/sonner": {
|
|
14125
15676
|
"version": "1.7.4",
|
|
14126
15677
|
"resolved": "https://registry.npmjs.org/sonner/-/sonner-1.7.4.tgz",
|
|
@@ -14149,6 +15700,15 @@
|
|
|
14149
15700
|
"node": ">=0.10.0"
|
|
14150
15701
|
}
|
|
14151
15702
|
},
|
|
15703
|
+
"node_modules/split2": {
|
|
15704
|
+
"version": "4.2.0",
|
|
15705
|
+
"resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
|
|
15706
|
+
"integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
|
|
15707
|
+
"license": "ISC",
|
|
15708
|
+
"engines": {
|
|
15709
|
+
"node": ">= 10.x"
|
|
15710
|
+
}
|
|
15711
|
+
},
|
|
14152
15712
|
"node_modules/sponge-case": {
|
|
14153
15713
|
"version": "1.0.1",
|
|
14154
15714
|
"resolved": "https://registry.npmjs.org/sponge-case/-/sponge-case-1.0.1.tgz",
|
|
@@ -14214,6 +15774,21 @@
|
|
|
14214
15774
|
"integrity": "sha512-vMgjE/GGEPEFnhFub6pa4FmJBRBVOLpIII2hvCZ8Kzb7K0hlHo7mQv6xYrBvCL2LtAIBwFUK8wvuJgTVSQ5MFQ==",
|
|
14215
15775
|
"license": "MIT"
|
|
14216
15776
|
},
|
|
15777
|
+
"node_modules/string_decoder": {
|
|
15778
|
+
"version": "1.1.1",
|
|
15779
|
+
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
|
|
15780
|
+
"integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
|
|
15781
|
+
"license": "MIT",
|
|
15782
|
+
"dependencies": {
|
|
15783
|
+
"safe-buffer": "~5.1.0"
|
|
15784
|
+
}
|
|
15785
|
+
},
|
|
15786
|
+
"node_modules/string_decoder/node_modules/safe-buffer": {
|
|
15787
|
+
"version": "5.1.2",
|
|
15788
|
+
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
|
|
15789
|
+
"integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
|
|
15790
|
+
"license": "MIT"
|
|
15791
|
+
},
|
|
14217
15792
|
"node_modules/string-env-interpolation": {
|
|
14218
15793
|
"version": "1.0.1",
|
|
14219
15794
|
"resolved": "https://registry.npmjs.org/string-env-interpolation/-/string-env-interpolation-1.0.1.tgz",
|
|
@@ -14415,7 +15990,6 @@
|
|
|
14415
15990
|
"version": "3.1.1",
|
|
14416
15991
|
"resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
|
|
14417
15992
|
"integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
|
|
14418
|
-
"dev": true,
|
|
14419
15993
|
"license": "MIT",
|
|
14420
15994
|
"engines": {
|
|
14421
15995
|
"node": ">=8"
|
|
@@ -14482,6 +16056,25 @@
|
|
|
14482
16056
|
"node": ">=18"
|
|
14483
16057
|
}
|
|
14484
16058
|
},
|
|
16059
|
+
"node_modules/sync-fetch/node_modules/node-fetch": {
|
|
16060
|
+
"version": "3.3.2",
|
|
16061
|
+
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.2.tgz",
|
|
16062
|
+
"integrity": "sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==",
|
|
16063
|
+
"dev": true,
|
|
16064
|
+
"license": "MIT",
|
|
16065
|
+
"dependencies": {
|
|
16066
|
+
"data-uri-to-buffer": "^4.0.0",
|
|
16067
|
+
"fetch-blob": "^3.1.4",
|
|
16068
|
+
"formdata-polyfill": "^4.0.10"
|
|
16069
|
+
},
|
|
16070
|
+
"engines": {
|
|
16071
|
+
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
16072
|
+
},
|
|
16073
|
+
"funding": {
|
|
16074
|
+
"type": "opencollective",
|
|
16075
|
+
"url": "https://opencollective.com/node-fetch"
|
|
16076
|
+
}
|
|
16077
|
+
},
|
|
14485
16078
|
"node_modules/tagged-tag": {
|
|
14486
16079
|
"version": "1.0.0",
|
|
14487
16080
|
"resolved": "https://registry.npmjs.org/tagged-tag/-/tagged-tag-1.0.0.tgz",
|
|
@@ -14523,6 +16116,31 @@
|
|
|
14523
16116
|
"url": "https://opencollective.com/webpack"
|
|
14524
16117
|
}
|
|
14525
16118
|
},
|
|
16119
|
+
"node_modules/thingies": {
|
|
16120
|
+
"version": "2.6.0",
|
|
16121
|
+
"resolved": "https://registry.npmjs.org/thingies/-/thingies-2.6.0.tgz",
|
|
16122
|
+
"integrity": "sha512-rMHRjmlFLM1R96UYPvpmnc3LYtdFrT33JIB7L9hetGue1qAPfn1N2LJeEjxUSidu1Iku+haLZXDuEXUHNGO/lg==",
|
|
16123
|
+
"license": "MIT",
|
|
16124
|
+
"engines": {
|
|
16125
|
+
"node": ">=10.18"
|
|
16126
|
+
},
|
|
16127
|
+
"funding": {
|
|
16128
|
+
"type": "github",
|
|
16129
|
+
"url": "https://github.com/sponsors/streamich"
|
|
16130
|
+
},
|
|
16131
|
+
"peerDependencies": {
|
|
16132
|
+
"tslib": "^2"
|
|
16133
|
+
}
|
|
16134
|
+
},
|
|
16135
|
+
"node_modules/thread-stream": {
|
|
16136
|
+
"version": "3.1.0",
|
|
16137
|
+
"resolved": "https://registry.npmjs.org/thread-stream/-/thread-stream-3.1.0.tgz",
|
|
16138
|
+
"integrity": "sha512-OqyPZ9u96VohAyMfJykzmivOrY2wfMSf3C5TtFJVgN+Hm6aj+voFhlK+kZEIv2FBh1X6Xp3DlnCOfEQ3B2J86A==",
|
|
16139
|
+
"license": "MIT",
|
|
16140
|
+
"dependencies": {
|
|
16141
|
+
"real-require": "^0.2.0"
|
|
16142
|
+
}
|
|
16143
|
+
},
|
|
14526
16144
|
"node_modules/timeout-signal": {
|
|
14527
16145
|
"version": "2.0.0",
|
|
14528
16146
|
"resolved": "https://registry.npmjs.org/timeout-signal/-/timeout-signal-2.0.0.tgz",
|
|
@@ -14547,18 +16165,18 @@
|
|
|
14547
16165
|
"license": "MIT"
|
|
14548
16166
|
},
|
|
14549
16167
|
"node_modules/tinyexec": {
|
|
14550
|
-
"version": "1.2.
|
|
14551
|
-
"resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.2.
|
|
14552
|
-
"integrity": "sha512-
|
|
16168
|
+
"version": "1.2.4",
|
|
16169
|
+
"resolved": "https://registry.npmjs.org/tinyexec/-/tinyexec-1.2.4.tgz",
|
|
16170
|
+
"integrity": "sha512-SHf/r48b7vOrjve9PxJo3MN5v5yuyjHvdUcrQffT3WXMUfnGmHDVbC4k3sHJaJTgZCwpUplIaAo5ANtMyp3YHg==",
|
|
14553
16171
|
"license": "MIT",
|
|
14554
16172
|
"engines": {
|
|
14555
16173
|
"node": ">=18"
|
|
14556
16174
|
}
|
|
14557
16175
|
},
|
|
14558
16176
|
"node_modules/tinyglobby": {
|
|
14559
|
-
"version": "0.2.
|
|
14560
|
-
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.
|
|
14561
|
-
"integrity": "sha512-
|
|
16177
|
+
"version": "0.2.17",
|
|
16178
|
+
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.17.tgz",
|
|
16179
|
+
"integrity": "sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==",
|
|
14562
16180
|
"license": "MIT",
|
|
14563
16181
|
"dependencies": {
|
|
14564
16182
|
"fdir": "^6.5.0",
|
|
@@ -14621,23 +16239,21 @@
|
|
|
14621
16239
|
}
|
|
14622
16240
|
},
|
|
14623
16241
|
"node_modules/tldts": {
|
|
14624
|
-
"version": "
|
|
14625
|
-
"resolved": "https://registry.npmjs.org/tldts/-/tldts-
|
|
14626
|
-
"integrity": "sha512-
|
|
14627
|
-
"dev": true,
|
|
16242
|
+
"version": "7.4.2",
|
|
16243
|
+
"resolved": "https://registry.npmjs.org/tldts/-/tldts-7.4.2.tgz",
|
|
16244
|
+
"integrity": "sha512-kCwffuaH8ntKtygnWe1b4BJKWiCUH30n5KfoTr6IchcXOwR7chAOFJxFrH3vjANafUYrIA4a7SDL+nn7SiR4Sw==",
|
|
14628
16245
|
"license": "MIT",
|
|
14629
16246
|
"dependencies": {
|
|
14630
|
-
"tldts-core": "^
|
|
16247
|
+
"tldts-core": "^7.4.2"
|
|
14631
16248
|
},
|
|
14632
16249
|
"bin": {
|
|
14633
16250
|
"tldts": "bin/cli.js"
|
|
14634
16251
|
}
|
|
14635
16252
|
},
|
|
14636
16253
|
"node_modules/tldts-core": {
|
|
14637
|
-
"version": "
|
|
14638
|
-
"resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-
|
|
14639
|
-
"integrity": "sha512-
|
|
14640
|
-
"dev": true,
|
|
16254
|
+
"version": "7.4.2",
|
|
16255
|
+
"resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-7.4.2.tgz",
|
|
16256
|
+
"integrity": "sha512-nwEyF4vl4RSJjwSjBUmOSxc3BFPoIFdlRthJ6e+5v9P3bHNsoD06UjuqMUspqp7vsEZ1beaHi1km+optiE17yA==",
|
|
14641
16257
|
"license": "MIT"
|
|
14642
16258
|
},
|
|
14643
16259
|
"node_modules/to-regex-range": {
|
|
@@ -14672,13 +16288,12 @@
|
|
|
14672
16288
|
}
|
|
14673
16289
|
},
|
|
14674
16290
|
"node_modules/tough-cookie": {
|
|
14675
|
-
"version": "
|
|
14676
|
-
"resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-
|
|
14677
|
-
"integrity": "sha512-
|
|
14678
|
-
"dev": true,
|
|
16291
|
+
"version": "6.0.1",
|
|
16292
|
+
"resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-6.0.1.tgz",
|
|
16293
|
+
"integrity": "sha512-LktZQb3IeoUWB9lqR5EWTHgW/VTITCXg4D21M+lvybRVdylLrRMnqaIONLVb5mav8vM19m44HIcGq4qASeu2Qw==",
|
|
14679
16294
|
"license": "BSD-3-Clause",
|
|
14680
16295
|
"dependencies": {
|
|
14681
|
-
"tldts": "^
|
|
16296
|
+
"tldts": "^7.0.5"
|
|
14682
16297
|
},
|
|
14683
16298
|
"engines": {
|
|
14684
16299
|
"node": ">=16"
|
|
@@ -14697,6 +16312,22 @@
|
|
|
14697
16312
|
"node": ">=18"
|
|
14698
16313
|
}
|
|
14699
16314
|
},
|
|
16315
|
+
"node_modules/tree-dump": {
|
|
16316
|
+
"version": "1.1.0",
|
|
16317
|
+
"resolved": "https://registry.npmjs.org/tree-dump/-/tree-dump-1.1.0.tgz",
|
|
16318
|
+
"integrity": "sha512-rMuvhU4MCDbcbnleZTFezWsaZXRFemSqAM+7jPnzUl1fo9w3YEKOxAeui0fz3OI4EU4hf23iyA7uQRVko+UaBA==",
|
|
16319
|
+
"license": "Apache-2.0",
|
|
16320
|
+
"engines": {
|
|
16321
|
+
"node": ">=10.0"
|
|
16322
|
+
},
|
|
16323
|
+
"funding": {
|
|
16324
|
+
"type": "github",
|
|
16325
|
+
"url": "https://github.com/sponsors/streamich"
|
|
16326
|
+
},
|
|
16327
|
+
"peerDependencies": {
|
|
16328
|
+
"tslib": "2"
|
|
16329
|
+
}
|
|
16330
|
+
},
|
|
14700
16331
|
"node_modules/ts-api-utils": {
|
|
14701
16332
|
"version": "2.5.0",
|
|
14702
16333
|
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.5.0.tgz",
|
|
@@ -14727,6 +16358,15 @@
|
|
|
14727
16358
|
"code-block-writer": "^13.0.3"
|
|
14728
16359
|
}
|
|
14729
16360
|
},
|
|
16361
|
+
"node_modules/ts-retry-promise": {
|
|
16362
|
+
"version": "0.8.1",
|
|
16363
|
+
"resolved": "https://registry.npmjs.org/ts-retry-promise/-/ts-retry-promise-0.8.1.tgz",
|
|
16364
|
+
"integrity": "sha512-+AHPUmAhr5bSRRK5CurE9kNH8gZlEHnCgusZ0zy2bjfatUBDX0h6vGQjiT0YrGwSDwRZmU+bapeX6mj55FOPvg==",
|
|
16365
|
+
"license": "MIT",
|
|
16366
|
+
"engines": {
|
|
16367
|
+
"node": ">=6"
|
|
16368
|
+
}
|
|
16369
|
+
},
|
|
14730
16370
|
"node_modules/tsconfig-paths": {
|
|
14731
16371
|
"version": "4.2.0",
|
|
14732
16372
|
"resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-4.2.0.tgz",
|
|
@@ -14747,6 +16387,18 @@
|
|
|
14747
16387
|
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
|
14748
16388
|
"license": "0BSD"
|
|
14749
16389
|
},
|
|
16390
|
+
"node_modules/tunnel-agent": {
|
|
16391
|
+
"version": "0.6.0",
|
|
16392
|
+
"resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
|
|
16393
|
+
"integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==",
|
|
16394
|
+
"license": "Apache-2.0",
|
|
16395
|
+
"dependencies": {
|
|
16396
|
+
"safe-buffer": "^5.0.1"
|
|
16397
|
+
},
|
|
16398
|
+
"engines": {
|
|
16399
|
+
"node": "*"
|
|
16400
|
+
}
|
|
16401
|
+
},
|
|
14750
16402
|
"node_modules/tw-animate-css": {
|
|
14751
16403
|
"version": "1.4.0",
|
|
14752
16404
|
"resolved": "https://registry.npmjs.org/tw-animate-css/-/tw-animate-css-1.4.0.tgz",
|
|
@@ -14931,16 +16583,16 @@
|
|
|
14931
16583
|
}
|
|
14932
16584
|
},
|
|
14933
16585
|
"node_modules/typescript-eslint": {
|
|
14934
|
-
"version": "8.60.
|
|
14935
|
-
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.60.
|
|
14936
|
-
"integrity": "sha512-
|
|
16586
|
+
"version": "8.60.1",
|
|
16587
|
+
"resolved": "https://registry.npmjs.org/typescript-eslint/-/typescript-eslint-8.60.1.tgz",
|
|
16588
|
+
"integrity": "sha512-6m5hkkRAp8lKvhVpcprAIn5KkehQEh+47oHH2VGnExEh7dhNxXlg6GPAOIu6TxbVQxhebrJDvjl3020ooiWCMA==",
|
|
14937
16589
|
"dev": true,
|
|
14938
16590
|
"license": "MIT",
|
|
14939
16591
|
"dependencies": {
|
|
14940
|
-
"@typescript-eslint/eslint-plugin": "8.60.
|
|
14941
|
-
"@typescript-eslint/parser": "8.60.
|
|
14942
|
-
"@typescript-eslint/typescript-estree": "8.60.
|
|
14943
|
-
"@typescript-eslint/utils": "8.60.
|
|
16592
|
+
"@typescript-eslint/eslint-plugin": "8.60.1",
|
|
16593
|
+
"@typescript-eslint/parser": "8.60.1",
|
|
16594
|
+
"@typescript-eslint/typescript-estree": "8.60.1",
|
|
16595
|
+
"@typescript-eslint/utils": "8.60.1"
|
|
14944
16596
|
},
|
|
14945
16597
|
"engines": {
|
|
14946
16598
|
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
|
@@ -15086,7 +16738,6 @@
|
|
|
15086
16738
|
"version": "2.0.2",
|
|
15087
16739
|
"resolved": "https://registry.npmjs.org/upper-case/-/upper-case-2.0.2.tgz",
|
|
15088
16740
|
"integrity": "sha512-KgdgDGJt2TpuwBUIjgG6lzw2GWFRCW9Qkfkiv0DxqHHLYJHmtmdUIKcZd8rHgFSjopVTlw6ggzCm1b8MFQwikg==",
|
|
15089
|
-
"dev": true,
|
|
15090
16741
|
"license": "MIT",
|
|
15091
16742
|
"dependencies": {
|
|
15092
16743
|
"tslib": "^2.0.3"
|
|
@@ -15096,7 +16747,6 @@
|
|
|
15096
16747
|
"version": "2.0.2",
|
|
15097
16748
|
"resolved": "https://registry.npmjs.org/upper-case-first/-/upper-case-first-2.0.2.tgz",
|
|
15098
16749
|
"integrity": "sha512-514ppYHBaKwfJRK/pNC6c/OxfGa0obSnAl106u97Ed0I625Nin96KAjttZF6ZL3e1XLtphxnqrOi9iWgm+u+bg==",
|
|
15099
|
-
"dev": true,
|
|
15100
16750
|
"license": "MIT",
|
|
15101
16751
|
"dependencies": {
|
|
15102
16752
|
"tslib": "^2.0.3"
|
|
@@ -15196,9 +16846,9 @@
|
|
|
15196
16846
|
}
|
|
15197
16847
|
},
|
|
15198
16848
|
"node_modules/vite": {
|
|
15199
|
-
"version": "7.3.
|
|
15200
|
-
"resolved": "https://registry.npmjs.org/vite/-/vite-7.3.
|
|
15201
|
-
"integrity": "sha512
|
|
16849
|
+
"version": "7.3.5",
|
|
16850
|
+
"resolved": "https://registry.npmjs.org/vite/-/vite-7.3.5.tgz",
|
|
16851
|
+
"integrity": "sha512-KuOaNhcnGFN2zIPGA7wRmzF+lJA1sea7rHq17aiJ++9lzY1WWG6Jpwqwe1KNbRVPIqHmr8GLYx7jbrQcN/7/ww==",
|
|
15202
16852
|
"license": "MIT",
|
|
15203
16853
|
"dependencies": {
|
|
15204
16854
|
"esbuild": "^0.27.0",
|
|
@@ -15325,19 +16975,19 @@
|
|
|
15325
16975
|
}
|
|
15326
16976
|
},
|
|
15327
16977
|
"node_modules/vitest": {
|
|
15328
|
-
"version": "4.1.
|
|
15329
|
-
"resolved": "https://registry.npmjs.org/vitest/-/vitest-4.1.
|
|
15330
|
-
"integrity": "sha512-
|
|
16978
|
+
"version": "4.1.8",
|
|
16979
|
+
"resolved": "https://registry.npmjs.org/vitest/-/vitest-4.1.8.tgz",
|
|
16980
|
+
"integrity": "sha512-flY6ScbCIt9HThs+C5HS7jvGOB560DJtk/Z15IQROTA6zEy49Nh8T/dofWTQL+n3vswqn87sbJNiuqw1SDp5Ig==",
|
|
15331
16981
|
"dev": true,
|
|
15332
16982
|
"license": "MIT",
|
|
15333
16983
|
"dependencies": {
|
|
15334
|
-
"@vitest/expect": "4.1.
|
|
15335
|
-
"@vitest/mocker": "4.1.
|
|
15336
|
-
"@vitest/pretty-format": "4.1.
|
|
15337
|
-
"@vitest/runner": "4.1.
|
|
15338
|
-
"@vitest/snapshot": "4.1.
|
|
15339
|
-
"@vitest/spy": "4.1.
|
|
15340
|
-
"@vitest/utils": "4.1.
|
|
16984
|
+
"@vitest/expect": "4.1.8",
|
|
16985
|
+
"@vitest/mocker": "4.1.8",
|
|
16986
|
+
"@vitest/pretty-format": "4.1.8",
|
|
16987
|
+
"@vitest/runner": "4.1.8",
|
|
16988
|
+
"@vitest/snapshot": "4.1.8",
|
|
16989
|
+
"@vitest/spy": "4.1.8",
|
|
16990
|
+
"@vitest/utils": "4.1.8",
|
|
15341
16991
|
"es-module-lexer": "^2.0.0",
|
|
15342
16992
|
"expect-type": "^1.3.0",
|
|
15343
16993
|
"magic-string": "^0.30.21",
|
|
@@ -15365,12 +17015,12 @@
|
|
|
15365
17015
|
"@edge-runtime/vm": "*",
|
|
15366
17016
|
"@opentelemetry/api": "^1.9.0",
|
|
15367
17017
|
"@types/node": "^20.0.0 || ^22.0.0 || >=24.0.0",
|
|
15368
|
-
"@vitest/browser-playwright": "4.1.
|
|
15369
|
-
"@vitest/browser-preview": "4.1.
|
|
15370
|
-
"@vitest/browser-webdriverio": "4.1.
|
|
15371
|
-
"@vitest/coverage-istanbul": "4.1.
|
|
15372
|
-
"@vitest/coverage-v8": "4.1.
|
|
15373
|
-
"@vitest/ui": "4.1.
|
|
17018
|
+
"@vitest/browser-playwright": "4.1.8",
|
|
17019
|
+
"@vitest/browser-preview": "4.1.8",
|
|
17020
|
+
"@vitest/browser-webdriverio": "4.1.8",
|
|
17021
|
+
"@vitest/coverage-istanbul": "4.1.8",
|
|
17022
|
+
"@vitest/coverage-v8": "4.1.8",
|
|
17023
|
+
"@vitest/ui": "4.1.8",
|
|
15374
17024
|
"happy-dom": "*",
|
|
15375
17025
|
"jsdom": "*",
|
|
15376
17026
|
"vite": "^6.0.0 || ^7.0.0 || ^8.0.0"
|
|
@@ -15449,6 +17099,13 @@
|
|
|
15449
17099
|
"node": ">= 8"
|
|
15450
17100
|
}
|
|
15451
17101
|
},
|
|
17102
|
+
"node_modules/web-vitals": {
|
|
17103
|
+
"version": "5.3.0",
|
|
17104
|
+
"resolved": "https://registry.npmjs.org/web-vitals/-/web-vitals-5.3.0.tgz",
|
|
17105
|
+
"integrity": "sha512-q6LWsLatGYZp5VGBIOvbTj6JBV2nOmC8KvWztXBmwJcfFAzhwKwbOxhUH306XY3CcaZDUlSmSuNPBsCn0bFu+g==",
|
|
17106
|
+
"license": "Apache-2.0",
|
|
17107
|
+
"peer": true
|
|
17108
|
+
},
|
|
15452
17109
|
"node_modules/webidl-conversions": {
|
|
15453
17110
|
"version": "7.0.0",
|
|
15454
17111
|
"resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-7.0.0.tgz",
|
|
@@ -15459,6 +17116,29 @@
|
|
|
15459
17116
|
"node": ">=12"
|
|
15460
17117
|
}
|
|
15461
17118
|
},
|
|
17119
|
+
"node_modules/websocket-driver": {
|
|
17120
|
+
"version": "0.7.4",
|
|
17121
|
+
"resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz",
|
|
17122
|
+
"integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==",
|
|
17123
|
+
"license": "Apache-2.0",
|
|
17124
|
+
"dependencies": {
|
|
17125
|
+
"http-parser-js": ">=0.5.1",
|
|
17126
|
+
"safe-buffer": ">=5.1.0",
|
|
17127
|
+
"websocket-extensions": ">=0.1.1"
|
|
17128
|
+
},
|
|
17129
|
+
"engines": {
|
|
17130
|
+
"node": ">=0.8.0"
|
|
17131
|
+
}
|
|
17132
|
+
},
|
|
17133
|
+
"node_modules/websocket-extensions": {
|
|
17134
|
+
"version": "0.1.4",
|
|
17135
|
+
"resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz",
|
|
17136
|
+
"integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==",
|
|
17137
|
+
"license": "Apache-2.0",
|
|
17138
|
+
"engines": {
|
|
17139
|
+
"node": ">=0.8.0"
|
|
17140
|
+
}
|
|
17141
|
+
},
|
|
15462
17142
|
"node_modules/whatwg-encoding": {
|
|
15463
17143
|
"version": "3.1.1",
|
|
15464
17144
|
"resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz",
|
|
@@ -15573,6 +17253,13 @@
|
|
|
15573
17253
|
"url": "https://github.com/sponsors/ljharb"
|
|
15574
17254
|
}
|
|
15575
17255
|
},
|
|
17256
|
+
"node_modules/which-builtin-type/node_modules/isarray": {
|
|
17257
|
+
"version": "2.0.5",
|
|
17258
|
+
"resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz",
|
|
17259
|
+
"integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==",
|
|
17260
|
+
"dev": true,
|
|
17261
|
+
"license": "MIT"
|
|
17262
|
+
},
|
|
15576
17263
|
"node_modules/which-collection": {
|
|
15577
17264
|
"version": "1.0.2",
|
|
15578
17265
|
"resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.2.tgz",
|
|
@@ -15804,6 +17491,28 @@
|
|
|
15804
17491
|
"node": ">=18"
|
|
15805
17492
|
}
|
|
15806
17493
|
},
|
|
17494
|
+
"node_modules/xml2js": {
|
|
17495
|
+
"version": "0.6.2",
|
|
17496
|
+
"resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.6.2.tgz",
|
|
17497
|
+
"integrity": "sha512-T4rieHaC1EXcES0Kxxj4JWgaUQHDk+qwHcYOCFHfiwKz7tOVPLq7Hjq9dM1WCMhylqMEfP7hMcOIChvotiZegA==",
|
|
17498
|
+
"license": "MIT",
|
|
17499
|
+
"dependencies": {
|
|
17500
|
+
"sax": ">=0.6.0",
|
|
17501
|
+
"xmlbuilder": "~11.0.0"
|
|
17502
|
+
},
|
|
17503
|
+
"engines": {
|
|
17504
|
+
"node": ">=4.0.0"
|
|
17505
|
+
}
|
|
17506
|
+
},
|
|
17507
|
+
"node_modules/xmlbuilder": {
|
|
17508
|
+
"version": "11.0.1",
|
|
17509
|
+
"resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz",
|
|
17510
|
+
"integrity": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==",
|
|
17511
|
+
"license": "MIT",
|
|
17512
|
+
"engines": {
|
|
17513
|
+
"node": ">=4.0"
|
|
17514
|
+
}
|
|
17515
|
+
},
|
|
15807
17516
|
"node_modules/xmlchars": {
|
|
15808
17517
|
"version": "2.2.0",
|
|
15809
17518
|
"resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz",
|
|
@@ -15811,6 +17520,12 @@
|
|
|
15811
17520
|
"dev": true,
|
|
15812
17521
|
"license": "MIT"
|
|
15813
17522
|
},
|
|
17523
|
+
"node_modules/xmlcreate": {
|
|
17524
|
+
"version": "2.0.4",
|
|
17525
|
+
"resolved": "https://registry.npmjs.org/xmlcreate/-/xmlcreate-2.0.4.tgz",
|
|
17526
|
+
"integrity": "sha512-nquOebG4sngPmGPICTS5EnxqhKbCmz5Ox5hsszI2T6U5qdrJizBc+0ilYSEjTSzU0yZcmvppztXe/5Al5fUwdg==",
|
|
17527
|
+
"license": "Apache-2.0"
|
|
17528
|
+
},
|
|
15814
17529
|
"node_modules/y18n": {
|
|
15815
17530
|
"version": "5.0.8",
|
|
15816
17531
|
"resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
|