@salesforce/plugin-lightning-dev 6.0.9 → 6.1.1-canary.0
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 +15 -12
- package/lib/commands/lightning/dev/app.d.ts +3 -1
- package/lib/commands/lightning/dev/app.js +16 -9
- package/lib/commands/lightning/dev/app.js.map +1 -1
- package/lib/commands/lightning/dev/component.js +6 -13
- package/lib/commands/lightning/dev/component.js.map +1 -1
- package/lib/commands/lightning/dev/site.d.ts +1 -0
- package/lib/commands/lightning/dev/site.js +7 -7
- package/lib/commands/lightning/dev/site.js.map +1 -1
- package/lib/configMeta.js +1 -1
- package/lib/configMeta.js.map +1 -1
- package/lib/lwc-dev-server/index.d.ts +3 -3
- package/lib/lwc-dev-server/index.js +13 -6
- package/lib/lwc-dev-server/index.js.map +1 -1
- package/lib/shared/configUtils.d.ts +1 -1
- package/lib/shared/configUtils.js +1 -1
- package/lib/shared/configUtils.js.map +1 -1
- package/lib/shared/dependencyLoader.d.ts +18 -0
- package/lib/shared/dependencyLoader.js +61 -0
- package/lib/shared/dependencyLoader.js.map +1 -0
- package/lib/shared/metaUtils.d.ts +9 -6
- package/lib/shared/metaUtils.js +35 -17
- package/lib/shared/metaUtils.js.map +1 -1
- package/lib/shared/orgUtils.d.ts +4 -8
- package/lib/shared/orgUtils.js +4 -44
- package/lib/shared/orgUtils.js.map +1 -1
- package/lib/shared/previewUtils.d.ts +4 -4
- package/lib/shared/previewUtils.js +3 -10
- package/lib/shared/previewUtils.js.map +1 -1
- package/lib/shared/promptUtils.d.ts +1 -0
- package/lib/shared/promptUtils.js +6 -0
- package/lib/shared/promptUtils.js.map +1 -1
- package/messages/prompts.md +4 -0
- package/messages/shared.utils.md +8 -0
- package/npm-shrinkwrap.json +12387 -9506
- package/oclif.lock +1044 -219
- package/oclif.manifest.json +15 -1
- package/package.json +24 -40
package/oclif.lock
CHANGED
|
@@ -754,6 +754,48 @@
|
|
|
754
754
|
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.28.6.tgz#103f466803fa0f059e82ccac271475470570d74c"
|
|
755
755
|
integrity sha512-2lfu57JtzctfIrcGMz992hyLlByuzgIk58+hhGCxjKZ3rWI82NnVLjXcaTqkI2NvlcvOskZaiZ5kjUALo3Lpxg==
|
|
756
756
|
|
|
757
|
+
"@babel/core@7.27.4":
|
|
758
|
+
version "7.27.4"
|
|
759
|
+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.27.4.tgz#cc1fc55d0ce140a1828d1dd2a2eba285adbfb3ce"
|
|
760
|
+
integrity sha512-bXYxrXFubeYdvB0NhD/NBB3Qi6aZeV20GOWVI47t2dkecCEoneR4NPVcb7abpXDEvejgrUfFtG6vG/zxAKmg+g==
|
|
761
|
+
dependencies:
|
|
762
|
+
"@ampproject/remapping" "^2.2.0"
|
|
763
|
+
"@babel/code-frame" "^7.27.1"
|
|
764
|
+
"@babel/generator" "^7.27.3"
|
|
765
|
+
"@babel/helper-compilation-targets" "^7.27.2"
|
|
766
|
+
"@babel/helper-module-transforms" "^7.27.3"
|
|
767
|
+
"@babel/helpers" "^7.27.4"
|
|
768
|
+
"@babel/parser" "^7.27.4"
|
|
769
|
+
"@babel/template" "^7.27.2"
|
|
770
|
+
"@babel/traverse" "^7.27.4"
|
|
771
|
+
"@babel/types" "^7.27.3"
|
|
772
|
+
convert-source-map "^2.0.0"
|
|
773
|
+
debug "^4.1.0"
|
|
774
|
+
gensync "^1.0.0-beta.2"
|
|
775
|
+
json5 "^2.2.3"
|
|
776
|
+
semver "^6.3.1"
|
|
777
|
+
|
|
778
|
+
"@babel/core@7.28.0":
|
|
779
|
+
version "7.28.0"
|
|
780
|
+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.0.tgz#55dad808d5bf3445a108eefc88ea3fdf034749a4"
|
|
781
|
+
integrity sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ==
|
|
782
|
+
dependencies:
|
|
783
|
+
"@ampproject/remapping" "^2.2.0"
|
|
784
|
+
"@babel/code-frame" "^7.27.1"
|
|
785
|
+
"@babel/generator" "^7.28.0"
|
|
786
|
+
"@babel/helper-compilation-targets" "^7.27.2"
|
|
787
|
+
"@babel/helper-module-transforms" "^7.27.3"
|
|
788
|
+
"@babel/helpers" "^7.27.6"
|
|
789
|
+
"@babel/parser" "^7.28.0"
|
|
790
|
+
"@babel/template" "^7.27.2"
|
|
791
|
+
"@babel/traverse" "^7.28.0"
|
|
792
|
+
"@babel/types" "^7.28.0"
|
|
793
|
+
convert-source-map "^2.0.0"
|
|
794
|
+
debug "^4.1.0"
|
|
795
|
+
gensync "^1.0.0-beta.2"
|
|
796
|
+
json5 "^2.2.3"
|
|
797
|
+
semver "^6.3.1"
|
|
798
|
+
|
|
757
799
|
"@babel/core@7.28.5", "@babel/core@^7.23.9", "@babel/core@^7.26.10", "@babel/core@^7.9.0":
|
|
758
800
|
version "7.28.5"
|
|
759
801
|
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.28.5.tgz#4c81b35e51e1b734f510c99b07dfbc7bbbb48f7e"
|
|
@@ -847,6 +889,17 @@
|
|
|
847
889
|
"@jridgewell/trace-mapping" "^0.3.28"
|
|
848
890
|
jsesc "^3.0.2"
|
|
849
891
|
|
|
892
|
+
"@babel/generator@^7.27.3", "@babel/generator@^7.27.5", "@babel/generator@^7.28.0", "@babel/generator@^7.28.6":
|
|
893
|
+
version "7.28.6"
|
|
894
|
+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.6.tgz#48dcc65d98fcc8626a48f72b62e263d25fc3c3f1"
|
|
895
|
+
integrity sha512-lOoVRwADj8hjf7al89tvQ2a1lf53Z+7tiXMgpZJL3maQPDxh0DgLMN62B2MKUOFcoodBHLMbDM6WAbKgNy5Suw==
|
|
896
|
+
dependencies:
|
|
897
|
+
"@babel/parser" "^7.28.6"
|
|
898
|
+
"@babel/types" "^7.28.6"
|
|
899
|
+
"@jridgewell/gen-mapping" "^0.3.12"
|
|
900
|
+
"@jridgewell/trace-mapping" "^0.3.28"
|
|
901
|
+
jsesc "^3.0.2"
|
|
902
|
+
|
|
850
903
|
"@babel/generator@^7.28.5":
|
|
851
904
|
version "7.28.5"
|
|
852
905
|
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.5.tgz#712722d5e50f44d07bc7ac9fe84438742dd61298"
|
|
@@ -858,17 +911,6 @@
|
|
|
858
911
|
"@jridgewell/trace-mapping" "^0.3.28"
|
|
859
912
|
jsesc "^3.0.2"
|
|
860
913
|
|
|
861
|
-
"@babel/generator@^7.28.6":
|
|
862
|
-
version "7.28.6"
|
|
863
|
-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.28.6.tgz#48dcc65d98fcc8626a48f72b62e263d25fc3c3f1"
|
|
864
|
-
integrity sha512-lOoVRwADj8hjf7al89tvQ2a1lf53Z+7tiXMgpZJL3maQPDxh0DgLMN62B2MKUOFcoodBHLMbDM6WAbKgNy5Suw==
|
|
865
|
-
dependencies:
|
|
866
|
-
"@babel/parser" "^7.28.6"
|
|
867
|
-
"@babel/types" "^7.28.6"
|
|
868
|
-
"@jridgewell/gen-mapping" "^0.3.12"
|
|
869
|
-
"@jridgewell/trace-mapping" "^0.3.28"
|
|
870
|
-
jsesc "^3.0.2"
|
|
871
|
-
|
|
872
914
|
"@babel/helper-annotate-as-pure@^7.27.1", "@babel/helper-annotate-as-pure@^7.27.3":
|
|
873
915
|
version "7.27.3"
|
|
874
916
|
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz#f31fd86b915fc4daf1f3ac6976c59be7084ed9c5"
|
|
@@ -898,30 +940,30 @@
|
|
|
898
940
|
lru-cache "^5.1.1"
|
|
899
941
|
semver "^6.3.1"
|
|
900
942
|
|
|
901
|
-
"@babel/helper-create-class-features-plugin@^7.28.
|
|
902
|
-
version "7.28.
|
|
903
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.
|
|
904
|
-
integrity sha512-
|
|
943
|
+
"@babel/helper-create-class-features-plugin@^7.27.1", "@babel/helper-create-class-features-plugin@^7.28.6":
|
|
944
|
+
version "7.28.6"
|
|
945
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.6.tgz#611ff5482da9ef0db6291bcd24303400bca170fb"
|
|
946
|
+
integrity sha512-dTOdvsjnG3xNT9Y0AUg1wAl38y+4Rl4sf9caSQZOXdNqVn+H+HbbJ4IyyHaIqNR6SW9oJpA/RuRjsjCw2IdIow==
|
|
905
947
|
dependencies:
|
|
906
948
|
"@babel/helper-annotate-as-pure" "^7.27.3"
|
|
907
949
|
"@babel/helper-member-expression-to-functions" "^7.28.5"
|
|
908
950
|
"@babel/helper-optimise-call-expression" "^7.27.1"
|
|
909
|
-
"@babel/helper-replace-supers" "^7.
|
|
951
|
+
"@babel/helper-replace-supers" "^7.28.6"
|
|
910
952
|
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
|
|
911
|
-
"@babel/traverse" "^7.28.
|
|
953
|
+
"@babel/traverse" "^7.28.6"
|
|
912
954
|
semver "^6.3.1"
|
|
913
955
|
|
|
914
|
-
"@babel/helper-create-class-features-plugin@^7.28.
|
|
915
|
-
version "7.28.
|
|
916
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.
|
|
917
|
-
integrity sha512-
|
|
956
|
+
"@babel/helper-create-class-features-plugin@^7.28.5":
|
|
957
|
+
version "7.28.5"
|
|
958
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.28.5.tgz#472d0c28028850968979ad89f173594a6995da46"
|
|
959
|
+
integrity sha512-q3WC4JfdODypvxArsJQROfupPBq9+lMwjKq7C33GhbFYJsufD0yd/ziwD+hJucLeWsnFPWZjsU2DNFqBPE7jwQ==
|
|
918
960
|
dependencies:
|
|
919
961
|
"@babel/helper-annotate-as-pure" "^7.27.3"
|
|
920
962
|
"@babel/helper-member-expression-to-functions" "^7.28.5"
|
|
921
963
|
"@babel/helper-optimise-call-expression" "^7.27.1"
|
|
922
|
-
"@babel/helper-replace-supers" "^7.
|
|
964
|
+
"@babel/helper-replace-supers" "^7.27.1"
|
|
923
965
|
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
|
|
924
|
-
"@babel/traverse" "^7.28.
|
|
966
|
+
"@babel/traverse" "^7.28.5"
|
|
925
967
|
semver "^6.3.1"
|
|
926
968
|
|
|
927
969
|
"@babel/helper-globals@^7.28.0":
|
|
@@ -945,6 +987,14 @@
|
|
|
945
987
|
"@babel/traverse" "^7.28.5"
|
|
946
988
|
"@babel/types" "^7.28.5"
|
|
947
989
|
|
|
990
|
+
"@babel/helper-module-imports@7.27.1", "@babel/helper-module-imports@^7.18.6", "@babel/helper-module-imports@^7.27.1":
|
|
991
|
+
version "7.27.1"
|
|
992
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz#7ef769a323e2655e126673bb6d2d6913bbead204"
|
|
993
|
+
integrity sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==
|
|
994
|
+
dependencies:
|
|
995
|
+
"@babel/traverse" "^7.27.1"
|
|
996
|
+
"@babel/types" "^7.27.1"
|
|
997
|
+
|
|
948
998
|
"@babel/helper-module-imports@7.28.6", "@babel/helper-module-imports@^7.28.6":
|
|
949
999
|
version "7.28.6"
|
|
950
1000
|
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.28.6.tgz#60632cbd6ffb70b22823187201116762a03e2d5c"
|
|
@@ -953,14 +1003,6 @@
|
|
|
953
1003
|
"@babel/traverse" "^7.28.6"
|
|
954
1004
|
"@babel/types" "^7.28.6"
|
|
955
1005
|
|
|
956
|
-
"@babel/helper-module-imports@^7.18.6", "@babel/helper-module-imports@^7.27.1":
|
|
957
|
-
version "7.27.1"
|
|
958
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.27.1.tgz#7ef769a323e2655e126673bb6d2d6913bbead204"
|
|
959
|
-
integrity sha512-0gSFWUPNXNopqtIPQvlD5WgXYI5GY2kP2cCvoT8kczjbfcfuIljTbcWrulD1CIPIX2gt1wghbDy08yE1p+/r3w==
|
|
960
|
-
dependencies:
|
|
961
|
-
"@babel/traverse" "^7.27.1"
|
|
962
|
-
"@babel/types" "^7.27.1"
|
|
963
|
-
|
|
964
1006
|
"@babel/helper-module-transforms@^7.26.0", "@babel/helper-module-transforms@^7.27.1", "@babel/helper-module-transforms@^7.28.3":
|
|
965
1007
|
version "7.28.3"
|
|
966
1008
|
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.3.tgz#a2b37d3da3b2344fe085dab234426f2b9a2fa5f6"
|
|
@@ -970,7 +1012,7 @@
|
|
|
970
1012
|
"@babel/helper-validator-identifier" "^7.27.1"
|
|
971
1013
|
"@babel/traverse" "^7.28.3"
|
|
972
1014
|
|
|
973
|
-
"@babel/helper-module-transforms@^7.28.6":
|
|
1015
|
+
"@babel/helper-module-transforms@^7.27.3", "@babel/helper-module-transforms@^7.28.6":
|
|
974
1016
|
version "7.28.6"
|
|
975
1017
|
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz#9312d9d9e56edc35aeb6e95c25d4106b50b9eb1e"
|
|
976
1018
|
integrity sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA==
|
|
@@ -1068,6 +1110,14 @@
|
|
|
1068
1110
|
"@babel/template" "^7.27.2"
|
|
1069
1111
|
"@babel/types" "^7.28.2"
|
|
1070
1112
|
|
|
1113
|
+
"@babel/helpers@^7.27.4", "@babel/helpers@^7.27.6", "@babel/helpers@^7.28.6":
|
|
1114
|
+
version "7.28.6"
|
|
1115
|
+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.6.tgz#fca903a313ae675617936e8998b814c415cbf5d7"
|
|
1116
|
+
integrity sha512-xOBvwq86HHdB7WUDTfKfT/Vuxh7gElQ+Sfti2Cy6yIWNW05P8iUslOVcZ4/sKbE+/jQaukQAdz/gf3724kYdqw==
|
|
1117
|
+
dependencies:
|
|
1118
|
+
"@babel/template" "^7.28.6"
|
|
1119
|
+
"@babel/types" "^7.28.6"
|
|
1120
|
+
|
|
1071
1121
|
"@babel/helpers@^7.28.4":
|
|
1072
1122
|
version "7.28.4"
|
|
1073
1123
|
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.28.4.tgz#fe07274742e95bdf7cf1443593eeb8926ab63827"
|
|
@@ -1076,13 +1126,12 @@
|
|
|
1076
1126
|
"@babel/template" "^7.27.2"
|
|
1077
1127
|
"@babel/types" "^7.28.4"
|
|
1078
1128
|
|
|
1079
|
-
"@babel/
|
|
1080
|
-
version "7.
|
|
1081
|
-
resolved "https://registry.yarnpkg.com/@babel/
|
|
1082
|
-
integrity sha512-
|
|
1129
|
+
"@babel/parser@7.27.5":
|
|
1130
|
+
version "7.27.5"
|
|
1131
|
+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.5.tgz#ed22f871f110aa285a6fd934a0efed621d118826"
|
|
1132
|
+
integrity sha512-OsQd175SxWkGlzbny8J3K8TnnDD0N3lrIUtB92xwyRpzaenGZhxDvxN/JgU00U3CDZNj9tPuDJ5H0WS4Nt3vKg==
|
|
1083
1133
|
dependencies:
|
|
1084
|
-
"@babel/
|
|
1085
|
-
"@babel/types" "^7.28.6"
|
|
1134
|
+
"@babel/types" "^7.27.3"
|
|
1086
1135
|
|
|
1087
1136
|
"@babel/parser@7.28.5", "@babel/parser@^7.23.9", "@babel/parser@^7.26.10", "@babel/parser@^7.27.2", "@babel/parser@^7.28.3", "@babel/parser@^7.28.5", "@babel/parser@^7.9.0", "@babel/parser@~7.28.5":
|
|
1088
1137
|
version "7.28.5"
|
|
@@ -1091,13 +1140,20 @@
|
|
|
1091
1140
|
dependencies:
|
|
1092
1141
|
"@babel/types" "^7.28.5"
|
|
1093
1142
|
|
|
1094
|
-
"@babel/parser@^7.28.6":
|
|
1143
|
+
"@babel/parser@^7.27.4", "@babel/parser@^7.27.7", "@babel/parser@^7.28.0", "@babel/parser@^7.28.6":
|
|
1095
1144
|
version "7.28.6"
|
|
1096
1145
|
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.6.tgz#f01a8885b7fa1e56dd8a155130226cd698ef13fd"
|
|
1097
1146
|
integrity sha512-TeR9zWR18BvbfPmGbLampPMW+uW1NZnJlRuuHso8i87QZNq2JRF9i6RgxRqtEq+wQGsS19NNTWr2duhnE49mfQ==
|
|
1098
1147
|
dependencies:
|
|
1099
1148
|
"@babel/types" "^7.28.6"
|
|
1100
1149
|
|
|
1150
|
+
"@babel/parser@~7.27.5":
|
|
1151
|
+
version "7.27.7"
|
|
1152
|
+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.27.7.tgz#1687f5294b45039c159730e3b9c1f1b242e425e9"
|
|
1153
|
+
integrity sha512-qnzXzDXdr/po3bOTbTIQZ7+TxNKxpkN5IifVLXS+r7qwynkZfPyjZfE7hCXbo7IoO9TNcSyibgONsf2HauUd3Q==
|
|
1154
|
+
dependencies:
|
|
1155
|
+
"@babel/types" "^7.27.7"
|
|
1156
|
+
|
|
1101
1157
|
"@babel/plugin-syntax-decorators@7.27.1":
|
|
1102
1158
|
version "7.27.1"
|
|
1103
1159
|
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.27.1.tgz#ee7dd9590aeebc05f9d4c8c0560007b05979a63d"
|
|
@@ -1119,6 +1175,22 @@
|
|
|
1119
1175
|
dependencies:
|
|
1120
1176
|
"@babel/helper-plugin-utils" "^7.27.1"
|
|
1121
1177
|
|
|
1178
|
+
"@babel/plugin-syntax-typescript@^7.28.6":
|
|
1179
|
+
version "7.28.6"
|
|
1180
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.28.6.tgz#c7b2ddf1d0a811145b1de800d1abd146af92e3a2"
|
|
1181
|
+
integrity sha512-+nDNmQye7nlnuuHDboPbGm00Vqg3oO8niRRL27/4LYHUsHYh0zJ1xWOz0uRwNFmM1Avzk8wZbc6rdiYhomzv/A==
|
|
1182
|
+
dependencies:
|
|
1183
|
+
"@babel/helper-plugin-utils" "^7.28.6"
|
|
1184
|
+
|
|
1185
|
+
"@babel/plugin-transform-async-generator-functions@7.28.0":
|
|
1186
|
+
version "7.28.0"
|
|
1187
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.28.0.tgz#1276e6c7285ab2cd1eccb0bc7356b7a69ff842c2"
|
|
1188
|
+
integrity sha512-BEOdvX4+M765icNPZeidyADIvQ1m1gmunXufXxvRESy/jNNyfovIqUyE7MVgGBjWktCoJlzvFA1To2O4ymIO3Q==
|
|
1189
|
+
dependencies:
|
|
1190
|
+
"@babel/helper-plugin-utils" "^7.27.1"
|
|
1191
|
+
"@babel/helper-remap-async-to-generator" "^7.27.1"
|
|
1192
|
+
"@babel/traverse" "^7.28.0"
|
|
1193
|
+
|
|
1122
1194
|
"@babel/plugin-transform-async-generator-functions@7.28.6":
|
|
1123
1195
|
version "7.28.6"
|
|
1124
1196
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.28.6.tgz#80cb86d3eaa2102e18ae90dd05ab87bdcad3877d"
|
|
@@ -1128,6 +1200,15 @@
|
|
|
1128
1200
|
"@babel/helper-remap-async-to-generator" "^7.27.1"
|
|
1129
1201
|
"@babel/traverse" "^7.28.6"
|
|
1130
1202
|
|
|
1203
|
+
"@babel/plugin-transform-async-to-generator@7.27.1":
|
|
1204
|
+
version "7.27.1"
|
|
1205
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.27.1.tgz#9a93893b9379b39466c74474f55af03de78c66e7"
|
|
1206
|
+
integrity sha512-NREkZsZVJS4xmTr8qzE5y8AfIPqsdQfRuUiLRTEzb7Qii8iFWCyDKaUV2c0rCuh4ljDZ98ALHP/PetiBV2nddA==
|
|
1207
|
+
dependencies:
|
|
1208
|
+
"@babel/helper-module-imports" "^7.27.1"
|
|
1209
|
+
"@babel/helper-plugin-utils" "^7.27.1"
|
|
1210
|
+
"@babel/helper-remap-async-to-generator" "^7.27.1"
|
|
1211
|
+
|
|
1131
1212
|
"@babel/plugin-transform-async-to-generator@7.28.6":
|
|
1132
1213
|
version "7.28.6"
|
|
1133
1214
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.28.6.tgz#bd97b42237b2d1bc90d74bcb486c39be5b4d7e77"
|
|
@@ -1137,6 +1218,14 @@
|
|
|
1137
1218
|
"@babel/helper-plugin-utils" "^7.28.6"
|
|
1138
1219
|
"@babel/helper-remap-async-to-generator" "^7.27.1"
|
|
1139
1220
|
|
|
1221
|
+
"@babel/plugin-transform-class-properties@7.27.1":
|
|
1222
|
+
version "7.27.1"
|
|
1223
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.27.1.tgz#dd40a6a370dfd49d32362ae206ddaf2bb082a925"
|
|
1224
|
+
integrity sha512-D0VcalChDMtuRvJIu3U/fwWjf8ZMykz5iZsg77Nuj821vCKI3zCyRLwRdWbsuJ/uRwZhZ002QtCqIkwC/ZkvbA==
|
|
1225
|
+
dependencies:
|
|
1226
|
+
"@babel/helper-create-class-features-plugin" "^7.27.1"
|
|
1227
|
+
"@babel/helper-plugin-utils" "^7.27.1"
|
|
1228
|
+
|
|
1140
1229
|
"@babel/plugin-transform-class-properties@7.28.6":
|
|
1141
1230
|
version "7.28.6"
|
|
1142
1231
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.28.6.tgz#d274a4478b6e782d9ea987fda09bdb6d28d66b72"
|
|
@@ -1145,7 +1234,7 @@
|
|
|
1145
1234
|
"@babel/helper-create-class-features-plugin" "^7.28.6"
|
|
1146
1235
|
"@babel/helper-plugin-utils" "^7.28.6"
|
|
1147
1236
|
|
|
1148
|
-
"@babel/plugin-transform-destructuring@^7.28.5":
|
|
1237
|
+
"@babel/plugin-transform-destructuring@^7.28.0", "@babel/plugin-transform-destructuring@^7.28.5":
|
|
1149
1238
|
version "7.28.5"
|
|
1150
1239
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.28.5.tgz#b8402764df96179a2070bb7b501a1586cf8ad7a7"
|
|
1151
1240
|
integrity sha512-Kl9Bc6D0zTUcFUvkNuQh4eGXPKKNDOJQXVyyM4ZAQPMveniJdxi8XMJwLo+xSoW3MIq81bD33lcUe9kZpl0MCw==
|
|
@@ -1161,6 +1250,28 @@
|
|
|
1161
1250
|
"@babel/helper-module-transforms" "^7.27.1"
|
|
1162
1251
|
"@babel/helper-plugin-utils" "^7.27.1"
|
|
1163
1252
|
|
|
1253
|
+
"@babel/plugin-transform-object-rest-spread@7.28.0":
|
|
1254
|
+
version "7.28.0"
|
|
1255
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.0.tgz#d23021857ffd7cd809f54d624299b8086402ed8d"
|
|
1256
|
+
integrity sha512-9VNGikXxzu5eCiQjdE4IZn8sb9q7Xsk5EXLDBKUYg1e/Tve8/05+KJEtcxGxAgCY5t/BpKQM+JEL/yT4tvgiUA==
|
|
1257
|
+
dependencies:
|
|
1258
|
+
"@babel/helper-compilation-targets" "^7.27.2"
|
|
1259
|
+
"@babel/helper-plugin-utils" "^7.27.1"
|
|
1260
|
+
"@babel/plugin-transform-destructuring" "^7.28.0"
|
|
1261
|
+
"@babel/plugin-transform-parameters" "^7.27.7"
|
|
1262
|
+
"@babel/traverse" "^7.28.0"
|
|
1263
|
+
|
|
1264
|
+
"@babel/plugin-transform-object-rest-spread@7.28.4":
|
|
1265
|
+
version "7.28.4"
|
|
1266
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.4.tgz#9ee1ceca80b3e6c4bac9247b2149e36958f7f98d"
|
|
1267
|
+
integrity sha512-373KA2HQzKhQCYiRVIRr+3MjpCObqzDlyrM6u4I201wL8Mp2wHf7uB8GhDwis03k2ti8Zr65Zyyqs1xOxUF/Ew==
|
|
1268
|
+
dependencies:
|
|
1269
|
+
"@babel/helper-compilation-targets" "^7.27.2"
|
|
1270
|
+
"@babel/helper-plugin-utils" "^7.27.1"
|
|
1271
|
+
"@babel/plugin-transform-destructuring" "^7.28.0"
|
|
1272
|
+
"@babel/plugin-transform-parameters" "^7.27.7"
|
|
1273
|
+
"@babel/traverse" "^7.28.4"
|
|
1274
|
+
|
|
1164
1275
|
"@babel/plugin-transform-object-rest-spread@7.28.6":
|
|
1165
1276
|
version "7.28.6"
|
|
1166
1277
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.28.6.tgz#fdd4bc2d72480db6ca42aed5c051f148d7b067f7"
|
|
@@ -1179,6 +1290,17 @@
|
|
|
1179
1290
|
dependencies:
|
|
1180
1291
|
"@babel/helper-plugin-utils" "^7.27.1"
|
|
1181
1292
|
|
|
1293
|
+
"@babel/plugin-transform-typescript@^7.27.1":
|
|
1294
|
+
version "7.28.6"
|
|
1295
|
+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.6.tgz#1e93d96da8adbefdfdade1d4956f73afa201a158"
|
|
1296
|
+
integrity sha512-0YWL2RFxOqEm9Efk5PvreamxPME8OyY0wM5wh5lHjF+VtVhdneCWGzZeSqzOfiobVqQaNCd2z0tQvnI9DaPWPw==
|
|
1297
|
+
dependencies:
|
|
1298
|
+
"@babel/helper-annotate-as-pure" "^7.27.3"
|
|
1299
|
+
"@babel/helper-create-class-features-plugin" "^7.28.6"
|
|
1300
|
+
"@babel/helper-plugin-utils" "^7.28.6"
|
|
1301
|
+
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
|
|
1302
|
+
"@babel/plugin-syntax-typescript" "^7.28.6"
|
|
1303
|
+
|
|
1182
1304
|
"@babel/plugin-transform-typescript@^7.28.5":
|
|
1183
1305
|
version "7.28.5"
|
|
1184
1306
|
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.28.5.tgz#441c5f9a4a1315039516c6c612fc66d5f4594e72"
|
|
@@ -1190,6 +1312,17 @@
|
|
|
1190
1312
|
"@babel/helper-skip-transparent-expression-wrappers" "^7.27.1"
|
|
1191
1313
|
"@babel/plugin-syntax-typescript" "^7.27.1"
|
|
1192
1314
|
|
|
1315
|
+
"@babel/preset-typescript@7.27.1":
|
|
1316
|
+
version "7.27.1"
|
|
1317
|
+
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.27.1.tgz#190742a6428d282306648a55b0529b561484f912"
|
|
1318
|
+
integrity sha512-l7WfQfX0WK4M0v2RudjuQK4u99BS6yLHYEmdtVPP7lKV013zr9DygFuWNlnbvQ9LR+LS0Egz/XAvGx5U9MX0fQ==
|
|
1319
|
+
dependencies:
|
|
1320
|
+
"@babel/helper-plugin-utils" "^7.27.1"
|
|
1321
|
+
"@babel/helper-validator-option" "^7.27.1"
|
|
1322
|
+
"@babel/plugin-syntax-jsx" "^7.27.1"
|
|
1323
|
+
"@babel/plugin-transform-modules-commonjs" "^7.27.1"
|
|
1324
|
+
"@babel/plugin-transform-typescript" "^7.27.1"
|
|
1325
|
+
|
|
1193
1326
|
"@babel/preset-typescript@7.28.5", "@babel/preset-typescript@^7.26.0":
|
|
1194
1327
|
version "7.28.5"
|
|
1195
1328
|
resolved "https://registry.yarnpkg.com/@babel/preset-typescript/-/preset-typescript-7.28.5.tgz#540359efa3028236958466342967522fd8f2a60c"
|
|
@@ -1219,6 +1352,19 @@
|
|
|
1219
1352
|
"@babel/parser" "^7.28.6"
|
|
1220
1353
|
"@babel/types" "^7.28.6"
|
|
1221
1354
|
|
|
1355
|
+
"@babel/traverse@7.27.4":
|
|
1356
|
+
version "7.27.4"
|
|
1357
|
+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.4.tgz#b0045ac7023c8472c3d35effd7cc9ebd638da6ea"
|
|
1358
|
+
integrity sha512-oNcu2QbHqts9BtOWJosOVJapWjBDSxGCpFvikNR5TGDYDQf3JwpIoMzIKrvfoti93cLfPJEG4tH9SPVeyCGgdA==
|
|
1359
|
+
dependencies:
|
|
1360
|
+
"@babel/code-frame" "^7.27.1"
|
|
1361
|
+
"@babel/generator" "^7.27.3"
|
|
1362
|
+
"@babel/parser" "^7.27.4"
|
|
1363
|
+
"@babel/template" "^7.27.2"
|
|
1364
|
+
"@babel/types" "^7.27.3"
|
|
1365
|
+
debug "^4.3.1"
|
|
1366
|
+
globals "^11.1.0"
|
|
1367
|
+
|
|
1222
1368
|
"@babel/traverse@7.28.5", "@babel/traverse@^7.26.10", "@babel/traverse@^7.27.1", "@babel/traverse@^7.28.3", "@babel/traverse@^7.28.5", "@babel/traverse@~7.28.5":
|
|
1223
1369
|
version "7.28.5"
|
|
1224
1370
|
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.5.tgz#450cab9135d21a7a2ca9d2d35aa05c20e68c360b"
|
|
@@ -1232,7 +1378,7 @@
|
|
|
1232
1378
|
"@babel/types" "^7.28.5"
|
|
1233
1379
|
debug "^4.3.1"
|
|
1234
1380
|
|
|
1235
|
-
"@babel/traverse@^7.28.6":
|
|
1381
|
+
"@babel/traverse@^7.27.4", "@babel/traverse@^7.28.0", "@babel/traverse@^7.28.4", "@babel/traverse@^7.28.6":
|
|
1236
1382
|
version "7.28.6"
|
|
1237
1383
|
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.6.tgz#871ddc79a80599a5030c53b1cc48cbe3a5583c2e"
|
|
1238
1384
|
integrity sha512-fgWX62k02qtjqdSNTAGxmKYY/7FSL9WAS1o2Hu5+I5m9T0yxZzr4cnrfXQ/MX0rIifthCSs6FKTlzYbJcPtMNg==
|
|
@@ -1245,6 +1391,35 @@
|
|
|
1245
1391
|
"@babel/types" "^7.28.6"
|
|
1246
1392
|
debug "^4.3.1"
|
|
1247
1393
|
|
|
1394
|
+
"@babel/traverse@~7.27.4":
|
|
1395
|
+
version "7.27.7"
|
|
1396
|
+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.27.7.tgz#8355c39be6818362eace058cf7f3e25ac2ec3b55"
|
|
1397
|
+
integrity sha512-X6ZlfR/O/s5EQ/SnUSLzr+6kGnkg8HXGMzpgsMsrJVcfDtH1vIp6ctCN4eZ1LS5c0+te5Cb6Y514fASjMRJ1nw==
|
|
1398
|
+
dependencies:
|
|
1399
|
+
"@babel/code-frame" "^7.27.1"
|
|
1400
|
+
"@babel/generator" "^7.27.5"
|
|
1401
|
+
"@babel/parser" "^7.27.7"
|
|
1402
|
+
"@babel/template" "^7.27.2"
|
|
1403
|
+
"@babel/types" "^7.27.7"
|
|
1404
|
+
debug "^4.3.1"
|
|
1405
|
+
globals "^11.1.0"
|
|
1406
|
+
|
|
1407
|
+
"@babel/types@7.27.6":
|
|
1408
|
+
version "7.27.6"
|
|
1409
|
+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.6.tgz#a434ca7add514d4e646c80f7375c0aa2befc5535"
|
|
1410
|
+
integrity sha512-ETyHEk2VHHvl9b9jZP5IHPavHYk57EhanlRRuae9XCpb/j5bDCbPPMOBfCWhnl/7EDJz0jEMCi/RhccCE8r1+Q==
|
|
1411
|
+
dependencies:
|
|
1412
|
+
"@babel/helper-string-parser" "^7.27.1"
|
|
1413
|
+
"@babel/helper-validator-identifier" "^7.27.1"
|
|
1414
|
+
|
|
1415
|
+
"@babel/types@7.28.2":
|
|
1416
|
+
version "7.28.2"
|
|
1417
|
+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.2.tgz#da9db0856a9a88e0a13b019881d7513588cf712b"
|
|
1418
|
+
integrity sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==
|
|
1419
|
+
dependencies:
|
|
1420
|
+
"@babel/helper-string-parser" "^7.27.1"
|
|
1421
|
+
"@babel/helper-validator-identifier" "^7.27.1"
|
|
1422
|
+
|
|
1248
1423
|
"@babel/types@7.28.5", "@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.28.5", "@babel/types@^7.9.0", "@babel/types@~7.28.5":
|
|
1249
1424
|
version "7.28.5"
|
|
1250
1425
|
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.5.tgz#10fc405f60897c35f07e85493c932c7b5ca0592b"
|
|
@@ -1253,7 +1428,7 @@
|
|
|
1253
1428
|
"@babel/helper-string-parser" "^7.27.1"
|
|
1254
1429
|
"@babel/helper-validator-identifier" "^7.28.5"
|
|
1255
1430
|
|
|
1256
|
-
"@babel/types@7.28.6", "@babel/types@^7.28.6":
|
|
1431
|
+
"@babel/types@7.28.6", "@babel/types@^7.27.7", "@babel/types@^7.28.0", "@babel/types@^7.28.6":
|
|
1257
1432
|
version "7.28.6"
|
|
1258
1433
|
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.6.tgz#c3e9377f1b155005bcc4c46020e7e394e13089df"
|
|
1259
1434
|
integrity sha512-0ZrskXVEHSWIqZM/sQZ4EV3jZJXRkio/WCxaqKZP1g//CEWEPSfeZFcms4XeKBCHU0ZKnIkdJeU/kF+eRp5lBg==
|
|
@@ -1261,6 +1436,14 @@
|
|
|
1261
1436
|
"@babel/helper-string-parser" "^7.27.1"
|
|
1262
1437
|
"@babel/helper-validator-identifier" "^7.28.5"
|
|
1263
1438
|
|
|
1439
|
+
"@babel/types@~7.27.6":
|
|
1440
|
+
version "7.27.7"
|
|
1441
|
+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.27.7.tgz#40eabd562049b2ee1a205fa589e629f945dce20f"
|
|
1442
|
+
integrity sha512-8OLQgDScAOHXnAz2cV+RfzzNMipuLVBz2biuAJFMV9bfkNf393je3VM8CLkjQodW5+iWsSJdSgSWT6rsZoXHPw==
|
|
1443
|
+
dependencies:
|
|
1444
|
+
"@babel/helper-string-parser" "^7.27.1"
|
|
1445
|
+
"@babel/helper-validator-identifier" "^7.27.1"
|
|
1446
|
+
|
|
1264
1447
|
"@commitlint/cli@^17.1.2":
|
|
1265
1448
|
version "17.8.1"
|
|
1266
1449
|
resolved "https://registry.yarnpkg.com/@commitlint/cli/-/cli-17.8.1.tgz#10492114a022c91dcfb1d84dac773abb3db76d33"
|
|
@@ -1571,7 +1754,7 @@
|
|
|
1571
1754
|
resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.25.4.tgz#0b17ec8a70b2385827d52314c1253160a0b9bacc"
|
|
1572
1755
|
integrity sha512-nOT2vZNw6hJ+z43oP1SPea/G/6AbN6X+bGNhNuq8NtRHy4wsMhw765IKLNmnjek7GvjWBYQ8Q5VBoYTFg9y1UQ==
|
|
1573
1756
|
|
|
1574
|
-
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0"
|
|
1757
|
+
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
|
|
1575
1758
|
version "4.7.0"
|
|
1576
1759
|
resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.7.0.tgz#607084630c6c033992a082de6e6fbc1a8b52175a"
|
|
1577
1760
|
integrity sha512-dyybb3AcajC7uha6CvhdVRJqaKyn7w2YKqKyAN37NKYgZT36w+iRb0Dymmc5qEJ549c/S31cMMSFd75bteCpCw==
|
|
@@ -1590,6 +1773,15 @@
|
|
|
1590
1773
|
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.12.1.tgz#cfc6cffe39df390a3841cde2abccf92eaa7ae0e0"
|
|
1591
1774
|
integrity sha512-CCZCDJuduB9OUkFkY2IgppNZMi2lBQgD2qzwXkEia16cge2pijY/aXi96CJMquDMn3nJdlPV1A5KrJEXwfLNzQ==
|
|
1592
1775
|
|
|
1776
|
+
"@eslint/config-array@^0.20.1":
|
|
1777
|
+
version "0.20.1"
|
|
1778
|
+
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.20.1.tgz#454f89be82b0e5b1ae872c154c7e2f3dd42c3979"
|
|
1779
|
+
integrity sha512-OL0RJzC/CBzli0DrrR31qzj6d6i6Mm3HByuhflhl4LOBiWxN+3i6/t/ZQQNii4tjksXi8r2CRW1wMpWA2ULUEw==
|
|
1780
|
+
dependencies:
|
|
1781
|
+
"@eslint/object-schema" "^2.1.6"
|
|
1782
|
+
debug "^4.3.1"
|
|
1783
|
+
minimatch "^3.1.2"
|
|
1784
|
+
|
|
1593
1785
|
"@eslint/config-array@^0.21.1":
|
|
1594
1786
|
version "0.21.1"
|
|
1595
1787
|
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.21.1.tgz#7d1b0060fea407f8301e932492ba8c18aff29713"
|
|
@@ -1599,13 +1791,39 @@
|
|
|
1599
1791
|
debug "^4.3.1"
|
|
1600
1792
|
minimatch "^3.1.2"
|
|
1601
1793
|
|
|
1602
|
-
"@eslint/config-helpers@^0.
|
|
1794
|
+
"@eslint/config-helpers@^0.2.1":
|
|
1795
|
+
version "0.2.3"
|
|
1796
|
+
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.2.3.tgz#39d6da64ed05d7662659aa7035b54cd55a9f3672"
|
|
1797
|
+
integrity sha512-u180qk2Um1le4yf0ruXH3PYFeEZeYC3p/4wCTKrr2U1CmGdzGi3KtY0nuPDH48UJxlKCC5RDzbcbh4X0XlqgHg==
|
|
1798
|
+
|
|
1799
|
+
"@eslint/config-helpers@^0.4.1", "@eslint/config-helpers@^0.4.2":
|
|
1603
1800
|
version "0.4.2"
|
|
1604
1801
|
resolved "https://registry.yarnpkg.com/@eslint/config-helpers/-/config-helpers-0.4.2.tgz#1bd006ceeb7e2e55b2b773ab318d300e1a66aeda"
|
|
1605
1802
|
integrity sha512-gBrxN88gOIf3R7ja5K9slwNayVcZgK6SOUORm2uBzTeIEfeVaIhOpCtTox3P6R7o2jLFwLFTLnC7kU/RGcYEgw==
|
|
1606
1803
|
dependencies:
|
|
1607
1804
|
"@eslint/core" "^0.17.0"
|
|
1608
1805
|
|
|
1806
|
+
"@eslint/core@^0.14.0":
|
|
1807
|
+
version "0.14.0"
|
|
1808
|
+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.14.0.tgz#326289380968eaf7e96f364e1e4cf8f3adf2d003"
|
|
1809
|
+
integrity sha512-qIbV0/JZr7iSDjqAc60IqbLdsj9GDt16xQtWD+B78d/HAlvysGdZZ6rpJHGAc2T0FQx1X6thsSPdnoiGKdNtdg==
|
|
1810
|
+
dependencies:
|
|
1811
|
+
"@types/json-schema" "^7.0.15"
|
|
1812
|
+
|
|
1813
|
+
"@eslint/core@^0.15.2":
|
|
1814
|
+
version "0.15.2"
|
|
1815
|
+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.15.2.tgz#59386327d7862cc3603ebc7c78159d2dcc4a868f"
|
|
1816
|
+
integrity sha512-78Md3/Rrxh83gCxoUc0EiciuOHsIITzLy53m3d9UyiW8y9Dj2D29FeETqyKA+BRK76tnTp6RXWb3pCay8Oyomg==
|
|
1817
|
+
dependencies:
|
|
1818
|
+
"@types/json-schema" "^7.0.15"
|
|
1819
|
+
|
|
1820
|
+
"@eslint/core@^0.16.0":
|
|
1821
|
+
version "0.16.0"
|
|
1822
|
+
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.16.0.tgz#490254f275ba9667ddbab344f4f0a6b7a7bd7209"
|
|
1823
|
+
integrity sha512-nmC8/totwobIiFcGkDza3GIKfAw1+hLiYVrh3I1nIomQ8PEr5cxg34jnkmGawul/ep52wGRAcyeDCNtWKSOj4Q==
|
|
1824
|
+
dependencies:
|
|
1825
|
+
"@types/json-schema" "^7.0.15"
|
|
1826
|
+
|
|
1609
1827
|
"@eslint/core@^0.17.0":
|
|
1610
1828
|
version "0.17.0"
|
|
1611
1829
|
resolved "https://registry.yarnpkg.com/@eslint/core/-/core-0.17.0.tgz#77225820413d9617509da9342190a2019e78761c"
|
|
@@ -1648,22 +1866,35 @@
|
|
|
1648
1866
|
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.1.tgz#de633db3ec2ef6a3c89e2f19038063e8a122e2c2"
|
|
1649
1867
|
integrity sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==
|
|
1650
1868
|
|
|
1869
|
+
"@eslint/js@9.29.0", "@eslint/js@^9.17.0":
|
|
1870
|
+
version "9.29.0"
|
|
1871
|
+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.29.0.tgz#dc6fd117c19825f8430867a662531da36320fe56"
|
|
1872
|
+
integrity sha512-3PIF4cBw/y+1u2EazflInpV+lYsSG0aByVIQzAgb1m1MhHFSbqTyNqtBKHgWf/9Ykud+DhILS9EGkmekVhbKoQ==
|
|
1873
|
+
|
|
1874
|
+
"@eslint/js@9.38.0":
|
|
1875
|
+
version "9.38.0"
|
|
1876
|
+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.38.0.tgz#f7aa9c7577577f53302c1d795643589d7709ebd1"
|
|
1877
|
+
integrity sha512-UZ1VpFvXf9J06YG9xQBdnzU+kthors6KjhMAl6f4gH4usHyh31rUf2DLGInT8RFYIReYXNSydgPY0V2LuWgl7A==
|
|
1878
|
+
|
|
1651
1879
|
"@eslint/js@9.39.2":
|
|
1652
1880
|
version "9.39.2"
|
|
1653
1881
|
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.39.2.tgz#2d4b8ec4c3ea13c1b3748e0c97ecd766bdd80599"
|
|
1654
1882
|
integrity sha512-q1mjIoW1VX4IvSocvM/vbTiveKC4k9eLrajNEuSsmjymSDEbpGddtpfOoN7YGAqBK3NG+uqo8ia4PDTt8buCYA==
|
|
1655
1883
|
|
|
1656
|
-
"@eslint/
|
|
1657
|
-
version "9.29.0"
|
|
1658
|
-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.29.0.tgz#dc6fd117c19825f8430867a662531da36320fe56"
|
|
1659
|
-
integrity sha512-3PIF4cBw/y+1u2EazflInpV+lYsSG0aByVIQzAgb1m1MhHFSbqTyNqtBKHgWf/9Ykud+DhILS9EGkmekVhbKoQ==
|
|
1660
|
-
|
|
1661
|
-
"@eslint/object-schema@^2.1.7":
|
|
1884
|
+
"@eslint/object-schema@^2.1.6", "@eslint/object-schema@^2.1.7":
|
|
1662
1885
|
version "2.1.7"
|
|
1663
1886
|
resolved "https://registry.yarnpkg.com/@eslint/object-schema/-/object-schema-2.1.7.tgz#6e2126a1347e86a4dedf8706ec67ff8e107ebbad"
|
|
1664
1887
|
integrity sha512-VtAOaymWVfZcmZbp6E2mympDIHvyjXs/12LqWYjVw6qjrfF+VK+fyG33kChz3nnK+SU5/NeHOqrTEHS8sXO3OA==
|
|
1665
1888
|
|
|
1666
|
-
"@eslint/plugin-kit@^0.
|
|
1889
|
+
"@eslint/plugin-kit@^0.3.1":
|
|
1890
|
+
version "0.3.5"
|
|
1891
|
+
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.3.5.tgz#fd8764f0ee79c8ddab4da65460c641cefee017c5"
|
|
1892
|
+
integrity sha512-Z5kJ+wU3oA7MMIqVR9tyZRtjYPr4OC004Q4Rw7pgOKUOKkJfZ3O24nz3WYfGRpMDNmcOi3TwQOmgm7B7Tpii0w==
|
|
1893
|
+
dependencies:
|
|
1894
|
+
"@eslint/core" "^0.15.2"
|
|
1895
|
+
levn "^0.4.1"
|
|
1896
|
+
|
|
1897
|
+
"@eslint/plugin-kit@^0.4.0", "@eslint/plugin-kit@^0.4.1":
|
|
1667
1898
|
version "0.4.1"
|
|
1668
1899
|
resolved "https://registry.yarnpkg.com/@eslint/plugin-kit/-/plugin-kit-0.4.1.tgz#9779e3fd9b7ee33571a57435cf4335a1794a6cb2"
|
|
1669
1900
|
integrity sha512-43/qtrDUokr7LJqoF2c3+RInu/t4zfrpYdoSDfYyhg52rwLV6TnOvdG4fXm7IkSB3wErkcmJS9iEhjVtOSEjjA==
|
|
@@ -2202,6 +2433,27 @@
|
|
|
2202
2433
|
"@babel/parser" "^7.9.0"
|
|
2203
2434
|
"@babel/types" "^7.9.0"
|
|
2204
2435
|
|
|
2436
|
+
"@komaci/common-shared@^260.32.0":
|
|
2437
|
+
version "260.38.0"
|
|
2438
|
+
resolved "https://registry.yarnpkg.com/@komaci/common-shared/-/common-shared-260.38.0.tgz#cfa57d72bb27114cfd0e1371779a9dd3ea21d6a1"
|
|
2439
|
+
integrity sha512-t47rzEsTJRQeads2Oh/jhPb1XbGaifczmihXZuFwSFOX+3zuskr7j7EyG60jQL4z0RG64ZA9++5VwLJYa94OpA==
|
|
2440
|
+
dependencies:
|
|
2441
|
+
"@babel/core" "^7.9.0"
|
|
2442
|
+
"@babel/generator" "^7.9.0"
|
|
2443
|
+
"@babel/parser" "^7.9.0"
|
|
2444
|
+
"@babel/types" "^7.9.0"
|
|
2445
|
+
|
|
2446
|
+
"@komaci/esm-generator@258.0.0":
|
|
2447
|
+
version "258.0.0"
|
|
2448
|
+
resolved "https://registry.yarnpkg.com/@komaci/esm-generator/-/esm-generator-258.0.0.tgz#b11e9fa1eb9d21168cd6e1a1f91003912e4f5fdd"
|
|
2449
|
+
integrity sha512-HR9XDNzaIzq3Ioh4PIi43tceamwUPETL3UhRStkkAIna1az9LjkXDP37SzRzn9+doUlSyCJdM7xkyyWcQRLlrQ==
|
|
2450
|
+
dependencies:
|
|
2451
|
+
"@babel/core" "^7.9.0"
|
|
2452
|
+
"@babel/generator" "^7.9.0"
|
|
2453
|
+
"@babel/types" "^7.9.0"
|
|
2454
|
+
"@komaci/common-shared" "258.0.0"
|
|
2455
|
+
"@komaci/static-analyzer" "258.0.0"
|
|
2456
|
+
|
|
2205
2457
|
"@komaci/esm-generator@260.31.0":
|
|
2206
2458
|
version "260.31.0"
|
|
2207
2459
|
resolved "https://registry.yarnpkg.com/@komaci/esm-generator/-/esm-generator-260.31.0.tgz#bbebbaa5b0ee41f387d9a09899125d149fe81d30"
|
|
@@ -2213,6 +2465,17 @@
|
|
|
2213
2465
|
"@komaci/common-shared" "258.0.0"
|
|
2214
2466
|
"@komaci/static-analyzer" "258.0.0"
|
|
2215
2467
|
|
|
2468
|
+
"@komaci/esm-generator@260.38.0":
|
|
2469
|
+
version "260.38.0"
|
|
2470
|
+
resolved "https://registry.yarnpkg.com/@komaci/esm-generator/-/esm-generator-260.38.0.tgz#a3ef7910a8cc2ccc462a101fc915e7eb2e186cd4"
|
|
2471
|
+
integrity sha512-Tf4wINsm5kioJmWk3bWnAaOq13Tq39pNfo+1ENOM53p6qji79PawqLnNUF9kCJWAA5fmgAlRHdRgwbH4vgyTBQ==
|
|
2472
|
+
dependencies:
|
|
2473
|
+
"@babel/core" "^7.9.0"
|
|
2474
|
+
"@babel/generator" "^7.9.0"
|
|
2475
|
+
"@babel/types" "^7.9.0"
|
|
2476
|
+
"@komaci/common-shared" "^260.32.0"
|
|
2477
|
+
"@komaci/static-analyzer" "^260.32.0"
|
|
2478
|
+
|
|
2216
2479
|
"@komaci/static-analyzer@258.0.0":
|
|
2217
2480
|
version "258.0.0"
|
|
2218
2481
|
resolved "https://registry.yarnpkg.com/@komaci/static-analyzer/-/static-analyzer-258.0.0.tgz#133102c13a062b3ddd09e15ccb2e601e1b7feb8f"
|
|
@@ -2221,6 +2484,14 @@
|
|
|
2221
2484
|
"@babel/types" "^7.9.0"
|
|
2222
2485
|
"@komaci/common-shared" "258.0.0"
|
|
2223
2486
|
|
|
2487
|
+
"@komaci/static-analyzer@^260.32.0":
|
|
2488
|
+
version "260.38.0"
|
|
2489
|
+
resolved "https://registry.yarnpkg.com/@komaci/static-analyzer/-/static-analyzer-260.38.0.tgz#58877a846926739b60670e3ed170d3662e34c16a"
|
|
2490
|
+
integrity sha512-66x5tzAPqz6KSVF5c1beddl1m3WyAFpO9goNNnVDyz2VNuf0z0tbWyiGrtkX+6fi6EL/EyrnsLTmqVcU+uaj7w==
|
|
2491
|
+
dependencies:
|
|
2492
|
+
"@babel/types" "^7.9.0"
|
|
2493
|
+
"@komaci/common-shared" "^260.32.0"
|
|
2494
|
+
|
|
2224
2495
|
"@locker/babel-plugin-transform-unforgeables@0.22.0":
|
|
2225
2496
|
version "0.22.0"
|
|
2226
2497
|
resolved "https://registry.yarnpkg.com/@locker/babel-plugin-transform-unforgeables/-/babel-plugin-transform-unforgeables-0.22.0.tgz#27de0be3c71eb994447c68e73a4607f229438948"
|
|
@@ -2307,6 +2578,36 @@
|
|
|
2307
2578
|
resolved "https://registry.yarnpkg.com/@lwc/aria-reflection/-/aria-reflection-8.28.2.tgz#8acea131a7d470837c3774ce384278a692232e9c"
|
|
2308
2579
|
integrity sha512-Klzs3OTlNs1QkvjmPDwq2EoFMiF0fLuTQgO2x9BTE/RZtvtIzcISVA3lAQpfHra7OBMrA3D2aQKyw7I0v0ldiw==
|
|
2309
2580
|
|
|
2581
|
+
"@lwc/babel-plugin-component@8.20.5":
|
|
2582
|
+
version "8.20.5"
|
|
2583
|
+
resolved "https://registry.yarnpkg.com/@lwc/babel-plugin-component/-/babel-plugin-component-8.20.5.tgz#a1086f5f774a9d99d7af0c16383933f2ae8763c7"
|
|
2584
|
+
integrity sha512-jVrnb0quyGyVocpmbP6p0InVNmSX87Wl9p6xhuCZeP01UvKddL2CV9uaqsRxtAKAuaw1EzBdtRjdXrzRJAZ2qw==
|
|
2585
|
+
dependencies:
|
|
2586
|
+
"@babel/helper-module-imports" "7.27.1"
|
|
2587
|
+
"@lwc/errors" "8.20.5"
|
|
2588
|
+
"@lwc/shared" "8.20.5"
|
|
2589
|
+
line-column "~1.0.2"
|
|
2590
|
+
|
|
2591
|
+
"@lwc/babel-plugin-component@8.25.1":
|
|
2592
|
+
version "8.25.1"
|
|
2593
|
+
resolved "https://registry.yarnpkg.com/@lwc/babel-plugin-component/-/babel-plugin-component-8.25.1.tgz#34987ee945090e4a5a389ac6d364c73205e9d978"
|
|
2594
|
+
integrity sha512-54gWw6FfA3hPYoMRXLqpIGpD4RWWM68rIReopMd5A+IAGJ21blTBBsvg/Ry7Ehl2SaMTUjmPSjVYB+HY0xg6Ug==
|
|
2595
|
+
dependencies:
|
|
2596
|
+
"@babel/helper-module-imports" "7.27.1"
|
|
2597
|
+
"@lwc/errors" "8.25.1"
|
|
2598
|
+
"@lwc/shared" "8.25.1"
|
|
2599
|
+
line-column "~1.0.2"
|
|
2600
|
+
|
|
2601
|
+
"@lwc/babel-plugin-component@8.27.0":
|
|
2602
|
+
version "8.27.0"
|
|
2603
|
+
resolved "https://registry.yarnpkg.com/@lwc/babel-plugin-component/-/babel-plugin-component-8.27.0.tgz#fc5f117b2616076169a8db5565b520dd0a61a96a"
|
|
2604
|
+
integrity sha512-liIaMCztabtXT/Qh/2jl9DfQLcF/1xcL7bzTbA+UsrRbrUp8Q1fYVM/mDF+L31mZJ2o6k0KEY0wsNPve3H8+5A==
|
|
2605
|
+
dependencies:
|
|
2606
|
+
"@babel/helper-module-imports" "7.27.1"
|
|
2607
|
+
"@lwc/errors" "8.27.0"
|
|
2608
|
+
"@lwc/shared" "8.27.0"
|
|
2609
|
+
line-column "~1.0.2"
|
|
2610
|
+
|
|
2310
2611
|
"@lwc/babel-plugin-component@8.28.2":
|
|
2311
2612
|
version "8.28.2"
|
|
2312
2613
|
resolved "https://registry.yarnpkg.com/@lwc/babel-plugin-component/-/babel-plugin-component-8.28.2.tgz#c3dfa986bf76bbeada672db960224b3c0ae3c0fd"
|
|
@@ -2317,6 +2618,60 @@
|
|
|
2317
2618
|
"@lwc/shared" "8.28.2"
|
|
2318
2619
|
line-column "~1.0.2"
|
|
2319
2620
|
|
|
2621
|
+
"@lwc/compiler@8.20.5":
|
|
2622
|
+
version "8.20.5"
|
|
2623
|
+
resolved "https://registry.yarnpkg.com/@lwc/compiler/-/compiler-8.20.5.tgz#3584b23f3992c0ec5f0fd2f0a437557d4508491f"
|
|
2624
|
+
integrity sha512-vmOArwjnX0aHdaFFtIpjYLpKd7qGTd3vF7PadrMbZZdbnUGD4svxUkbSvCkHS9WaikMNhgJ3a8yEP8Ffcdo3ag==
|
|
2625
|
+
dependencies:
|
|
2626
|
+
"@babel/core" "7.28.0"
|
|
2627
|
+
"@babel/plugin-transform-async-generator-functions" "7.28.0"
|
|
2628
|
+
"@babel/plugin-transform-async-to-generator" "7.27.1"
|
|
2629
|
+
"@babel/plugin-transform-class-properties" "7.27.1"
|
|
2630
|
+
"@babel/plugin-transform-object-rest-spread" "7.28.0"
|
|
2631
|
+
"@locker/babel-plugin-transform-unforgeables" "0.22.0"
|
|
2632
|
+
"@lwc/babel-plugin-component" "8.20.5"
|
|
2633
|
+
"@lwc/errors" "8.20.5"
|
|
2634
|
+
"@lwc/shared" "8.20.5"
|
|
2635
|
+
"@lwc/ssr-compiler" "8.20.5"
|
|
2636
|
+
"@lwc/style-compiler" "8.20.5"
|
|
2637
|
+
"@lwc/template-compiler" "8.20.5"
|
|
2638
|
+
|
|
2639
|
+
"@lwc/compiler@8.25.1":
|
|
2640
|
+
version "8.25.1"
|
|
2641
|
+
resolved "https://registry.yarnpkg.com/@lwc/compiler/-/compiler-8.25.1.tgz#c7c50e29e6926fa73f5d1bec9c94ebc6cfb7099a"
|
|
2642
|
+
integrity sha512-KjaXQH/sGUmJJSLSY9cljQzNMwLx5D1eebwqH05LdKbJDsaYCRAPsDqkx4Zopk9YIXDsJvRmSMw3rTh31JHimg==
|
|
2643
|
+
dependencies:
|
|
2644
|
+
"@babel/core" "7.28.5"
|
|
2645
|
+
"@babel/plugin-transform-async-generator-functions" "7.28.0"
|
|
2646
|
+
"@babel/plugin-transform-async-to-generator" "7.27.1"
|
|
2647
|
+
"@babel/plugin-transform-class-properties" "7.27.1"
|
|
2648
|
+
"@babel/plugin-transform-object-rest-spread" "7.28.4"
|
|
2649
|
+
"@locker/babel-plugin-transform-unforgeables" "0.22.0"
|
|
2650
|
+
"@lwc/babel-plugin-component" "8.25.1"
|
|
2651
|
+
"@lwc/errors" "8.25.1"
|
|
2652
|
+
"@lwc/shared" "8.25.1"
|
|
2653
|
+
"@lwc/ssr-compiler" "8.25.1"
|
|
2654
|
+
"@lwc/style-compiler" "8.25.1"
|
|
2655
|
+
"@lwc/template-compiler" "8.25.1"
|
|
2656
|
+
|
|
2657
|
+
"@lwc/compiler@8.27.0":
|
|
2658
|
+
version "8.27.0"
|
|
2659
|
+
resolved "https://registry.yarnpkg.com/@lwc/compiler/-/compiler-8.27.0.tgz#6ec761d07d5cb369f223f341ee11e5552928d153"
|
|
2660
|
+
integrity sha512-NYlC3momqDDU7j2Z8sKacHCCJ6kvyYIUG7Z5bjDGD/kVqD7OTx0QkoI/uqZkPy+9kPyIL369oMYOynqRs81t4g==
|
|
2661
|
+
dependencies:
|
|
2662
|
+
"@babel/core" "7.28.5"
|
|
2663
|
+
"@babel/plugin-transform-async-generator-functions" "7.28.0"
|
|
2664
|
+
"@babel/plugin-transform-async-to-generator" "7.27.1"
|
|
2665
|
+
"@babel/plugin-transform-class-properties" "7.27.1"
|
|
2666
|
+
"@babel/plugin-transform-object-rest-spread" "7.28.4"
|
|
2667
|
+
"@locker/babel-plugin-transform-unforgeables" "0.22.0"
|
|
2668
|
+
"@lwc/babel-plugin-component" "8.27.0"
|
|
2669
|
+
"@lwc/errors" "8.27.0"
|
|
2670
|
+
"@lwc/shared" "8.27.0"
|
|
2671
|
+
"@lwc/ssr-compiler" "8.27.0"
|
|
2672
|
+
"@lwc/style-compiler" "8.27.0"
|
|
2673
|
+
"@lwc/template-compiler" "8.27.0"
|
|
2674
|
+
|
|
2320
2675
|
"@lwc/compiler@8.28.2":
|
|
2321
2676
|
version "8.28.2"
|
|
2322
2677
|
resolved "https://registry.yarnpkg.com/@lwc/compiler/-/compiler-8.28.2.tgz#b3c7083b67a41a0eb4c8d6dc20ff3d6cc5a4c734"
|
|
@@ -2335,10 +2690,24 @@
|
|
|
2335
2690
|
"@lwc/style-compiler" "8.28.2"
|
|
2336
2691
|
"@lwc/template-compiler" "8.28.2"
|
|
2337
2692
|
|
|
2338
|
-
"@lwc/dev-server-plugin-lex@13.
|
|
2339
|
-
version "13.
|
|
2340
|
-
resolved "https://registry.yarnpkg.com/@lwc/dev-server-plugin-lex/-/dev-server-plugin-lex-13.
|
|
2341
|
-
integrity sha512-
|
|
2693
|
+
"@lwc/dev-server-plugin-lex@13.1.7":
|
|
2694
|
+
version "13.1.7"
|
|
2695
|
+
resolved "https://registry.yarnpkg.com/@lwc/dev-server-plugin-lex/-/dev-server-plugin-lex-13.1.7.tgz#0b57a76ae6c03d977ce786ca7ffe0f72f3fa5370"
|
|
2696
|
+
integrity sha512-N7AtzPejBloXQahLUaBWSolBqlt32kBWVKZ8RRXeVamQ9wrfvGud5GPBR6jkZdE7v/RKkg3lkfXgisHrI56NFQ==
|
|
2697
|
+
dependencies:
|
|
2698
|
+
magic-string "~0.30.17"
|
|
2699
|
+
|
|
2700
|
+
"@lwc/dev-server-plugin-lex@13.2.23":
|
|
2701
|
+
version "13.2.23"
|
|
2702
|
+
resolved "https://registry.yarnpkg.com/@lwc/dev-server-plugin-lex/-/dev-server-plugin-lex-13.2.23.tgz#3c9c47096b9b53b79bcd5e0a33b9a2c63b051a51"
|
|
2703
|
+
integrity sha512-RS5tvCFgiCmNWn9lOUm9u7heQL1YUD8dSLkq5+ROY+xDNs0WZhC9HKIdKCYVb0Uo4ffmYAAv9EpCYJdFPgEfKg==
|
|
2704
|
+
dependencies:
|
|
2705
|
+
magic-string "~0.30.21"
|
|
2706
|
+
|
|
2707
|
+
"@lwc/dev-server-plugin-lex@13.3.18":
|
|
2708
|
+
version "13.3.18"
|
|
2709
|
+
resolved "https://registry.yarnpkg.com/@lwc/dev-server-plugin-lex/-/dev-server-plugin-lex-13.3.18.tgz#7bc7585d813302d122789a24550f8114a26655ac"
|
|
2710
|
+
integrity sha512-ECVasdzgvJwO+xqq/+osYcKpUcl8JMBHXGRERUK9rZpV1DfnC43jc5/MCS0m7rED6V/tJ8+mPUnOhpA9Fqda0g==
|
|
2342
2711
|
dependencies:
|
|
2343
2712
|
magic-string "~0.30.21"
|
|
2344
2713
|
|
|
@@ -2361,11 +2730,33 @@
|
|
|
2361
2730
|
resolved "https://registry.yarnpkg.com/@lwc/engine-server/-/engine-server-8.28.2.tgz#ff1195968e3b50be09fa7ea64a991c23872e99de"
|
|
2362
2731
|
integrity sha512-tqyRX2b2wGjqwkILafnrs9WmKcCzo8Jlioyavmu4WVwJm3Rw0fqW8HyNACFY42t6A/Uop8CzFdXo2jDPLwJS9g==
|
|
2363
2732
|
|
|
2733
|
+
"@lwc/errors@8.20.5":
|
|
2734
|
+
version "8.20.5"
|
|
2735
|
+
resolved "https://registry.yarnpkg.com/@lwc/errors/-/errors-8.20.5.tgz#72b3214b077d00c3b0b36f3a3ea06be7c98913e0"
|
|
2736
|
+
integrity sha512-P4tLoSJNbLpngzBcLGr+Lv4LLKbQ8iliYn1aY0M9gEN0KSOY5AsHNpUYKyXpBMtLh5D3nPv4qo337MImw0TnKQ==
|
|
2737
|
+
|
|
2738
|
+
"@lwc/errors@8.25.1":
|
|
2739
|
+
version "8.25.1"
|
|
2740
|
+
resolved "https://registry.yarnpkg.com/@lwc/errors/-/errors-8.25.1.tgz#a5dfe17adf5d9eaf969856f8fd36196010afa01c"
|
|
2741
|
+
integrity sha512-ETJxtQeIFQ6/ZOjp7fjQva7UbpPU4CV6WyauqtEtGhs0cRXnYd5mEJdD1S8JfARn0bTYieivTtXNafg/YqwU5g==
|
|
2742
|
+
|
|
2743
|
+
"@lwc/errors@8.27.0":
|
|
2744
|
+
version "8.27.0"
|
|
2745
|
+
resolved "https://registry.yarnpkg.com/@lwc/errors/-/errors-8.27.0.tgz#ffb560bfd48953d553b71a9e573ceefe7d029bfe"
|
|
2746
|
+
integrity sha512-9HwasTWhvSdwwguJRzW+SvMMs1ug0me++j2a6q+7Y6PIvhGLWwxz0A6HShp7ijxJVlywy9VFKjVzZsxRTVrT+A==
|
|
2747
|
+
|
|
2364
2748
|
"@lwc/errors@8.28.2":
|
|
2365
2749
|
version "8.28.2"
|
|
2366
2750
|
resolved "https://registry.yarnpkg.com/@lwc/errors/-/errors-8.28.2.tgz#50bae5dfd45f08be456d07180c600bd169f8c5e6"
|
|
2367
2751
|
integrity sha512-zf4Z1JCILrpwi1BGrtm0iiDrtD0mlNxWpPZZrVY8rCycvKP8DQvw4sXQdATiwu9IJAMWsYckFj84xxod6jITxA==
|
|
2368
2752
|
|
|
2753
|
+
"@lwc/eslint-plugin-lwc-platform@6.0.0-beta.7":
|
|
2754
|
+
version "6.0.0-beta.7"
|
|
2755
|
+
resolved "https://registry.yarnpkg.com/@lwc/eslint-plugin-lwc-platform/-/eslint-plugin-lwc-platform-6.0.0-beta.7.tgz#49770568373fb2861b5073a62b18509de067f844"
|
|
2756
|
+
integrity sha512-MyrgfsZYxWNjl3qHhCh+wegZ6Jp8OqhfhcBDV6E6QmwI0RfwYrgIT8VcjtHWxlqGBS4OcQdYFFKx8VKRYzuI7w==
|
|
2757
|
+
dependencies:
|
|
2758
|
+
minimatch "~5.1.1"
|
|
2759
|
+
|
|
2369
2760
|
"@lwc/eslint-plugin-lwc-platform@6.3.0":
|
|
2370
2761
|
version "6.3.0"
|
|
2371
2762
|
resolved "https://registry.yarnpkg.com/@lwc/eslint-plugin-lwc-platform/-/eslint-plugin-lwc-platform-6.3.0.tgz#2abe8fcc15e187fbe1d453ed7d968382dadd8f48"
|
|
@@ -2373,6 +2764,14 @@
|
|
|
2373
2764
|
dependencies:
|
|
2374
2765
|
minimatch "~5.1.1"
|
|
2375
2766
|
|
|
2767
|
+
"@lwc/eslint-plugin-lwc@3.0.0-beta.2":
|
|
2768
|
+
version "3.0.0-beta.2"
|
|
2769
|
+
resolved "https://registry.yarnpkg.com/@lwc/eslint-plugin-lwc/-/eslint-plugin-lwc-3.0.0-beta.2.tgz#512f4cccb1f436443daec57a9c1462ae77786981"
|
|
2770
|
+
integrity sha512-tRjE+LwAeRbl1BaLZB+AiXV3DONEXX4I/1034DfrIYJBSy/j4yuLt2D9jxJ+lPejYGUpmQNqqTKtssNse4iNTQ==
|
|
2771
|
+
dependencies:
|
|
2772
|
+
globals "~15.14.0"
|
|
2773
|
+
minimatch "~9.0.4"
|
|
2774
|
+
|
|
2376
2775
|
"@lwc/eslint-plugin-lwc@3.3.0":
|
|
2377
2776
|
version "3.3.0"
|
|
2378
2777
|
resolved "https://registry.yarnpkg.com/@lwc/eslint-plugin-lwc/-/eslint-plugin-lwc-3.3.0.tgz#6b1b955579797e0989304da9f875aa9f6118b54a"
|
|
@@ -2389,18 +2788,56 @@
|
|
|
2389
2788
|
dependencies:
|
|
2390
2789
|
"@lwc/shared" "8.28.2"
|
|
2391
2790
|
|
|
2392
|
-
"@lwc/lwc-dev-server-types@13.
|
|
2393
|
-
version "13.
|
|
2394
|
-
resolved "https://registry.yarnpkg.com/@lwc/lwc-dev-server-types/-/lwc-dev-server-types-13.
|
|
2395
|
-
integrity sha512-
|
|
2791
|
+
"@lwc/lwc-dev-server-types@13.1.7":
|
|
2792
|
+
version "13.1.7"
|
|
2793
|
+
resolved "https://registry.yarnpkg.com/@lwc/lwc-dev-server-types/-/lwc-dev-server-types-13.1.7.tgz#c74b0f569436f8bb52173cf9ecb5c5acecbbd134"
|
|
2794
|
+
integrity sha512-G5vTx2aXvzduv2/w0Th6ZLIWz+YO1qq8hODRgZTiT9DVgLrtSNYTxvLSp5/iOGRoBHKLPeJweNMvfyjSmqxMGw==
|
|
2795
|
+
|
|
2796
|
+
"@lwc/lwc-dev-server-types@13.2.23":
|
|
2797
|
+
version "13.2.23"
|
|
2798
|
+
resolved "https://registry.yarnpkg.com/@lwc/lwc-dev-server-types/-/lwc-dev-server-types-13.2.23.tgz#6e48810b7bc0b5fd08e2b081af57faa005d8f1eb"
|
|
2799
|
+
integrity sha512-P+93aj+NfPneJQvXJgM6Uy4yuzkEuUb5PTfW/ll3k485gEvhO/B+37CtoSaNodck809r1oo8jNPWdT6E9Sx5NQ==
|
|
2800
|
+
|
|
2801
|
+
"@lwc/lwc-dev-server-types@13.3.18":
|
|
2802
|
+
version "13.3.18"
|
|
2803
|
+
resolved "https://registry.yarnpkg.com/@lwc/lwc-dev-server-types/-/lwc-dev-server-types-13.3.18.tgz#9d88a32234efedfcb8e1053e59ef0d31fe5bd78f"
|
|
2804
|
+
integrity sha512-r/BnCyOpSyYnJbrFwC5xG3NxsRUJqjFj9rouigzpUfP36JIw+QcgV839AJyjhr6zc0yFVNT/mvOOwQjpitBFUQ==
|
|
2805
|
+
|
|
2806
|
+
"@lwc/lwc-dev-server@13.1.7":
|
|
2807
|
+
version "13.1.7"
|
|
2808
|
+
resolved "https://registry.yarnpkg.com/@lwc/lwc-dev-server/-/lwc-dev-server-13.1.7.tgz#aabdc7356e6fcfdcf91fc34f7cf116057efeb9e1"
|
|
2809
|
+
integrity sha512-7mGzgfHuPRQRgkOm+TUVJze5DTOkA1Nc+m30T/5OPW6tFBDxQmzP8/JFWsPthY8hUXQdzOk9gKk0CbjX0ovSjg==
|
|
2810
|
+
dependencies:
|
|
2811
|
+
"@lwc/lwc-dev-server-types" "13.1.7"
|
|
2812
|
+
"@lwc/sfdc-lwc-compiler" "13.1.7"
|
|
2813
|
+
chalk "~5.4.1"
|
|
2814
|
+
chokidar "~3.6.0"
|
|
2815
|
+
commander "~10.0.0"
|
|
2816
|
+
fast-xml-parser "^5.2.5"
|
|
2817
|
+
glob "^10.4.5"
|
|
2818
|
+
ws "^8.18.2"
|
|
2819
|
+
|
|
2820
|
+
"@lwc/lwc-dev-server@13.2.23":
|
|
2821
|
+
version "13.2.23"
|
|
2822
|
+
resolved "https://registry.yarnpkg.com/@lwc/lwc-dev-server/-/lwc-dev-server-13.2.23.tgz#93aea60b35030166048793f14d78ce9fc58bfce5"
|
|
2823
|
+
integrity sha512-/CZ9B80TwCJ/6vC/TCd2XAJJrFxugHKMMaIGlqkLejyk/4wBUVEXPtBKo2xdbTNM55jKt1C43F00iYMM65jjEw==
|
|
2824
|
+
dependencies:
|
|
2825
|
+
"@lwc/lwc-dev-server-types" "13.2.23"
|
|
2826
|
+
"@lwc/sfdc-lwc-compiler" "13.2.23"
|
|
2827
|
+
chalk "~5.6.2"
|
|
2828
|
+
chokidar "~3.6.0"
|
|
2829
|
+
commander "~14.0.2"
|
|
2830
|
+
fast-xml-parser "^5.3.0"
|
|
2831
|
+
glob "^11.0.3"
|
|
2832
|
+
ws "^8.18.3"
|
|
2396
2833
|
|
|
2397
|
-
"@lwc/lwc-dev-server
|
|
2398
|
-
version "13.3.
|
|
2399
|
-
resolved "https://registry.yarnpkg.com/@lwc/lwc-dev-server/-/lwc-dev-server-13.3.
|
|
2400
|
-
integrity sha512-
|
|
2834
|
+
"@lwc/lwc-dev-server@13.3.18":
|
|
2835
|
+
version "13.3.18"
|
|
2836
|
+
resolved "https://registry.yarnpkg.com/@lwc/lwc-dev-server/-/lwc-dev-server-13.3.18.tgz#70cdd9f66af60ffd15283c1f75954e1b45ec3125"
|
|
2837
|
+
integrity sha512-idlH6PCF7e6RiUkUDqAo0irPDlqcbN5n3+VIS8vnxIk4LJPVIuqZe7nuhvj9YlIX5bZc5AzTkX0A14ZyJDoSLg==
|
|
2401
2838
|
dependencies:
|
|
2402
|
-
"@lwc/lwc-dev-server-types" "13.3.
|
|
2403
|
-
"@lwc/sfdc-lwc-compiler" "13.3.
|
|
2839
|
+
"@lwc/lwc-dev-server-types" "13.3.18"
|
|
2840
|
+
"@lwc/sfdc-lwc-compiler" "13.3.18"
|
|
2404
2841
|
chalk "~5.6.2"
|
|
2405
2842
|
chokidar "~3.6.0"
|
|
2406
2843
|
commander "~14.0.2"
|
|
@@ -2408,15 +2845,41 @@
|
|
|
2408
2845
|
glob "^11.0.3"
|
|
2409
2846
|
ws "^8.18.3"
|
|
2410
2847
|
|
|
2411
|
-
"@lwc/metadata@13.
|
|
2412
|
-
version "13.
|
|
2413
|
-
resolved "https://registry.yarnpkg.com/@lwc/metadata/-/metadata-13.
|
|
2414
|
-
integrity sha512-
|
|
2848
|
+
"@lwc/metadata@13.1.7":
|
|
2849
|
+
version "13.1.7"
|
|
2850
|
+
resolved "https://registry.yarnpkg.com/@lwc/metadata/-/metadata-13.1.7.tgz#8bc0de0125fe40b393a84fa6ceb2739f88117188"
|
|
2851
|
+
integrity sha512-QXAtmc1RqnrDEf0n+xQz8pIdxx6JT5mnwQux/m1MtdshYY7JBivx/25GEeNkHosrEVYhrBEf+4ZjYdoMgszfLA==
|
|
2852
|
+
dependencies:
|
|
2853
|
+
"@babel/parser" "~7.27.5"
|
|
2854
|
+
"@babel/traverse" "~7.27.4"
|
|
2855
|
+
"@babel/types" "~7.27.6"
|
|
2856
|
+
"@lwc/sfdc-compiler-utils" "13.1.7"
|
|
2857
|
+
postcss "~8.5.5"
|
|
2858
|
+
postcss-selector-parser "~6.1.2"
|
|
2859
|
+
postcss-value-parser "~4.2.0"
|
|
2860
|
+
|
|
2861
|
+
"@lwc/metadata@13.2.23":
|
|
2862
|
+
version "13.2.23"
|
|
2863
|
+
resolved "https://registry.yarnpkg.com/@lwc/metadata/-/metadata-13.2.23.tgz#3cf2cb478e211a362e2804e50fcb006e432c53d7"
|
|
2864
|
+
integrity sha512-yRbtNKMbmMMlf4eSANvdmSbzosNYmf/heCP41GouZvv1jJkBEOfHpd0iQzYyHQRipJ8bob3qkAsA27JT01DGPQ==
|
|
2865
|
+
dependencies:
|
|
2866
|
+
"@babel/parser" "~7.28.5"
|
|
2867
|
+
"@babel/traverse" "~7.28.5"
|
|
2868
|
+
"@babel/types" "~7.28.5"
|
|
2869
|
+
"@lwc/sfdc-compiler-utils" "13.2.23"
|
|
2870
|
+
postcss "~8.5.6"
|
|
2871
|
+
postcss-selector-parser "~7.1.0"
|
|
2872
|
+
postcss-value-parser "~4.2.0"
|
|
2873
|
+
|
|
2874
|
+
"@lwc/metadata@13.3.18":
|
|
2875
|
+
version "13.3.18"
|
|
2876
|
+
resolved "https://registry.yarnpkg.com/@lwc/metadata/-/metadata-13.3.18.tgz#dba26fa2a225997009a979e02b0755ae434929df"
|
|
2877
|
+
integrity sha512-tNhhhzuGEEKFFYNvIKIFkqjiqo7pizFaCuTi6YV2VBdwRpQL7h/Po4hXq6KaHDkbiiqOVSsq0/GvtqctpDvoAA==
|
|
2415
2878
|
dependencies:
|
|
2416
2879
|
"@babel/parser" "~7.28.5"
|
|
2417
2880
|
"@babel/traverse" "~7.28.5"
|
|
2418
2881
|
"@babel/types" "~7.28.5"
|
|
2419
|
-
"@lwc/sfdc-compiler-utils" "13.3.
|
|
2882
|
+
"@lwc/sfdc-compiler-utils" "13.3.18"
|
|
2420
2883
|
postcss "~8.5.6"
|
|
2421
2884
|
postcss-selector-parser "~7.1.0"
|
|
2422
2885
|
postcss-value-parser "~4.2.0"
|
|
@@ -2438,15 +2901,97 @@
|
|
|
2438
2901
|
"@lwc/shared" "8.28.2"
|
|
2439
2902
|
"@rollup/pluginutils" "~5.3.0"
|
|
2440
2903
|
|
|
2441
|
-
"@lwc/sfdc-compiler-utils@13.
|
|
2442
|
-
version "13.
|
|
2443
|
-
resolved "https://registry.yarnpkg.com/@lwc/sfdc-compiler-utils/-/sfdc-compiler-utils-13.
|
|
2444
|
-
integrity sha512-
|
|
2904
|
+
"@lwc/sfdc-compiler-utils@13.1.7":
|
|
2905
|
+
version "13.1.7"
|
|
2906
|
+
resolved "https://registry.yarnpkg.com/@lwc/sfdc-compiler-utils/-/sfdc-compiler-utils-13.1.7.tgz#df10b4a50bd4f8764c87582bdb5976eedc9cbc55"
|
|
2907
|
+
integrity sha512-ehRgk20S9RiFaAxGXPRK7L11/8sohSdpPx8QjwHAHmgZB/ovb1+mP34aHmrJWFadDomjSlIvzynExjdDtpYXaQ==
|
|
2908
|
+
|
|
2909
|
+
"@lwc/sfdc-compiler-utils@13.2.23":
|
|
2910
|
+
version "13.2.23"
|
|
2911
|
+
resolved "https://registry.yarnpkg.com/@lwc/sfdc-compiler-utils/-/sfdc-compiler-utils-13.2.23.tgz#bf9bdc58d8857b1b0190715bba939a603ff33166"
|
|
2912
|
+
integrity sha512-gsxApPck4QYaqm4YTTyKaEa9CGYx0/GpFYtfDAMC0HHZv1aVLUIBEUAR9KdFCnXCAhjkNk96yzWHzaPhFWU5sQ==
|
|
2913
|
+
|
|
2914
|
+
"@lwc/sfdc-compiler-utils@13.3.18":
|
|
2915
|
+
version "13.3.18"
|
|
2916
|
+
resolved "https://registry.yarnpkg.com/@lwc/sfdc-compiler-utils/-/sfdc-compiler-utils-13.3.18.tgz#326e6f198f32c63ffc0fdc62e5aa4e409a619bc6"
|
|
2917
|
+
integrity sha512-rpTv4V5A85m7EayyodJRMnUl5YBDpxTCpwt57s3ENrzaOBKAVLuCFHZuYSbFZs7jKYJ7iyKFewFwnJMEz/5iYA==
|
|
2918
|
+
|
|
2919
|
+
"@lwc/sfdc-lwc-compiler@13.1.7":
|
|
2920
|
+
version "13.1.7"
|
|
2921
|
+
resolved "https://registry.yarnpkg.com/@lwc/sfdc-lwc-compiler/-/sfdc-lwc-compiler-13.1.7.tgz#48b4829fd1370813d7f54f6274b4634ed3861eb1"
|
|
2922
|
+
integrity sha512-m46b175poqUunfNY/MjcWYP2VIQXHikAylzBUpYYMzfeh4VeqsyjmV9TtHZHax1y2tliyplN9eQr4VdIKZAWRg==
|
|
2923
|
+
dependencies:
|
|
2924
|
+
"@babel/core" "7.27.4"
|
|
2925
|
+
"@babel/parser" "7.27.5"
|
|
2926
|
+
"@babel/plugin-syntax-decorators" "7.27.1"
|
|
2927
|
+
"@babel/preset-typescript" "7.27.1"
|
|
2928
|
+
"@babel/traverse" "7.27.4"
|
|
2929
|
+
"@babel/types" "7.27.6"
|
|
2930
|
+
"@komaci/esm-generator" "258.0.0"
|
|
2931
|
+
"@lwc/dev-server-plugin-lex" "13.1.7"
|
|
2932
|
+
"@lwc/eslint-plugin-lwc" "3.0.0-beta.2"
|
|
2933
|
+
"@lwc/eslint-plugin-lwc-platform" "6.0.0-beta.7"
|
|
2934
|
+
"@lwc/metadata" "13.1.7"
|
|
2935
|
+
"@lwc/sfdc-compiler-utils" "13.1.7"
|
|
2936
|
+
"@rollup/plugin-babel" "^6.0.4"
|
|
2937
|
+
"@rollup/plugin-replace" "^6.0.2"
|
|
2938
|
+
"@rollup/wasm-node" "4.10.0"
|
|
2939
|
+
"@salesforce/eslint-config-lwc" "4.0.0-beta.5"
|
|
2940
|
+
"@salesforce/eslint-plugin-lightning" "2.0.0-beta.1"
|
|
2941
|
+
"@swc/wasm" "1.4.16"
|
|
2942
|
+
astring "~1.8.6"
|
|
2943
|
+
doctrine "~3.0.0"
|
|
2944
|
+
eslint "~9.29.0"
|
|
2945
|
+
eslint-plugin-import "~2.31.0"
|
|
2946
|
+
gray-matter "~4.0.3"
|
|
2947
|
+
line-column "~1.0.2"
|
|
2948
|
+
magic-string "~0.30.17"
|
|
2949
|
+
markdown-it "~14.1.0"
|
|
2950
|
+
parse5-sax-parser "~6.0.1"
|
|
2951
|
+
postcss "~8.5.5"
|
|
2952
|
+
postcss-selector-parser "~6.1.2"
|
|
2953
|
+
terser "~5.36.0"
|
|
2954
|
+
|
|
2955
|
+
"@lwc/sfdc-lwc-compiler@13.2.23":
|
|
2956
|
+
version "13.2.23"
|
|
2957
|
+
resolved "https://registry.yarnpkg.com/@lwc/sfdc-lwc-compiler/-/sfdc-lwc-compiler-13.2.23.tgz#dc4be14b4e44fbd985770c65e65d6a89ac9925b6"
|
|
2958
|
+
integrity sha512-vYZJjAN2tdwQReaK2DbH3g4WIfNBzm2GhYwqhbbXtLXe+RImZ50EkDlk/LvpmSaay2p/0rKeJnsd0egaDesxvA==
|
|
2959
|
+
dependencies:
|
|
2960
|
+
"@babel/core" "7.28.5"
|
|
2961
|
+
"@babel/parser" "7.28.5"
|
|
2962
|
+
"@babel/plugin-syntax-decorators" "7.27.1"
|
|
2963
|
+
"@babel/preset-typescript" "7.28.5"
|
|
2964
|
+
"@babel/traverse" "7.28.5"
|
|
2965
|
+
"@babel/types" "7.28.5"
|
|
2966
|
+
"@komaci/esm-generator" "260.38.0"
|
|
2967
|
+
"@lwc/dev-server-plugin-lex" "13.2.23"
|
|
2968
|
+
"@lwc/eslint-plugin-lwc" "3.3.0"
|
|
2969
|
+
"@lwc/eslint-plugin-lwc-platform" "6.3.0"
|
|
2970
|
+
"@lwc/metadata" "13.2.23"
|
|
2971
|
+
"@lwc/sfdc-compiler-utils" "13.2.23"
|
|
2972
|
+
"@rollup/plugin-babel" "^6.1.0"
|
|
2973
|
+
"@rollup/plugin-replace" "^6.0.3"
|
|
2974
|
+
"@rollup/wasm-node" "4.10.0"
|
|
2975
|
+
"@salesforce/eslint-config-lwc" "4.1.1"
|
|
2976
|
+
"@salesforce/eslint-plugin-lightning" "2.0.0"
|
|
2977
|
+
"@swc/wasm" "1.4.16"
|
|
2978
|
+
astring "~1.9.0"
|
|
2979
|
+
doctrine "~3.0.0"
|
|
2980
|
+
eslint "~9.38.0"
|
|
2981
|
+
eslint-plugin-import "~2.32.0"
|
|
2982
|
+
gray-matter "~4.0.3"
|
|
2983
|
+
line-column "~1.0.2"
|
|
2984
|
+
magic-string "~0.30.21"
|
|
2985
|
+
markdown-it "~14.1.0"
|
|
2986
|
+
parse5-sax-parser "~8.0.0"
|
|
2987
|
+
postcss "~8.5.6"
|
|
2988
|
+
postcss-selector-parser "~7.1.0"
|
|
2989
|
+
terser "~5.44.0"
|
|
2445
2990
|
|
|
2446
|
-
"@lwc/sfdc-lwc-compiler@13.3.
|
|
2447
|
-
version "13.3.
|
|
2448
|
-
resolved "https://registry.yarnpkg.com/@lwc/sfdc-lwc-compiler/-/sfdc-lwc-compiler-13.3.
|
|
2449
|
-
integrity sha512-
|
|
2991
|
+
"@lwc/sfdc-lwc-compiler@13.3.18":
|
|
2992
|
+
version "13.3.18"
|
|
2993
|
+
resolved "https://registry.yarnpkg.com/@lwc/sfdc-lwc-compiler/-/sfdc-lwc-compiler-13.3.18.tgz#74d43287e0ca0746a66aea68045658cbd19f894c"
|
|
2994
|
+
integrity sha512-umbLFYaeS+YgG7IedVMYY1zxmmZDfoOixPXtdsC6xUVCqCxaTo3TKTQxCQvtyo1j4Kx+b2JA8sluKTfIGU/uCA==
|
|
2450
2995
|
dependencies:
|
|
2451
2996
|
"@babel/core" "7.28.5"
|
|
2452
2997
|
"@babel/parser" "7.28.5"
|
|
@@ -2455,11 +3000,11 @@
|
|
|
2455
3000
|
"@babel/traverse" "7.28.5"
|
|
2456
3001
|
"@babel/types" "7.28.5"
|
|
2457
3002
|
"@komaci/esm-generator" "260.31.0"
|
|
2458
|
-
"@lwc/dev-server-plugin-lex" "13.3.
|
|
3003
|
+
"@lwc/dev-server-plugin-lex" "13.3.18"
|
|
2459
3004
|
"@lwc/eslint-plugin-lwc" "3.3.0"
|
|
2460
3005
|
"@lwc/eslint-plugin-lwc-platform" "6.3.0"
|
|
2461
|
-
"@lwc/metadata" "13.3.
|
|
2462
|
-
"@lwc/sfdc-compiler-utils" "13.3.
|
|
3006
|
+
"@lwc/metadata" "13.3.18"
|
|
3007
|
+
"@lwc/sfdc-compiler-utils" "13.3.18"
|
|
2463
3008
|
"@rollup/plugin-babel" "^6.1.0"
|
|
2464
3009
|
"@rollup/plugin-replace" "^6.0.3"
|
|
2465
3010
|
"@rollup/wasm-node" "4.52.5"
|
|
@@ -2470,7 +3015,6 @@
|
|
|
2470
3015
|
doctrine "~3.0.0"
|
|
2471
3016
|
eslint "~9.39.1"
|
|
2472
3017
|
eslint-plugin-import "~2.32.0"
|
|
2473
|
-
eslint-plugin-jest "~29.0.1"
|
|
2474
3018
|
gray-matter "~4.0.3"
|
|
2475
3019
|
line-column "~1.0.2"
|
|
2476
3020
|
magic-string "~0.30.21"
|
|
@@ -2481,6 +3025,65 @@
|
|
|
2481
3025
|
postcss-selector-parser "~7.1.0"
|
|
2482
3026
|
terser "~5.44.0"
|
|
2483
3027
|
|
|
3028
|
+
"@lwc/sfdx-local-dev-dist-65.0@npm:@lwc/sfdx-local-dev-dist@~13.1.7":
|
|
3029
|
+
version "13.1.7"
|
|
3030
|
+
resolved "https://registry.yarnpkg.com/@lwc/sfdx-local-dev-dist/-/sfdx-local-dev-dist-13.1.7.tgz#b7f16e8470308a94ab42b75d7c6edf6f1c7b64df"
|
|
3031
|
+
integrity sha512-PdhIbYGuhyYBggCJ3/hkQj6Opa6+oES47bqM59zSom7ivyWdrVS5rSy2Q5dd5vjJinBj3cUukGIimdVlzC7/mg==
|
|
3032
|
+
dependencies:
|
|
3033
|
+
"@lwc/compiler" "8.20.5"
|
|
3034
|
+
"@lwc/errors" "8.20.5"
|
|
3035
|
+
"@lwc/lwc-dev-server" "13.1.7"
|
|
3036
|
+
"@lwc/sfdc-lwc-compiler" "13.1.7"
|
|
3037
|
+
"@lwc/template-compiler" "8.20.5"
|
|
3038
|
+
|
|
3039
|
+
"@lwc/sfdx-local-dev-dist-66.0@npm:@lwc/sfdx-local-dev-dist@~13.2.23":
|
|
3040
|
+
version "13.2.23"
|
|
3041
|
+
resolved "https://registry.yarnpkg.com/@lwc/sfdx-local-dev-dist/-/sfdx-local-dev-dist-13.2.23.tgz#3a4aab949b3c3b1fdd01c3cf5b8f1bbbaf2a4bdd"
|
|
3042
|
+
integrity sha512-n139gzyuP3MxrXFCuUHvWB1C15tTg4GDbcqBvD2tDd55mnmQLX84b2YjVUPL7z0R0qPz+TXF/Vwm2FG/VCpWHQ==
|
|
3043
|
+
dependencies:
|
|
3044
|
+
"@lwc/compiler" "8.25.1"
|
|
3045
|
+
"@lwc/errors" "8.25.1"
|
|
3046
|
+
"@lwc/lwc-dev-server" "13.2.23"
|
|
3047
|
+
"@lwc/sfdc-lwc-compiler" "13.2.23"
|
|
3048
|
+
"@lwc/template-compiler" "8.25.1"
|
|
3049
|
+
|
|
3050
|
+
"@lwc/sfdx-local-dev-dist-67.0@npm:@lwc/sfdx-local-dev-dist@~13.3.18":
|
|
3051
|
+
version "13.3.18"
|
|
3052
|
+
resolved "https://registry.yarnpkg.com/@lwc/sfdx-local-dev-dist/-/sfdx-local-dev-dist-13.3.18.tgz#c566aae748e7fcdb1f10466584b47956ea6247a6"
|
|
3053
|
+
integrity sha512-h+1lGpXGLlGDRwGmADeKJk+06dlrCUGH+TkeU4e5p7NevZW1sIKCSpLSHkXBm1RdfvsKvSJCvOvTM4KT/Jy27g==
|
|
3054
|
+
dependencies:
|
|
3055
|
+
"@lwc/compiler" "8.27.0"
|
|
3056
|
+
"@lwc/errors" "8.27.0"
|
|
3057
|
+
"@lwc/lwc-dev-server" "13.3.18"
|
|
3058
|
+
"@lwc/sfdc-lwc-compiler" "13.3.18"
|
|
3059
|
+
"@lwc/template-compiler" "8.27.0"
|
|
3060
|
+
|
|
3061
|
+
"@lwc/sfdx-local-dev-dist@~13.3.18":
|
|
3062
|
+
version "13.3.18"
|
|
3063
|
+
resolved "https://registry.yarnpkg.com/@lwc/sfdx-local-dev-dist/-/sfdx-local-dev-dist-13.3.18.tgz#c566aae748e7fcdb1f10466584b47956ea6247a6"
|
|
3064
|
+
integrity sha512-h+1lGpXGLlGDRwGmADeKJk+06dlrCUGH+TkeU4e5p7NevZW1sIKCSpLSHkXBm1RdfvsKvSJCvOvTM4KT/Jy27g==
|
|
3065
|
+
dependencies:
|
|
3066
|
+
"@lwc/compiler" "8.27.0"
|
|
3067
|
+
"@lwc/errors" "8.27.0"
|
|
3068
|
+
"@lwc/lwc-dev-server" "13.3.18"
|
|
3069
|
+
"@lwc/sfdc-lwc-compiler" "13.3.18"
|
|
3070
|
+
"@lwc/template-compiler" "8.27.0"
|
|
3071
|
+
|
|
3072
|
+
"@lwc/shared@8.20.5":
|
|
3073
|
+
version "8.20.5"
|
|
3074
|
+
resolved "https://registry.yarnpkg.com/@lwc/shared/-/shared-8.20.5.tgz#e1d52f2fc90f3ffa4ec061e26782f6d60457140b"
|
|
3075
|
+
integrity sha512-6nbxLkv9QvmVWiGDcvkMJEn2/9cFZ9i9W0oUqeY5IyY+Zd8S6bNQJtmhq0SiC4lc7HTrEVUAmYw9TnjMFQ94Sw==
|
|
3076
|
+
|
|
3077
|
+
"@lwc/shared@8.25.1":
|
|
3078
|
+
version "8.25.1"
|
|
3079
|
+
resolved "https://registry.yarnpkg.com/@lwc/shared/-/shared-8.25.1.tgz#b58de342c396a04352063a2e196bec780df69eee"
|
|
3080
|
+
integrity sha512-+L1+ZDUTyTAfEgCo9dm14hCanzCWKJqg/FjITDj1kB4n2WAbwj4sa2u3PuoQB3J5v3uiV+8wGUV/rlS8Kc2EXQ==
|
|
3081
|
+
|
|
3082
|
+
"@lwc/shared@8.27.0":
|
|
3083
|
+
version "8.27.0"
|
|
3084
|
+
resolved "https://registry.yarnpkg.com/@lwc/shared/-/shared-8.27.0.tgz#182d69110f980640f9bf349fe9112cb7500e7312"
|
|
3085
|
+
integrity sha512-z8KttkAScdsBhHFx6nOXo9F6RVCBPMoTOJ5DIrNZyjf1UKI03wGcBzTLfNpwFB4uxECDZm4RvOtUQ7uVhqxesg==
|
|
3086
|
+
|
|
2484
3087
|
"@lwc/shared@8.28.2":
|
|
2485
3088
|
version "8.28.2"
|
|
2486
3089
|
resolved "https://registry.yarnpkg.com/@lwc/shared/-/shared-8.28.2.tgz#7517dd415f30b2533454520073e4cab9f2a0fe97"
|
|
@@ -2491,6 +3094,51 @@
|
|
|
2491
3094
|
resolved "https://registry.yarnpkg.com/@lwc/signals/-/signals-8.28.2.tgz#562ab2ad0950f1067f801fd1cd8514c119762ce8"
|
|
2492
3095
|
integrity sha512-tl9SGcn8nz3HV6DwYGQfmuINPS/tOW/C4Qm6b9b6h8/VNBWud29HfsQmGV2vI/ZUR9nETbW7jj2jPhDkpt9ifw==
|
|
2493
3096
|
|
|
3097
|
+
"@lwc/ssr-compiler@8.20.5":
|
|
3098
|
+
version "8.20.5"
|
|
3099
|
+
resolved "https://registry.yarnpkg.com/@lwc/ssr-compiler/-/ssr-compiler-8.20.5.tgz#44d98499ba2dfaede7fc1823c1ddb0e29abd5d8c"
|
|
3100
|
+
integrity sha512-qkO5jeUV4ZIkxFbfueFCgPACgcLdXoMmJwRwnKdtgUPse0sTCEmDDMB9ojLSdKhrFIUmVAfe3iyCGTkvhgazeQ==
|
|
3101
|
+
dependencies:
|
|
3102
|
+
"@babel/types" "7.28.2"
|
|
3103
|
+
"@lwc/errors" "8.20.5"
|
|
3104
|
+
"@lwc/shared" "8.20.5"
|
|
3105
|
+
"@lwc/template-compiler" "8.20.5"
|
|
3106
|
+
acorn "8.15.0"
|
|
3107
|
+
astring "^1.9.0"
|
|
3108
|
+
estree-toolkit "^1.7.13"
|
|
3109
|
+
immer "^10.1.1"
|
|
3110
|
+
meriyah "^5.0.0"
|
|
3111
|
+
|
|
3112
|
+
"@lwc/ssr-compiler@8.25.1":
|
|
3113
|
+
version "8.25.1"
|
|
3114
|
+
resolved "https://registry.yarnpkg.com/@lwc/ssr-compiler/-/ssr-compiler-8.25.1.tgz#b2973535e7fae9a1b6b2a4db1e8360c814495489"
|
|
3115
|
+
integrity sha512-qExYVLWm8kw7OrwQOpItrME3ILjvZfZGO1NiehFtAGRX6s0NG3z4aayg/lCwhNK0wAVAC+5VHykdw9lDRoN5tA==
|
|
3116
|
+
dependencies:
|
|
3117
|
+
"@babel/types" "7.28.5"
|
|
3118
|
+
"@lwc/errors" "8.25.1"
|
|
3119
|
+
"@lwc/shared" "8.25.1"
|
|
3120
|
+
"@lwc/template-compiler" "8.25.1"
|
|
3121
|
+
acorn "8.15.0"
|
|
3122
|
+
astring "^1.9.0"
|
|
3123
|
+
estree-toolkit "^1.7.13"
|
|
3124
|
+
immer "^10.2.0"
|
|
3125
|
+
meriyah "^5.0.0"
|
|
3126
|
+
|
|
3127
|
+
"@lwc/ssr-compiler@8.27.0":
|
|
3128
|
+
version "8.27.0"
|
|
3129
|
+
resolved "https://registry.yarnpkg.com/@lwc/ssr-compiler/-/ssr-compiler-8.27.0.tgz#bfd026ba6395c521095cab75588d37d4927b012b"
|
|
3130
|
+
integrity sha512-v8ZeAFwa7S5LsJ+9wkA4JUcYFVpSbI5uBOwfHY08085wwct5SU5c5VpMMRPuxCu3CWUAsa57ksgHLGmeFo2dEA==
|
|
3131
|
+
dependencies:
|
|
3132
|
+
"@babel/types" "7.28.5"
|
|
3133
|
+
"@lwc/errors" "8.27.0"
|
|
3134
|
+
"@lwc/shared" "8.27.0"
|
|
3135
|
+
"@lwc/template-compiler" "8.27.0"
|
|
3136
|
+
acorn "8.15.0"
|
|
3137
|
+
astring "^1.9.0"
|
|
3138
|
+
estree-toolkit "^1.7.13"
|
|
3139
|
+
immer "^11.1.0"
|
|
3140
|
+
meriyah "^5.0.0"
|
|
3141
|
+
|
|
2494
3142
|
"@lwc/ssr-compiler@8.28.2":
|
|
2495
3143
|
version "8.28.2"
|
|
2496
3144
|
resolved "https://registry.yarnpkg.com/@lwc/ssr-compiler/-/ssr-compiler-8.28.2.tgz#5476353f3a8d578febc6f05871e5ac68228894f8"
|
|
@@ -2511,6 +3159,36 @@
|
|
|
2511
3159
|
resolved "https://registry.yarnpkg.com/@lwc/ssr-runtime/-/ssr-runtime-8.28.2.tgz#744e7836a6b7d83ed02d69d3e4b3e2999173a64f"
|
|
2512
3160
|
integrity sha512-Wr0MTk1S7LoqxnIhsrIXGk9vf3Lspt/c1/Noo8bh7cWJDFN8rN8XxKeaPLB8JShjuP9j4SH1jIWuPqV3+1Qnfw==
|
|
2513
3161
|
|
|
3162
|
+
"@lwc/style-compiler@8.20.5":
|
|
3163
|
+
version "8.20.5"
|
|
3164
|
+
resolved "https://registry.yarnpkg.com/@lwc/style-compiler/-/style-compiler-8.20.5.tgz#41a2982dfdd083dc4cd5df8f55f61b75d395e175"
|
|
3165
|
+
integrity sha512-6Frb/RydBUCrZYxXf7EHsZlUVmpdeLRiQqPrMzPamWm7w8QoukjQgIcF8lghJd41Oc8HxAAXQTQcE8BWUORTzQ==
|
|
3166
|
+
dependencies:
|
|
3167
|
+
"@lwc/shared" "8.20.5"
|
|
3168
|
+
postcss "~8.5.6"
|
|
3169
|
+
postcss-selector-parser "~7.1.0"
|
|
3170
|
+
postcss-value-parser "~4.2.0"
|
|
3171
|
+
|
|
3172
|
+
"@lwc/style-compiler@8.25.1":
|
|
3173
|
+
version "8.25.1"
|
|
3174
|
+
resolved "https://registry.yarnpkg.com/@lwc/style-compiler/-/style-compiler-8.25.1.tgz#eff9ca80f046fcf8cc7395812d51c04fcfaaec53"
|
|
3175
|
+
integrity sha512-CK+PDnpqRY0IG/qDdXFThciLc6ddUA4zcWZR2X2yh2LWWyITPzIcZgWEELhQh38tjo+vTBmHmpORJ9jaRk68hw==
|
|
3176
|
+
dependencies:
|
|
3177
|
+
"@lwc/shared" "8.25.1"
|
|
3178
|
+
postcss "~8.5.6"
|
|
3179
|
+
postcss-selector-parser "~7.1.0"
|
|
3180
|
+
postcss-value-parser "~4.2.0"
|
|
3181
|
+
|
|
3182
|
+
"@lwc/style-compiler@8.27.0":
|
|
3183
|
+
version "8.27.0"
|
|
3184
|
+
resolved "https://registry.yarnpkg.com/@lwc/style-compiler/-/style-compiler-8.27.0.tgz#8cc9e37ecaaa9e23db489a37b31ea8270e6ea562"
|
|
3185
|
+
integrity sha512-8bMMZwuXtEiea7+Yg2oD/ApNsBZUpoDNxH74nsvNtnn2BdhAqEXbksMCN2i169u95xLNJjxd2+HXeCltDI1mXw==
|
|
3186
|
+
dependencies:
|
|
3187
|
+
"@lwc/shared" "8.27.0"
|
|
3188
|
+
postcss "~8.5.6"
|
|
3189
|
+
postcss-selector-parser "~7.1.1"
|
|
3190
|
+
postcss-value-parser "~4.2.0"
|
|
3191
|
+
|
|
2514
3192
|
"@lwc/style-compiler@8.28.2":
|
|
2515
3193
|
version "8.28.2"
|
|
2516
3194
|
resolved "https://registry.yarnpkg.com/@lwc/style-compiler/-/style-compiler-8.28.2.tgz#d54fac68727459892eacc276eb46df2310720e72"
|
|
@@ -2526,6 +3204,39 @@
|
|
|
2526
3204
|
resolved "https://registry.yarnpkg.com/@lwc/synthetic-shadow/-/synthetic-shadow-8.28.2.tgz#cddba720ee46f1aeaa6694242ce9d8fe6b91ea90"
|
|
2527
3205
|
integrity sha512-RZZBUHQ8TdG+foC2sS8qx9rUL8A7trttlglOQlTqPaoBKWb92TjQP7FLmOG5By4w4lSCBFxjedfrtDMT7zIdFQ==
|
|
2528
3206
|
|
|
3207
|
+
"@lwc/template-compiler@8.20.5":
|
|
3208
|
+
version "8.20.5"
|
|
3209
|
+
resolved "https://registry.yarnpkg.com/@lwc/template-compiler/-/template-compiler-8.20.5.tgz#16705f0da078b97287232bbad38672ffff92627a"
|
|
3210
|
+
integrity sha512-JjXOdknLJf16MEt+LrNXfeF82EL9e1hJvcO3wJeh61BSpjcml75iOrqtel/AKGukHE4BJOo4gBRycE7pVa3Ekw==
|
|
3211
|
+
dependencies:
|
|
3212
|
+
"@lwc/errors" "8.20.5"
|
|
3213
|
+
"@lwc/shared" "8.20.5"
|
|
3214
|
+
acorn "~8.15.0"
|
|
3215
|
+
astring "~1.9.0"
|
|
3216
|
+
he "~1.2.0"
|
|
3217
|
+
|
|
3218
|
+
"@lwc/template-compiler@8.25.1":
|
|
3219
|
+
version "8.25.1"
|
|
3220
|
+
resolved "https://registry.yarnpkg.com/@lwc/template-compiler/-/template-compiler-8.25.1.tgz#336e2b53e735bd2cf7eefc7c2a9a2ecfbb1c39c7"
|
|
3221
|
+
integrity sha512-ZslFjm/vQFA+WkIIXs7JvHd1ilS2UTfzCsKBk5UUDhXGO7ivOvUOAIMteLfkD1szxsIe1/SgDV7Y3gHeJFd1qw==
|
|
3222
|
+
dependencies:
|
|
3223
|
+
"@lwc/errors" "8.25.1"
|
|
3224
|
+
"@lwc/shared" "8.25.1"
|
|
3225
|
+
acorn "~8.15.0"
|
|
3226
|
+
astring "~1.9.0"
|
|
3227
|
+
he "~1.2.0"
|
|
3228
|
+
|
|
3229
|
+
"@lwc/template-compiler@8.27.0":
|
|
3230
|
+
version "8.27.0"
|
|
3231
|
+
resolved "https://registry.yarnpkg.com/@lwc/template-compiler/-/template-compiler-8.27.0.tgz#fda60ceda1558edd7281b6cd3f70dd77e5de7c52"
|
|
3232
|
+
integrity sha512-b4HZVu+zkSc6Jot6OxmzMeSBkXP3VKq9mW7xew63HPa/BuC4DllBDB5cyCCueIrFPNfBHfp0XA45WugT/ESFGg==
|
|
3233
|
+
dependencies:
|
|
3234
|
+
"@lwc/errors" "8.27.0"
|
|
3235
|
+
"@lwc/shared" "8.27.0"
|
|
3236
|
+
acorn "~8.15.0"
|
|
3237
|
+
astring "~1.9.0"
|
|
3238
|
+
he "~1.2.0"
|
|
3239
|
+
|
|
2529
3240
|
"@lwc/template-compiler@8.28.2":
|
|
2530
3241
|
version "8.28.2"
|
|
2531
3242
|
resolved "https://registry.yarnpkg.com/@lwc/template-compiler/-/template-compiler-8.28.2.tgz#3cd88bd530d189afba25407e7be1ed1084cea315"
|
|
@@ -3334,6 +4045,11 @@
|
|
|
3334
4045
|
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
|
|
3335
4046
|
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
|
3336
4047
|
|
|
4048
|
+
"@pkgr/core@^0.2.7":
|
|
4049
|
+
version "0.2.9"
|
|
4050
|
+
resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.2.9.tgz#d229a7b7f9dac167a156992ef23c7f023653f53b"
|
|
4051
|
+
integrity sha512-QNqXyfVS2wm9hweSYD2O7F0G06uurj9kZ96TRQE5Y9hU7+tgdZwIkbAKc5Ocy1HxEY2kuDQa6cQ1WRs/O5LFKA==
|
|
4052
|
+
|
|
3337
4053
|
"@pnpm/config.env-replace@^1.1.0":
|
|
3338
4054
|
version "1.1.0"
|
|
3339
4055
|
resolved "https://registry.yarnpkg.com/@pnpm/config.env-replace/-/config.env-replace-1.1.0.tgz#ab29da53df41e8948a00f2433f085f54de8b3a4c"
|
|
@@ -3408,7 +4124,7 @@
|
|
|
3408
4124
|
resolved "https://registry.yarnpkg.com/@protobufjs/utf8/-/utf8-1.1.0.tgz#a777360b5b39a1a2e5106f8e858f2fd2d060c570"
|
|
3409
4125
|
integrity sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==
|
|
3410
4126
|
|
|
3411
|
-
"@rollup/plugin-babel@^6.1.0":
|
|
4127
|
+
"@rollup/plugin-babel@^6.0.4", "@rollup/plugin-babel@^6.1.0":
|
|
3412
4128
|
version "6.1.0"
|
|
3413
4129
|
resolved "https://registry.yarnpkg.com/@rollup/plugin-babel/-/plugin-babel-6.1.0.tgz#5766913722057f28a56365bb6c1ca61306c7e527"
|
|
3414
4130
|
integrity sha512-dFZNuFD2YRcoomP4oYf+DvQNSUA9ih+A3vUqopQx5EdtPGo3WBnQcI/S8pwpz91UsGfL0HsMSOlaMld8HrbubA==
|
|
@@ -3435,7 +4151,7 @@
|
|
|
3435
4151
|
"@rollup/pluginutils" "^5.0.1"
|
|
3436
4152
|
magic-string "^0.30.3"
|
|
3437
4153
|
|
|
3438
|
-
"@rollup/plugin-replace@^6.0.3":
|
|
4154
|
+
"@rollup/plugin-replace@^6.0.2", "@rollup/plugin-replace@^6.0.3":
|
|
3439
4155
|
version "6.0.3"
|
|
3440
4156
|
resolved "https://registry.yarnpkg.com/@rollup/plugin-replace/-/plugin-replace-6.0.3.tgz#0f82e41d81f6586ab0f81a1b48bd7fd92fcfb9a2"
|
|
3441
4157
|
integrity sha512-J4RZarRvQAm5IF0/LwUUg+obsm+xZhYnbMXmXROyoSE1ATJe3oXSb9L5MMppdxP2ylNSjv6zFBwKYjcKMucVfA==
|
|
@@ -3470,6 +4186,15 @@
|
|
|
3470
4186
|
estree-walker "^2.0.2"
|
|
3471
4187
|
picomatch "^4.0.2"
|
|
3472
4188
|
|
|
4189
|
+
"@rollup/wasm-node@4.10.0":
|
|
4190
|
+
version "4.10.0"
|
|
4191
|
+
resolved "https://registry.yarnpkg.com/@rollup/wasm-node/-/wasm-node-4.10.0.tgz#dc3957eab92fc98347c80b029348111d4b6855bd"
|
|
4192
|
+
integrity sha512-wH/ih4T/iP2PUyTrkyioZqDoFY/gmu63LPLTOM5Q21gSB/D3Ejw3UBpUOMLt86fIbN3mV+wL45MyA71XAj1ytg==
|
|
4193
|
+
dependencies:
|
|
4194
|
+
"@types/estree" "1.0.5"
|
|
4195
|
+
optionalDependencies:
|
|
4196
|
+
fsevents "~2.3.2"
|
|
4197
|
+
|
|
3473
4198
|
"@rollup/wasm-node@4.52.5":
|
|
3474
4199
|
version "4.52.5"
|
|
3475
4200
|
resolved "https://registry.yarnpkg.com/@rollup/wasm-node/-/wasm-node-4.52.5.tgz#254b16b0b0cc34c492a820702023bbd9a2c1f786"
|
|
@@ -3562,6 +4287,18 @@
|
|
|
3562
4287
|
typescript "^5.5.4"
|
|
3563
4288
|
wireit "^0.14.12"
|
|
3564
4289
|
|
|
4290
|
+
"@salesforce/eslint-config-lwc@4.0.0-beta.5":
|
|
4291
|
+
version "4.0.0-beta.5"
|
|
4292
|
+
resolved "https://registry.yarnpkg.com/@salesforce/eslint-config-lwc/-/eslint-config-lwc-4.0.0-beta.5.tgz#edb57b6d47051cf18f9389382fde5a49f2f9cb42"
|
|
4293
|
+
integrity sha512-ijtngGi7YMRh7gYZqH9PPqtoWWWzlQ+OF9xk8f/VOGYyvbU1AG3bIf7Zi51ICVqypHUqKWL+JI3zW9J9KU/mig==
|
|
4294
|
+
dependencies:
|
|
4295
|
+
"@babel/core" "~7.26.0"
|
|
4296
|
+
"@babel/eslint-parser" "~7.25.9"
|
|
4297
|
+
"@eslint/js" "^9.17.0"
|
|
4298
|
+
eslint-restricted-globals "~0.2.0"
|
|
4299
|
+
globals "~15.14.0"
|
|
4300
|
+
semver "^7.6.2"
|
|
4301
|
+
|
|
3565
4302
|
"@salesforce/eslint-config-lwc@4.1.1":
|
|
3566
4303
|
version "4.1.1"
|
|
3567
4304
|
resolved "https://registry.yarnpkg.com/@salesforce/eslint-config-lwc/-/eslint-config-lwc-4.1.1.tgz#9022d931ea20c683dc78ab5e95b17d0b8412c196"
|
|
@@ -3579,6 +4316,11 @@
|
|
|
3579
4316
|
resolved "https://registry.yarnpkg.com/@salesforce/eslint-plugin-lightning/-/eslint-plugin-lightning-2.0.0.tgz#234cffdd8357af9b13b65d044feab2477a19daea"
|
|
3580
4317
|
integrity sha512-lC3GL2j6B2wAGeTFWT0h47BFg+0R7naqqlQW+ANvNSaIC/qEB+tNSRcdAZ8DRTojsI3GRdpgq3FTB1llbrFBng==
|
|
3581
4318
|
|
|
4319
|
+
"@salesforce/eslint-plugin-lightning@2.0.0-beta.1":
|
|
4320
|
+
version "2.0.0-beta.1"
|
|
4321
|
+
resolved "https://registry.yarnpkg.com/@salesforce/eslint-plugin-lightning/-/eslint-plugin-lightning-2.0.0-beta.1.tgz#29af608d0d10ccb2f6e935948b055029bb2dbd8b"
|
|
4322
|
+
integrity sha512-oCyn2bg2icJTXnlzkiVMyVenjJHCuUZdielS2uuvzplJMykCbNdQp2MulSTmeGXfWNB1tGjLWXtL7RPVAswV+A==
|
|
4323
|
+
|
|
3582
4324
|
"@salesforce/kit@^3.2.3", "@salesforce/kit@^3.2.4":
|
|
3583
4325
|
version "3.2.4"
|
|
3584
4326
|
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.2.4.tgz#69fb56974685e41d26ae5db30a7261acdc731bb6"
|
|
@@ -4294,6 +5036,11 @@
|
|
|
4294
5036
|
resolved "https://registry.yarnpkg.com/@swc/wasm/-/wasm-1.14.0.tgz#456375a2b8d1a18a09e61e1dc333dfccd85b10a2"
|
|
4295
5037
|
integrity sha512-eUUA3jEwFzoMh6mUksvaqX3wK+FxKFFFapBic+sQigxD5NytXM+PFARbv17BECKV/XcCCROHFV9+e73lYOsV3A==
|
|
4296
5038
|
|
|
5039
|
+
"@swc/wasm@1.4.16":
|
|
5040
|
+
version "1.4.16"
|
|
5041
|
+
resolved "https://registry.yarnpkg.com/@swc/wasm/-/wasm-1.4.16.tgz#30fe3514136ccfd6cc49373ff7080c7a41ba9a26"
|
|
5042
|
+
integrity sha512-Gxtpe4L7u29Asje8Y/1Ev6Fsw9AlztkyiZl6eKgXz3XmwOSVxo1FtC42Za7KEZsNyrRILH0D8hEDgcYRHzfdIA==
|
|
5043
|
+
|
|
4297
5044
|
"@szmarczak/http-timer@^5.0.1":
|
|
4298
5045
|
version "5.0.1"
|
|
4299
5046
|
resolved "https://registry.yarnpkg.com/@szmarczak/http-timer/-/http-timer-5.0.1.tgz#c7c1bf1141cdd4751b0399c8fc7b8b664cd5be3a"
|
|
@@ -4375,6 +5122,11 @@
|
|
|
4375
5122
|
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.8.tgz#958b91c991b1867ced318bedea0e215ee050726e"
|
|
4376
5123
|
integrity sha512-dWHzHa2WqEXI/O1E9OjrocMTKJl2mSrEolh1Iomrv6U+JuNwaHXsXx9bLu5gG7BUWFIN0skIQJQ/L1rIex4X6w==
|
|
4377
5124
|
|
|
5125
|
+
"@types/estree@1.0.5":
|
|
5126
|
+
version "1.0.5"
|
|
5127
|
+
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.5.tgz#a6ce3e556e00fd9895dd872dd172ad0d4bd687f4"
|
|
5128
|
+
integrity sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==
|
|
5129
|
+
|
|
4378
5130
|
"@types/express-serve-static-core@^4.17.33":
|
|
4379
5131
|
version "4.19.5"
|
|
4380
5132
|
resolved "https://registry.yarnpkg.com/@types/express-serve-static-core/-/express-serve-static-core-4.19.5.tgz#218064e321126fcf9048d1ca25dd2465da55d9c6"
|
|
@@ -4676,15 +5428,6 @@
|
|
|
4676
5428
|
"@typescript-eslint/visitor-keys" "6.21.0"
|
|
4677
5429
|
debug "^4.3.4"
|
|
4678
5430
|
|
|
4679
|
-
"@typescript-eslint/project-service@8.46.2":
|
|
4680
|
-
version "8.46.2"
|
|
4681
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.46.2.tgz#ab2f02a0de4da6a7eeb885af5e059be57819d608"
|
|
4682
|
-
integrity sha512-PULOLZ9iqwI7hXcmL4fVfIsBi6AN9YxRc0frbvmg8f+4hQAjQ5GYNKK0DIArNo+rOKmR/iBYwkpBmnIwin4wBg==
|
|
4683
|
-
dependencies:
|
|
4684
|
-
"@typescript-eslint/tsconfig-utils" "^8.46.2"
|
|
4685
|
-
"@typescript-eslint/types" "^8.46.2"
|
|
4686
|
-
debug "^4.3.4"
|
|
4687
|
-
|
|
4688
5431
|
"@typescript-eslint/scope-manager@6.21.0":
|
|
4689
5432
|
version "6.21.0"
|
|
4690
5433
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.21.0.tgz#ea8a9bfc8f1504a6ac5d59a6df308d3a0630a2b1"
|
|
@@ -4701,19 +5444,6 @@
|
|
|
4701
5444
|
"@typescript-eslint/types" "7.18.0"
|
|
4702
5445
|
"@typescript-eslint/visitor-keys" "7.18.0"
|
|
4703
5446
|
|
|
4704
|
-
"@typescript-eslint/scope-manager@8.46.2":
|
|
4705
|
-
version "8.46.2"
|
|
4706
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.46.2.tgz#7d37df2493c404450589acb3b5d0c69cc0670a88"
|
|
4707
|
-
integrity sha512-LF4b/NmGvdWEHD2H4MsHD8ny6JpiVNDzrSZr3CsckEgCbAGZbYM4Cqxvi9L+WqDMT+51Ozy7lt2M+d0JLEuBqA==
|
|
4708
|
-
dependencies:
|
|
4709
|
-
"@typescript-eslint/types" "8.46.2"
|
|
4710
|
-
"@typescript-eslint/visitor-keys" "8.46.2"
|
|
4711
|
-
|
|
4712
|
-
"@typescript-eslint/tsconfig-utils@8.46.2", "@typescript-eslint/tsconfig-utils@^8.46.2":
|
|
4713
|
-
version "8.46.2"
|
|
4714
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.46.2.tgz#d110451cb93bbd189865206ea37ef677c196828c"
|
|
4715
|
-
integrity sha512-a7QH6fw4S57+F5y2FIxxSDyi5M4UfGF+Jl1bCGd7+L4KsaUY80GsiF/t0UoRFDHAguKlBaACWJRmdrc6Xfkkag==
|
|
4716
|
-
|
|
4717
5447
|
"@typescript-eslint/type-utils@6.21.0":
|
|
4718
5448
|
version "6.21.0"
|
|
4719
5449
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.21.0.tgz#6473281cfed4dacabe8004e8521cee0bd9d4c01e"
|
|
@@ -4734,11 +5464,6 @@
|
|
|
4734
5464
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-7.18.0.tgz#b90a57ccdea71797ffffa0321e744f379ec838c9"
|
|
4735
5465
|
integrity sha512-iZqi+Ds1y4EDYUtlOOC+aUmxnE9xS/yCigkjA7XpTKV6nCBd3Hp/PRGGmdwnfkV2ThMyYldP1wRpm/id99spTQ==
|
|
4736
5466
|
|
|
4737
|
-
"@typescript-eslint/types@8.46.2", "@typescript-eslint/types@^8.46.2":
|
|
4738
|
-
version "8.46.2"
|
|
4739
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.46.2.tgz#2bad7348511b31e6e42579820e62b73145635763"
|
|
4740
|
-
integrity sha512-lNCWCbq7rpg7qDsQrd3D6NyWYu+gkTENkG5IKYhUIcxSb59SQC/hEQ+MrG4sTgBVghTonNWq42bA/d4yYumldQ==
|
|
4741
|
-
|
|
4742
5467
|
"@typescript-eslint/typescript-estree@6.21.0":
|
|
4743
5468
|
version "6.21.0"
|
|
4744
5469
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.21.0.tgz#c47ae7901db3b8bddc3ecd73daff2d0895688c46"
|
|
@@ -4767,22 +5492,6 @@
|
|
|
4767
5492
|
semver "^7.6.0"
|
|
4768
5493
|
ts-api-utils "^1.3.0"
|
|
4769
5494
|
|
|
4770
|
-
"@typescript-eslint/typescript-estree@8.46.2":
|
|
4771
|
-
version "8.46.2"
|
|
4772
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.46.2.tgz#ab547a27e4222bb6a3281cb7e98705272e2c7d08"
|
|
4773
|
-
integrity sha512-f7rW7LJ2b7Uh2EiQ+7sza6RDZnajbNbemn54Ob6fRwQbgcIn+GWfyuHDHRYgRoZu1P4AayVScrRW+YfbTvPQoQ==
|
|
4774
|
-
dependencies:
|
|
4775
|
-
"@typescript-eslint/project-service" "8.46.2"
|
|
4776
|
-
"@typescript-eslint/tsconfig-utils" "8.46.2"
|
|
4777
|
-
"@typescript-eslint/types" "8.46.2"
|
|
4778
|
-
"@typescript-eslint/visitor-keys" "8.46.2"
|
|
4779
|
-
debug "^4.3.4"
|
|
4780
|
-
fast-glob "^3.3.2"
|
|
4781
|
-
is-glob "^4.0.3"
|
|
4782
|
-
minimatch "^9.0.4"
|
|
4783
|
-
semver "^7.6.0"
|
|
4784
|
-
ts-api-utils "^2.1.0"
|
|
4785
|
-
|
|
4786
5495
|
"@typescript-eslint/utils@6.21.0":
|
|
4787
5496
|
version "6.21.0"
|
|
4788
5497
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.21.0.tgz#4714e7a6b39e773c1c8e97ec587f520840cd8134"
|
|
@@ -4806,16 +5515,6 @@
|
|
|
4806
5515
|
"@typescript-eslint/types" "7.18.0"
|
|
4807
5516
|
"@typescript-eslint/typescript-estree" "7.18.0"
|
|
4808
5517
|
|
|
4809
|
-
"@typescript-eslint/utils@^8.0.0":
|
|
4810
|
-
version "8.46.2"
|
|
4811
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.46.2.tgz#b313d33d67f9918583af205bd7bcebf20f231732"
|
|
4812
|
-
integrity sha512-sExxzucx0Tud5tE0XqR0lT0psBQvEpnpiul9XbGUB1QwpWJJAps1O/Z7hJxLGiZLBKMCutjTzDgmd1muEhBnVg==
|
|
4813
|
-
dependencies:
|
|
4814
|
-
"@eslint-community/eslint-utils" "^4.7.0"
|
|
4815
|
-
"@typescript-eslint/scope-manager" "8.46.2"
|
|
4816
|
-
"@typescript-eslint/types" "8.46.2"
|
|
4817
|
-
"@typescript-eslint/typescript-estree" "8.46.2"
|
|
4818
|
-
|
|
4819
5518
|
"@typescript-eslint/visitor-keys@6.21.0":
|
|
4820
5519
|
version "6.21.0"
|
|
4821
5520
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.21.0.tgz#87a99d077aa507e20e238b11d56cc26ade45fe47"
|
|
@@ -4832,14 +5531,6 @@
|
|
|
4832
5531
|
"@typescript-eslint/types" "7.18.0"
|
|
4833
5532
|
eslint-visitor-keys "^3.4.3"
|
|
4834
5533
|
|
|
4835
|
-
"@typescript-eslint/visitor-keys@8.46.2":
|
|
4836
|
-
version "8.46.2"
|
|
4837
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.46.2.tgz#803fa298948c39acf810af21bdce6f8babfa9738"
|
|
4838
|
-
integrity sha512-tUFMXI4gxzzMXt4xpGJEsBsTox0XbNQ1y94EwlD/CuZwFcQP79xfQqMhau9HsRc/J0cAPA/HZt1dZPtGn9V/7w==
|
|
4839
|
-
dependencies:
|
|
4840
|
-
"@typescript-eslint/types" "8.46.2"
|
|
4841
|
-
eslint-visitor-keys "^4.2.1"
|
|
4842
|
-
|
|
4843
5534
|
"@ungap/structured-clone@^1.2.0":
|
|
4844
5535
|
version "1.2.0"
|
|
4845
5536
|
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
|
|
@@ -5055,7 +5746,7 @@ array-ify@^1.0.0:
|
|
|
5055
5746
|
resolved "https://registry.yarnpkg.com/array-ify/-/array-ify-1.0.0.tgz#9e528762b4a9066ad163a6962a364418e9626ece"
|
|
5056
5747
|
integrity sha512-c5AMf34bKdvPhQ7tBGhqkgKNUzMr4WUs+WDtC2ZUGOUncbxKMTvqxYctiseW3+L4bA8ec+GcZ6/A/FW4m8ukng==
|
|
5057
5748
|
|
|
5058
|
-
array-includes@^3.1.9:
|
|
5749
|
+
array-includes@^3.1.8, array-includes@^3.1.9:
|
|
5059
5750
|
version "3.1.9"
|
|
5060
5751
|
resolved "https://registry.yarnpkg.com/array-includes/-/array-includes-3.1.9.tgz#1f0ccaa08e90cdbc3eb433210f903ad0f17c3f3a"
|
|
5061
5752
|
integrity sha512-FmeCCAenzH0KH381SPT5FZmiA/TmpndpcaShhfgEN9eCVjnFBqq3l1xrI42y8+PPLI6hypzou4GXw00WHmPBLQ==
|
|
@@ -5074,7 +5765,7 @@ array-union@^2.1.0:
|
|
|
5074
5765
|
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
|
|
5075
5766
|
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
|
|
5076
5767
|
|
|
5077
|
-
array.prototype.findlastindex@^1.2.6:
|
|
5768
|
+
array.prototype.findlastindex@^1.2.5, array.prototype.findlastindex@^1.2.6:
|
|
5078
5769
|
version "1.2.6"
|
|
5079
5770
|
resolved "https://registry.yarnpkg.com/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.6.tgz#cfa1065c81dcb64e34557c9b81d012f6a421c564"
|
|
5080
5771
|
integrity sha512-F/TKATkzseUExPlfvmwQKGITM3DGTK+vkAsCZoDc5daVygbJBnjEUCbgkAvVFsgfXfX4YIqZ/27G3k3tdXrTxQ==
|
|
@@ -5087,7 +5778,7 @@ array.prototype.findlastindex@^1.2.6:
|
|
|
5087
5778
|
es-object-atoms "^1.1.1"
|
|
5088
5779
|
es-shim-unscopables "^1.1.0"
|
|
5089
5780
|
|
|
5090
|
-
array.prototype.flat@^1.3.3:
|
|
5781
|
+
array.prototype.flat@^1.3.2, array.prototype.flat@^1.3.3:
|
|
5091
5782
|
version "1.3.3"
|
|
5092
5783
|
resolved "https://registry.yarnpkg.com/array.prototype.flat/-/array.prototype.flat-1.3.3.tgz#534aaf9e6e8dd79fb6b9a9917f839ef1ec63afe5"
|
|
5093
5784
|
integrity sha512-rwG/ja1neyLqCuGZ5YYrznA62D4mZXg0i1cIskIUKSiqF3Cje9/wXAls9B9s1Wa2fomMsIv8czB8jZcPmxCXFg==
|
|
@@ -5097,7 +5788,7 @@ array.prototype.flat@^1.3.3:
|
|
|
5097
5788
|
es-abstract "^1.23.5"
|
|
5098
5789
|
es-shim-unscopables "^1.0.2"
|
|
5099
5790
|
|
|
5100
|
-
array.prototype.flatmap@^1.3.3:
|
|
5791
|
+
array.prototype.flatmap@^1.3.2, array.prototype.flatmap@^1.3.3:
|
|
5101
5792
|
version "1.3.3"
|
|
5102
5793
|
resolved "https://registry.yarnpkg.com/array.prototype.flatmap/-/array.prototype.flatmap-1.3.3.tgz#712cc792ae70370ae40586264629e33aab5dd38b"
|
|
5103
5794
|
integrity sha512-Y7Wt51eKJSyi80hFrJCePGGNo5ktJCslFuboqJsbf57CCPcm5zztluPlc4/aD8sWsKvlwatezpV4U1efk8kpjg==
|
|
@@ -5140,6 +5831,11 @@ astring@^1.9.0, astring@~1.9.0:
|
|
|
5140
5831
|
resolved "https://registry.yarnpkg.com/astring/-/astring-1.9.0.tgz#cc73e6062a7eb03e7d19c22d8b0b3451fd9bfeef"
|
|
5141
5832
|
integrity sha512-LElXdjswlqjWrPpJFg1Fx4wpkOCxj1TDHlSV4PlaRxHGWko024xICaa97ZkMfs6DRKlCguiAI+rbXv5GWwXIkg==
|
|
5142
5833
|
|
|
5834
|
+
astring@~1.8.6:
|
|
5835
|
+
version "1.8.6"
|
|
5836
|
+
resolved "https://registry.yarnpkg.com/astring/-/astring-1.8.6.tgz#2c9c157cf1739d67561c56ba896e6948f6b93731"
|
|
5837
|
+
integrity sha512-ISvCdHdlTDlH5IpxQJIex7BWBywFWgjJSVdwst+/iQCoEYnyOaQ95+X1JGshuBjGp6nxKUy1jMgE3zPqN7fQdg==
|
|
5838
|
+
|
|
5143
5839
|
async-function@^1.0.0:
|
|
5144
5840
|
version "1.0.0"
|
|
5145
5841
|
resolved "https://registry.yarnpkg.com/async-function/-/async-function-1.0.0.tgz#509c9fca60eaf85034c6829838188e4e4c8ffb2b"
|
|
@@ -5451,6 +6147,11 @@ chalk@^5.0.0, chalk@^5.3.0, chalk@^5.6.2, chalk@~5.6.2:
|
|
|
5451
6147
|
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.6.2.tgz#b1238b6e23ea337af71c7f8a295db5af0c158aea"
|
|
5452
6148
|
integrity sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==
|
|
5453
6149
|
|
|
6150
|
+
chalk@~5.4.1:
|
|
6151
|
+
version "5.4.1"
|
|
6152
|
+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.4.1.tgz#1b48bf0963ec158dce2aacf69c093ae2dd2092d8"
|
|
6153
|
+
integrity sha512-zgVZuo2WcZgfUEmsn6eO3kINexW8RAE4maiQ8QNs8CtpPCSyMiYsULR3HQYkm3w8FIA3SberyMJMSldGsW+U3w==
|
|
6154
|
+
|
|
5454
6155
|
change-case@^4, change-case@^4.1.2:
|
|
5455
6156
|
version "4.1.2"
|
|
5456
6157
|
resolved "https://registry.yarnpkg.com/change-case/-/change-case-4.1.2.tgz#fedfc5f136045e2398c0410ee441f95704641e12"
|
|
@@ -5672,6 +6373,11 @@ commander@^5.1.0:
|
|
|
5672
6373
|
resolved "https://registry.yarnpkg.com/commander/-/commander-5.1.0.tgz#46abbd1652f8e059bddaef99bbdcb2ad9cf179ae"
|
|
5673
6374
|
integrity sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg==
|
|
5674
6375
|
|
|
6376
|
+
commander@~10.0.0:
|
|
6377
|
+
version "10.0.1"
|
|
6378
|
+
resolved "https://registry.yarnpkg.com/commander/-/commander-10.0.1.tgz#881ee46b4f77d1c1dccc5823433aa39b022cbe06"
|
|
6379
|
+
integrity sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==
|
|
6380
|
+
|
|
5675
6381
|
commander@~14.0.2:
|
|
5676
6382
|
version "14.0.2"
|
|
5677
6383
|
resolved "https://registry.yarnpkg.com/commander/-/commander-14.0.2.tgz#b71fd37fe4069e4c3c7c13925252ada4eba14e8e"
|
|
@@ -6503,7 +7209,7 @@ eslint-import-resolver-node@^0.3.9:
|
|
|
6503
7209
|
is-core-module "^2.13.0"
|
|
6504
7210
|
resolve "^1.22.4"
|
|
6505
7211
|
|
|
6506
|
-
eslint-module-utils@^2.12.1:
|
|
7212
|
+
eslint-module-utils@^2.12.0, eslint-module-utils@^2.12.1:
|
|
6507
7213
|
version "2.12.1"
|
|
6508
7214
|
resolved "https://registry.yarnpkg.com/eslint-module-utils/-/eslint-module-utils-2.12.1.tgz#f76d3220bfb83c057651359295ab5854eaad75ff"
|
|
6509
7215
|
integrity sha512-L8jSWTze7K2mTg0vos/RuLRS5soomksDPoJLXIslC7c8Wmut3bx7CPpJijDcBZtxQ5lrbUdM+s0OlNbz0DCDNw==
|
|
@@ -6540,12 +7246,30 @@ eslint-plugin-import@^2.29.1, eslint-plugin-import@~2.32.0:
|
|
|
6540
7246
|
string.prototype.trimend "^1.0.9"
|
|
6541
7247
|
tsconfig-paths "^3.15.0"
|
|
6542
7248
|
|
|
6543
|
-
eslint-plugin-
|
|
6544
|
-
version "
|
|
6545
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-
|
|
6546
|
-
integrity sha512-
|
|
7249
|
+
eslint-plugin-import@~2.31.0:
|
|
7250
|
+
version "2.31.0"
|
|
7251
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.31.0.tgz#310ce7e720ca1d9c0bb3f69adfd1c6bdd7d9e0e7"
|
|
7252
|
+
integrity sha512-ixmkI62Rbc2/w8Vfxyh1jQRTdRTF52VxwRVHl/ykPAmqG+Nb7/kNn+byLP0LxPgI7zWA16Jt82SybJInmMia3A==
|
|
6547
7253
|
dependencies:
|
|
6548
|
-
"@
|
|
7254
|
+
"@rtsao/scc" "^1.1.0"
|
|
7255
|
+
array-includes "^3.1.8"
|
|
7256
|
+
array.prototype.findlastindex "^1.2.5"
|
|
7257
|
+
array.prototype.flat "^1.3.2"
|
|
7258
|
+
array.prototype.flatmap "^1.3.2"
|
|
7259
|
+
debug "^3.2.7"
|
|
7260
|
+
doctrine "^2.1.0"
|
|
7261
|
+
eslint-import-resolver-node "^0.3.9"
|
|
7262
|
+
eslint-module-utils "^2.12.0"
|
|
7263
|
+
hasown "^2.0.2"
|
|
7264
|
+
is-core-module "^2.15.1"
|
|
7265
|
+
is-glob "^4.0.3"
|
|
7266
|
+
minimatch "^3.1.2"
|
|
7267
|
+
object.fromentries "^2.0.8"
|
|
7268
|
+
object.groupby "^1.0.3"
|
|
7269
|
+
object.values "^1.2.0"
|
|
7270
|
+
semver "^6.3.1"
|
|
7271
|
+
string.prototype.trimend "^1.0.8"
|
|
7272
|
+
tsconfig-paths "^3.15.0"
|
|
6549
7273
|
|
|
6550
7274
|
eslint-plugin-jsdoc@^46.10.1:
|
|
6551
7275
|
version "46.10.1"
|
|
@@ -6680,6 +7404,87 @@ eslint@^8.56.0, eslint@^8.57.0:
|
|
|
6680
7404
|
strip-ansi "^6.0.1"
|
|
6681
7405
|
text-table "^0.2.0"
|
|
6682
7406
|
|
|
7407
|
+
eslint@~9.29.0:
|
|
7408
|
+
version "9.29.0"
|
|
7409
|
+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.29.0.tgz#65e3db3b7e5a5b04a8af541741a0f3648d0a81a6"
|
|
7410
|
+
integrity sha512-GsGizj2Y1rCWDu6XoEekL3RLilp0voSePurjZIkxL3wlm5o5EC9VpgaP7lrCvjnkuLvzFBQWB3vWB3K5KQTveQ==
|
|
7411
|
+
dependencies:
|
|
7412
|
+
"@eslint-community/eslint-utils" "^4.2.0"
|
|
7413
|
+
"@eslint-community/regexpp" "^4.12.1"
|
|
7414
|
+
"@eslint/config-array" "^0.20.1"
|
|
7415
|
+
"@eslint/config-helpers" "^0.2.1"
|
|
7416
|
+
"@eslint/core" "^0.14.0"
|
|
7417
|
+
"@eslint/eslintrc" "^3.3.1"
|
|
7418
|
+
"@eslint/js" "9.29.0"
|
|
7419
|
+
"@eslint/plugin-kit" "^0.3.1"
|
|
7420
|
+
"@humanfs/node" "^0.16.6"
|
|
7421
|
+
"@humanwhocodes/module-importer" "^1.0.1"
|
|
7422
|
+
"@humanwhocodes/retry" "^0.4.2"
|
|
7423
|
+
"@types/estree" "^1.0.6"
|
|
7424
|
+
"@types/json-schema" "^7.0.15"
|
|
7425
|
+
ajv "^6.12.4"
|
|
7426
|
+
chalk "^4.0.0"
|
|
7427
|
+
cross-spawn "^7.0.6"
|
|
7428
|
+
debug "^4.3.2"
|
|
7429
|
+
escape-string-regexp "^4.0.0"
|
|
7430
|
+
eslint-scope "^8.4.0"
|
|
7431
|
+
eslint-visitor-keys "^4.2.1"
|
|
7432
|
+
espree "^10.4.0"
|
|
7433
|
+
esquery "^1.5.0"
|
|
7434
|
+
esutils "^2.0.2"
|
|
7435
|
+
fast-deep-equal "^3.1.3"
|
|
7436
|
+
file-entry-cache "^8.0.0"
|
|
7437
|
+
find-up "^5.0.0"
|
|
7438
|
+
glob-parent "^6.0.2"
|
|
7439
|
+
ignore "^5.2.0"
|
|
7440
|
+
imurmurhash "^0.1.4"
|
|
7441
|
+
is-glob "^4.0.0"
|
|
7442
|
+
json-stable-stringify-without-jsonify "^1.0.1"
|
|
7443
|
+
lodash.merge "^4.6.2"
|
|
7444
|
+
minimatch "^3.1.2"
|
|
7445
|
+
natural-compare "^1.4.0"
|
|
7446
|
+
optionator "^0.9.3"
|
|
7447
|
+
|
|
7448
|
+
eslint@~9.38.0:
|
|
7449
|
+
version "9.38.0"
|
|
7450
|
+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.38.0.tgz#3957d2af804e5cf6cc503c618f60acc71acb2e7e"
|
|
7451
|
+
integrity sha512-t5aPOpmtJcZcz5UJyY2GbvpDlsK5E8JqRqoKtfiKE3cNh437KIqfJr3A3AKf5k64NPx6d0G3dno6XDY05PqPtw==
|
|
7452
|
+
dependencies:
|
|
7453
|
+
"@eslint-community/eslint-utils" "^4.8.0"
|
|
7454
|
+
"@eslint-community/regexpp" "^4.12.1"
|
|
7455
|
+
"@eslint/config-array" "^0.21.1"
|
|
7456
|
+
"@eslint/config-helpers" "^0.4.1"
|
|
7457
|
+
"@eslint/core" "^0.16.0"
|
|
7458
|
+
"@eslint/eslintrc" "^3.3.1"
|
|
7459
|
+
"@eslint/js" "9.38.0"
|
|
7460
|
+
"@eslint/plugin-kit" "^0.4.0"
|
|
7461
|
+
"@humanfs/node" "^0.16.6"
|
|
7462
|
+
"@humanwhocodes/module-importer" "^1.0.1"
|
|
7463
|
+
"@humanwhocodes/retry" "^0.4.2"
|
|
7464
|
+
"@types/estree" "^1.0.6"
|
|
7465
|
+
ajv "^6.12.4"
|
|
7466
|
+
chalk "^4.0.0"
|
|
7467
|
+
cross-spawn "^7.0.6"
|
|
7468
|
+
debug "^4.3.2"
|
|
7469
|
+
escape-string-regexp "^4.0.0"
|
|
7470
|
+
eslint-scope "^8.4.0"
|
|
7471
|
+
eslint-visitor-keys "^4.2.1"
|
|
7472
|
+
espree "^10.4.0"
|
|
7473
|
+
esquery "^1.5.0"
|
|
7474
|
+
esutils "^2.0.2"
|
|
7475
|
+
fast-deep-equal "^3.1.3"
|
|
7476
|
+
file-entry-cache "^8.0.0"
|
|
7477
|
+
find-up "^5.0.0"
|
|
7478
|
+
glob-parent "^6.0.2"
|
|
7479
|
+
ignore "^5.2.0"
|
|
7480
|
+
imurmurhash "^0.1.4"
|
|
7481
|
+
is-glob "^4.0.0"
|
|
7482
|
+
json-stable-stringify-without-jsonify "^1.0.1"
|
|
7483
|
+
lodash.merge "^4.6.2"
|
|
7484
|
+
minimatch "^3.1.2"
|
|
7485
|
+
natural-compare "^1.4.0"
|
|
7486
|
+
optionator "^0.9.3"
|
|
7487
|
+
|
|
6683
7488
|
eslint@~9.39.1:
|
|
6684
7489
|
version "9.39.2"
|
|
6685
7490
|
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.39.2.tgz#cb60e6d16ab234c0f8369a3fe7cc87967faf4b6c"
|
|
@@ -6820,21 +7625,6 @@ events@^3.3.0:
|
|
|
6820
7625
|
resolved "https://registry.yarnpkg.com/events/-/events-3.3.0.tgz#31a95ad0a924e2d2c419a813aeb2c4e878ea7400"
|
|
6821
7626
|
integrity sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==
|
|
6822
7627
|
|
|
6823
|
-
execa@^4.1.0:
|
|
6824
|
-
version "4.1.0"
|
|
6825
|
-
resolved "https://registry.yarnpkg.com/execa/-/execa-4.1.0.tgz#4e5491ad1572f2f17a77d388c6c857135b22847a"
|
|
6826
|
-
integrity sha512-j5W0//W7f8UxAn8hXVnwG8tLwdiUy4FJLcSupCg6maBYZDpyBvTApK7KyuI4bKj8KOh1r2YH+6ucuYtJv1bTZA==
|
|
6827
|
-
dependencies:
|
|
6828
|
-
cross-spawn "^7.0.0"
|
|
6829
|
-
get-stream "^5.0.0"
|
|
6830
|
-
human-signals "^1.1.1"
|
|
6831
|
-
is-stream "^2.0.0"
|
|
6832
|
-
merge-stream "^2.0.0"
|
|
6833
|
-
npm-run-path "^4.0.0"
|
|
6834
|
-
onetime "^5.1.0"
|
|
6835
|
-
signal-exit "^3.0.2"
|
|
6836
|
-
strip-final-newline "^2.0.0"
|
|
6837
|
-
|
|
6838
7628
|
execa@^5.0.0:
|
|
6839
7629
|
version "5.1.1"
|
|
6840
7630
|
resolved "https://registry.yarnpkg.com/execa/-/execa-5.1.1.tgz#f80ad9cbf4298f7bd1d4c9555c21e93741c411dd"
|
|
@@ -6918,7 +7708,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
|
|
|
6918
7708
|
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
|
|
6919
7709
|
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
|
|
6920
7710
|
|
|
6921
|
-
fast-glob@^3.2.11, fast-glob@^3.2.9, fast-glob@^3.3.
|
|
7711
|
+
fast-glob@^3.2.11, fast-glob@^3.2.9, fast-glob@^3.3.3:
|
|
6922
7712
|
version "3.3.3"
|
|
6923
7713
|
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
|
|
6924
7714
|
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
|
|
@@ -6975,6 +7765,13 @@ fast-xml-parser@^4.5.1:
|
|
|
6975
7765
|
dependencies:
|
|
6976
7766
|
strnum "^1.1.1"
|
|
6977
7767
|
|
|
7768
|
+
fast-xml-parser@^5.2.5:
|
|
7769
|
+
version "5.3.3"
|
|
7770
|
+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.3.3.tgz#84b678e44eb81207c8585795152b4b1c94738b4d"
|
|
7771
|
+
integrity sha512-2O3dkPAAC6JavuMm8+4+pgTk+5hoAs+CjZ+sWcQLkX9+/tHRuTkQh/Oaifr8qDmZ8iEHb771Ea6G8CdwkrgvYA==
|
|
7772
|
+
dependencies:
|
|
7773
|
+
strnum "^2.1.0"
|
|
7774
|
+
|
|
6978
7775
|
fast-xml-parser@^5.3.0:
|
|
6979
7776
|
version "5.3.0"
|
|
6980
7777
|
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.3.0.tgz#ae388d5a0f6ed31c8ce9e413c1ac89c8e57e7b07"
|
|
@@ -7312,13 +8109,6 @@ get-stdin@^9.0.0:
|
|
|
7312
8109
|
resolved "https://registry.yarnpkg.com/get-stdin/-/get-stdin-9.0.0.tgz#3983ff82e03d56f1b2ea0d3e60325f39d703a575"
|
|
7313
8110
|
integrity sha512-dVKBjfWisLAicarI2Sf+JuBE/DghV4UzNAVe9yhEJuzeREd3JhOTE9cUaJTeSa77fsbQUK3pcOpJfM59+VKZaA==
|
|
7314
8111
|
|
|
7315
|
-
get-stream@^5.0.0:
|
|
7316
|
-
version "5.2.0"
|
|
7317
|
-
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-5.2.0.tgz#4966a1795ee5ace65e706c4b7beb71257d6e22d3"
|
|
7318
|
-
integrity sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==
|
|
7319
|
-
dependencies:
|
|
7320
|
-
pump "^3.0.0"
|
|
7321
|
-
|
|
7322
8112
|
get-stream@^6.0.0, get-stream@^6.0.1:
|
|
7323
8113
|
version "6.0.1"
|
|
7324
8114
|
resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.1.tgz#a262d8eef67aced57c2852ad6167526a43cbf7b7"
|
|
@@ -7368,7 +8158,7 @@ glob-parent@^6.0.2:
|
|
|
7368
8158
|
dependencies:
|
|
7369
8159
|
is-glob "^4.0.3"
|
|
7370
8160
|
|
|
7371
|
-
glob@^10.3.10:
|
|
8161
|
+
glob@^10.3.10, glob@^10.4.5:
|
|
7372
8162
|
version "10.5.0"
|
|
7373
8163
|
resolved "https://registry.yarnpkg.com/glob/-/glob-10.5.0.tgz#8ec0355919cd3338c28428a23d4f24ecc5fe738c"
|
|
7374
8164
|
integrity sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==
|
|
@@ -7431,6 +8221,11 @@ global-dirs@^0.1.1:
|
|
|
7431
8221
|
dependencies:
|
|
7432
8222
|
ini "^1.3.4"
|
|
7433
8223
|
|
|
8224
|
+
globals@^11.1.0:
|
|
8225
|
+
version "11.12.0"
|
|
8226
|
+
resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
|
|
8227
|
+
integrity sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==
|
|
8228
|
+
|
|
7434
8229
|
globals@^13.19.0:
|
|
7435
8230
|
version "13.24.0"
|
|
7436
8231
|
resolved "https://registry.yarnpkg.com/globals/-/globals-13.24.0.tgz#8432a19d78ce0c1e833949c36adb345400bb1171"
|
|
@@ -7869,11 +8664,6 @@ https-proxy-agent@^7.0.1:
|
|
|
7869
8664
|
agent-base "^7.0.2"
|
|
7870
8665
|
debug "4"
|
|
7871
8666
|
|
|
7872
|
-
human-signals@^1.1.1:
|
|
7873
|
-
version "1.1.1"
|
|
7874
|
-
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3"
|
|
7875
|
-
integrity sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==
|
|
7876
|
-
|
|
7877
8667
|
human-signals@^2.1.0:
|
|
7878
8668
|
version "2.1.0"
|
|
7879
8669
|
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-2.1.0.tgz#dc91fcba42e4d06e4abaed33b3e7a3c02f514ea0"
|
|
@@ -7908,7 +8698,7 @@ ieee754@^1.2.1:
|
|
|
7908
8698
|
resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz#8eb7a10a63fff25d15a57b001586d177d1b0d352"
|
|
7909
8699
|
integrity sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==
|
|
7910
8700
|
|
|
7911
|
-
ignore@^5.2.0, ignore@^5.2.4
|
|
8701
|
+
ignore@^5.2.0, ignore@^5.2.4:
|
|
7912
8702
|
version "5.3.1"
|
|
7913
8703
|
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef"
|
|
7914
8704
|
integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==
|
|
@@ -7918,12 +8708,22 @@ ignore@^7.0.3:
|
|
|
7918
8708
|
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.3.tgz#397ef9315dfe0595671eefe8b633fec6943ab733"
|
|
7919
8709
|
integrity sha512-bAH5jbK/F3T3Jls4I0SO1hmPR0dKU0a7+SY6n1yzRtG54FLO8d6w/nxLFX2Nb7dBu6cCWXPaAME6cYqFUMmuCA==
|
|
7920
8710
|
|
|
8711
|
+
ignore@^7.0.5:
|
|
8712
|
+
version "7.0.5"
|
|
8713
|
+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-7.0.5.tgz#4cb5f6cd7d4c7ab0365738c7aea888baa6d7efd9"
|
|
8714
|
+
integrity sha512-Hs59xBNfUIunMFgWAbGX5cq6893IbWg4KnrjbYwX3tx0ztorVgTDA6B2sxf8ejHJ4wz8BqGUMYlnzNBer5NvGg==
|
|
8715
|
+
|
|
7921
8716
|
immediate@~3.0.5:
|
|
7922
8717
|
version "3.0.6"
|
|
7923
8718
|
resolved "https://registry.yarnpkg.com/immediate/-/immediate-3.0.6.tgz#9db1dbd0faf8de6fbe0f5dd5e56bb606280de69b"
|
|
7924
8719
|
integrity sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==
|
|
7925
8720
|
|
|
7926
|
-
immer@^
|
|
8721
|
+
immer@^10.1.1, immer@^10.2.0:
|
|
8722
|
+
version "10.2.0"
|
|
8723
|
+
resolved "https://registry.yarnpkg.com/immer/-/immer-10.2.0.tgz#88a4ce06a1af64172d254b70f7cb04df51c871b1"
|
|
8724
|
+
integrity sha512-d/+XTN3zfODyjr89gM3mPq1WNX2B8pYsu7eORitdwyA2sBubnTl3laYlBk4sXY5FUa5qTZGBDPJICVbvqzjlbw==
|
|
8725
|
+
|
|
8726
|
+
immer@^11.1.0, immer@^11.1.3:
|
|
7927
8727
|
version "11.1.3"
|
|
7928
8728
|
resolved "https://registry.yarnpkg.com/immer/-/immer-11.1.3.tgz#78681e1deb6cec39753acf04eb16d7576c04f4d6"
|
|
7929
8729
|
integrity sha512-6jQTc5z0KJFtr1UgFpIL3N9XSC3saRaI9PwWtzM2pSqkNGtiNkYY2OSwkOGDK2XcTRcLb1pi/aNkKZz0nxVH4Q==
|
|
@@ -8110,7 +8910,7 @@ is-callable@^1.2.7:
|
|
|
8110
8910
|
resolved "https://registry.yarnpkg.com/is-callable/-/is-callable-1.2.7.tgz#3bc2a85ea742d9e36205dcacdd72ca1fdc51b055"
|
|
8111
8911
|
integrity sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==
|
|
8112
8912
|
|
|
8113
|
-
is-core-module@^2.13.0, is-core-module@^2.16.0, is-core-module@^2.16.1, is-core-module@^2.5.0:
|
|
8913
|
+
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:
|
|
8114
8914
|
version "2.16.1"
|
|
8115
8915
|
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.16.1.tgz#2a98801a849f43e2add644fbb6bc6229b19a4ef4"
|
|
8116
8916
|
integrity sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==
|
|
@@ -9029,7 +9829,7 @@ magic-string@^0.25.3:
|
|
|
9029
9829
|
dependencies:
|
|
9030
9830
|
sourcemap-codec "^1.4.8"
|
|
9031
9831
|
|
|
9032
|
-
magic-string@^0.30.3, magic-string@^0.30.9, magic-string@~0.30.21:
|
|
9832
|
+
magic-string@^0.30.3, magic-string@^0.30.9, magic-string@~0.30.17, magic-string@~0.30.21:
|
|
9033
9833
|
version "0.30.21"
|
|
9034
9834
|
resolved "https://registry.yarnpkg.com/magic-string/-/magic-string-0.30.21.tgz#56763ec09a0fa8091df27879fd94d19078c00d91"
|
|
9035
9835
|
integrity sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==
|
|
@@ -9663,7 +10463,7 @@ normalize-url@^8.0.0:
|
|
|
9663
10463
|
resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-8.0.1.tgz#9b7d96af9836577c58f5883e939365fa15623a4a"
|
|
9664
10464
|
integrity sha512-IO9QvjUMWxPQQhs60oOu10CRkWCiZzSUkzbXGGV9pviYl1fXYcvkzQ5jV9z8Y6un8ARoVRl4EtC6v6jNqbaJ/w==
|
|
9665
10465
|
|
|
9666
|
-
npm-run-path@^4.0.
|
|
10466
|
+
npm-run-path@^4.0.1:
|
|
9667
10467
|
version "4.0.1"
|
|
9668
10468
|
resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-4.0.1.tgz#b7ecd1e5ed53da8e37a55e1c2269e0b97ed748ea"
|
|
9669
10469
|
integrity sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==
|
|
@@ -9758,7 +10558,7 @@ object.groupby@^1.0.3:
|
|
|
9758
10558
|
define-properties "^1.2.1"
|
|
9759
10559
|
es-abstract "^1.23.2"
|
|
9760
10560
|
|
|
9761
|
-
object.values@^1.2.1:
|
|
10561
|
+
object.values@^1.2.0, object.values@^1.2.1:
|
|
9762
10562
|
version "1.2.1"
|
|
9763
10563
|
resolved "https://registry.yarnpkg.com/object.values/-/object.values-1.2.1.tgz#deed520a50809ff7f75a7cfd4bc64c7a038c6216"
|
|
9764
10564
|
integrity sha512-gXah6aZrcUxjWg2zR2MwouP2eHlCBzdV4pygudehaKXSGW4v2AsRQUK+lwwXhii6KFZcunEnmSUoYp5CXibxtA==
|
|
@@ -9977,6 +10777,13 @@ parse-json@^5.0.0, parse-json@^5.2.0:
|
|
|
9977
10777
|
json-parse-even-better-errors "^2.3.0"
|
|
9978
10778
|
lines-and-columns "^1.1.6"
|
|
9979
10779
|
|
|
10780
|
+
parse5-sax-parser@~6.0.1:
|
|
10781
|
+
version "6.0.1"
|
|
10782
|
+
resolved "https://registry.yarnpkg.com/parse5-sax-parser/-/parse5-sax-parser-6.0.1.tgz#98b4d366b5b266a7cd90b4b58906667af882daba"
|
|
10783
|
+
integrity sha512-kXX+5S81lgESA0LsDuGjAlBybImAChYRMT+/uKCEXFBFOeEhS52qUCydGhU3qLRD8D9DVjaUo821WK7DM4iCeg==
|
|
10784
|
+
dependencies:
|
|
10785
|
+
parse5 "^6.0.1"
|
|
10786
|
+
|
|
9980
10787
|
parse5-sax-parser@~8.0.0:
|
|
9981
10788
|
version "8.0.0"
|
|
9982
10789
|
resolved "https://registry.yarnpkg.com/parse5-sax-parser/-/parse5-sax-parser-8.0.0.tgz#49755efbd2b63846c7b908a297a874af00760715"
|
|
@@ -9984,7 +10791,7 @@ parse5-sax-parser@~8.0.0:
|
|
|
9984
10791
|
dependencies:
|
|
9985
10792
|
parse5 "^8.0.0"
|
|
9986
10793
|
|
|
9987
|
-
parse5@^6.0.0:
|
|
10794
|
+
parse5@^6.0.0, parse5@^6.0.1:
|
|
9988
10795
|
version "6.0.1"
|
|
9989
10796
|
resolved "https://registry.yarnpkg.com/parse5/-/parse5-6.0.1.tgz#e1a1c085c569b3dc08321184f19a39cc27f7c30b"
|
|
9990
10797
|
integrity sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==
|
|
@@ -10097,7 +10904,7 @@ pathval@^1.1.1:
|
|
|
10097
10904
|
resolved "https://registry.yarnpkg.com/pathval/-/pathval-1.1.1.tgz#8534e77a77ce7ac5a2512ea21e0fdb8fcf6c3d8d"
|
|
10098
10905
|
integrity sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==
|
|
10099
10906
|
|
|
10100
|
-
picocolors@^1.0.
|
|
10907
|
+
picocolors@^1.0.1, picocolors@^1.1.1:
|
|
10101
10908
|
version "1.1.1"
|
|
10102
10909
|
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.1.1.tgz#3d321af3eab939b083c8f929a1d12cda81c26b6b"
|
|
10103
10910
|
integrity sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==
|
|
@@ -10107,11 +10914,6 @@ picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1:
|
|
|
10107
10914
|
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
|
|
10108
10915
|
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
|
|
10109
10916
|
|
|
10110
|
-
picomatch@^3.0.1:
|
|
10111
|
-
version "3.0.1"
|
|
10112
|
-
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-3.0.1.tgz#817033161def55ec9638567a2f3bbc876b3e7516"
|
|
10113
|
-
integrity sha512-I3EurrIQMlRc9IaAZnqRR044Phh2DXY+55o7uJ0V+hYZAcQYSuFWsc9q5PvyDHUSCe1Qxn/iBz+78s86zWnGag==
|
|
10114
|
-
|
|
10115
10917
|
picomatch@^4.0.2:
|
|
10116
10918
|
version "4.0.2"
|
|
10117
10919
|
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.2.tgz#77c742931e8f3b8820946c76cd0c1f13730d1dab"
|
|
@@ -10191,6 +10993,14 @@ possible-typed-array-names@^1.0.0:
|
|
|
10191
10993
|
resolved "https://registry.yarnpkg.com/possible-typed-array-names/-/possible-typed-array-names-1.0.0.tgz#89bb63c6fada2c3e90adc4a647beeeb39cc7bf8f"
|
|
10192
10994
|
integrity sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==
|
|
10193
10995
|
|
|
10996
|
+
postcss-selector-parser@~6.1.2:
|
|
10997
|
+
version "6.1.2"
|
|
10998
|
+
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz#27ecb41fb0e3b6ba7a1ec84fff347f734c7929de"
|
|
10999
|
+
integrity sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==
|
|
11000
|
+
dependencies:
|
|
11001
|
+
cssesc "^3.0.0"
|
|
11002
|
+
util-deprecate "^1.0.2"
|
|
11003
|
+
|
|
10194
11004
|
postcss-selector-parser@~7.1.0:
|
|
10195
11005
|
version "7.1.0"
|
|
10196
11006
|
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-7.1.0.tgz#4d6af97eba65d73bc4d84bcb343e865d7dd16262"
|
|
@@ -10212,7 +11022,7 @@ postcss-value-parser@^4.2.0, postcss-value-parser@~4.2.0:
|
|
|
10212
11022
|
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
|
|
10213
11023
|
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
|
|
10214
11024
|
|
|
10215
|
-
postcss@^8.4.40, postcss@~8.5.6:
|
|
11025
|
+
postcss@^8.4.40, postcss@~8.5.5, postcss@~8.5.6:
|
|
10216
11026
|
version "8.5.6"
|
|
10217
11027
|
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.6.tgz#2825006615a619b4f62a9e7426cc120b349a8f3c"
|
|
10218
11028
|
integrity sha512-3Ybi1tAuwAP9s0r1UQ2J4n5Y0G05bJkpUIO0/bI9MhwmD70S5aTWbXGBwxHrelT+XM1k6dM0pk+SwNkpTRN7Pg==
|
|
@@ -10226,23 +11036,23 @@ prelude-ls@^1.2.1:
|
|
|
10226
11036
|
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396"
|
|
10227
11037
|
integrity sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==
|
|
10228
11038
|
|
|
10229
|
-
prettier@^2.8.8:
|
|
10230
|
-
version "
|
|
10231
|
-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-
|
|
10232
|
-
integrity sha512-
|
|
11039
|
+
prettier@^2.8.8, prettier@^3.7.4:
|
|
11040
|
+
version "3.8.1"
|
|
11041
|
+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.8.1.tgz#edf48977cf991558f4fcbd8a3ba6015ba2a3a173"
|
|
11042
|
+
integrity sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==
|
|
10233
11043
|
|
|
10234
|
-
pretty-quick@^3.3.1:
|
|
10235
|
-
version "
|
|
10236
|
-
resolved "https://registry.yarnpkg.com/pretty-quick/-/pretty-quick-
|
|
10237
|
-
integrity sha512-
|
|
11044
|
+
pretty-quick@^3.3.1, pretty-quick@^4.2.2:
|
|
11045
|
+
version "4.2.2"
|
|
11046
|
+
resolved "https://registry.yarnpkg.com/pretty-quick/-/pretty-quick-4.2.2.tgz#0fc31da666f182fe14e119905fc9829b5b85a234"
|
|
11047
|
+
integrity sha512-uAh96tBW1SsD34VhhDmWuEmqbpfYc/B3j++5MC/6b3Cb8Ow7NJsvKFhg0eoGu2xXX+o9RkahkTK6sUdd8E7g5w==
|
|
10238
11048
|
dependencies:
|
|
10239
|
-
|
|
10240
|
-
|
|
10241
|
-
ignore "^5.3.0"
|
|
11049
|
+
"@pkgr/core" "^0.2.7"
|
|
11050
|
+
ignore "^7.0.5"
|
|
10242
11051
|
mri "^1.2.0"
|
|
10243
|
-
picocolors "^1.
|
|
10244
|
-
picomatch "^
|
|
10245
|
-
|
|
11052
|
+
picocolors "^1.1.1"
|
|
11053
|
+
picomatch "^4.0.2"
|
|
11054
|
+
tinyexec "^0.3.2"
|
|
11055
|
+
tslib "^2.8.1"
|
|
10246
11056
|
|
|
10247
11057
|
process-nextick-args@~2.0.0:
|
|
10248
11058
|
version "2.0.1"
|
|
@@ -11310,7 +12120,7 @@ string.prototype.trim@^1.2.10:
|
|
|
11310
12120
|
es-object-atoms "^1.0.0"
|
|
11311
12121
|
has-property-descriptors "^1.0.2"
|
|
11312
12122
|
|
|
11313
|
-
string.prototype.trimend@^1.0.9:
|
|
12123
|
+
string.prototype.trimend@^1.0.8, string.prototype.trimend@^1.0.9:
|
|
11314
12124
|
version "1.0.9"
|
|
11315
12125
|
resolved "https://registry.yarnpkg.com/string.prototype.trimend/-/string.prototype.trimend-1.0.9.tgz#62e2731272cd285041b36596054e9f66569b6942"
|
|
11316
12126
|
integrity sha512-G7Ok5C6E/j4SGfyLCloXTrngQIQU3PWtXGst3yM7Bea9FRURf1S42ZHlZZtsNque2FN2PoUhfZXYLNWwEr4dLQ==
|
|
@@ -11486,6 +12296,16 @@ terser@^5.17.4, terser@~5.44.0:
|
|
|
11486
12296
|
commander "^2.20.0"
|
|
11487
12297
|
source-map-support "~0.5.20"
|
|
11488
12298
|
|
|
12299
|
+
terser@~5.36.0:
|
|
12300
|
+
version "5.36.0"
|
|
12301
|
+
resolved "https://registry.yarnpkg.com/terser/-/terser-5.36.0.tgz#8b0dbed459ac40ff7b4c9fd5a3a2029de105180e"
|
|
12302
|
+
integrity sha512-IYV9eNMuFAV4THUspIRXkLakHnV6XO7FEdtKjf/mDyrnqUg9LnlOn6/RwRvM9SZjR4GUq8Nk8zj67FzVARr74w==
|
|
12303
|
+
dependencies:
|
|
12304
|
+
"@jridgewell/source-map" "^0.3.3"
|
|
12305
|
+
acorn "^8.8.2"
|
|
12306
|
+
commander "^2.20.0"
|
|
12307
|
+
source-map-support "~0.5.20"
|
|
12308
|
+
|
|
11489
12309
|
test-exclude@^6.0.0:
|
|
11490
12310
|
version "6.0.0"
|
|
11491
12311
|
resolved "https://registry.yarnpkg.com/test-exclude/-/test-exclude-6.0.0.tgz#04a8698661d805ea6fa293b6cb9e63ac044ef15e"
|
|
@@ -11534,6 +12354,11 @@ tiny-jsonc@^1.0.2:
|
|
|
11534
12354
|
resolved "https://registry.yarnpkg.com/tiny-jsonc/-/tiny-jsonc-1.0.2.tgz#208df4c437684199cc724f31c2b91ee39c349678"
|
|
11535
12355
|
integrity sha512-f5QDAfLq6zIVSyCZQZhhyl0QS6MvAyTxgz4X4x3+EoCktNWEYJ6PeoEA97fyb98njpBNNi88ybpD7m+BDFXaCw==
|
|
11536
12356
|
|
|
12357
|
+
tinyexec@^0.3.2:
|
|
12358
|
+
version "0.3.2"
|
|
12359
|
+
resolved "https://registry.yarnpkg.com/tinyexec/-/tinyexec-0.3.2.tgz#941794e657a85e496577995c6eef66f53f42b3d2"
|
|
12360
|
+
integrity sha512-KQQR9yN7R5+OSwaK0XQoj22pwHoTlgYqmUscPYoknOoWCWfj/5/ABTMRi69FrKU5ffPVh5QcFikpWJI/P1ocHA==
|
|
12361
|
+
|
|
11537
12362
|
tinyglobby@^0.2.14, tinyglobby@^0.2.9:
|
|
11538
12363
|
version "0.2.14"
|
|
11539
12364
|
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.14.tgz#5280b0cf3f972b050e74ae88406c0a6a58f4079d"
|
|
@@ -11596,11 +12421,6 @@ ts-api-utils@^1.0.1, ts-api-utils@^1.3.0:
|
|
|
11596
12421
|
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
|
|
11597
12422
|
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
|
|
11598
12423
|
|
|
11599
|
-
ts-api-utils@^2.1.0:
|
|
11600
|
-
version "2.1.0"
|
|
11601
|
-
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-2.1.0.tgz#595f7094e46eed364c13fd23e75f9513d29baf91"
|
|
11602
|
-
integrity sha512-CUgTZL1irw8u29bzrOD/nH85jqyc74D6SshFgujOIA7osm2Rz7dYH77agkx7H4FBNxDq7Cjf+IjaX/8zwFW+ZQ==
|
|
11603
|
-
|
|
11604
12424
|
ts-json-schema-generator@^1.5.1:
|
|
11605
12425
|
version "1.5.1"
|
|
11606
12426
|
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-1.5.1.tgz#7759c421240be86d393a884ad186f926b22332db"
|
|
@@ -11648,7 +12468,7 @@ tsconfig-paths@^3.15.0:
|
|
|
11648
12468
|
minimist "^1.2.6"
|
|
11649
12469
|
strip-bom "^3.0.0"
|
|
11650
12470
|
|
|
11651
|
-
tslib@^2.0.0, tslib@^2.0.3, tslib@^2.6.2:
|
|
12471
|
+
tslib@^2.0.0, tslib@^2.0.3, tslib@^2.6.2, tslib@^2.8.1:
|
|
11652
12472
|
version "2.8.1"
|
|
11653
12473
|
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
|
|
11654
12474
|
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==
|
|
@@ -12257,6 +13077,11 @@ ws@^8.15.0, ws@^8.18.0, ws@^8.18.3:
|
|
|
12257
13077
|
resolved "https://registry.yarnpkg.com/ws/-/ws-8.18.3.tgz#b56b88abffde62791c639170400c93dcb0c95472"
|
|
12258
13078
|
integrity sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==
|
|
12259
13079
|
|
|
13080
|
+
ws@^8.18.2:
|
|
13081
|
+
version "8.19.0"
|
|
13082
|
+
resolved "https://registry.yarnpkg.com/ws/-/ws-8.19.0.tgz#ddc2bdfa5b9ad860204f5a72a4863a8895fd8c8b"
|
|
13083
|
+
integrity sha512-blAT2mjOEIi0ZzruJfIhb3nps74PRWTCz1IjglWEEpQl5XS/UNama6u2/rjFkDDouqr4L67ry+1aGIALViWjDg==
|
|
13084
|
+
|
|
12260
13085
|
wsl-utils@^0.1.0:
|
|
12261
13086
|
version "0.1.0"
|
|
12262
13087
|
resolved "https://registry.yarnpkg.com/wsl-utils/-/wsl-utils-0.1.0.tgz#8783d4df671d4d50365be2ee4c71917a0557baab"
|