@salesforce/plugin-lightning-dev 5.0.22 → 5.0.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/npm-shrinkwrap.json +1965 -799
- package/oclif.lock +593 -319
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
package/oclif.lock
CHANGED
|
@@ -655,41 +655,41 @@
|
|
|
655
655
|
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.0.tgz#9fc6fd58c2a6a15243cd13983224968392070790"
|
|
656
656
|
integrity sha512-60X7qkglvrap8mn1lh2ebxXdZYtUcpd7gsmy9kLaBJ4i/WdY8PqTSdxyA8qraikqKQK5C1KRBKXqznrVapyNaw==
|
|
657
657
|
|
|
658
|
-
"@babel/core@7.
|
|
659
|
-
version "7.
|
|
660
|
-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.
|
|
661
|
-
integrity sha512-
|
|
658
|
+
"@babel/core@7.28.4", "@babel/core@^7.23.9", "@babel/core@^7.26.10", "@babel/core@^7.9.0":
|
|
659
|
+
version "7.28.4"
|
|
660
|
+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.4.tgz#12a550b8794452df4c8b084f95003bce1742d496"
|
|
661
|
+
integrity sha512-2BCOP7TN8M+gVDj7/ht3hsaO/B/n5oDbiAyyvnRlNOs+u1o+JWNYTQrmpuNp1/Wq2gcFrI01JAW+paEKDMx/CA==
|
|
662
662
|
dependencies:
|
|
663
|
-
"@ampproject/remapping" "^2.2.0"
|
|
664
663
|
"@babel/code-frame" "^7.27.1"
|
|
665
|
-
"@babel/generator" "^7.
|
|
664
|
+
"@babel/generator" "^7.28.3"
|
|
666
665
|
"@babel/helper-compilation-targets" "^7.27.2"
|
|
667
|
-
"@babel/helper-module-transforms" "^7.
|
|
668
|
-
"@babel/helpers" "^7.
|
|
669
|
-
"@babel/parser" "^7.
|
|
666
|
+
"@babel/helper-module-transforms" "^7.28.3"
|
|
667
|
+
"@babel/helpers" "^7.28.4"
|
|
668
|
+
"@babel/parser" "^7.28.4"
|
|
670
669
|
"@babel/template" "^7.27.2"
|
|
671
|
-
"@babel/traverse" "^7.
|
|
672
|
-
"@babel/types" "^7.
|
|
670
|
+
"@babel/traverse" "^7.28.4"
|
|
671
|
+
"@babel/types" "^7.28.4"
|
|
672
|
+
"@jridgewell/remapping" "^2.3.5"
|
|
673
673
|
convert-source-map "^2.0.0"
|
|
674
674
|
debug "^4.1.0"
|
|
675
675
|
gensync "^1.0.0-beta.2"
|
|
676
676
|
json5 "^2.2.3"
|
|
677
677
|
semver "^6.3.1"
|
|
678
678
|
|
|
679
|
-
"@babel/core@7.28.
|
|
680
|
-
version "7.28.
|
|
681
|
-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.
|
|
682
|
-
integrity sha512-
|
|
679
|
+
"@babel/core@7.28.5":
|
|
680
|
+
version "7.28.5"
|
|
681
|
+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.5.tgz#4c81b35e51e1b734f510c99b07dfbc7bbbb48f7e"
|
|
682
|
+
integrity sha512-e7jT4DxYvIDLk1ZHmU/m/mB19rex9sv0c2ftBtjSBv+kVM/902eh0fINUzD7UwLLNR+jU585GxUJ8/EBfAM5fw==
|
|
683
683
|
dependencies:
|
|
684
684
|
"@babel/code-frame" "^7.27.1"
|
|
685
|
-
"@babel/generator" "^7.28.
|
|
685
|
+
"@babel/generator" "^7.28.5"
|
|
686
686
|
"@babel/helper-compilation-targets" "^7.27.2"
|
|
687
687
|
"@babel/helper-module-transforms" "^7.28.3"
|
|
688
688
|
"@babel/helpers" "^7.28.4"
|
|
689
|
-
"@babel/parser" "^7.28.
|
|
689
|
+
"@babel/parser" "^7.28.5"
|
|
690
690
|
"@babel/template" "^7.27.2"
|
|
691
|
-
"@babel/traverse" "^7.28.
|
|
692
|
-
"@babel/types" "^7.28.
|
|
691
|
+
"@babel/traverse" "^7.28.5"
|
|
692
|
+
"@babel/types" "^7.28.5"
|
|
693
693
|
"@jridgewell/remapping" "^2.3.5"
|
|
694
694
|
convert-source-map "^2.0.0"
|
|
695
695
|
debug "^4.1.0"
|
|
@@ -737,7 +737,7 @@
|
|
|
737
737
|
"@jridgewell/trace-mapping" "^0.3.17"
|
|
738
738
|
jsesc "^2.5.1"
|
|
739
739
|
|
|
740
|
-
"@babel/generator@^7.26.10", "@babel/generator@^7.
|
|
740
|
+
"@babel/generator@^7.26.10", "@babel/generator@^7.28.3", "@babel/generator@^7.9.0":
|
|
741
741
|
version "7.28.3"
|
|
742
742
|
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.3.tgz#9626c1741c650cbac39121694a0f2d7451b8ef3e"
|
|
743
743
|
integrity sha512-3lSpxGgvnmZznmBkCRnVREPUFJv2wrv9iAoFDvADJc0ypmdOxdUtcLeBgBJ6zE0PMeTKnxeQzyk0xTBq4Ep7zw==
|
|
@@ -748,6 +748,17 @@
|
|
|
748
748
|
"@jridgewell/trace-mapping" "^0.3.28"
|
|
749
749
|
jsesc "^3.0.2"
|
|
750
750
|
|
|
751
|
+
"@babel/generator@^7.28.5":
|
|
752
|
+
version "7.28.5"
|
|
753
|
+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.5.tgz#712722d5e50f44d07bc7ac9fe84438742dd61298"
|
|
754
|
+
integrity sha512-3EwLFhZ38J4VyIP6WNtt2kUdW9dokXA9Cr4IVIFHuCpZ3H8/YFOl5JjZHisrn1fATPBmKKqXzDFvh9fUwHz6CQ==
|
|
755
|
+
dependencies:
|
|
756
|
+
"@babel/parser" "^7.28.5"
|
|
757
|
+
"@babel/types" "^7.28.5"
|
|
758
|
+
"@jridgewell/gen-mapping" "^0.3.12"
|
|
759
|
+
"@jridgewell/trace-mapping" "^0.3.28"
|
|
760
|
+
jsesc "^3.0.2"
|
|
761
|
+
|
|
751
762
|
"@babel/helper-annotate-as-pure@^7.27.1", "@babel/helper-annotate-as-pure@^7.27.3":
|
|
752
763
|
version "7.27.3"
|
|
753
764
|
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz#f31fd86b915fc4daf1f3ac6976c59be7084ed9c5"
|
|
@@ -779,6 +790,19 @@
|
|
|
779
790
|
"@babel/traverse" "^7.27.1"
|
|
780
791
|
semver "^6.3.1"
|
|
781
792
|
|
|
793
|
+
"@babel/helper-create-class-features-plugin@^7.28.5":
|
|
794
|
+
version "7.28.5"
|
|
795
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.5.tgz#472d0c28028850968979ad89f173594a6995da46"
|
|
796
|
+
integrity sha512-q3WC4JfdODypvxArsJQROfupPBq9+lMwjKq7C33GhbFYJsufD0yd/ziwD+hJucLeWsnFPWZjsU2DNFqBPE7jwQ==
|
|
797
|
+
dependencies:
|
|
798
|
+
"@babel/helper-annotate-as-pure" "^7.27.3"
|
|
799
|
+
"@babel/helper-member-expression-to-functions" "^7.28.5"
|
|
800
|
+
"@babel/helper-optimise-call-expression" "^7.27.1"
|
|
801
|
+
"@babel/helper-replace-supers" "^7.27.1"
|
|
802
|
+
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
|
|
803
|
+
"@babel/traverse" "^7.28.5"
|
|
804
|
+
semver "^6.3.1"
|
|
805
|
+
|
|
782
806
|
"@babel/helper-globals@^7.28.0":
|
|
783
807
|
version "7.28.0"
|
|
784
808
|
resolved "https://registry.yarnpkg.com/@babel/helper-globals/-/helper-globals-7.28.0.tgz#b9430df2aa4e17bc28665eadeae8aa1d985e6674"
|
|
@@ -792,6 +816,14 @@
|
|
|
792
816
|
"@babel/traverse" "^7.27.1"
|
|
793
817
|
"@babel/types" "^7.27.1"
|
|
794
818
|
|
|
819
|
+
"@babel/helper-member-expression-to-functions@^7.28.5":
|
|
820
|
+
version "7.28.5"
|
|
821
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.28.5.tgz#f3e07a10be37ed7a63461c63e6929575945a6150"
|
|
822
|
+
integrity sha512-cwM7SBRZcPCLgl8a7cY0soT1SptSzAlMH39vwiRpOQkJlh53r5hdHwLSCZpQdVLT39sZt+CRpNwYG4Y2v77atg==
|
|
823
|
+
dependencies:
|
|
824
|
+
"@babel/traverse" "^7.28.5"
|
|
825
|
+
"@babel/types" "^7.28.5"
|
|
826
|
+
|
|
795
827
|
"@babel/helper-module-imports@7.27.1", "@babel/helper-module-imports@^7.18.6", "@babel/helper-module-imports@^7.27.1":
|
|
796
828
|
version "7.27.1"
|
|
797
829
|
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz#7ef769a323e2655e126673bb6d2d6913bbead204"
|
|
@@ -800,7 +832,7 @@
|
|
|
800
832
|
"@babel/traverse" "^7.27.1"
|
|
801
833
|
"@babel/types" "^7.27.1"
|
|
802
834
|
|
|
803
|
-
"@babel/helper-module-transforms@^7.26.0", "@babel/helper-module-transforms@^7.27.1", "@babel/helper-module-transforms@^7.
|
|
835
|
+
"@babel/helper-module-transforms@^7.26.0", "@babel/helper-module-transforms@^7.27.1", "@babel/helper-module-transforms@^7.28.3":
|
|
804
836
|
version "7.28.3"
|
|
805
837
|
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz#a2b37d3da3b2344fe085dab234426f2b9a2fa5f6"
|
|
806
838
|
integrity sha512-gytXUbs8k2sXS9PnQptz5o0QnpLL51SwASIORY6XaBKF88nsOT0Zw9szLqlSGQDP/4TljBAD5y98p2U1fqkdsw==
|
|
@@ -857,6 +889,11 @@
|
|
|
857
889
|
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
|
|
858
890
|
integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==
|
|
859
891
|
|
|
892
|
+
"@babel/helper-validator-identifier@^7.28.5":
|
|
893
|
+
version "7.28.5"
|
|
894
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.28.5.tgz#010b6938fab7cb7df74aa2bbc06aa503b8fe5fb4"
|
|
895
|
+
integrity sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==
|
|
896
|
+
|
|
860
897
|
"@babel/helper-validator-option@^7.27.1":
|
|
861
898
|
version "7.27.1"
|
|
862
899
|
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.27.1.tgz#fa52f5b1e7db1ab049445b421c4471303897702f"
|
|
@@ -871,7 +908,7 @@
|
|
|
871
908
|
"@babel/traverse" "^7.27.1"
|
|
872
909
|
"@babel/types" "^7.27.1"
|
|
873
910
|
|
|
874
|
-
"@babel/helpers@^7.26.10"
|
|
911
|
+
"@babel/helpers@^7.26.10":
|
|
875
912
|
version "7.28.3"
|
|
876
913
|
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.3.tgz#b83156c0a2232c133d1b535dd5d3452119c7e441"
|
|
877
914
|
integrity sha512-PTNtvUQihsAsDHMOP5pfobP8C6CM4JWXmP8DrEIt46c3r2bf87Ua1zoqevsMo9g+tWDwgWrFP5EIxuBx5RudAw==
|
|
@@ -887,27 +924,20 @@
|
|
|
887
924
|
"@babel/template" "^7.27.2"
|
|
888
925
|
"@babel/types" "^7.28.4"
|
|
889
926
|
|
|
890
|
-
"@babel/parser@7.
|
|
891
|
-
version "7.
|
|
892
|
-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.
|
|
893
|
-
integrity sha512-
|
|
927
|
+
"@babel/parser@7.28.5", "@babel/parser@^7.28.5", "@babel/parser@~7.28.5":
|
|
928
|
+
version "7.28.5"
|
|
929
|
+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.5.tgz#0b0225ee90362f030efd644e8034c99468893b08"
|
|
930
|
+
integrity sha512-KKBU1VGYR7ORr3At5HAtUQ+TV3SzRCXmA/8OdDZiLDBIZxVyzXuztPjfLd3BV1PRAQGCMWWSHYhL0F8d5uHBDQ==
|
|
894
931
|
dependencies:
|
|
895
|
-
"@babel/types" "^7.
|
|
932
|
+
"@babel/types" "^7.28.5"
|
|
896
933
|
|
|
897
|
-
"@babel/parser@^7.23.9", "@babel/parser@^7.26.10", "@babel/parser@^7.27.2", "@babel/parser@^7.
|
|
934
|
+
"@babel/parser@^7.23.9", "@babel/parser@^7.26.10", "@babel/parser@^7.27.2", "@babel/parser@^7.28.3", "@babel/parser@^7.28.4", "@babel/parser@^7.9.0":
|
|
898
935
|
version "7.28.4"
|
|
899
936
|
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.4.tgz#da25d4643532890932cc03f7705fe19637e03fa8"
|
|
900
937
|
integrity sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==
|
|
901
938
|
dependencies:
|
|
902
939
|
"@babel/types" "^7.28.4"
|
|
903
940
|
|
|
904
|
-
"@babel/parser@~7.27.5":
|
|
905
|
-
version "7.27.7"
|
|
906
|
-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.7.tgz#1687f5294b45039c159730e3b9c1f1b242e425e9"
|
|
907
|
-
integrity sha512-qnzXzDXdr/po3bOTbTIQZ7+TxNKxpkN5IifVLXS+r7qwynkZfPyjZfE7hCXbo7IoO9TNcSyibgONsf2HauUd3Q==
|
|
908
|
-
dependencies:
|
|
909
|
-
"@babel/types" "^7.27.7"
|
|
910
|
-
|
|
911
941
|
"@babel/plugin-syntax-decorators@7.27.1":
|
|
912
942
|
version "7.27.1"
|
|
913
943
|
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.27.1.tgz#ee7dd9590aeebc05f9d4c8c0560007b05979a63d"
|
|
@@ -1000,7 +1030,29 @@
|
|
|
1000
1030
|
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
|
|
1001
1031
|
"@babel/plugin-syntax-typescript" "^7.27.1"
|
|
1002
1032
|
|
|
1003
|
-
"@babel/
|
|
1033
|
+
"@babel/plugin-transform-typescript@^7.28.5":
|
|
1034
|
+
version "7.28.5"
|
|
1035
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.5.tgz#441c5f9a4a1315039516c6c612fc66d5f4594e72"
|
|
1036
|
+
integrity sha512-x2Qa+v/CuEoX7Dr31iAfr0IhInrVOWZU/2vJMJ00FOR/2nM0BcBEclpaf9sWCDc+v5e9dMrhSH8/atq/kX7+bA==
|
|
1037
|
+
dependencies:
|
|
1038
|
+
"@babel/helper-annotate-as-pure" "^7.27.3"
|
|
1039
|
+
"@babel/helper-create-class-features-plugin" "^7.28.5"
|
|
1040
|
+
"@babel/helper-plugin-utils" "^7.27.1"
|
|
1041
|
+
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
|
|
1042
|
+
"@babel/plugin-syntax-typescript" "^7.27.1"
|
|
1043
|
+
|
|
1044
|
+
"@babel/preset-typescript@7.28.5":
|
|
1045
|
+
version "7.28.5"
|
|
1046
|
+
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.28.5.tgz#540359efa3028236958466342967522fd8f2a60c"
|
|
1047
|
+
integrity sha512-+bQy5WOI2V6LJZpPVxY+yp66XdZ2yifu0Mc1aP5CQKgjn4QM5IN2i5fAZ4xKop47pr8rpVhiAeu+nDQa12C8+g==
|
|
1048
|
+
dependencies:
|
|
1049
|
+
"@babel/helper-plugin-utils" "^7.27.1"
|
|
1050
|
+
"@babel/helper-validator-option" "^7.27.1"
|
|
1051
|
+
"@babel/plugin-syntax-jsx" "^7.27.1"
|
|
1052
|
+
"@babel/plugin-transform-modules-commonjs" "^7.27.1"
|
|
1053
|
+
"@babel/plugin-transform-typescript" "^7.28.5"
|
|
1054
|
+
|
|
1055
|
+
"@babel/preset-typescript@^7.26.0":
|
|
1004
1056
|
version "7.27.1"
|
|
1005
1057
|
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.27.1.tgz#190742a6428d282306648a55b0529b561484f912"
|
|
1006
1058
|
integrity sha512-l7WfQfX0WK4M0v2RudjuQK4u99BS6yLHYEmdtVPP7lKV013zr9DygFuWNlnbvQ9LR+LS0Egz/XAvGx5U9MX0fQ==
|
|
@@ -1020,20 +1072,20 @@
|
|
|
1020
1072
|
"@babel/parser" "^7.27.2"
|
|
1021
1073
|
"@babel/types" "^7.27.1"
|
|
1022
1074
|
|
|
1023
|
-
"@babel/traverse@7.
|
|
1024
|
-
version "7.
|
|
1025
|
-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.
|
|
1026
|
-
integrity sha512-
|
|
1075
|
+
"@babel/traverse@7.28.5", "@babel/traverse@^7.28.5", "@babel/traverse@~7.28.5":
|
|
1076
|
+
version "7.28.5"
|
|
1077
|
+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.5.tgz#450cab9135d21a7a2ca9d2d35aa05c20e68c360b"
|
|
1078
|
+
integrity sha512-TCCj4t55U90khlYkVV/0TfkJkAkUg3jZFA3Neb7unZT8CPok7iiRfaX0F+WnqWqt7OxhOn0uBKXCw4lbL8W0aQ==
|
|
1027
1079
|
dependencies:
|
|
1028
1080
|
"@babel/code-frame" "^7.27.1"
|
|
1029
|
-
"@babel/generator" "^7.
|
|
1030
|
-
"@babel/
|
|
1081
|
+
"@babel/generator" "^7.28.5"
|
|
1082
|
+
"@babel/helper-globals" "^7.28.0"
|
|
1083
|
+
"@babel/parser" "^7.28.5"
|
|
1031
1084
|
"@babel/template" "^7.27.2"
|
|
1032
|
-
"@babel/types" "^7.
|
|
1085
|
+
"@babel/types" "^7.28.5"
|
|
1033
1086
|
debug "^4.3.1"
|
|
1034
|
-
globals "^11.1.0"
|
|
1035
1087
|
|
|
1036
|
-
"@babel/traverse@^7.26.10", "@babel/traverse@^7.27.1", "@babel/traverse@^7.
|
|
1088
|
+
"@babel/traverse@^7.26.10", "@babel/traverse@^7.27.1", "@babel/traverse@^7.28.0", "@babel/traverse@^7.28.3", "@babel/traverse@^7.28.4":
|
|
1037
1089
|
version "7.28.4"
|
|
1038
1090
|
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.4.tgz#8d456101b96ab175d487249f60680221692b958b"
|
|
1039
1091
|
integrity sha512-YEzuboP2qvQavAcjgQNVgsvHIDv6ZpwXvcvjmyySP2DIMuByS/6ioU5G9pYrWHM6T2YDfc7xga9iNzYOs12CFQ==
|
|
@@ -1046,28 +1098,7 @@
|
|
|
1046
1098
|
"@babel/types" "^7.28.4"
|
|
1047
1099
|
debug "^4.3.1"
|
|
1048
1100
|
|
|
1049
|
-
"@babel/
|
|
1050
|
-
version "7.27.7"
|
|
1051
|
-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.7.tgz#8355c39be6818362eace058cf7f3e25ac2ec3b55"
|
|
1052
|
-
integrity sha512-X6ZlfR/O/s5EQ/SnUSLzr+6kGnkg8HXGMzpgsMsrJVcfDtH1vIp6ctCN4eZ1LS5c0+te5Cb6Y514fASjMRJ1nw==
|
|
1053
|
-
dependencies:
|
|
1054
|
-
"@babel/code-frame" "^7.27.1"
|
|
1055
|
-
"@babel/generator" "^7.27.5"
|
|
1056
|
-
"@babel/parser" "^7.27.7"
|
|
1057
|
-
"@babel/template" "^7.27.2"
|
|
1058
|
-
"@babel/types" "^7.27.7"
|
|
1059
|
-
debug "^4.3.1"
|
|
1060
|
-
globals "^11.1.0"
|
|
1061
|
-
|
|
1062
|
-
"@babel/types@7.27.6":
|
|
1063
|
-
version "7.27.6"
|
|
1064
|
-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.6.tgz#a434ca7add514d4e646c80f7375c0aa2befc5535"
|
|
1065
|
-
integrity sha512-ETyHEk2VHHvl9b9jZP5IHPavHYk57EhanlRRuae9XCpb/j5bDCbPPMOBfCWhnl/7EDJz0jEMCi/RhccCE8r1+Q==
|
|
1066
|
-
dependencies:
|
|
1067
|
-
"@babel/helper-string-parser" "^7.27.1"
|
|
1068
|
-
"@babel/helper-validator-identifier" "^7.27.1"
|
|
1069
|
-
|
|
1070
|
-
"@babel/types@7.28.4", "@babel/types@^7.22.10", "@babel/types@^7.26.10", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.27.7", "@babel/types@^7.28.2", "@babel/types@^7.28.4", "@babel/types@^7.9.0":
|
|
1101
|
+
"@babel/types@7.28.4", "@babel/types@^7.22.10", "@babel/types@^7.26.10", "@babel/types@^7.27.1", "@babel/types@^7.27.3", "@babel/types@^7.28.2", "@babel/types@^7.28.4", "@babel/types@^7.9.0":
|
|
1071
1102
|
version "7.28.4"
|
|
1072
1103
|
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.4.tgz#0a4e618f4c60a7cd6c11cb2d48060e4dbe38ac3a"
|
|
1073
1104
|
integrity sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==
|
|
@@ -1075,13 +1106,13 @@
|
|
|
1075
1106
|
"@babel/helper-string-parser" "^7.27.1"
|
|
1076
1107
|
"@babel/helper-validator-identifier" "^7.27.1"
|
|
1077
1108
|
|
|
1078
|
-
"@babel/types@~7.
|
|
1079
|
-
version "7.
|
|
1080
|
-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.
|
|
1081
|
-
integrity sha512-
|
|
1109
|
+
"@babel/types@7.28.5", "@babel/types@^7.28.5", "@babel/types@~7.28.5":
|
|
1110
|
+
version "7.28.5"
|
|
1111
|
+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.5.tgz#10fc405f60897c35f07e85493c932c7b5ca0592b"
|
|
1112
|
+
integrity sha512-qQ5m48eI/MFLQ5PxQj4PFaprjyCTLI37ElWMmNs0K8Lk3dVeOdNpB3ks8jc7yM5CDmVC73eMVk/trk3fgmrUpA==
|
|
1082
1113
|
dependencies:
|
|
1083
1114
|
"@babel/helper-string-parser" "^7.27.1"
|
|
1084
|
-
"@babel/helper-validator-identifier" "^7.
|
|
1115
|
+
"@babel/helper-validator-identifier" "^7.28.5"
|
|
1085
1116
|
|
|
1086
1117
|
"@commitlint/cli@^17.1.2":
|
|
1087
1118
|
version "17.8.1"
|
|
@@ -1510,36 +1541,45 @@
|
|
|
1510
1541
|
dependencies:
|
|
1511
1542
|
eslint-visitor-keys "^3.4.3"
|
|
1512
1543
|
|
|
1544
|
+
"@eslint-community/eslint-utils@^4.8.0":
|
|
1545
|
+
version "4.9.0"
|
|
1546
|
+
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.9.0.tgz#7308df158e064f0dd8b8fdb58aa14fa2a7f913b3"
|
|
1547
|
+
integrity sha512-ayVFHdtZ+hsq1t2Dy24wCmGXGe4q9Gu3smhLYALJrr473ZH27MsnSL+LKUlimp4BWJqMDMLmPpx/Q9R3OAlL4g==
|
|
1548
|
+
dependencies:
|
|
1549
|
+
eslint-visitor-keys "^3.4.3"
|
|
1550
|
+
|
|
1513
1551
|
"@eslint-community/regexpp@^4.12.1", "@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.1":
|
|
1514
1552
|
version "4.12.1"
|
|
1515
1553
|
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
|
|
1516
1554
|
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
|
|
1517
1555
|
|
|
1518
|
-
"@eslint/config-array@^0.
|
|
1519
|
-
version "0.
|
|
1520
|
-
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.
|
|
1521
|
-
integrity sha512-
|
|
1556
|
+
"@eslint/config-array@^0.21.1":
|
|
1557
|
+
version "0.21.1"
|
|
1558
|
+
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.21.1.tgz#7d1b0060fea407f8301e932492ba8c18aff29713"
|
|
1559
|
+
integrity sha512-aw1gNayWpdI/jSYVgzN5pL0cfzU02GT3NBpeT/DXbx1/1x7ZKxFPd9bwrzygx/qiwIQiJ1sw/zD8qY/kRvlGHA==
|
|
1522
1560
|
dependencies:
|
|
1523
|
-
"@eslint/object-schema" "^2.1.
|
|
1561
|
+
"@eslint/object-schema" "^2.1.7"
|
|
1524
1562
|
debug "^4.3.1"
|
|
1525
1563
|
minimatch "^3.1.2"
|
|
1526
1564
|
|
|
1527
|
-
"@eslint/config-helpers@^0.
|
|
1528
|
-
version "0.2
|
|
1529
|
-
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.2.
|
|
1530
|
-
integrity sha512-
|
|
1565
|
+
"@eslint/config-helpers@^0.4.1":
|
|
1566
|
+
version "0.4.2"
|
|
1567
|
+
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.4.2.tgz#1bd006ceeb7e2e55b2b773ab318d300e1a66aeda"
|
|
1568
|
+
integrity sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==
|
|
1569
|
+
dependencies:
|
|
1570
|
+
"@eslint/core" "^0.17.0"
|
|
1531
1571
|
|
|
1532
|
-
"@eslint/core@^0.
|
|
1533
|
-
version "0.
|
|
1534
|
-
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.
|
|
1535
|
-
integrity sha512-
|
|
1572
|
+
"@eslint/core@^0.16.0":
|
|
1573
|
+
version "0.16.0"
|
|
1574
|
+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.16.0.tgz#490254f275ba9667ddbab344f4f0a6b7a7bd7209"
|
|
1575
|
+
integrity sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q==
|
|
1536
1576
|
dependencies:
|
|
1537
1577
|
"@types/json-schema" "^7.0.15"
|
|
1538
1578
|
|
|
1539
|
-
"@eslint/core@^0.
|
|
1540
|
-
version "0.
|
|
1541
|
-
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.
|
|
1542
|
-
integrity sha512-
|
|
1579
|
+
"@eslint/core@^0.17.0":
|
|
1580
|
+
version "0.17.0"
|
|
1581
|
+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.17.0.tgz#77225820413d9617509da9342190a2019e78761c"
|
|
1582
|
+
integrity sha512-yL/sLrpmtDaFEiUj1osRP4TI2MDz1AddJL+jZ7KSqvBuliN4xqYY54IfdN8qD8Toa6g1iloph1fxQNkjOxrrpQ==
|
|
1543
1583
|
dependencies:
|
|
1544
1584
|
"@types/json-schema" "^7.0.15"
|
|
1545
1585
|
|
|
@@ -1578,22 +1618,27 @@
|
|
|
1578
1618
|
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.1.tgz#de633db3ec2ef6a3c89e2f19038063e8a122e2c2"
|
|
1579
1619
|
integrity sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==
|
|
1580
1620
|
|
|
1581
|
-
"@eslint/js@9.
|
|
1621
|
+
"@eslint/js@9.38.0":
|
|
1622
|
+
version "9.38.0"
|
|
1623
|
+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.38.0.tgz#f7aa9c7577577f53302c1d795643589d7709ebd1"
|
|
1624
|
+
integrity sha512-UZ1VpFvXf9J06YG9xQBdnzU+kthors6KjhMAl6f4gH4usHyh31rUf2DLGInT8RFYIReYXNSydgPY0V2LuWgl7A==
|
|
1625
|
+
|
|
1626
|
+
"@eslint/js@^9.17.0":
|
|
1582
1627
|
version "9.29.0"
|
|
1583
1628
|
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.29.0.tgz#dc6fd117c19825f8430867a662531da36320fe56"
|
|
1584
1629
|
integrity sha512-3PIF4cBw/y+1u2EazflInpV+lYsSG0aByVIQzAgb1m1MhHFSbqTyNqtBKHgWf/9Ykud+DhILS9EGkmekVhbKoQ==
|
|
1585
1630
|
|
|
1586
|
-
"@eslint/object-schema@^2.1.
|
|
1587
|
-
version "2.1.
|
|
1588
|
-
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.
|
|
1589
|
-
integrity sha512-
|
|
1631
|
+
"@eslint/object-schema@^2.1.7":
|
|
1632
|
+
version "2.1.7"
|
|
1633
|
+
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.7.tgz#6e2126a1347e86a4dedf8706ec67ff8e107ebbad"
|
|
1634
|
+
integrity sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==
|
|
1590
1635
|
|
|
1591
|
-
"@eslint/plugin-kit@^0.
|
|
1592
|
-
version "0.
|
|
1593
|
-
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.
|
|
1594
|
-
integrity sha512-
|
|
1636
|
+
"@eslint/plugin-kit@^0.4.0":
|
|
1637
|
+
version "0.4.1"
|
|
1638
|
+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz#9779e3fd9b7ee33571a57435cf4335a1794a6cb2"
|
|
1639
|
+
integrity sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==
|
|
1595
1640
|
dependencies:
|
|
1596
|
-
"@eslint/core" "^0.
|
|
1641
|
+
"@eslint/core" "^0.17.0"
|
|
1597
1642
|
levn "^0.4.1"
|
|
1598
1643
|
|
|
1599
1644
|
"@grpc/grpc-js@^1.7.1":
|
|
@@ -1940,6 +1985,18 @@
|
|
|
1940
1985
|
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-3.0.9.tgz#f7f9696e9276e4e1ae9332767afb9199992e31d9"
|
|
1941
1986
|
integrity sha512-QPaNt/nmE2bLGQa9b7wwyRJoLZ7pN6rcyXvzU0YCmivmJyq1BVo94G98tStRWkoD1RgDX5C+dPlhhHzNdu/W/w==
|
|
1942
1987
|
|
|
1988
|
+
"@isaacs/balanced-match@^4.0.1":
|
|
1989
|
+
version "4.0.1"
|
|
1990
|
+
resolved "https://registry.yarnpkg.com/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz#3081dadbc3460661b751e7591d7faea5df39dd29"
|
|
1991
|
+
integrity sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==
|
|
1992
|
+
|
|
1993
|
+
"@isaacs/brace-expansion@^5.0.0":
|
|
1994
|
+
version "5.0.0"
|
|
1995
|
+
resolved "https://registry.yarnpkg.com/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz#4b3dabab7d8e75a429414a96bd67bf4c1d13e0f3"
|
|
1996
|
+
integrity sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==
|
|
1997
|
+
dependencies:
|
|
1998
|
+
"@isaacs/balanced-match" "^4.0.1"
|
|
1999
|
+
|
|
1943
2000
|
"@isaacs/cliui@^8.0.2":
|
|
1944
2001
|
version "8.0.2"
|
|
1945
2002
|
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
|
|
@@ -2002,6 +2059,11 @@
|
|
|
2002
2059
|
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz#3188bcb273a414b0d215fd22a58540b989b9409a"
|
|
2003
2060
|
integrity sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==
|
|
2004
2061
|
|
|
2062
|
+
"@jridgewell/sourcemap-codec@^1.5.5":
|
|
2063
|
+
version "1.5.5"
|
|
2064
|
+
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz#6912b00d2c631c0d15ce1a7ab57cd657f2a8f8ba"
|
|
2065
|
+
integrity sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==
|
|
2066
|
+
|
|
2005
2067
|
"@jridgewell/trace-mapping@0.3.9":
|
|
2006
2068
|
version "0.3.9"
|
|
2007
2069
|
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz#6534fd5933a53ba7cbf3a17615e273a0d1273ff9"
|
|
@@ -2103,10 +2165,10 @@
|
|
|
2103
2165
|
"@babel/parser" "^7.9.0"
|
|
2104
2166
|
"@babel/types" "^7.9.0"
|
|
2105
2167
|
|
|
2106
|
-
"@komaci/esm-generator@
|
|
2107
|
-
version "
|
|
2108
|
-
resolved "https://registry.yarnpkg.com/@komaci/esm-generator/-/esm-generator-
|
|
2109
|
-
integrity sha512-
|
|
2168
|
+
"@komaci/esm-generator@260.31.0":
|
|
2169
|
+
version "260.31.0"
|
|
2170
|
+
resolved "https://registry.yarnpkg.com/@komaci/esm-generator/-/esm-generator-260.31.0.tgz#bbebbaa5b0ee41f387d9a09899125d149fe81d30"
|
|
2171
|
+
integrity sha512-7TzTckrdoLqxSI63A5QZBsPpQPr3QOFNrjkwWETp44+EXeCRmE1tzNztbSoePVMV/o+JQI2FaZDTTTsg5BuKfA==
|
|
2110
2172
|
dependencies:
|
|
2111
2173
|
"@babel/core" "^7.9.0"
|
|
2112
2174
|
"@babel/generator" "^7.9.0"
|
|
@@ -2237,12 +2299,12 @@
|
|
|
2237
2299
|
"@lwc/style-compiler" "8.23.0"
|
|
2238
2300
|
"@lwc/template-compiler" "8.23.0"
|
|
2239
2301
|
|
|
2240
|
-
"@lwc/dev-server-plugin-lex@13.2.
|
|
2241
|
-
version "13.2.
|
|
2242
|
-
resolved "https://registry.yarnpkg.com/@lwc/dev-server-plugin-lex/-/dev-server-plugin-lex-13.2.
|
|
2243
|
-
integrity sha512-
|
|
2302
|
+
"@lwc/dev-server-plugin-lex@13.2.18":
|
|
2303
|
+
version "13.2.18"
|
|
2304
|
+
resolved "https://registry.yarnpkg.com/@lwc/dev-server-plugin-lex/-/dev-server-plugin-lex-13.2.18.tgz#03be2e1c74b53ad38e48ef749f599ad1e6a688a1"
|
|
2305
|
+
integrity sha512-Zy08ZENaLMe7PXVycY+N2I1LUS2thLrXTLtRfc3MZdE8SqHXmSHloP+LikR+qIsLBv7s5ox2E12+OEufLroLGw==
|
|
2244
2306
|
dependencies:
|
|
2245
|
-
magic-string "~0.30.
|
|
2307
|
+
magic-string "~0.30.21"
|
|
2246
2308
|
|
|
2247
2309
|
"@lwc/engine-core@8.23.0":
|
|
2248
2310
|
version "8.23.0"
|
|
@@ -2268,18 +2330,19 @@
|
|
|
2268
2330
|
resolved "https://registry.yarnpkg.com/@lwc/errors/-/errors-8.23.0.tgz#7c230010e197062a0eae04a4caa4abe4e7df4af3"
|
|
2269
2331
|
integrity sha512-cqziHl/aDg0pgAIm9HhNz2OrR0t08vML7+FNrqgrnaSwLgYCYp2WPNmvMjD5ZRy/bIBESwA/dCWf9Cs7Vo/ZGw==
|
|
2270
2332
|
|
|
2271
|
-
"@lwc/eslint-plugin-lwc-platform@6.
|
|
2272
|
-
version "6.
|
|
2273
|
-
resolved "https://registry.yarnpkg.com/@lwc/eslint-plugin-lwc-platform/-/eslint-plugin-lwc-platform-6.
|
|
2274
|
-
integrity sha512-
|
|
2333
|
+
"@lwc/eslint-plugin-lwc-platform@6.3.0":
|
|
2334
|
+
version "6.3.0"
|
|
2335
|
+
resolved "https://registry.yarnpkg.com/@lwc/eslint-plugin-lwc-platform/-/eslint-plugin-lwc-platform-6.3.0.tgz#2abe8fcc15e187fbe1d453ed7d968382dadd8f48"
|
|
2336
|
+
integrity sha512-wlLiHeYureubt/JDhPllXbQcjJu58NMpiSkZMF6KRCBtZzHs4m6cxwpXJ1iy6d638/66O1B79FL3ZTC7v1hDxg==
|
|
2275
2337
|
dependencies:
|
|
2276
2338
|
minimatch "~5.1.1"
|
|
2277
2339
|
|
|
2278
|
-
"@lwc/eslint-plugin-lwc@3.
|
|
2279
|
-
version "3.
|
|
2280
|
-
resolved "https://registry.yarnpkg.com/@lwc/eslint-plugin-lwc/-/eslint-plugin-lwc-3.
|
|
2281
|
-
integrity sha512-
|
|
2340
|
+
"@lwc/eslint-plugin-lwc@3.3.0":
|
|
2341
|
+
version "3.3.0"
|
|
2342
|
+
resolved "https://registry.yarnpkg.com/@lwc/eslint-plugin-lwc/-/eslint-plugin-lwc-3.3.0.tgz#6b1b955579797e0989304da9f875aa9f6118b54a"
|
|
2343
|
+
integrity sha512-qTcRGGTdBAfuPlJTL2sTk65skQHqnthz8TRx/1IasFZb+aljSn+CamnaPyzq8s2xAzQsS+NZJQoWlrZjyzzCzw==
|
|
2282
2344
|
dependencies:
|
|
2345
|
+
fast-xml-parser "^4.5.1"
|
|
2283
2346
|
globals "~15.14.0"
|
|
2284
2347
|
minimatch "~9.0.4"
|
|
2285
2348
|
|
|
@@ -2290,36 +2353,36 @@
|
|
|
2290
2353
|
dependencies:
|
|
2291
2354
|
"@lwc/shared" "8.23.0"
|
|
2292
2355
|
|
|
2293
|
-
"@lwc/lwc-dev-server-types@13.2.
|
|
2294
|
-
version "13.2.
|
|
2295
|
-
resolved "https://registry.yarnpkg.com/@lwc/lwc-dev-server-types/-/lwc-dev-server-types-13.2.
|
|
2296
|
-
integrity sha512
|
|
2356
|
+
"@lwc/lwc-dev-server-types@13.2.18":
|
|
2357
|
+
version "13.2.18"
|
|
2358
|
+
resolved "https://registry.yarnpkg.com/@lwc/lwc-dev-server-types/-/lwc-dev-server-types-13.2.18.tgz#f863e2441bd9e7b07d79b71c58292c61d889326b"
|
|
2359
|
+
integrity sha512-/ehLAJtjaf4QUVjK6qHO7pFJjeNFc6qaSrxXTxfNBD/EelpyNr3S5CT/Ob6Okt6zmZkTAHs1jvK54shk52Tadw==
|
|
2297
2360
|
|
|
2298
|
-
"@lwc/lwc-dev-server@~13.2.
|
|
2299
|
-
version "13.2.
|
|
2300
|
-
resolved "https://registry.yarnpkg.com/@lwc/lwc-dev-server/-/lwc-dev-server-13.2.
|
|
2301
|
-
integrity sha512-
|
|
2361
|
+
"@lwc/lwc-dev-server@~13.2.18":
|
|
2362
|
+
version "13.2.18"
|
|
2363
|
+
resolved "https://registry.yarnpkg.com/@lwc/lwc-dev-server/-/lwc-dev-server-13.2.18.tgz#d1238c66b80dd61b4f03d36744f03222cb5beb02"
|
|
2364
|
+
integrity sha512-us06Uayh+sYZENToFqNC0rnl7R/LlCGb37EcRjNpOCVCpeiY540pQC/vd8fPeUqcNgrReF2/AZ7dvLxdVzmTwg==
|
|
2302
2365
|
dependencies:
|
|
2303
|
-
"@lwc/lwc-dev-server-types" "13.2.
|
|
2304
|
-
"@lwc/sfdc-lwc-compiler" "13.2.
|
|
2305
|
-
chalk "~5.
|
|
2366
|
+
"@lwc/lwc-dev-server-types" "13.2.18"
|
|
2367
|
+
"@lwc/sfdc-lwc-compiler" "13.2.18"
|
|
2368
|
+
chalk "~5.6.2"
|
|
2306
2369
|
chokidar "~3.6.0"
|
|
2307
|
-
commander "~
|
|
2308
|
-
fast-xml-parser "^5.
|
|
2309
|
-
glob "^
|
|
2310
|
-
ws "^8.18.
|
|
2311
|
-
|
|
2312
|
-
"@lwc/metadata@13.2.
|
|
2313
|
-
version "13.2.
|
|
2314
|
-
resolved "https://registry.yarnpkg.com/@lwc/metadata/-/metadata-13.2.
|
|
2315
|
-
integrity sha512-
|
|
2316
|
-
dependencies:
|
|
2317
|
-
"@babel/parser" "~7.
|
|
2318
|
-
"@babel/traverse" "~7.
|
|
2319
|
-
"@babel/types" "~7.
|
|
2320
|
-
"@lwc/sfdc-compiler-utils" "13.2.
|
|
2321
|
-
postcss "~8.5.
|
|
2322
|
-
postcss-selector-parser "~
|
|
2370
|
+
commander "~14.0.2"
|
|
2371
|
+
fast-xml-parser "^5.3.0"
|
|
2372
|
+
glob "^11.0.3"
|
|
2373
|
+
ws "^8.18.3"
|
|
2374
|
+
|
|
2375
|
+
"@lwc/metadata@13.2.18":
|
|
2376
|
+
version "13.2.18"
|
|
2377
|
+
resolved "https://registry.yarnpkg.com/@lwc/metadata/-/metadata-13.2.18.tgz#d8051f6dea6a2e6e1bfc762c00d5568a902b934b"
|
|
2378
|
+
integrity sha512-J/Xc5H4KtAKoiB7kVORjUs1AccPv/grZ+CwbRlWaO7FypsTkNwQTMqj0dQOYVXpq1Yeil2RcR4MWgmG5VlJ3Cg==
|
|
2379
|
+
dependencies:
|
|
2380
|
+
"@babel/parser" "~7.28.5"
|
|
2381
|
+
"@babel/traverse" "~7.28.5"
|
|
2382
|
+
"@babel/types" "~7.28.5"
|
|
2383
|
+
"@lwc/sfdc-compiler-utils" "13.2.18"
|
|
2384
|
+
postcss "~8.5.6"
|
|
2385
|
+
postcss-selector-parser "~7.1.0"
|
|
2323
2386
|
postcss-value-parser "~4.2.0"
|
|
2324
2387
|
|
|
2325
2388
|
"@lwc/module-resolver@8.23.0":
|
|
@@ -2339,47 +2402,47 @@
|
|
|
2339
2402
|
"@lwc/shared" "8.23.0"
|
|
2340
2403
|
"@rollup/pluginutils" "~5.3.0"
|
|
2341
2404
|
|
|
2342
|
-
"@lwc/sfdc-compiler-utils@13.2.
|
|
2343
|
-
version "13.2.
|
|
2344
|
-
resolved "https://registry.yarnpkg.com/@lwc/sfdc-compiler-utils/-/sfdc-compiler-utils-13.2.
|
|
2345
|
-
integrity sha512-
|
|
2405
|
+
"@lwc/sfdc-compiler-utils@13.2.18":
|
|
2406
|
+
version "13.2.18"
|
|
2407
|
+
resolved "https://registry.yarnpkg.com/@lwc/sfdc-compiler-utils/-/sfdc-compiler-utils-13.2.18.tgz#50b560a04d393dfb6ba969667b7df9065e931f4a"
|
|
2408
|
+
integrity sha512-V/eFDRfdgCDdK9yTr5IVVTx12Z+mDpjfLIeyK44Zbio1x1rppWwfLP9ek4tpyAIGyGoo34IxiojfdenSIH/bPQ==
|
|
2346
2409
|
|
|
2347
|
-
"@lwc/sfdc-lwc-compiler@13.2.
|
|
2348
|
-
version "13.2.
|
|
2349
|
-
resolved "https://registry.yarnpkg.com/@lwc/sfdc-lwc-compiler/-/sfdc-lwc-compiler-13.2.
|
|
2350
|
-
integrity sha512-
|
|
2410
|
+
"@lwc/sfdc-lwc-compiler@13.2.18", "@lwc/sfdc-lwc-compiler@~13.2.7":
|
|
2411
|
+
version "13.2.18"
|
|
2412
|
+
resolved "https://registry.yarnpkg.com/@lwc/sfdc-lwc-compiler/-/sfdc-lwc-compiler-13.2.18.tgz#289a81edf5a6dd4275e5f82a44ecc133b828c639"
|
|
2413
|
+
integrity sha512-YutIaXMhv2JxYkmxBROYtvm0PKIc2mAoKPel9WX54LivODV1fjGAzlms2cCVEes1RIuH3EHkmW4Hp0I/WP2S/A==
|
|
2351
2414
|
dependencies:
|
|
2352
|
-
"@babel/core" "7.
|
|
2353
|
-
"@babel/parser" "7.
|
|
2415
|
+
"@babel/core" "7.28.5"
|
|
2416
|
+
"@babel/parser" "7.28.5"
|
|
2354
2417
|
"@babel/plugin-syntax-decorators" "7.27.1"
|
|
2355
|
-
"@babel/preset-typescript" "7.
|
|
2356
|
-
"@babel/traverse" "7.
|
|
2357
|
-
"@babel/types" "7.
|
|
2358
|
-
"@komaci/esm-generator" "
|
|
2359
|
-
"@lwc/dev-server-plugin-lex" "13.2.
|
|
2360
|
-
"@lwc/eslint-plugin-lwc" "3.
|
|
2361
|
-
"@lwc/eslint-plugin-lwc-platform" "6.
|
|
2362
|
-
"@lwc/metadata" "13.2.
|
|
2363
|
-
"@lwc/sfdc-compiler-utils" "13.2.
|
|
2364
|
-
"@rollup/plugin-babel" "^6.0
|
|
2365
|
-
"@rollup/plugin-replace" "^6.0.
|
|
2366
|
-
"@rollup/wasm-node" "4.
|
|
2367
|
-
"@salesforce/eslint-config-lwc" "4.
|
|
2368
|
-
"@salesforce/eslint-plugin-lightning" "2.0.0
|
|
2369
|
-
"@swc/wasm" "1.
|
|
2370
|
-
astring "~1.
|
|
2418
|
+
"@babel/preset-typescript" "7.28.5"
|
|
2419
|
+
"@babel/traverse" "7.28.5"
|
|
2420
|
+
"@babel/types" "7.28.5"
|
|
2421
|
+
"@komaci/esm-generator" "260.31.0"
|
|
2422
|
+
"@lwc/dev-server-plugin-lex" "13.2.18"
|
|
2423
|
+
"@lwc/eslint-plugin-lwc" "3.3.0"
|
|
2424
|
+
"@lwc/eslint-plugin-lwc-platform" "6.3.0"
|
|
2425
|
+
"@lwc/metadata" "13.2.18"
|
|
2426
|
+
"@lwc/sfdc-compiler-utils" "13.2.18"
|
|
2427
|
+
"@rollup/plugin-babel" "^6.1.0"
|
|
2428
|
+
"@rollup/plugin-replace" "^6.0.3"
|
|
2429
|
+
"@rollup/wasm-node" "4.52.5"
|
|
2430
|
+
"@salesforce/eslint-config-lwc" "4.1.1"
|
|
2431
|
+
"@salesforce/eslint-plugin-lightning" "2.0.0"
|
|
2432
|
+
"@swc/wasm" "1.14.0"
|
|
2433
|
+
astring "~1.9.0"
|
|
2371
2434
|
doctrine "~3.0.0"
|
|
2372
|
-
eslint "~9.
|
|
2373
|
-
eslint-plugin-import "~2.
|
|
2374
|
-
eslint-plugin-jest "~
|
|
2435
|
+
eslint "~9.38.0"
|
|
2436
|
+
eslint-plugin-import "~2.32.0"
|
|
2437
|
+
eslint-plugin-jest "~29.0.1"
|
|
2375
2438
|
gray-matter "~4.0.3"
|
|
2376
2439
|
line-column "~1.0.2"
|
|
2377
|
-
magic-string "~0.30.
|
|
2440
|
+
magic-string "~0.30.21"
|
|
2378
2441
|
markdown-it "~14.1.0"
|
|
2379
|
-
parse5-sax-parser "~
|
|
2380
|
-
postcss "~8.5.
|
|
2381
|
-
postcss-selector-parser "~
|
|
2382
|
-
terser "~5.
|
|
2442
|
+
parse5-sax-parser "~8.0.0"
|
|
2443
|
+
postcss "~8.5.6"
|
|
2444
|
+
postcss-selector-parser "~7.1.0"
|
|
2445
|
+
terser "~5.44.0"
|
|
2383
2446
|
|
|
2384
2447
|
"@lwc/shared@8.23.0":
|
|
2385
2448
|
version "8.23.0"
|
|
@@ -3307,10 +3370,10 @@
|
|
|
3307
3370
|
resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570"
|
|
3308
3371
|
integrity sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==
|
|
3309
3372
|
|
|
3310
|
-
"@rollup/plugin-babel@^6.0
|
|
3311
|
-
version "6.0
|
|
3312
|
-
resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-6.0.
|
|
3313
|
-
integrity sha512-
|
|
3373
|
+
"@rollup/plugin-babel@^6.1.0":
|
|
3374
|
+
version "6.1.0"
|
|
3375
|
+
resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-6.1.0.tgz#5766913722057f28a56365bb6c1ca61306c7e527"
|
|
3376
|
+
integrity sha512-dFZNuFD2YRcoomP4oYf+DvQNSUA9ih+A3vUqopQx5EdtPGo3WBnQcI/S8pwpz91UsGfL0HsMSOlaMld8HrbubA==
|
|
3314
3377
|
dependencies:
|
|
3315
3378
|
"@babel/helper-module-imports" "^7.18.6"
|
|
3316
3379
|
"@rollup/pluginutils" "^5.0.1"
|
|
@@ -3334,10 +3397,10 @@
|
|
|
3334
3397
|
"@rollup/pluginutils" "^5.0.1"
|
|
3335
3398
|
magic-string "^0.30.3"
|
|
3336
3399
|
|
|
3337
|
-
"@rollup/plugin-replace@^6.0.
|
|
3338
|
-
version "6.0.
|
|
3339
|
-
resolved "https://registry.yarnpkg.com/@rollup/plugin-replace/-/plugin-replace-6.0.
|
|
3340
|
-
integrity sha512-
|
|
3400
|
+
"@rollup/plugin-replace@^6.0.3":
|
|
3401
|
+
version "6.0.3"
|
|
3402
|
+
resolved "https://registry.yarnpkg.com/@rollup/plugin-replace/-/plugin-replace-6.0.3.tgz#0f82e41d81f6586ab0f81a1b48bd7fd92fcfb9a2"
|
|
3403
|
+
integrity sha512-J4RZarRvQAm5IF0/LwUUg+obsm+xZhYnbMXmXROyoSE1ATJe3oXSb9L5MMppdxP2ylNSjv6zFBwKYjcKMucVfA==
|
|
3341
3404
|
dependencies:
|
|
3342
3405
|
"@rollup/pluginutils" "^5.0.1"
|
|
3343
3406
|
magic-string "^0.30.3"
|
|
@@ -3369,12 +3432,12 @@
|
|
|
3369
3432
|
estree-walker "^2.0.2"
|
|
3370
3433
|
picomatch "^4.0.2"
|
|
3371
3434
|
|
|
3372
|
-
"@rollup/wasm-node@4.
|
|
3373
|
-
version "4.
|
|
3374
|
-
resolved "https://registry.yarnpkg.com/@rollup/wasm-node/-/wasm-node-4.
|
|
3375
|
-
integrity sha512-
|
|
3435
|
+
"@rollup/wasm-node@4.52.5":
|
|
3436
|
+
version "4.52.5"
|
|
3437
|
+
resolved "https://registry.yarnpkg.com/@rollup/wasm-node/-/wasm-node-4.52.5.tgz#254b16b0b0cc34c492a820702023bbd9a2c1f786"
|
|
3438
|
+
integrity sha512-ldY4tEzSMBHNwB8TfRpi7RRRjjyfKlwjdebw5pS1lu0xaY3g4RDc6ople2wEYulVOKVeH7ZJwRx0iw4pGtjMHg==
|
|
3376
3439
|
dependencies:
|
|
3377
|
-
"@types/estree" "1.0.
|
|
3440
|
+
"@types/estree" "1.0.8"
|
|
3378
3441
|
optionalDependencies:
|
|
3379
3442
|
fsevents "~2.3.2"
|
|
3380
3443
|
|
|
@@ -3399,7 +3462,7 @@
|
|
|
3399
3462
|
strip-ansi "6.0.1"
|
|
3400
3463
|
ts-retry-promise "^0.8.1"
|
|
3401
3464
|
|
|
3402
|
-
"@salesforce/core@^8.15.0", "@salesforce/core@^8.23.1", "@salesforce/core@^8.23.
|
|
3465
|
+
"@salesforce/core@^8.15.0", "@salesforce/core@^8.23.1", "@salesforce/core@^8.23.3", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
|
|
3403
3466
|
version "8.23.3"
|
|
3404
3467
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.23.3.tgz#23d92d6eb887e946e26989552a605fa085e626e8"
|
|
3405
3468
|
integrity sha512-BD9cOUOw3wTR8ud6dBacLvA4x0KAfQXkNGdxtU9ujz5nEW86ms5tU1AEUzVXnhuDrrtdQZh7/yTGxqg5mS7rZg==
|
|
@@ -3461,10 +3524,10 @@
|
|
|
3461
3524
|
typescript "^5.5.4"
|
|
3462
3525
|
wireit "^0.14.12"
|
|
3463
3526
|
|
|
3464
|
-
"@salesforce/eslint-config-lwc@4.
|
|
3465
|
-
version "4.
|
|
3466
|
-
resolved "https://registry.yarnpkg.com/@salesforce/eslint-config-lwc/-/eslint-config-lwc-4.
|
|
3467
|
-
integrity sha512-
|
|
3527
|
+
"@salesforce/eslint-config-lwc@4.1.1":
|
|
3528
|
+
version "4.1.1"
|
|
3529
|
+
resolved "https://registry.yarnpkg.com/@salesforce/eslint-config-lwc/-/eslint-config-lwc-4.1.1.tgz#9022d931ea20c683dc78ab5e95b17d0b8412c196"
|
|
3530
|
+
integrity sha512-twgNRNnFgD0rwIgtROQEJ0m9QQhEAVuQ4DgO8fmSPZiKlsJsLduULeLZtVzok6qSWLY3ZImetgMBPF7mv+I1kw==
|
|
3468
3531
|
dependencies:
|
|
3469
3532
|
"@babel/core" "~7.26.0"
|
|
3470
3533
|
"@babel/eslint-parser" "~7.25.9"
|
|
@@ -3473,10 +3536,10 @@
|
|
|
3473
3536
|
globals "~15.14.0"
|
|
3474
3537
|
semver "^7.6.2"
|
|
3475
3538
|
|
|
3476
|
-
"@salesforce/eslint-plugin-lightning@2.0.0
|
|
3477
|
-
version "2.0.0
|
|
3478
|
-
resolved "https://registry.yarnpkg.com/@salesforce/eslint-plugin-lightning/-/eslint-plugin-lightning-2.0.0
|
|
3479
|
-
integrity sha512-
|
|
3539
|
+
"@salesforce/eslint-plugin-lightning@2.0.0":
|
|
3540
|
+
version "2.0.0"
|
|
3541
|
+
resolved "https://registry.yarnpkg.com/@salesforce/eslint-plugin-lightning/-/eslint-plugin-lightning-2.0.0.tgz#234cffdd8357af9b13b65d044feab2477a19daea"
|
|
3542
|
+
integrity sha512-lC3GL2j6B2wAGeTFWT0h47BFg+0R7naqqlQW+ANvNSaIC/qEB+tNSRcdAZ8DRTojsI3GRdpgq3FTB1llbrFBng==
|
|
3480
3543
|
|
|
3481
3544
|
"@salesforce/kit@^3.2.3", "@salesforce/kit@^3.2.4":
|
|
3482
3545
|
version "3.2.4"
|
|
@@ -3499,13 +3562,13 @@
|
|
|
3499
3562
|
listr2 "^8.3.3"
|
|
3500
3563
|
node-forge "^1.3.1"
|
|
3501
3564
|
|
|
3502
|
-
"@salesforce/plugin-command-reference@^3.1.
|
|
3503
|
-
version "3.1.
|
|
3504
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
3505
|
-
integrity sha512-
|
|
3565
|
+
"@salesforce/plugin-command-reference@^3.1.77":
|
|
3566
|
+
version "3.1.77"
|
|
3567
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.77.tgz#a9c20064fe96424140427929f6df506bf3890a20"
|
|
3568
|
+
integrity sha512-npuxDH+ewoJduPH1NBneIYjnsgeMV/9Vrm7PpA+foboap1rBI8DRyi32ZJvGfOBRIZz4s2H377Dw7Y3E4JujDg==
|
|
3506
3569
|
dependencies:
|
|
3507
3570
|
"@oclif/core" "^4"
|
|
3508
|
-
"@salesforce/core" "^8.23.
|
|
3571
|
+
"@salesforce/core" "^8.23.3"
|
|
3509
3572
|
"@salesforce/kit" "^3.2.4"
|
|
3510
3573
|
"@salesforce/sf-plugins-core" "^11.3.12"
|
|
3511
3574
|
"@salesforce/ts-types" "^2.0.11"
|
|
@@ -4149,10 +4212,10 @@
|
|
|
4149
4212
|
dependencies:
|
|
4150
4213
|
tslib "^2.6.2"
|
|
4151
4214
|
|
|
4152
|
-
"@swc/wasm@1.
|
|
4153
|
-
version "1.
|
|
4154
|
-
resolved "https://registry.yarnpkg.com/@swc/wasm/-/wasm-1.
|
|
4155
|
-
integrity sha512-
|
|
4215
|
+
"@swc/wasm@1.14.0":
|
|
4216
|
+
version "1.14.0"
|
|
4217
|
+
resolved "https://registry.yarnpkg.com/@swc/wasm/-/wasm-1.14.0.tgz#456375a2b8d1a18a09e61e1dc333dfccd85b10a2"
|
|
4218
|
+
integrity sha512-eUUA3jEwFzoMh6mUksvaqX3wK+FxKFFFapBic+sQigxD5NytXM+PFARbv17BECKV/XcCCROHFV9+e73lYOsV3A==
|
|
4156
4219
|
|
|
4157
4220
|
"@szmarczak/http-timer@^5.0.1":
|
|
4158
4221
|
version "5.0.1"
|
|
@@ -4237,16 +4300,11 @@
|
|
|
4237
4300
|
dependencies:
|
|
4238
4301
|
"@types/estree" "*"
|
|
4239
4302
|
|
|
4240
|
-
"@types/estree@*", "@types/estree@>=1.0.7", "@types/estree@^1.0.0", "@types/estree@^1.0.6":
|
|
4303
|
+
"@types/estree@*", "@types/estree@1.0.8", "@types/estree@>=1.0.7", "@types/estree@^1.0.0", "@types/estree@^1.0.6":
|
|
4241
4304
|
version "1.0.8"
|
|
4242
4305
|
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.8.tgz#958b91c991b1867ced318bedea0e215ee050726e"
|
|
4243
4306
|
integrity sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==
|
|
4244
4307
|
|
|
4245
|
-
"@types/estree@1.0.5":
|
|
4246
|
-
version "1.0.5"
|
|
4247
|
-
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.5.tgz#a6ce3e556e00fd9895dd872dd172ad0d4bd687f4"
|
|
4248
|
-
integrity sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==
|
|
4249
|
-
|
|
4250
4308
|
"@types/express-serve-static-core@^4.17.33":
|
|
4251
4309
|
version "4.19.5"
|
|
4252
4310
|
resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.19.5.tgz#218064e321126fcf9048d1ca25dd2465da55d9c6"
|
|
@@ -4548,6 +4606,15 @@
|
|
|
4548
4606
|
"@typescript-eslint/visitor-keys" "6.21.0"
|
|
4549
4607
|
debug "^4.3.4"
|
|
4550
4608
|
|
|
4609
|
+
"@typescript-eslint/project-service@8.46.2":
|
|
4610
|
+
version "8.46.2"
|
|
4611
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.46.2.tgz#ab2f02a0de4da6a7eeb885af5e059be57819d608"
|
|
4612
|
+
integrity sha512-PULOLZ9iqwI7hXcmL4fVfIsBi6AN9YxRc0frbvmg8f+4hQAjQ5GYNKK0DIArNo+rOKmR/iBYwkpBmnIwin4wBg==
|
|
4613
|
+
dependencies:
|
|
4614
|
+
"@typescript-eslint/tsconfig-utils" "^8.46.2"
|
|
4615
|
+
"@typescript-eslint/types" "^8.46.2"
|
|
4616
|
+
debug "^4.3.4"
|
|
4617
|
+
|
|
4551
4618
|
"@typescript-eslint/scope-manager@6.21.0":
|
|
4552
4619
|
version "6.21.0"
|
|
4553
4620
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz#ea8a9bfc8f1504a6ac5d59a6df308d3a0630a2b1"
|
|
@@ -4564,13 +4631,18 @@
|
|
|
4564
4631
|
"@typescript-eslint/types" "7.18.0"
|
|
4565
4632
|
"@typescript-eslint/visitor-keys" "7.18.0"
|
|
4566
4633
|
|
|
4567
|
-
"@typescript-eslint/scope-manager@8.
|
|
4568
|
-
version "8.
|
|
4569
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.
|
|
4570
|
-
integrity sha512-
|
|
4634
|
+
"@typescript-eslint/scope-manager@8.46.2":
|
|
4635
|
+
version "8.46.2"
|
|
4636
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.46.2.tgz#7d37df2493c404450589acb3b5d0c69cc0670a88"
|
|
4637
|
+
integrity sha512-LF4b/NmGvdWEHD2H4MsHD8ny6JpiVNDzrSZr3CsckEgCbAGZbYM4Cqxvi9L+WqDMT+51Ozy7lt2M+d0JLEuBqA==
|
|
4571
4638
|
dependencies:
|
|
4572
|
-
"@typescript-eslint/types" "8.
|
|
4573
|
-
"@typescript-eslint/visitor-keys" "8.
|
|
4639
|
+
"@typescript-eslint/types" "8.46.2"
|
|
4640
|
+
"@typescript-eslint/visitor-keys" "8.46.2"
|
|
4641
|
+
|
|
4642
|
+
"@typescript-eslint/tsconfig-utils@8.46.2", "@typescript-eslint/tsconfig-utils@^8.46.2":
|
|
4643
|
+
version "8.46.2"
|
|
4644
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.46.2.tgz#d110451cb93bbd189865206ea37ef677c196828c"
|
|
4645
|
+
integrity sha512-a7QH6fw4S57+F5y2FIxxSDyi5M4UfGF+Jl1bCGd7+L4KsaUY80GsiF/t0UoRFDHAguKlBaACWJRmdrc6Xfkkag==
|
|
4574
4646
|
|
|
4575
4647
|
"@typescript-eslint/type-utils@6.21.0":
|
|
4576
4648
|
version "6.21.0"
|
|
@@ -4592,10 +4664,10 @@
|
|
|
4592
4664
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9"
|
|
4593
4665
|
integrity sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==
|
|
4594
4666
|
|
|
4595
|
-
"@typescript-eslint/types@8.
|
|
4596
|
-
version "8.
|
|
4597
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.
|
|
4598
|
-
integrity sha512-
|
|
4667
|
+
"@typescript-eslint/types@8.46.2", "@typescript-eslint/types@^8.46.2":
|
|
4668
|
+
version "8.46.2"
|
|
4669
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.46.2.tgz#2bad7348511b31e6e42579820e62b73145635763"
|
|
4670
|
+
integrity sha512-lNCWCbq7rpg7qDsQrd3D6NyWYu+gkTENkG5IKYhUIcxSb59SQC/hEQ+MrG4sTgBVghTonNWq42bA/d4yYumldQ==
|
|
4599
4671
|
|
|
4600
4672
|
"@typescript-eslint/typescript-estree@6.21.0":
|
|
4601
4673
|
version "6.21.0"
|
|
@@ -4625,13 +4697,15 @@
|
|
|
4625
4697
|
semver "^7.6.0"
|
|
4626
4698
|
ts-api-utils "^1.3.0"
|
|
4627
4699
|
|
|
4628
|
-
"@typescript-eslint/typescript-estree@8.
|
|
4629
|
-
version "8.
|
|
4630
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.
|
|
4631
|
-
integrity sha512-
|
|
4700
|
+
"@typescript-eslint/typescript-estree@8.46.2":
|
|
4701
|
+
version "8.46.2"
|
|
4702
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.46.2.tgz#ab547a27e4222bb6a3281cb7e98705272e2c7d08"
|
|
4703
|
+
integrity sha512-f7rW7LJ2b7Uh2EiQ+7sza6RDZnajbNbemn54Ob6fRwQbgcIn+GWfyuHDHRYgRoZu1P4AayVScrRW+YfbTvPQoQ==
|
|
4632
4704
|
dependencies:
|
|
4633
|
-
"@typescript-eslint/
|
|
4634
|
-
"@typescript-eslint/
|
|
4705
|
+
"@typescript-eslint/project-service" "8.46.2"
|
|
4706
|
+
"@typescript-eslint/tsconfig-utils" "8.46.2"
|
|
4707
|
+
"@typescript-eslint/types" "8.46.2"
|
|
4708
|
+
"@typescript-eslint/visitor-keys" "8.46.2"
|
|
4635
4709
|
debug "^4.3.4"
|
|
4636
4710
|
fast-glob "^3.3.2"
|
|
4637
4711
|
is-glob "^4.0.3"
|
|
@@ -4652,16 +4726,6 @@
|
|
|
4652
4726
|
"@typescript-eslint/typescript-estree" "6.21.0"
|
|
4653
4727
|
semver "^7.5.4"
|
|
4654
4728
|
|
|
4655
|
-
"@typescript-eslint/utils@^6.0.0 || ^7.0.0 || ^8.0.0":
|
|
4656
|
-
version "8.32.1"
|
|
4657
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.32.1.tgz#4d6d5d29b9e519e9a85e9a74e9f7bdb58abe9704"
|
|
4658
|
-
integrity sha512-DsSFNIgLSrc89gpq1LJB7Hm1YpuhK086DRDJSNrewcGvYloWW1vZLHBTIvarKZDcAORIy/uWNx8Gad+4oMpkSA==
|
|
4659
|
-
dependencies:
|
|
4660
|
-
"@eslint-community/eslint-utils" "^4.7.0"
|
|
4661
|
-
"@typescript-eslint/scope-manager" "8.32.1"
|
|
4662
|
-
"@typescript-eslint/types" "8.32.1"
|
|
4663
|
-
"@typescript-eslint/typescript-estree" "8.32.1"
|
|
4664
|
-
|
|
4665
4729
|
"@typescript-eslint/utils@^7.18.0":
|
|
4666
4730
|
version "7.18.0"
|
|
4667
4731
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-7.18.0.tgz#bca01cde77f95fc6a8d5b0dbcbfb3d6ca4be451f"
|
|
@@ -4672,6 +4736,16 @@
|
|
|
4672
4736
|
"@typescript-eslint/types" "7.18.0"
|
|
4673
4737
|
"@typescript-eslint/typescript-estree" "7.18.0"
|
|
4674
4738
|
|
|
4739
|
+
"@typescript-eslint/utils@^8.0.0":
|
|
4740
|
+
version "8.46.2"
|
|
4741
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.46.2.tgz#b313d33d67f9918583af205bd7bcebf20f231732"
|
|
4742
|
+
integrity sha512-sExxzucx0Tud5tE0XqR0lT0psBQvEpnpiul9XbGUB1QwpWJJAps1O/Z7hJxLGiZLBKMCutjTzDgmd1muEhBnVg==
|
|
4743
|
+
dependencies:
|
|
4744
|
+
"@eslint-community/eslint-utils" "^4.7.0"
|
|
4745
|
+
"@typescript-eslint/scope-manager" "8.46.2"
|
|
4746
|
+
"@typescript-eslint/types" "8.46.2"
|
|
4747
|
+
"@typescript-eslint/typescript-estree" "8.46.2"
|
|
4748
|
+
|
|
4675
4749
|
"@typescript-eslint/visitor-keys@6.21.0":
|
|
4676
4750
|
version "6.21.0"
|
|
4677
4751
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz#87a99d077aa507e20e238b11d56cc26ade45fe47"
|
|
@@ -4688,13 +4762,13 @@
|
|
|
4688
4762
|
"@typescript-eslint/types" "7.18.0"
|
|
4689
4763
|
eslint-visitor-keys "^3.4.3"
|
|
4690
4764
|
|
|
4691
|
-
"@typescript-eslint/visitor-keys@8.
|
|
4692
|
-
version "8.
|
|
4693
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.
|
|
4694
|
-
integrity sha512-
|
|
4765
|
+
"@typescript-eslint/visitor-keys@8.46.2":
|
|
4766
|
+
version "8.46.2"
|
|
4767
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.46.2.tgz#803fa298948c39acf810af21bdce6f8babfa9738"
|
|
4768
|
+
integrity sha512-tUFMXI4gxzzMXt4xpGJEsBsTox0XbNQ1y94EwlD/CuZwFcQP79xfQqMhau9HsRc/J0cAPA/HZt1dZPtGn9V/7w==
|
|
4695
4769
|
dependencies:
|
|
4696
|
-
"@typescript-eslint/types" "8.
|
|
4697
|
-
eslint-visitor-keys "^4.2.
|
|
4770
|
+
"@typescript-eslint/types" "8.46.2"
|
|
4771
|
+
eslint-visitor-keys "^4.2.1"
|
|
4698
4772
|
|
|
4699
4773
|
"@ungap/structured-clone@^1.2.0":
|
|
4700
4774
|
version "1.2.0"
|
|
@@ -4923,12 +4997,26 @@ array-includes@^3.1.8:
|
|
|
4923
4997
|
get-intrinsic "^1.2.4"
|
|
4924
4998
|
is-string "^1.0.7"
|
|
4925
4999
|
|
|
5000
|
+
array-includes@^3.1.9:
|
|
5001
|
+
version "3.1.9"
|
|
5002
|
+
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.9.tgz#1f0ccaa08e90cdbc3eb433210f903ad0f17c3f3a"
|
|
5003
|
+
integrity sha512-FmeCCAenzH0KH381SPT5FZmiA/TmpndpcaShhfgEN9eCVjnFBqq3l1xrI42y8+PPLI6hypzou4GXw00WHmPBLQ==
|
|
5004
|
+
dependencies:
|
|
5005
|
+
call-bind "^1.0.8"
|
|
5006
|
+
call-bound "^1.0.4"
|
|
5007
|
+
define-properties "^1.2.1"
|
|
5008
|
+
es-abstract "^1.24.0"
|
|
5009
|
+
es-object-atoms "^1.1.1"
|
|
5010
|
+
get-intrinsic "^1.3.0"
|
|
5011
|
+
is-string "^1.1.1"
|
|
5012
|
+
math-intrinsics "^1.1.0"
|
|
5013
|
+
|
|
4926
5014
|
array-union@^2.1.0:
|
|
4927
5015
|
version "2.1.0"
|
|
4928
5016
|
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
|
|
4929
5017
|
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
|
|
4930
5018
|
|
|
4931
|
-
array.prototype.findlastindex@^1.2.5:
|
|
5019
|
+
array.prototype.findlastindex@^1.2.5, array.prototype.findlastindex@^1.2.6:
|
|
4932
5020
|
version "1.2.6"
|
|
4933
5021
|
resolved "https://registry.yarnpkg.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.6.tgz#cfa1065c81dcb64e34557c9b81d012f6a421c564"
|
|
4934
5022
|
integrity sha512-F/TKATkzseUExPlfvmwQKGITM3DGTK+vkAsCZoDc5daVygbJBnjEUCbgkAvVFsgfXfX4YIqZ/27G3k3tdXrTxQ==
|
|
@@ -4951,6 +5039,16 @@ array.prototype.flat@^1.3.2:
|
|
|
4951
5039
|
es-abstract "^1.22.1"
|
|
4952
5040
|
es-shim-unscopables "^1.0.0"
|
|
4953
5041
|
|
|
5042
|
+
array.prototype.flat@^1.3.3:
|
|
5043
|
+
version "1.3.3"
|
|
5044
|
+
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.3.tgz#534aaf9e6e8dd79fb6b9a9917f839ef1ec63afe5"
|
|
5045
|
+
integrity sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg==
|
|
5046
|
+
dependencies:
|
|
5047
|
+
call-bind "^1.0.8"
|
|
5048
|
+
define-properties "^1.2.1"
|
|
5049
|
+
es-abstract "^1.23.5"
|
|
5050
|
+
es-shim-unscopables "^1.0.2"
|
|
5051
|
+
|
|
4954
5052
|
array.prototype.flatmap@^1.3.2:
|
|
4955
5053
|
version "1.3.2"
|
|
4956
5054
|
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz#c9a7c6831db8e719d6ce639190146c24bbd3e527"
|
|
@@ -4961,6 +5059,16 @@ array.prototype.flatmap@^1.3.2:
|
|
|
4961
5059
|
es-abstract "^1.22.1"
|
|
4962
5060
|
es-shim-unscopables "^1.0.0"
|
|
4963
5061
|
|
|
5062
|
+
array.prototype.flatmap@^1.3.3:
|
|
5063
|
+
version "1.3.3"
|
|
5064
|
+
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.3.tgz#712cc792ae70370ae40586264629e33aab5dd38b"
|
|
5065
|
+
integrity sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg==
|
|
5066
|
+
dependencies:
|
|
5067
|
+
call-bind "^1.0.8"
|
|
5068
|
+
define-properties "^1.2.1"
|
|
5069
|
+
es-abstract "^1.23.5"
|
|
5070
|
+
es-shim-unscopables "^1.0.2"
|
|
5071
|
+
|
|
4964
5072
|
arraybuffer.prototype.slice@^1.0.4:
|
|
4965
5073
|
version "1.0.4"
|
|
4966
5074
|
resolved "https://registry.yarnpkg.com/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.4.tgz#9d760d84dbdd06d0cbf92c8849615a1a7ab3183c"
|
|
@@ -4994,11 +5102,6 @@ astring@^1.9.0, astring@~1.9.0:
|
|
|
4994
5102
|
resolved "https://registry.yarnpkg.com/astring/-/astring-1.9.0.tgz#cc73e6062a7eb03e7d19c22d8b0b3451fd9bfeef"
|
|
4995
5103
|
integrity sha512-LElXdjswlqjWrPpJFg1Fx4wpkOCxj1TDHlSV4PlaRxHGWko024xICaa97ZkMfs6DRKlCguiAI+rbXv5GWwXIkg==
|
|
4996
5104
|
|
|
4997
|
-
astring@~1.8.6:
|
|
4998
|
-
version "1.8.6"
|
|
4999
|
-
resolved "https://registry.yarnpkg.com/astring/-/astring-1.8.6.tgz#2c9c157cf1739d67561c56ba896e6948f6b93731"
|
|
5000
|
-
integrity sha512-ISvCdHdlTDlH5IpxQJIex7BWBywFWgjJSVdwst+/iQCoEYnyOaQ95+X1JGshuBjGp6nxKUy1jMgE3zPqN7fQdg==
|
|
5001
|
-
|
|
5002
5105
|
async-function@^1.0.0:
|
|
5003
5106
|
version "1.0.0"
|
|
5004
5107
|
resolved "https://registry.yarnpkg.com/async-function/-/async-function-1.0.0.tgz#509c9fca60eaf85034c6829838188e4e4c8ffb2b"
|
|
@@ -5038,10 +5141,10 @@ available-typed-arrays@^1.0.7:
|
|
|
5038
5141
|
dependencies:
|
|
5039
5142
|
possible-typed-array-names "^1.0.0"
|
|
5040
5143
|
|
|
5041
|
-
axios@^1.
|
|
5042
|
-
version "1.
|
|
5043
|
-
resolved "https://registry.yarnpkg.com/axios/-/axios-1.
|
|
5044
|
-
integrity sha512-
|
|
5144
|
+
axios@^1.13.1:
|
|
5145
|
+
version "1.13.1"
|
|
5146
|
+
resolved "https://registry.yarnpkg.com/axios/-/axios-1.13.1.tgz#45b62dc8fe04e0e92274e08b98e910ba3d7963a7"
|
|
5147
|
+
integrity sha512-hU4EGxxt+j7TQijx1oYdAjw4xuIp1wRQSsbMFwSthCWeBQur1eF+qJ5iQ5sN3Tw8YRzQNKb8jszgBdMDVqwJcw==
|
|
5045
5148
|
dependencies:
|
|
5046
5149
|
follow-redirects "^1.15.6"
|
|
5047
5150
|
form-data "^4.0.4"
|
|
@@ -5313,16 +5416,11 @@ chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0:
|
|
|
5313
5416
|
ansi-styles "^4.1.0"
|
|
5314
5417
|
supports-color "^7.1.0"
|
|
5315
5418
|
|
|
5316
|
-
chalk@^5.0.0, chalk@^5.3.0, chalk@^5.4.1, chalk@^5.6.2:
|
|
5419
|
+
chalk@^5.0.0, chalk@^5.3.0, chalk@^5.4.1, chalk@^5.6.2, chalk@~5.6.2:
|
|
5317
5420
|
version "5.6.2"
|
|
5318
5421
|
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.6.2.tgz#b1238b6e23ea337af71c7f8a295db5af0c158aea"
|
|
5319
5422
|
integrity sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==
|
|
5320
5423
|
|
|
5321
|
-
chalk@~5.4.1:
|
|
5322
|
-
version "5.4.1"
|
|
5323
|
-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.4.1.tgz#1b48bf0963ec158dce2aacf69c093ae2dd2092d8"
|
|
5324
|
-
integrity sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==
|
|
5325
|
-
|
|
5326
5424
|
change-case@^4, change-case@^4.1.2:
|
|
5327
5425
|
version "4.1.2"
|
|
5328
5426
|
resolved "https://registry.yarnpkg.com/change-case/-/change-case-4.1.2.tgz#fedfc5f136045e2398c0410ee441f95704641e12"
|
|
@@ -5541,10 +5639,10 @@ commander@^5.1.0:
|
|
|
5541
5639
|
resolved "https://registry.yarnpkg.com/commander/-/commander-5.1.0.tgz#46abbd1652f8e059bddaef99bbdcb2ad9cf179ae"
|
|
5542
5640
|
integrity sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg==
|
|
5543
5641
|
|
|
5544
|
-
commander@~
|
|
5545
|
-
version "
|
|
5546
|
-
resolved "https://registry.yarnpkg.com/commander/-/commander-
|
|
5547
|
-
integrity sha512-
|
|
5642
|
+
commander@~14.0.2:
|
|
5643
|
+
version "14.0.2"
|
|
5644
|
+
resolved "https://registry.yarnpkg.com/commander/-/commander-14.0.2.tgz#b71fd37fe4069e4c3c7c13925252ada4eba14e8e"
|
|
5645
|
+
integrity sha512-TywoWNNRbhoD0BXs1P3ZEScW8W5iKrnbithIl0YH+uCmBd0QpPOA8yc82DS3BIE5Ma6FnBVUsJ7wVUDz4dvOWQ==
|
|
5548
5646
|
|
|
5549
5647
|
comment-parser@1.4.1:
|
|
5550
5648
|
version "1.4.1"
|
|
@@ -6077,6 +6175,11 @@ entities@^4.2.0, entities@^4.4.0, entities@^4.5.0:
|
|
|
6077
6175
|
resolved "https://registry.yarnpkg.com/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48"
|
|
6078
6176
|
integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==
|
|
6079
6177
|
|
|
6178
|
+
entities@^6.0.0:
|
|
6179
|
+
version "6.0.1"
|
|
6180
|
+
resolved "https://registry.yarnpkg.com/entities/-/entities-6.0.1.tgz#c28c34a43379ca7f61d074130b2f5f7020a30694"
|
|
6181
|
+
integrity sha512-aN97NXWF6AWBTahfVOIrB/NShkzi5H7F9r1s9mD3cDj4Ko5f2qhhVoYMibXF7GlLveb/D2ioWay8lxI97Ven3g==
|
|
6182
|
+
|
|
6080
6183
|
environment@^1.0.0:
|
|
6081
6184
|
version "1.1.0"
|
|
6082
6185
|
resolved "https://registry.yarnpkg.com/environment/-/environment-1.1.0.tgz#8e86c66b180f363c7ab311787e0259665f45a9f1"
|
|
@@ -6146,6 +6249,66 @@ es-abstract@^1.22.1, es-abstract@^1.23.2, es-abstract@^1.23.5, es-abstract@^1.23
|
|
|
6146
6249
|
unbox-primitive "^1.1.0"
|
|
6147
6250
|
which-typed-array "^1.1.18"
|
|
6148
6251
|
|
|
6252
|
+
es-abstract@^1.24.0:
|
|
6253
|
+
version "1.24.0"
|
|
6254
|
+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.24.0.tgz#c44732d2beb0acc1ed60df840869e3106e7af328"
|
|
6255
|
+
integrity sha512-WSzPgsdLtTcQwm4CROfS5ju2Wa1QQcVeT37jFjYzdFz1r9ahadC8B8/a4qxJxM+09F18iumCdRmlr96ZYkQvEg==
|
|
6256
|
+
dependencies:
|
|
6257
|
+
array-buffer-byte-length "^1.0.2"
|
|
6258
|
+
arraybuffer.prototype.slice "^1.0.4"
|
|
6259
|
+
available-typed-arrays "^1.0.7"
|
|
6260
|
+
call-bind "^1.0.8"
|
|
6261
|
+
call-bound "^1.0.4"
|
|
6262
|
+
data-view-buffer "^1.0.2"
|
|
6263
|
+
data-view-byte-length "^1.0.2"
|
|
6264
|
+
data-view-byte-offset "^1.0.1"
|
|
6265
|
+
es-define-property "^1.0.1"
|
|
6266
|
+
es-errors "^1.3.0"
|
|
6267
|
+
es-object-atoms "^1.1.1"
|
|
6268
|
+
es-set-tostringtag "^2.1.0"
|
|
6269
|
+
es-to-primitive "^1.3.0"
|
|
6270
|
+
function.prototype.name "^1.1.8"
|
|
6271
|
+
get-intrinsic "^1.3.0"
|
|
6272
|
+
get-proto "^1.0.1"
|
|
6273
|
+
get-symbol-description "^1.1.0"
|
|
6274
|
+
globalthis "^1.0.4"
|
|
6275
|
+
gopd "^1.2.0"
|
|
6276
|
+
has-property-descriptors "^1.0.2"
|
|
6277
|
+
has-proto "^1.2.0"
|
|
6278
|
+
has-symbols "^1.1.0"
|
|
6279
|
+
hasown "^2.0.2"
|
|
6280
|
+
internal-slot "^1.1.0"
|
|
6281
|
+
is-array-buffer "^3.0.5"
|
|
6282
|
+
is-callable "^1.2.7"
|
|
6283
|
+
is-data-view "^1.0.2"
|
|
6284
|
+
is-negative-zero "^2.0.3"
|
|
6285
|
+
is-regex "^1.2.1"
|
|
6286
|
+
is-set "^2.0.3"
|
|
6287
|
+
is-shared-array-buffer "^1.0.4"
|
|
6288
|
+
is-string "^1.1.1"
|
|
6289
|
+
is-typed-array "^1.1.15"
|
|
6290
|
+
is-weakref "^1.1.1"
|
|
6291
|
+
math-intrinsics "^1.1.0"
|
|
6292
|
+
object-inspect "^1.13.4"
|
|
6293
|
+
object-keys "^1.1.1"
|
|
6294
|
+
object.assign "^4.1.7"
|
|
6295
|
+
own-keys "^1.0.1"
|
|
6296
|
+
regexp.prototype.flags "^1.5.4"
|
|
6297
|
+
safe-array-concat "^1.1.3"
|
|
6298
|
+
safe-push-apply "^1.0.0"
|
|
6299
|
+
safe-regex-test "^1.1.0"
|
|
6300
|
+
set-proto "^1.0.0"
|
|
6301
|
+
stop-iteration-iterator "^1.1.0"
|
|
6302
|
+
string.prototype.trim "^1.2.10"
|
|
6303
|
+
string.prototype.trimend "^1.0.9"
|
|
6304
|
+
string.prototype.trimstart "^1.0.8"
|
|
6305
|
+
typed-array-buffer "^1.0.3"
|
|
6306
|
+
typed-array-byte-length "^1.0.3"
|
|
6307
|
+
typed-array-byte-offset "^1.0.4"
|
|
6308
|
+
typed-array-length "^1.0.7"
|
|
6309
|
+
unbox-primitive "^1.1.0"
|
|
6310
|
+
which-typed-array "^1.1.19"
|
|
6311
|
+
|
|
6149
6312
|
es-define-property@^1.0.0, es-define-property@^1.0.1:
|
|
6150
6313
|
version "1.0.1"
|
|
6151
6314
|
resolved "https://registry.yarnpkg.com/es-define-property/-/es-define-property-1.0.1.tgz#983eb2f9a6724e9303f61addf011c72e09e0b0fa"
|
|
@@ -6178,7 +6341,7 @@ es-set-tostringtag@^2.1.0:
|
|
|
6178
6341
|
has-tostringtag "^1.0.2"
|
|
6179
6342
|
hasown "^2.0.2"
|
|
6180
6343
|
|
|
6181
|
-
es-shim-unscopables@^1.0.0, es-shim-unscopables@^1.1.0:
|
|
6344
|
+
es-shim-unscopables@^1.0.0, es-shim-unscopables@^1.0.2, es-shim-unscopables@^1.1.0:
|
|
6182
6345
|
version "1.1.0"
|
|
6183
6346
|
resolved "https://registry.yarnpkg.com/es-shim-unscopables/-/es-shim-unscopables-1.1.0.tgz#438df35520dac5d105f3943d927549ea3b00f4b5"
|
|
6184
6347
|
integrity sha512-d9T8ucsEhh8Bi1woXCf+TIKDIROLG5WCkxg8geBCbvk22kzwC5G2OnXVMO6FUsvQlgUUXQ2itephWDLqDzbeCw==
|
|
@@ -6340,12 +6503,19 @@ eslint-module-utils@^2.12.0:
|
|
|
6340
6503
|
dependencies:
|
|
6341
6504
|
debug "^3.2.7"
|
|
6342
6505
|
|
|
6506
|
+
eslint-module-utils@^2.12.1:
|
|
6507
|
+
version "2.12.1"
|
|
6508
|
+
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.12.1.tgz#f76d3220bfb83c057651359295ab5854eaad75ff"
|
|
6509
|
+
integrity sha512-L8jSWTze7K2mTg0vos/RuLRS5soomksDPoJLXIslC7c8Wmut3bx7CPpJijDcBZtxQ5lrbUdM+s0OlNbz0DCDNw==
|
|
6510
|
+
dependencies:
|
|
6511
|
+
debug "^3.2.7"
|
|
6512
|
+
|
|
6343
6513
|
eslint-plugin-header@^3.1.1:
|
|
6344
6514
|
version "3.1.1"
|
|
6345
6515
|
resolved "https://registry.yarnpkg.com/eslint-plugin-header/-/eslint-plugin-header-3.1.1.tgz#6ce512432d57675265fac47292b50d1eff11acd6"
|
|
6346
6516
|
integrity sha512-9vlKxuJ4qf793CmeeSrZUvVClw6amtpghq3CuWcB5cUNnWHQhgcqy5eF8oVKFk1G3Y/CbchGfEaw3wiIJaNmVg==
|
|
6347
6517
|
|
|
6348
|
-
eslint-plugin-import@^2.29.1
|
|
6518
|
+
eslint-plugin-import@^2.29.1:
|
|
6349
6519
|
version "2.31.0"
|
|
6350
6520
|
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.31.0.tgz#310ce7e720ca1d9c0bb3f69adfd1c6bdd7d9e0e7"
|
|
6351
6521
|
integrity sha512-ixmkI62Rbc2/w8Vfxyh1jQRTdRTF52VxwRVHl/ykPAmqG+Nb7/kNn+byLP0LxPgI7zWA16Jt82SybJInmMia3A==
|
|
@@ -6370,12 +6540,37 @@ eslint-plugin-import@^2.29.1, eslint-plugin-import@~2.31.0:
|
|
|
6370
6540
|
string.prototype.trimend "^1.0.8"
|
|
6371
6541
|
tsconfig-paths "^3.15.0"
|
|
6372
6542
|
|
|
6373
|
-
eslint-plugin-
|
|
6374
|
-
version "
|
|
6375
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-
|
|
6376
|
-
integrity sha512-
|
|
6543
|
+
eslint-plugin-import@~2.32.0:
|
|
6544
|
+
version "2.32.0"
|
|
6545
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.32.0.tgz#602b55faa6e4caeaa5e970c198b5c00a37708980"
|
|
6546
|
+
integrity sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA==
|
|
6377
6547
|
dependencies:
|
|
6378
|
-
"@
|
|
6548
|
+
"@rtsao/scc" "^1.1.0"
|
|
6549
|
+
array-includes "^3.1.9"
|
|
6550
|
+
array.prototype.findlastindex "^1.2.6"
|
|
6551
|
+
array.prototype.flat "^1.3.3"
|
|
6552
|
+
array.prototype.flatmap "^1.3.3"
|
|
6553
|
+
debug "^3.2.7"
|
|
6554
|
+
doctrine "^2.1.0"
|
|
6555
|
+
eslint-import-resolver-node "^0.3.9"
|
|
6556
|
+
eslint-module-utils "^2.12.1"
|
|
6557
|
+
hasown "^2.0.2"
|
|
6558
|
+
is-core-module "^2.16.1"
|
|
6559
|
+
is-glob "^4.0.3"
|
|
6560
|
+
minimatch "^3.1.2"
|
|
6561
|
+
object.fromentries "^2.0.8"
|
|
6562
|
+
object.groupby "^1.0.3"
|
|
6563
|
+
object.values "^1.2.1"
|
|
6564
|
+
semver "^6.3.1"
|
|
6565
|
+
string.prototype.trimend "^1.0.9"
|
|
6566
|
+
tsconfig-paths "^3.15.0"
|
|
6567
|
+
|
|
6568
|
+
eslint-plugin-jest@~29.0.1:
|
|
6569
|
+
version "29.0.1"
|
|
6570
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-29.0.1.tgz#0f72a81349409d20742208260c9a6cb9efed4df5"
|
|
6571
|
+
integrity sha512-EE44T0OSMCeXhDrrdsbKAhprobKkPtJTbQz5yEktysNpHeDZTAL1SfDTNKmcFfJkY6yrQLtTKZALrD3j/Gpmiw==
|
|
6572
|
+
dependencies:
|
|
6573
|
+
"@typescript-eslint/utils" "^8.0.0"
|
|
6379
6574
|
|
|
6380
6575
|
eslint-plugin-jsdoc@^46.10.1:
|
|
6381
6576
|
version "46.10.1"
|
|
@@ -6461,7 +6656,7 @@ eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3:
|
|
|
6461
6656
|
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
|
|
6462
6657
|
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
|
|
6463
6658
|
|
|
6464
|
-
eslint-visitor-keys@^4.2.
|
|
6659
|
+
eslint-visitor-keys@^4.2.1:
|
|
6465
6660
|
version "4.2.1"
|
|
6466
6661
|
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.1.tgz#4cfea60fe7dd0ad8e816e1ed026c1d5251b512c1"
|
|
6467
6662
|
integrity sha512-Uhdk5sfqcee/9H/rCOJikYz67o0a2Tw2hGRPOG2Y1R2dg7brRe1uG0yaNQDHu+TO/uQPF/5eCapvYSmHUjt7JQ==
|
|
@@ -6510,24 +6705,23 @@ eslint@^8.56.0, eslint@^8.57.0:
|
|
|
6510
6705
|
strip-ansi "^6.0.1"
|
|
6511
6706
|
text-table "^0.2.0"
|
|
6512
6707
|
|
|
6513
|
-
eslint@~9.
|
|
6514
|
-
version "9.
|
|
6515
|
-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.
|
|
6516
|
-
integrity sha512-
|
|
6708
|
+
eslint@~9.38.0:
|
|
6709
|
+
version "9.38.0"
|
|
6710
|
+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.38.0.tgz#3957d2af804e5cf6cc503c618f60acc71acb2e7e"
|
|
6711
|
+
integrity sha512-t5aPOpmtJcZcz5UJyY2GbvpDlsK5E8JqRqoKtfiKE3cNh437KIqfJr3A3AKf5k64NPx6d0G3dno6XDY05PqPtw==
|
|
6517
6712
|
dependencies:
|
|
6518
|
-
"@eslint-community/eslint-utils" "^4.
|
|
6713
|
+
"@eslint-community/eslint-utils" "^4.8.0"
|
|
6519
6714
|
"@eslint-community/regexpp" "^4.12.1"
|
|
6520
|
-
"@eslint/config-array" "^0.
|
|
6521
|
-
"@eslint/config-helpers" "^0.
|
|
6522
|
-
"@eslint/core" "^0.
|
|
6715
|
+
"@eslint/config-array" "^0.21.1"
|
|
6716
|
+
"@eslint/config-helpers" "^0.4.1"
|
|
6717
|
+
"@eslint/core" "^0.16.0"
|
|
6523
6718
|
"@eslint/eslintrc" "^3.3.1"
|
|
6524
|
-
"@eslint/js" "9.
|
|
6525
|
-
"@eslint/plugin-kit" "^0.
|
|
6719
|
+
"@eslint/js" "9.38.0"
|
|
6720
|
+
"@eslint/plugin-kit" "^0.4.0"
|
|
6526
6721
|
"@humanfs/node" "^0.16.6"
|
|
6527
6722
|
"@humanwhocodes/module-importer" "^1.0.1"
|
|
6528
6723
|
"@humanwhocodes/retry" "^0.4.2"
|
|
6529
6724
|
"@types/estree" "^1.0.6"
|
|
6530
|
-
"@types/json-schema" "^7.0.15"
|
|
6531
6725
|
ajv "^6.12.4"
|
|
6532
6726
|
chalk "^4.0.0"
|
|
6533
6727
|
cross-spawn "^7.0.6"
|
|
@@ -6792,13 +6986,27 @@ fast-uri@^3.0.1:
|
|
|
6792
6986
|
resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.0.1.tgz#cddd2eecfc83a71c1be2cc2ef2061331be8a7134"
|
|
6793
6987
|
integrity sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==
|
|
6794
6988
|
|
|
6795
|
-
fast-xml-parser@5.2.5
|
|
6989
|
+
fast-xml-parser@5.2.5:
|
|
6796
6990
|
version "5.2.5"
|
|
6797
6991
|
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.2.5.tgz#4809fdfb1310494e341098c25cb1341a01a9144a"
|
|
6798
6992
|
integrity sha512-pfX9uG9Ki0yekDHx2SiuRIyFdyAr1kMIMitPvb0YBo8SUfKvia7w7FIyd/l6av85pFYRhZscS75MwMnbvY+hcQ==
|
|
6799
6993
|
dependencies:
|
|
6800
6994
|
strnum "^2.1.0"
|
|
6801
6995
|
|
|
6996
|
+
fast-xml-parser@^4.5.1:
|
|
6997
|
+
version "4.5.3"
|
|
6998
|
+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.5.3.tgz#c54d6b35aa0f23dc1ea60b6c884340c006dc6efb"
|
|
6999
|
+
integrity sha512-RKihhV+SHsIUGXObeVy9AXiBbFwkVk7Syp8XgwN5U3JV416+Gwp/GO9i0JYKmikykgz/UHRrrV4ROuZEo/T0ig==
|
|
7000
|
+
dependencies:
|
|
7001
|
+
strnum "^1.1.1"
|
|
7002
|
+
|
|
7003
|
+
fast-xml-parser@^5.3.0:
|
|
7004
|
+
version "5.3.0"
|
|
7005
|
+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.3.0.tgz#ae388d5a0f6ed31c8ce9e413c1ac89c8e57e7b07"
|
|
7006
|
+
integrity sha512-gkWGshjYcQCF+6qtlrqBqELqNqnt4CxruY6UVAWWnqb3DQ6qaNFEIKqzYep1XzHLM/QtrHVCxyPOtTk4LTQ7Aw==
|
|
7007
|
+
dependencies:
|
|
7008
|
+
strnum "^2.1.0"
|
|
7009
|
+
|
|
6802
7010
|
fastest-levenshtein@^1.0.7:
|
|
6803
7011
|
version "1.0.16"
|
|
6804
7012
|
resolved "https://registry.yarnpkg.com/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz#210e61b6ff181de91ea9b3d1b84fdedd47e034e5"
|
|
@@ -6971,6 +7179,14 @@ foreground-child@^3.1.0:
|
|
|
6971
7179
|
cross-spawn "^7.0.0"
|
|
6972
7180
|
signal-exit "^4.0.1"
|
|
6973
7181
|
|
|
7182
|
+
foreground-child@^3.3.1:
|
|
7183
|
+
version "3.3.1"
|
|
7184
|
+
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.3.1.tgz#32e8e9ed1b68a3497befb9ac2b6adf92a638576f"
|
|
7185
|
+
integrity sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==
|
|
7186
|
+
dependencies:
|
|
7187
|
+
cross-spawn "^7.0.6"
|
|
7188
|
+
signal-exit "^4.0.1"
|
|
7189
|
+
|
|
6974
7190
|
form-data-encoder@^2.1.2:
|
|
6975
7191
|
version "2.1.4"
|
|
6976
7192
|
resolved "https://registry.yarnpkg.com/form-data-encoder/-/form-data-encoder-2.1.4.tgz#261ea35d2a70d48d30ec7a9603130fa5515e9cd5"
|
|
@@ -7199,6 +7415,18 @@ glob@^10.3.10, glob@^10.4.5:
|
|
|
7199
7415
|
package-json-from-dist "^1.0.0"
|
|
7200
7416
|
path-scurry "^1.11.1"
|
|
7201
7417
|
|
|
7418
|
+
glob@^11.0.3:
|
|
7419
|
+
version "11.0.3"
|
|
7420
|
+
resolved "https://registry.yarnpkg.com/glob/-/glob-11.0.3.tgz#9d8087e6d72ddb3c4707b1d2778f80ea3eaefcd6"
|
|
7421
|
+
integrity sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==
|
|
7422
|
+
dependencies:
|
|
7423
|
+
foreground-child "^3.3.1"
|
|
7424
|
+
jackspeak "^4.1.1"
|
|
7425
|
+
minimatch "^10.0.3"
|
|
7426
|
+
minipass "^7.1.2"
|
|
7427
|
+
package-json-from-dist "^1.0.0"
|
|
7428
|
+
path-scurry "^2.0.0"
|
|
7429
|
+
|
|
7202
7430
|
glob@^7.0.0, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
|
|
7203
7431
|
version "7.2.3"
|
|
7204
7432
|
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
|
|
@@ -7229,11 +7457,6 @@ global-dirs@^0.1.1:
|
|
|
7229
7457
|
dependencies:
|
|
7230
7458
|
ini "^1.3.4"
|
|
7231
7459
|
|
|
7232
|
-
globals@^11.1.0:
|
|
7233
|
-
version "11.12.0"
|
|
7234
|
-
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
|
|
7235
|
-
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
|
|
7236
|
-
|
|
7237
7460
|
globals@^13.19.0:
|
|
7238
7461
|
version "13.24.0"
|
|
7239
7462
|
resolved "https://registry.yarnpkg.com/globals/-/globals-13.24.0.tgz#8432a19d78ce0c1e833949c36adb345400bb1171"
|
|
@@ -7902,7 +8125,7 @@ is-callable@^1.2.7:
|
|
|
7902
8125
|
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.7.tgz#3bc2a85ea742d9e36205dcacdd72ca1fdc51b055"
|
|
7903
8126
|
integrity sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==
|
|
7904
8127
|
|
|
7905
|
-
is-core-module@^2.13.0, is-core-module@^2.15.1, is-core-module@^2.16.0, is-core-module@^2.5.0:
|
|
8128
|
+
is-core-module@^2.13.0, is-core-module@^2.15.1, is-core-module@^2.16.0, is-core-module@^2.16.1, is-core-module@^2.5.0:
|
|
7906
8129
|
version "2.16.1"
|
|
7907
8130
|
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.16.1.tgz#2a98801a849f43e2add644fbb6bc6229b19a4ef4"
|
|
7908
8131
|
integrity sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==
|
|
@@ -8019,6 +8242,11 @@ is-module@^1.0.0:
|
|
|
8019
8242
|
resolved "https://registry.yarnpkg.com/is-module/-/is-module-1.0.0.tgz#3258fb69f78c14d5b815d664336b4cffb6441591"
|
|
8020
8243
|
integrity sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==
|
|
8021
8244
|
|
|
8245
|
+
is-negative-zero@^2.0.3:
|
|
8246
|
+
version "2.0.3"
|
|
8247
|
+
resolved "https://registry.yarnpkg.com/is-negative-zero/-/is-negative-zero-2.0.3.tgz#ced903a027aca6381b777a5743069d7376a49747"
|
|
8248
|
+
integrity sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==
|
|
8249
|
+
|
|
8022
8250
|
is-number-object@^1.1.1:
|
|
8023
8251
|
version "1.1.1"
|
|
8024
8252
|
resolved "https://registry.yarnpkg.com/is-number-object/-/is-number-object-1.1.1.tgz#144b21e95a1bc148205dcc2814a9134ec41b2541"
|
|
@@ -8140,7 +8368,7 @@ is-weakmap@^2.0.2:
|
|
|
8140
8368
|
resolved "https://registry.yarnpkg.com/is-weakmap/-/is-weakmap-2.0.2.tgz#bf72615d649dfe5f699079c54b83e47d1ae19cfd"
|
|
8141
8369
|
integrity sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==
|
|
8142
8370
|
|
|
8143
|
-
is-weakref@^1.0.2, is-weakref@^1.1.0:
|
|
8371
|
+
is-weakref@^1.0.2, is-weakref@^1.1.0, is-weakref@^1.1.1:
|
|
8144
8372
|
version "1.1.1"
|
|
8145
8373
|
resolved "https://registry.yarnpkg.com/is-weakref/-/is-weakref-1.1.1.tgz#eea430182be8d64174bd96bffbc46f21bf3f9293"
|
|
8146
8374
|
integrity sha512-6i9mGWSlqzNMEqpCp93KwRS1uUOodk2OJ6b+sq7ZPDSy2WuI5NFIxp/254TytR8ftefexkWn5xNiHUNpPOfSew==
|
|
@@ -8271,6 +8499,13 @@ jackspeak@^3.1.2:
|
|
|
8271
8499
|
optionalDependencies:
|
|
8272
8500
|
"@pkgjs/parseargs" "^0.11.0"
|
|
8273
8501
|
|
|
8502
|
+
jackspeak@^4.1.1:
|
|
8503
|
+
version "4.1.1"
|
|
8504
|
+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-4.1.1.tgz#96876030f450502047fc7e8c7fcf8ce8124e43ae"
|
|
8505
|
+
integrity sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==
|
|
8506
|
+
dependencies:
|
|
8507
|
+
"@isaacs/cliui" "^8.0.2"
|
|
8508
|
+
|
|
8274
8509
|
jake@^10.8.5:
|
|
8275
8510
|
version "10.9.2"
|
|
8276
8511
|
resolved "https://registry.yarnpkg.com/jake/-/jake-10.9.2.tgz#6ae487e6a69afec3a5e167628996b59f35ae2b7f"
|
|
@@ -8767,6 +9002,11 @@ lru-cache@^10.0.1, lru-cache@^10.2.0, lru-cache@^10.4.3:
|
|
|
8767
9002
|
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.4.3.tgz#410fc8a17b70e598013df257c2446b7f3383f119"
|
|
8768
9003
|
integrity sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==
|
|
8769
9004
|
|
|
9005
|
+
lru-cache@^11.0.0:
|
|
9006
|
+
version "11.2.2"
|
|
9007
|
+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.2.2.tgz#40fd37edffcfae4b2940379c0722dc6eeaa75f24"
|
|
9008
|
+
integrity sha512-F9ODfyqML2coTIsQpSkRHnLSZMtkU8Q+mSfcaIyKwy58u+8k5nvAYeiNhsyMARvzNcXJ9QfWVrcPsC9e9rAxtg==
|
|
9009
|
+
|
|
8770
9010
|
lru-cache@^5.1.1:
|
|
8771
9011
|
version "5.1.1"
|
|
8772
9012
|
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
|
|
@@ -8817,13 +9057,20 @@ magic-string@^0.25.3:
|
|
|
8817
9057
|
dependencies:
|
|
8818
9058
|
sourcemap-codec "^1.4.8"
|
|
8819
9059
|
|
|
8820
|
-
magic-string@^0.30.3, magic-string@^0.30.9
|
|
9060
|
+
magic-string@^0.30.3, magic-string@^0.30.9:
|
|
8821
9061
|
version "0.30.17"
|
|
8822
9062
|
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.17.tgz#450a449673d2460e5bbcfba9a61916a1714c7453"
|
|
8823
9063
|
integrity sha512-sNPKHvyjVf7gyjwS4xGTaW/mCnF8wnjtifKBEhxfZ7E/S8tQ0rssrwGNn6q8JH/ohItJfSQp9mBtQYuTlH5QnA==
|
|
8824
9064
|
dependencies:
|
|
8825
9065
|
"@jridgewell/sourcemap-codec" "^1.5.0"
|
|
8826
9066
|
|
|
9067
|
+
magic-string@~0.30.21:
|
|
9068
|
+
version "0.30.21"
|
|
9069
|
+
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.21.tgz#56763ec09a0fa8091df27879fd94d19078c00d91"
|
|
9070
|
+
integrity sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==
|
|
9071
|
+
dependencies:
|
|
9072
|
+
"@jridgewell/sourcemap-codec" "^1.5.5"
|
|
9073
|
+
|
|
8827
9074
|
make-dir@^3.0.0, make-dir@^3.0.2:
|
|
8828
9075
|
version "3.1.0"
|
|
8829
9076
|
resolved "https://registry.yarnpkg.com/make-dir/-/make-dir-3.1.0.tgz#415e967046b3a7f1d185277d84aa58203726a13f"
|
|
@@ -9174,6 +9421,13 @@ minimatch@9.0.3:
|
|
|
9174
9421
|
dependencies:
|
|
9175
9422
|
brace-expansion "^2.0.1"
|
|
9176
9423
|
|
|
9424
|
+
minimatch@^10.0.3:
|
|
9425
|
+
version "10.1.1"
|
|
9426
|
+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.1.1.tgz#e6e61b9b0c1dcab116b5a7d1458e8b6ae9e73a55"
|
|
9427
|
+
integrity sha512-enIvLvRAFZYXJzkCYG5RKmPfrFArdLv+R+lbQ53BmIMLIry74bjKzX6iHAm8WYamJkhSSEabrWN5D97XnKObjQ==
|
|
9428
|
+
dependencies:
|
|
9429
|
+
"@isaacs/brace-expansion" "^5.0.0"
|
|
9430
|
+
|
|
9177
9431
|
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
|
|
9178
9432
|
version "3.1.2"
|
|
9179
9433
|
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
|
|
@@ -9489,7 +9743,7 @@ object-hash@^3.0.0:
|
|
|
9489
9743
|
resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-3.0.0.tgz#73f97f753e7baffc0e2cc9d6e079079744ac82e9"
|
|
9490
9744
|
integrity sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==
|
|
9491
9745
|
|
|
9492
|
-
object-inspect@^1.13.3:
|
|
9746
|
+
object-inspect@^1.13.3, object-inspect@^1.13.4:
|
|
9493
9747
|
version "1.13.4"
|
|
9494
9748
|
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.4.tgz#8375265e21bc20d0fa582c22e1b13485d6e00213"
|
|
9495
9749
|
integrity sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==
|
|
@@ -9530,7 +9784,7 @@ object.groupby@^1.0.3:
|
|
|
9530
9784
|
define-properties "^1.2.1"
|
|
9531
9785
|
es-abstract "^1.23.2"
|
|
9532
9786
|
|
|
9533
|
-
object.values@^1.2.0:
|
|
9787
|
+
object.values@^1.2.0, object.values@^1.2.1:
|
|
9534
9788
|
version "1.2.1"
|
|
9535
9789
|
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.2.1.tgz#deed520a50809ff7f75a7cfd4bc64c7a038c6216"
|
|
9536
9790
|
integrity sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==
|
|
@@ -9754,14 +10008,14 @@ parse-json@^5.0.0, parse-json@^5.2.0:
|
|
|
9754
10008
|
json-parse-even-better-errors "^2.3.0"
|
|
9755
10009
|
lines-and-columns "^1.1.6"
|
|
9756
10010
|
|
|
9757
|
-
parse5-sax-parser@~
|
|
9758
|
-
version "
|
|
9759
|
-
resolved "https://registry.yarnpkg.com/parse5-sax-parser/-/parse5-sax-parser-
|
|
9760
|
-
integrity sha512
|
|
10011
|
+
parse5-sax-parser@~8.0.0:
|
|
10012
|
+
version "8.0.0"
|
|
10013
|
+
resolved "https://registry.yarnpkg.com/parse5-sax-parser/-/parse5-sax-parser-8.0.0.tgz#49755efbd2b63846c7b908a297a874af00760715"
|
|
10014
|
+
integrity sha512-/dQ8UzHZwnrzs3EvDj6IkKrD/jIZyTlB+8XrHJvcjNgRdmWruNdN9i9RK/JtxakmlUdPwKubKPTCqvbTgzGhrw==
|
|
9761
10015
|
dependencies:
|
|
9762
|
-
parse5 "^
|
|
10016
|
+
parse5 "^8.0.0"
|
|
9763
10017
|
|
|
9764
|
-
parse5@^6.0.0
|
|
10018
|
+
parse5@^6.0.0:
|
|
9765
10019
|
version "6.0.1"
|
|
9766
10020
|
resolved "https://registry.yarnpkg.com/parse5/-/parse5-6.0.1.tgz#e1a1c085c569b3dc08321184f19a39cc27f7c30b"
|
|
9767
10021
|
integrity sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==
|
|
@@ -9773,6 +10027,13 @@ parse5@^7.2.1:
|
|
|
9773
10027
|
dependencies:
|
|
9774
10028
|
entities "^4.5.0"
|
|
9775
10029
|
|
|
10030
|
+
parse5@^8.0.0:
|
|
10031
|
+
version "8.0.0"
|
|
10032
|
+
resolved "https://registry.yarnpkg.com/parse5/-/parse5-8.0.0.tgz#aceb267f6b15f9b6e6ba9e35bfdd481fc2167b12"
|
|
10033
|
+
integrity sha512-9m4m5GSgXjL4AjumKzq1Fgfp3Z8rsvjRNbnkVwfu2ImRqE5D0LnY2QfDen18FSY9C573YU5XxSapdHZTZ2WolA==
|
|
10034
|
+
dependencies:
|
|
10035
|
+
entities "^6.0.0"
|
|
10036
|
+
|
|
9776
10037
|
parseurl@^1.3.2, parseurl@~1.3.3:
|
|
9777
10038
|
version "1.3.3"
|
|
9778
10039
|
resolved "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.3.tgz#9da19e7bee8d12dff0513ed5b76957793bc2e8d4"
|
|
@@ -9827,6 +10088,14 @@ path-scurry@^1.11.1:
|
|
|
9827
10088
|
lru-cache "^10.2.0"
|
|
9828
10089
|
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
|
|
9829
10090
|
|
|
10091
|
+
path-scurry@^2.0.0:
|
|
10092
|
+
version "2.0.0"
|
|
10093
|
+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.0.tgz#9f052289f23ad8bf9397a2a0425e7b8615c58580"
|
|
10094
|
+
integrity sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==
|
|
10095
|
+
dependencies:
|
|
10096
|
+
lru-cache "^11.0.0"
|
|
10097
|
+
minipass "^7.1.2"
|
|
10098
|
+
|
|
9830
10099
|
path-to-regexp@0.1.10:
|
|
9831
10100
|
version "0.1.10"
|
|
9832
10101
|
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.10.tgz#67e9108c5c0551b9e5326064387de4763c4d5f8b"
|
|
@@ -9953,14 +10222,6 @@ possible-typed-array-names@^1.0.0:
|
|
|
9953
10222
|
resolved "https://registry.yarnpkg.com/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz#89bb63c6fada2c3e90adc4a647beeeb39cc7bf8f"
|
|
9954
10223
|
integrity sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==
|
|
9955
10224
|
|
|
9956
|
-
postcss-selector-parser@~6.1.2:
|
|
9957
|
-
version "6.1.2"
|
|
9958
|
-
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz#27ecb41fb0e3b6ba7a1ec84fff347f734c7929de"
|
|
9959
|
-
integrity sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==
|
|
9960
|
-
dependencies:
|
|
9961
|
-
cssesc "^3.0.0"
|
|
9962
|
-
util-deprecate "^1.0.2"
|
|
9963
|
-
|
|
9964
10225
|
postcss-selector-parser@~7.1.0:
|
|
9965
10226
|
version "7.1.0"
|
|
9966
10227
|
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz#4d6af97eba65d73bc4d84bcb343e865d7dd16262"
|
|
@@ -9974,7 +10235,7 @@ postcss-value-parser@^4.2.0, postcss-value-parser@~4.2.0:
|
|
|
9974
10235
|
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
|
|
9975
10236
|
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
|
|
9976
10237
|
|
|
9977
|
-
postcss@^8.4.40, postcss@~8.5.
|
|
10238
|
+
postcss@^8.4.40, postcss@~8.5.6:
|
|
9978
10239
|
version "8.5.6"
|
|
9979
10240
|
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.6.tgz#2825006615a619b4f62a9e7426cc120b349a8f3c"
|
|
9980
10241
|
integrity sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==
|
|
@@ -10270,7 +10531,7 @@ regexp-tree@^0.1.27:
|
|
|
10270
10531
|
resolved "https://registry.yarnpkg.com/regexp-tree/-/regexp-tree-0.1.27.tgz#2198f0ef54518ffa743fe74d983b56ffd631b6cd"
|
|
10271
10532
|
integrity sha512-iETxpjK6YoRWJG5o6hXLwvjYAoW+FEZn9os0PD/b6AP6xQwsa/Y7lCVgIixBbUPMfhu+i2LtdeAqVTgGlQarfA==
|
|
10272
10533
|
|
|
10273
|
-
regexp.prototype.flags@^1.5.3:
|
|
10534
|
+
regexp.prototype.flags@^1.5.3, regexp.prototype.flags@^1.5.4:
|
|
10274
10535
|
version "1.5.4"
|
|
10275
10536
|
resolved "https://registry.yarnpkg.com/regexp.prototype.flags/-/regexp.prototype.flags-1.5.4.tgz#1ad6c62d44a259007e55b3970e00f746efbcaa19"
|
|
10276
10537
|
integrity sha512-dYqgNSZbDwkaJ2ceRd9ojCGjBq+mOm9LmtXnAnEGyHhN/5R7iDW2TRw3h+o/jCFxus3P2LfWIIiwowAjANm7IA==
|
|
@@ -10993,6 +11254,14 @@ statuses@2.0.1:
|
|
|
10993
11254
|
resolved "https://registry.yarnpkg.com/statuses/-/statuses-1.5.0.tgz#161c7dac177659fd9811f43771fa99381478628c"
|
|
10994
11255
|
integrity sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==
|
|
10995
11256
|
|
|
11257
|
+
stop-iteration-iterator@^1.1.0:
|
|
11258
|
+
version "1.1.0"
|
|
11259
|
+
resolved "https://registry.yarnpkg.com/stop-iteration-iterator/-/stop-iteration-iterator-1.1.0.tgz#f481ff70a548f6124d0312c3aa14cbfa7aa542ad"
|
|
11260
|
+
integrity sha512-eLoXW/DHyl62zxY4SCaIgnRhuMr6ri4juEYARS8E6sCEqzKpOiE521Ucofdx+KnDZl5xmvGYaaKCk5FEOxJCoQ==
|
|
11261
|
+
dependencies:
|
|
11262
|
+
es-errors "^1.3.0"
|
|
11263
|
+
internal-slot "^1.1.0"
|
|
11264
|
+
|
|
10996
11265
|
"string-width-cjs@npm:string-width@^4.2.0":
|
|
10997
11266
|
version "4.2.3"
|
|
10998
11267
|
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
|
|
@@ -11137,6 +11406,11 @@ strip-json-comments@^3.1.1:
|
|
|
11137
11406
|
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
|
|
11138
11407
|
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
|
|
11139
11408
|
|
|
11409
|
+
strnum@^1.1.1:
|
|
11410
|
+
version "1.1.2"
|
|
11411
|
+
resolved "https://registry.yarnpkg.com/strnum/-/strnum-1.1.2.tgz#57bca4fbaa6f271081715dbc9ed7cee5493e28e4"
|
|
11412
|
+
integrity sha512-vrN+B7DBIoTTZjnPNewwhx6cBA/H+IS7rfW68n7XxC1y7uoiGQBxaKzqucGUgavX15dJgiGztLJ8vxuEzwqBdA==
|
|
11413
|
+
|
|
11140
11414
|
strnum@^2.1.0:
|
|
11141
11415
|
version "2.1.1"
|
|
11142
11416
|
resolved "https://registry.yarnpkg.com/strnum/-/strnum-2.1.1.tgz#cf2a6e0cf903728b8b2c4b971b7e36b4e82d46ab"
|
|
@@ -11206,13 +11480,13 @@ terser@^5.17.4:
|
|
|
11206
11480
|
commander "^2.20.0"
|
|
11207
11481
|
source-map-support "~0.5.20"
|
|
11208
11482
|
|
|
11209
|
-
terser@~5.
|
|
11210
|
-
version "5.
|
|
11211
|
-
resolved "https://registry.yarnpkg.com/terser/-/terser-5.
|
|
11212
|
-
integrity sha512-
|
|
11483
|
+
terser@~5.44.0:
|
|
11484
|
+
version "5.44.0"
|
|
11485
|
+
resolved "https://registry.yarnpkg.com/terser/-/terser-5.44.0.tgz#ebefb8e5b8579d93111bfdfc39d2cf63879f4a82"
|
|
11486
|
+
integrity sha512-nIVck8DK+GM/0Frwd+nIhZ84pR/BX7rmXMfYwyg+Sri5oGVE99/E3KvXqpC2xHFxyqXyGHTKBSioxxplrO4I4w==
|
|
11213
11487
|
dependencies:
|
|
11214
11488
|
"@jridgewell/source-map" "^0.3.3"
|
|
11215
|
-
acorn "^8.
|
|
11489
|
+
acorn "^8.15.0"
|
|
11216
11490
|
commander "^2.20.0"
|
|
11217
11491
|
source-map-support "~0.5.20"
|
|
11218
11492
|
|
|
@@ -11844,7 +12118,7 @@ which-module@^2.0.0:
|
|
|
11844
12118
|
resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.1.tgz#776b1fe35d90aebe99e8ac15eb24093389a4a409"
|
|
11845
12119
|
integrity sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==
|
|
11846
12120
|
|
|
11847
|
-
which-typed-array@^1.1.16, which-typed-array@^1.1.18:
|
|
12121
|
+
which-typed-array@^1.1.16, which-typed-array@^1.1.18, which-typed-array@^1.1.19:
|
|
11848
12122
|
version "1.1.19"
|
|
11849
12123
|
resolved "https://registry.yarnpkg.com/which-typed-array/-/which-typed-array-1.1.19.tgz#df03842e870b6b88e117524a4b364b6fc689f956"
|
|
11850
12124
|
integrity sha512-rEvr90Bck4WZt9HHFC4DJMsjvu7x+r6bImz0/BrbWb7A2djJ8hnZMrWnHo9F8ssv0OMErasDhftrfROTyqSDrw==
|
|
@@ -11964,7 +12238,7 @@ write-file-atomic@^3.0.0:
|
|
|
11964
12238
|
signal-exit "^3.0.2"
|
|
11965
12239
|
typedarray-to-buffer "^3.1.5"
|
|
11966
12240
|
|
|
11967
|
-
ws@^8.15.0, ws@^8.18.0, ws@^8.18.
|
|
12241
|
+
ws@^8.15.0, ws@^8.18.0, ws@^8.18.3:
|
|
11968
12242
|
version "8.18.3"
|
|
11969
12243
|
resolved "https://registry.yarnpkg.com/ws/-/ws-8.18.3.tgz#b56b88abffde62791c639170400c93dcb0c95472"
|
|
11970
12244
|
integrity sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==
|