@jayree/sfdx-plugin-manifest 3.3.26 → 3.3.28
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/CHANGELOG.md +19 -0
- package/README.md +3 -3
- package/lib/commands/jayree/manifest/generate.d.ts +1 -1
- package/lib/commands/jayree/manifest/git/diff.d.ts +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/npm-shrinkwrap.json +462 -441
- package/oclif.lock +245 -236
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
package/oclif.lock
CHANGED
|
@@ -909,7 +909,7 @@
|
|
|
909
909
|
"@smithy/types" "^3.3.0"
|
|
910
910
|
tslib "^2.6.2"
|
|
911
911
|
|
|
912
|
-
"@babel/code-frame@^7.0.0"
|
|
912
|
+
"@babel/code-frame@^7.0.0":
|
|
913
913
|
version "7.23.5"
|
|
914
914
|
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.23.5.tgz#9009b69a8c602293476ad598ff53e4562e15c244"
|
|
915
915
|
integrity sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==
|
|
@@ -917,128 +917,114 @@
|
|
|
917
917
|
"@babel/highlight" "^7.23.4"
|
|
918
918
|
chalk "^2.4.2"
|
|
919
919
|
|
|
920
|
-
"@babel/
|
|
921
|
-
version "7.
|
|
922
|
-
resolved "https://registry.yarnpkg.com/@babel/
|
|
923
|
-
integrity sha512-
|
|
920
|
+
"@babel/code-frame@^7.24.7":
|
|
921
|
+
version "7.24.7"
|
|
922
|
+
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.24.7.tgz#882fd9e09e8ee324e496bd040401c6f046ef4465"
|
|
923
|
+
integrity sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==
|
|
924
|
+
dependencies:
|
|
925
|
+
"@babel/highlight" "^7.24.7"
|
|
926
|
+
picocolors "^1.0.0"
|
|
927
|
+
|
|
928
|
+
"@babel/compat-data@^7.25.2":
|
|
929
|
+
version "7.25.2"
|
|
930
|
+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.25.2.tgz#e41928bd33475305c586f6acbbb7e3ade7a6f7f5"
|
|
931
|
+
integrity sha512-bYcppcpKBvX4znYaPEeFau03bp89ShqNMLs+rmdptMw+heSZh9+z84d2YG+K7cYLbWwzdjtDoW/uqZmPjulClQ==
|
|
924
932
|
|
|
925
|
-
"@babel/core@^7.
|
|
926
|
-
version "7.
|
|
927
|
-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.
|
|
928
|
-
integrity sha512-
|
|
933
|
+
"@babel/core@^7.23.9":
|
|
934
|
+
version "7.25.2"
|
|
935
|
+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.2.tgz#ed8eec275118d7613e77a352894cd12ded8eba77"
|
|
936
|
+
integrity sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==
|
|
929
937
|
dependencies:
|
|
930
938
|
"@ampproject/remapping" "^2.2.0"
|
|
931
|
-
"@babel/code-frame" "^7.
|
|
932
|
-
"@babel/generator" "^7.
|
|
933
|
-
"@babel/helper-compilation-targets" "^7.
|
|
934
|
-
"@babel/helper-module-transforms" "^7.
|
|
935
|
-
"@babel/helpers" "^7.
|
|
936
|
-
"@babel/parser" "^7.
|
|
937
|
-
"@babel/template" "^7.
|
|
938
|
-
"@babel/traverse" "^7.
|
|
939
|
-
"@babel/types" "^7.
|
|
939
|
+
"@babel/code-frame" "^7.24.7"
|
|
940
|
+
"@babel/generator" "^7.25.0"
|
|
941
|
+
"@babel/helper-compilation-targets" "^7.25.2"
|
|
942
|
+
"@babel/helper-module-transforms" "^7.25.2"
|
|
943
|
+
"@babel/helpers" "^7.25.0"
|
|
944
|
+
"@babel/parser" "^7.25.0"
|
|
945
|
+
"@babel/template" "^7.25.0"
|
|
946
|
+
"@babel/traverse" "^7.25.2"
|
|
947
|
+
"@babel/types" "^7.25.2"
|
|
940
948
|
convert-source-map "^2.0.0"
|
|
941
949
|
debug "^4.1.0"
|
|
942
950
|
gensync "^1.0.0-beta.2"
|
|
943
951
|
json5 "^2.2.3"
|
|
944
952
|
semver "^6.3.1"
|
|
945
953
|
|
|
946
|
-
"@babel/generator@^7.
|
|
947
|
-
version "7.
|
|
948
|
-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.
|
|
949
|
-
integrity sha512-
|
|
954
|
+
"@babel/generator@^7.25.0":
|
|
955
|
+
version "7.25.0"
|
|
956
|
+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.25.0.tgz#f858ddfa984350bc3d3b7f125073c9af6988f18e"
|
|
957
|
+
integrity sha512-3LEEcj3PVW8pW2R1SR1M89g/qrYk/m/mB/tLqn7dn4sbBUQyTqnlod+II2U4dqiGtUmkcnAmkMDralTFZttRiw==
|
|
950
958
|
dependencies:
|
|
951
|
-
"@babel/types" "^7.
|
|
952
|
-
"@jridgewell/gen-mapping" "^0.3.
|
|
953
|
-
"@jridgewell/trace-mapping" "^0.3.
|
|
959
|
+
"@babel/types" "^7.25.0"
|
|
960
|
+
"@jridgewell/gen-mapping" "^0.3.5"
|
|
961
|
+
"@jridgewell/trace-mapping" "^0.3.25"
|
|
954
962
|
jsesc "^2.5.1"
|
|
955
963
|
|
|
956
|
-
"@babel/helper-compilation-targets@^7.
|
|
957
|
-
version "7.
|
|
958
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.
|
|
959
|
-
integrity sha512-
|
|
964
|
+
"@babel/helper-compilation-targets@^7.25.2":
|
|
965
|
+
version "7.25.2"
|
|
966
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.2.tgz#e1d9410a90974a3a5a66e84ff55ef62e3c02d06c"
|
|
967
|
+
integrity sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw==
|
|
960
968
|
dependencies:
|
|
961
|
-
"@babel/compat-data" "^7.
|
|
962
|
-
"@babel/helper-validator-option" "^7.
|
|
963
|
-
browserslist "^4.
|
|
969
|
+
"@babel/compat-data" "^7.25.2"
|
|
970
|
+
"@babel/helper-validator-option" "^7.24.8"
|
|
971
|
+
browserslist "^4.23.1"
|
|
964
972
|
lru-cache "^5.1.1"
|
|
965
973
|
semver "^6.3.1"
|
|
966
974
|
|
|
967
|
-
"@babel/helper-
|
|
968
|
-
version "7.
|
|
969
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-
|
|
970
|
-
integrity sha512-
|
|
971
|
-
|
|
972
|
-
"@babel/helper-function-name@^7.23.0":
|
|
973
|
-
version "7.23.0"
|
|
974
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz#1f9a3cdbd5b2698a670c30d2735f9af95ed52759"
|
|
975
|
-
integrity sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==
|
|
975
|
+
"@babel/helper-module-imports@^7.24.7":
|
|
976
|
+
version "7.24.7"
|
|
977
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz#f2f980392de5b84c3328fc71d38bd81bbb83042b"
|
|
978
|
+
integrity sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==
|
|
976
979
|
dependencies:
|
|
977
|
-
"@babel/
|
|
978
|
-
"@babel/types" "^7.
|
|
980
|
+
"@babel/traverse" "^7.24.7"
|
|
981
|
+
"@babel/types" "^7.24.7"
|
|
979
982
|
|
|
980
|
-
"@babel/helper-
|
|
981
|
-
version "7.
|
|
982
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-
|
|
983
|
-
integrity sha512-
|
|
983
|
+
"@babel/helper-module-transforms@^7.25.2":
|
|
984
|
+
version "7.25.2"
|
|
985
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.25.2.tgz#ee713c29768100f2776edf04d4eb23b8d27a66e6"
|
|
986
|
+
integrity sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==
|
|
984
987
|
dependencies:
|
|
985
|
-
"@babel/
|
|
988
|
+
"@babel/helper-module-imports" "^7.24.7"
|
|
989
|
+
"@babel/helper-simple-access" "^7.24.7"
|
|
990
|
+
"@babel/helper-validator-identifier" "^7.24.7"
|
|
991
|
+
"@babel/traverse" "^7.25.2"
|
|
986
992
|
|
|
987
|
-
"@babel/helper-
|
|
988
|
-
version "7.
|
|
989
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-
|
|
990
|
-
integrity sha512-
|
|
993
|
+
"@babel/helper-simple-access@^7.24.7":
|
|
994
|
+
version "7.24.7"
|
|
995
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz#bcade8da3aec8ed16b9c4953b74e506b51b5edb3"
|
|
996
|
+
integrity sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==
|
|
991
997
|
dependencies:
|
|
992
|
-
"@babel/
|
|
998
|
+
"@babel/traverse" "^7.24.7"
|
|
999
|
+
"@babel/types" "^7.24.7"
|
|
993
1000
|
|
|
994
|
-
"@babel/helper-
|
|
995
|
-
version "7.
|
|
996
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-
|
|
997
|
-
integrity sha512-
|
|
998
|
-
dependencies:
|
|
999
|
-
"@babel/helper-environment-visitor" "^7.22.20"
|
|
1000
|
-
"@babel/helper-module-imports" "^7.22.15"
|
|
1001
|
-
"@babel/helper-simple-access" "^7.22.5"
|
|
1002
|
-
"@babel/helper-split-export-declaration" "^7.22.6"
|
|
1003
|
-
"@babel/helper-validator-identifier" "^7.22.20"
|
|
1004
|
-
|
|
1005
|
-
"@babel/helper-simple-access@^7.22.5":
|
|
1006
|
-
version "7.22.5"
|
|
1007
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz#4938357dc7d782b80ed6dbb03a0fba3d22b1d5de"
|
|
1008
|
-
integrity sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==
|
|
1009
|
-
dependencies:
|
|
1010
|
-
"@babel/types" "^7.22.5"
|
|
1011
|
-
|
|
1012
|
-
"@babel/helper-split-export-declaration@^7.22.6":
|
|
1013
|
-
version "7.22.6"
|
|
1014
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz#322c61b7310c0997fe4c323955667f18fcefb91c"
|
|
1015
|
-
integrity sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==
|
|
1016
|
-
dependencies:
|
|
1017
|
-
"@babel/types" "^7.22.5"
|
|
1018
|
-
|
|
1019
|
-
"@babel/helper-string-parser@^7.23.4":
|
|
1020
|
-
version "7.23.4"
|
|
1021
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz#9478c707febcbbe1ddb38a3d91a2e054ae622d83"
|
|
1022
|
-
integrity sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==
|
|
1001
|
+
"@babel/helper-string-parser@^7.24.8":
|
|
1002
|
+
version "7.24.8"
|
|
1003
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz#5b3329c9a58803d5df425e5785865881a81ca48d"
|
|
1004
|
+
integrity sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==
|
|
1023
1005
|
|
|
1024
1006
|
"@babel/helper-validator-identifier@^7.22.20", "@babel/helper-validator-identifier@^7.22.5":
|
|
1025
1007
|
version "7.22.20"
|
|
1026
1008
|
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
|
|
1027
1009
|
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
|
|
1028
1010
|
|
|
1029
|
-
"@babel/helper-validator-
|
|
1030
|
-
version "7.
|
|
1031
|
-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-
|
|
1032
|
-
integrity sha512-
|
|
1011
|
+
"@babel/helper-validator-identifier@^7.24.7":
|
|
1012
|
+
version "7.24.7"
|
|
1013
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz#75b889cfaf9e35c2aaf42cf0d72c8e91719251db"
|
|
1014
|
+
integrity sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==
|
|
1033
1015
|
|
|
1034
|
-
"@babel/
|
|
1035
|
-
version "7.24.
|
|
1036
|
-
resolved "https://registry.yarnpkg.com/@babel/
|
|
1037
|
-
integrity sha512-
|
|
1016
|
+
"@babel/helper-validator-option@^7.24.8":
|
|
1017
|
+
version "7.24.8"
|
|
1018
|
+
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz#3725cdeea8b480e86d34df15304806a06975e33d"
|
|
1019
|
+
integrity sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==
|
|
1020
|
+
|
|
1021
|
+
"@babel/helpers@^7.25.0":
|
|
1022
|
+
version "7.25.0"
|
|
1023
|
+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.25.0.tgz#e69beb7841cb93a6505531ede34f34e6a073650a"
|
|
1024
|
+
integrity sha512-MjgLZ42aCm0oGjJj8CtSM3DB8NOOf8h2l7DCTePJs29u+v7yO/RBX9nShlKMgFnRks/Q4tBAe7Hxnov9VkGwLw==
|
|
1038
1025
|
dependencies:
|
|
1039
|
-
"@babel/template" "^7.
|
|
1040
|
-
"@babel/
|
|
1041
|
-
"@babel/types" "^7.24.0"
|
|
1026
|
+
"@babel/template" "^7.25.0"
|
|
1027
|
+
"@babel/types" "^7.25.0"
|
|
1042
1028
|
|
|
1043
1029
|
"@babel/highlight@^7.23.4":
|
|
1044
1030
|
version "7.23.4"
|
|
@@ -1049,43 +1035,52 @@
|
|
|
1049
1035
|
chalk "^2.4.2"
|
|
1050
1036
|
js-tokens "^4.0.0"
|
|
1051
1037
|
|
|
1052
|
-
"@babel/
|
|
1053
|
-
version "7.24.
|
|
1054
|
-
resolved "https://registry.yarnpkg.com/@babel/
|
|
1055
|
-
integrity sha512-
|
|
1056
|
-
|
|
1057
|
-
"@babel/
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
"@babel/
|
|
1075
|
-
"@babel/
|
|
1076
|
-
"@babel/
|
|
1077
|
-
|
|
1078
|
-
|
|
1038
|
+
"@babel/highlight@^7.24.7":
|
|
1039
|
+
version "7.24.7"
|
|
1040
|
+
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.24.7.tgz#a05ab1df134b286558aae0ed41e6c5f731bf409d"
|
|
1041
|
+
integrity sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==
|
|
1042
|
+
dependencies:
|
|
1043
|
+
"@babel/helper-validator-identifier" "^7.24.7"
|
|
1044
|
+
chalk "^2.4.2"
|
|
1045
|
+
js-tokens "^4.0.0"
|
|
1046
|
+
picocolors "^1.0.0"
|
|
1047
|
+
|
|
1048
|
+
"@babel/parser@^7.23.9", "@babel/parser@^7.25.0", "@babel/parser@^7.25.3":
|
|
1049
|
+
version "7.25.3"
|
|
1050
|
+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.25.3.tgz#91fb126768d944966263f0657ab222a642b82065"
|
|
1051
|
+
integrity sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw==
|
|
1052
|
+
dependencies:
|
|
1053
|
+
"@babel/types" "^7.25.2"
|
|
1054
|
+
|
|
1055
|
+
"@babel/template@^7.25.0":
|
|
1056
|
+
version "7.25.0"
|
|
1057
|
+
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.25.0.tgz#e733dc3134b4fede528c15bc95e89cb98c52592a"
|
|
1058
|
+
integrity sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==
|
|
1059
|
+
dependencies:
|
|
1060
|
+
"@babel/code-frame" "^7.24.7"
|
|
1061
|
+
"@babel/parser" "^7.25.0"
|
|
1062
|
+
"@babel/types" "^7.25.0"
|
|
1063
|
+
|
|
1064
|
+
"@babel/traverse@^7.24.7", "@babel/traverse@^7.25.2":
|
|
1065
|
+
version "7.25.3"
|
|
1066
|
+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.3.tgz#f1b901951c83eda2f3e29450ce92743783373490"
|
|
1067
|
+
integrity sha512-HefgyP1x754oGCsKmV5reSmtV7IXj/kpaE1XYY+D9G5PvKKoFfSbiS4M77MdjuwlZKDIKFCffq9rPU+H/s3ZdQ==
|
|
1068
|
+
dependencies:
|
|
1069
|
+
"@babel/code-frame" "^7.24.7"
|
|
1070
|
+
"@babel/generator" "^7.25.0"
|
|
1071
|
+
"@babel/parser" "^7.25.3"
|
|
1072
|
+
"@babel/template" "^7.25.0"
|
|
1073
|
+
"@babel/types" "^7.25.2"
|
|
1079
1074
|
debug "^4.3.1"
|
|
1080
1075
|
globals "^11.1.0"
|
|
1081
1076
|
|
|
1082
|
-
"@babel/types@^7.
|
|
1083
|
-
version "7.
|
|
1084
|
-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.
|
|
1085
|
-
integrity sha512
|
|
1077
|
+
"@babel/types@^7.24.7", "@babel/types@^7.25.0", "@babel/types@^7.25.2":
|
|
1078
|
+
version "7.25.2"
|
|
1079
|
+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.25.2.tgz#55fb231f7dc958cd69ea141a4c2997e819646125"
|
|
1080
|
+
integrity sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==
|
|
1086
1081
|
dependencies:
|
|
1087
|
-
"@babel/helper-string-parser" "^7.
|
|
1088
|
-
"@babel/helper-validator-identifier" "^7.
|
|
1082
|
+
"@babel/helper-string-parser" "^7.24.8"
|
|
1083
|
+
"@babel/helper-validator-identifier" "^7.24.7"
|
|
1089
1084
|
to-fast-properties "^2.0.0"
|
|
1090
1085
|
|
|
1091
1086
|
"@bcoe/v8-coverage@^0.2.3":
|
|
@@ -1326,7 +1321,7 @@
|
|
|
1326
1321
|
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz#d9fae00a2d5cb40f92cfe64b47ad749fbc38f917"
|
|
1327
1322
|
integrity sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==
|
|
1328
1323
|
|
|
1329
|
-
"@inquirer/confirm@^3.1.14", "@inquirer/confirm@^3.1.16":
|
|
1324
|
+
"@inquirer/confirm@^3.1.14", "@inquirer/confirm@^3.1.16", "@inquirer/confirm@^3.1.17":
|
|
1330
1325
|
version "3.1.20"
|
|
1331
1326
|
resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-3.1.20.tgz#8fa3eb814b4e433fa109b6b91b797633e7f7665e"
|
|
1332
1327
|
integrity sha512-UvG5Plh0MfCqUvZB8RKzBBEWB/EeMzO59Awy/Jg4NgeSjIPqhPaQFnnmxiyWUTwZh4uENB7wCklEFUwckioXWg==
|
|
@@ -1390,13 +1385,13 @@
|
|
|
1390
1385
|
"@inquirer/core" "^9.0.8"
|
|
1391
1386
|
"@inquirer/type" "^1.5.1"
|
|
1392
1387
|
|
|
1393
|
-
"@inquirer/password@^2.1.
|
|
1394
|
-
version "2.1.
|
|
1395
|
-
resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-2.1.
|
|
1396
|
-
integrity sha512-
|
|
1388
|
+
"@inquirer/password@^2.1.18":
|
|
1389
|
+
version "2.1.20"
|
|
1390
|
+
resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-2.1.20.tgz#834d9cd5448299715927122914089840b7036b00"
|
|
1391
|
+
integrity sha512-il2TG7xDlfiLE3cnOCxfDfrwvsiSmXjVd26hvf4tdzHvdisgLiEjbN6mi51/TnlSQ+2Qc69+9jIq3ws93nhS2w==
|
|
1397
1392
|
dependencies:
|
|
1398
|
-
"@inquirer/core" "^9.0.
|
|
1399
|
-
"@inquirer/type" "^1.
|
|
1393
|
+
"@inquirer/core" "^9.0.8"
|
|
1394
|
+
"@inquirer/type" "^1.5.1"
|
|
1400
1395
|
ansi-escapes "^4.3.2"
|
|
1401
1396
|
|
|
1402
1397
|
"@inquirer/select@^2.3.10":
|
|
@@ -1464,7 +1459,7 @@
|
|
|
1464
1459
|
semver "^7.6.2"
|
|
1465
1460
|
semver-compare "^1.0.0"
|
|
1466
1461
|
|
|
1467
|
-
"@jridgewell/gen-mapping@^0.3.
|
|
1462
|
+
"@jridgewell/gen-mapping@^0.3.5":
|
|
1468
1463
|
version "0.3.5"
|
|
1469
1464
|
resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz#dcce6aff74bdf6dad1a95802b69b04a2fcb1fb36"
|
|
1470
1465
|
integrity sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==
|
|
@@ -1496,7 +1491,7 @@
|
|
|
1496
1491
|
"@jridgewell/resolve-uri" "^3.0.3"
|
|
1497
1492
|
"@jridgewell/sourcemap-codec" "^1.4.10"
|
|
1498
1493
|
|
|
1499
|
-
"@jridgewell/trace-mapping@^0.3.12", "@jridgewell/trace-mapping@^0.3.
|
|
1494
|
+
"@jridgewell/trace-mapping@^0.3.12", "@jridgewell/trace-mapping@^0.3.24", "@jridgewell/trace-mapping@^0.3.25":
|
|
1500
1495
|
version "0.3.25"
|
|
1501
1496
|
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz#15f190e98895f3fc23276ee14bc76b675c2e50f0"
|
|
1502
1497
|
integrity sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==
|
|
@@ -1577,13 +1572,13 @@
|
|
|
1577
1572
|
wordwrap "^1.0.0"
|
|
1578
1573
|
wrap-ansi "^7.0.0"
|
|
1579
1574
|
|
|
1580
|
-
"@oclif/core@^4", "@oclif/core@^4.0.
|
|
1581
|
-
version "4.0.
|
|
1582
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.
|
|
1583
|
-
integrity sha512-
|
|
1575
|
+
"@oclif/core@^4", "@oclif/core@^4.0.15", "@oclif/core@^4.0.17":
|
|
1576
|
+
version "4.0.17"
|
|
1577
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.17.tgz#2c934dd2b3789fe5e6cc9e2558a08007ba18cb03"
|
|
1578
|
+
integrity sha512-zfdSRip9DVMOklMojWCLZEB4iOzy7LDTABCDzCXqmpZGS+o1e1xts4jGhnte3mi0WV0YthNfYqF16tqk6CWITA==
|
|
1584
1579
|
dependencies:
|
|
1585
1580
|
ansi-escapes "^4.3.2"
|
|
1586
|
-
ansis "^3.3.
|
|
1581
|
+
ansis "^3.3.2"
|
|
1587
1582
|
clean-stack "^3.0.1"
|
|
1588
1583
|
cli-spinners "^2.9.2"
|
|
1589
1584
|
debug "^4.3.5"
|
|
@@ -1669,7 +1664,7 @@
|
|
|
1669
1664
|
strip-ansi "6.0.1"
|
|
1670
1665
|
ts-retry-promise "^0.8.1"
|
|
1671
1666
|
|
|
1672
|
-
"@salesforce/core@^8.
|
|
1667
|
+
"@salesforce/core@^8.2.3", "@salesforce/core@^8.2.7", "@salesforce/core@^8.2.8":
|
|
1673
1668
|
version "8.2.8"
|
|
1674
1669
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.2.8.tgz#1e93ddd8b9f348f1e20547de4cdff30062520fd9"
|
|
1675
1670
|
integrity sha512-Fyy1TG9cUtQV+YAjyYCHerZ0K/t9fuB6dU9HrXFvcjMKorMS5JaI1wkZh8w1+zfvu6GY/MOzeqVZCq2W+9ShLA==
|
|
@@ -1693,19 +1688,19 @@
|
|
|
1693
1688
|
semver "^7.6.3"
|
|
1694
1689
|
ts-retry-promise "^0.8.1"
|
|
1695
1690
|
|
|
1696
|
-
"@salesforce/dev-config@^4.
|
|
1697
|
-
version "4.
|
|
1698
|
-
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.
|
|
1699
|
-
integrity sha512-
|
|
1691
|
+
"@salesforce/dev-config@^4.3.1":
|
|
1692
|
+
version "4.3.1"
|
|
1693
|
+
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.3.1.tgz#4dac8245df79d675258b50e1d24e8c636eaa5e10"
|
|
1694
|
+
integrity sha512-rO6axodoRF2SA1kknGttIWuL7HhIwSmweGlBzM8y2m5TH8DeIv4xsqYc8Cu+SrR3JT1FN4nh6XgrogI83AJfKg==
|
|
1700
1695
|
|
|
1701
|
-
"@salesforce/dev-scripts@^10.2.
|
|
1702
|
-
version "10.2.
|
|
1703
|
-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-10.2.
|
|
1704
|
-
integrity sha512-
|
|
1696
|
+
"@salesforce/dev-scripts@^10.2.9":
|
|
1697
|
+
version "10.2.9"
|
|
1698
|
+
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-10.2.9.tgz#c107c177de6c8b282d5eee95e1c04e71f80650b6"
|
|
1699
|
+
integrity sha512-kjICKRzDmkyfB78D+mAoOxdKChv5NAAQMzGYqGIPxNHTG2f9J0/sfjEJsWt+4gZAnAD8unS0MsPoKQqi2BDMNg==
|
|
1705
1700
|
dependencies:
|
|
1706
1701
|
"@commitlint/cli" "^17.1.2"
|
|
1707
1702
|
"@commitlint/config-conventional" "^17.8.1"
|
|
1708
|
-
"@salesforce/dev-config" "^4.
|
|
1703
|
+
"@salesforce/dev-config" "^4.3.1"
|
|
1709
1704
|
"@salesforce/prettier-config" "^0.0.3"
|
|
1710
1705
|
"@types/chai" "^4.3.14"
|
|
1711
1706
|
"@types/mocha" "^10.0.7"
|
|
@@ -1714,11 +1709,11 @@
|
|
|
1714
1709
|
chai "^4.3.10"
|
|
1715
1710
|
chalk "^4.0.0"
|
|
1716
1711
|
cosmiconfig "^8.3.6"
|
|
1717
|
-
eslint-config-salesforce-typescript "^3.
|
|
1712
|
+
eslint-config-salesforce-typescript "^3.4.0"
|
|
1718
1713
|
husky "^7.0.4"
|
|
1719
1714
|
linkinator "^6.1.1"
|
|
1720
1715
|
mocha "^10.7.0"
|
|
1721
|
-
nyc "^
|
|
1716
|
+
nyc "^17.0.0"
|
|
1722
1717
|
prettier "^2.8.8"
|
|
1723
1718
|
pretty-quick "^3.3.1"
|
|
1724
1719
|
shelljs "^0.8.5"
|
|
@@ -1726,8 +1721,8 @@
|
|
|
1726
1721
|
source-map-support "^0.5.21"
|
|
1727
1722
|
ts-node "^10.9.2"
|
|
1728
1723
|
typedoc "^0.26.5"
|
|
1729
|
-
typedoc-plugin-missing-exports "0.
|
|
1730
|
-
typescript "^5.4
|
|
1724
|
+
typedoc-plugin-missing-exports "^3.0.0"
|
|
1725
|
+
typescript "^5.5.4"
|
|
1731
1726
|
wireit "^0.14.5"
|
|
1732
1727
|
|
|
1733
1728
|
"@salesforce/kit@^3.1.6", "@salesforce/kit@^3.2.0":
|
|
@@ -1747,32 +1742,32 @@
|
|
|
1747
1742
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.9.0.tgz#ba477a112653a20b4edcf989c61c57bdff9aa3ca"
|
|
1748
1743
|
integrity sha512-LiN37zG5ODT6z70sL1fxF7BQwtCX9JOWofSU8iliSNIM+WDEeinnoFtVqPInRSNt8I0RiJxIKCrqstsmQRBNvA==
|
|
1749
1744
|
|
|
1750
|
-
"@salesforce/sf-plugins-core@^11.2.
|
|
1751
|
-
version "11.2.
|
|
1752
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-11.2.
|
|
1753
|
-
integrity sha512-
|
|
1745
|
+
"@salesforce/sf-plugins-core@^11.2.4":
|
|
1746
|
+
version "11.2.4"
|
|
1747
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-11.2.4.tgz#ccec29eee7b71d0b0edbd283e6e2039025703fd2"
|
|
1748
|
+
integrity sha512-gA4gQGfvQaW1CVodwGRHCfhWTo6zrOZq83Ygy/sVmz0KzffBvs6axUnKns9NMHUAGabwVZVY6bbnLJeFvCRWeg==
|
|
1754
1749
|
dependencies:
|
|
1755
|
-
"@inquirer/confirm" "^3.1.
|
|
1756
|
-
"@inquirer/password" "^2.1.
|
|
1757
|
-
"@oclif/core" "^4.0.
|
|
1758
|
-
"@salesforce/core" "^8.
|
|
1750
|
+
"@inquirer/confirm" "^3.1.17"
|
|
1751
|
+
"@inquirer/password" "^2.1.18"
|
|
1752
|
+
"@oclif/core" "^4.0.15"
|
|
1753
|
+
"@salesforce/core" "^8.2.7"
|
|
1759
1754
|
"@salesforce/kit" "^3.1.6"
|
|
1760
|
-
"@salesforce/ts-types" "^2.0.
|
|
1761
|
-
ansis "^3.2
|
|
1755
|
+
"@salesforce/ts-types" "^2.0.11"
|
|
1756
|
+
ansis "^3.3.2"
|
|
1762
1757
|
cli-progress "^3.12.0"
|
|
1763
1758
|
natural-orderby "^3.0.2"
|
|
1764
1759
|
slice-ansi "^7.1.0"
|
|
1765
1760
|
string-width "^7.2.0"
|
|
1766
1761
|
terminal-link "^3.0.0"
|
|
1767
1762
|
|
|
1768
|
-
"@salesforce/source-deploy-retrieve@^12.1.
|
|
1769
|
-
version "12.1.
|
|
1770
|
-
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.1.
|
|
1771
|
-
integrity sha512-
|
|
1763
|
+
"@salesforce/source-deploy-retrieve@^12.1.11":
|
|
1764
|
+
version "12.1.11"
|
|
1765
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.1.11.tgz#ad3c390c7df37241eb7c62fc342db7e83305a41b"
|
|
1766
|
+
integrity sha512-dtd6WWfb5LKrJeWSwkPedOnIbvJwSum31PkMSu/foqXGGBQowXBhK7RXL5L3YxlOev4di2TmL5pVh9QLycYH9A==
|
|
1772
1767
|
dependencies:
|
|
1773
|
-
"@salesforce/core" "^8.2.
|
|
1768
|
+
"@salesforce/core" "^8.2.8"
|
|
1774
1769
|
"@salesforce/kit" "^3.1.6"
|
|
1775
|
-
"@salesforce/ts-types" "^2.0.
|
|
1770
|
+
"@salesforce/ts-types" "^2.0.12"
|
|
1776
1771
|
fast-levenshtein "^3.0.0"
|
|
1777
1772
|
fast-xml-parser "^4.3.6"
|
|
1778
1773
|
got "^11.8.6"
|
|
@@ -2681,12 +2676,12 @@
|
|
|
2681
2676
|
dependencies:
|
|
2682
2677
|
"@types/node" "*"
|
|
2683
2678
|
|
|
2684
|
-
"@types/node@*", "@types/node@^
|
|
2685
|
-
version "
|
|
2686
|
-
resolved "https://registry.yarnpkg.com/@types/node/-/node-
|
|
2687
|
-
integrity sha512-
|
|
2679
|
+
"@types/node@*", "@types/node@^22.0.0":
|
|
2680
|
+
version "22.1.0"
|
|
2681
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.1.0.tgz#6d6adc648b5e03f0e83c78dc788c2b037d0ad94b"
|
|
2682
|
+
integrity sha512-AOmuRF0R2/5j1knA3c6G3HOk523Ga+l+ZXltX8SF1+5oqcXijjfTd8fY3XRZqSihEu9XhtQnKYLmkFaoxgsJHw==
|
|
2688
2683
|
dependencies:
|
|
2689
|
-
undici-types "~
|
|
2684
|
+
undici-types "~6.13.0"
|
|
2690
2685
|
|
|
2691
2686
|
"@types/node@20.5.1":
|
|
2692
2687
|
version "20.5.1"
|
|
@@ -2700,12 +2695,12 @@
|
|
|
2700
2695
|
dependencies:
|
|
2701
2696
|
undici-types "~5.26.4"
|
|
2702
2697
|
|
|
2703
|
-
"@types/node@^
|
|
2704
|
-
version "
|
|
2705
|
-
resolved "https://registry.yarnpkg.com/@types/node/-/node-
|
|
2706
|
-
integrity sha512-
|
|
2698
|
+
"@types/node@^20.14.9":
|
|
2699
|
+
version "20.14.11"
|
|
2700
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.11.tgz#09b300423343460455043ddd4d0ded6ac579b74b"
|
|
2701
|
+
integrity sha512-kprQpL8MMeszbz6ojB5/tU8PLN4kesnN8Gjzw349rDlNgsSzg90lAVj3llK99Dh7JON+t9AuscPPFW6mPbTnSA==
|
|
2707
2702
|
dependencies:
|
|
2708
|
-
undici-types "~
|
|
2703
|
+
undici-types "~5.26.4"
|
|
2709
2704
|
|
|
2710
2705
|
"@types/normalize-package-data@^2.4.0":
|
|
2711
2706
|
version "2.4.4"
|
|
@@ -3034,7 +3029,7 @@ ansicolors@~0.3.2:
|
|
|
3034
3029
|
resolved "https://registry.yarnpkg.com/ansicolors/-/ansicolors-0.3.2.tgz#665597de86a9ffe3aa9bfbe6cae5c6ea426b4979"
|
|
3035
3030
|
integrity sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg==
|
|
3036
3031
|
|
|
3037
|
-
ansis@^3.
|
|
3032
|
+
ansis@^3.3.1, ansis@^3.3.2:
|
|
3038
3033
|
version "3.3.2"
|
|
3039
3034
|
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.3.2.tgz#15adc36fea112da95c74d309706e593618accac3"
|
|
3040
3035
|
integrity sha512-cFthbBlt+Oi0i9Pv/j6YdVWJh54CtjGACaMPCIrEV4Ha7HWsIjXDwseYV79TIL0B4+KfSwD5S70PeQDkPUd1rA==
|
|
@@ -3311,7 +3306,7 @@ browser-stdout@^1.3.1:
|
|
|
3311
3306
|
resolved "https://registry.yarnpkg.com/browser-stdout/-/browser-stdout-1.3.1.tgz#baa559ee14ced73452229bad7326467c61fabd60"
|
|
3312
3307
|
integrity sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==
|
|
3313
3308
|
|
|
3314
|
-
browserslist@^4.22.
|
|
3309
|
+
browserslist@^4.22.3:
|
|
3315
3310
|
version "4.23.0"
|
|
3316
3311
|
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.23.0.tgz#8f3acc2bbe73af7213399430890f86c63a5674ab"
|
|
3317
3312
|
integrity sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==
|
|
@@ -3321,6 +3316,16 @@ browserslist@^4.22.2, browserslist@^4.22.3:
|
|
|
3321
3316
|
node-releases "^2.0.14"
|
|
3322
3317
|
update-browserslist-db "^1.0.13"
|
|
3323
3318
|
|
|
3319
|
+
browserslist@^4.23.1:
|
|
3320
|
+
version "4.23.3"
|
|
3321
|
+
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.23.3.tgz#debb029d3c93ebc97ffbc8d9cbb03403e227c800"
|
|
3322
|
+
integrity sha512-btwCFJVjI4YWDNfau8RhZ+B1Q/VLoUITrm3RlP6y1tYGWIOa+InuYiRGXUBXo8nA1qKmHMyLB/iVQg5TT4eFoA==
|
|
3323
|
+
dependencies:
|
|
3324
|
+
caniuse-lite "^1.0.30001646"
|
|
3325
|
+
electron-to-chromium "^1.5.4"
|
|
3326
|
+
node-releases "^2.0.18"
|
|
3327
|
+
update-browserslist-db "^1.1.0"
|
|
3328
|
+
|
|
3324
3329
|
buffer-equal-constant-time@1.0.1:
|
|
3325
3330
|
version "1.0.1"
|
|
3326
3331
|
resolved "https://registry.yarnpkg.com/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz#f8e71132f7ffe6e01a5c9697a4c6f3e48d5cc819"
|
|
@@ -3462,6 +3467,11 @@ caniuse-lite@^1.0.30001587:
|
|
|
3462
3467
|
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001596.tgz#da06b79c3d9c3d9958eb307aa832ac68ead79bee"
|
|
3463
3468
|
integrity sha512-zpkZ+kEr6We7w63ORkoJ2pOfBwBkY/bJrG/UZ90qNb45Isblu8wzDgevEOrRL1r9dWayHjYiiyCMEXPn4DweGQ==
|
|
3464
3469
|
|
|
3470
|
+
caniuse-lite@^1.0.30001646:
|
|
3471
|
+
version "1.0.30001647"
|
|
3472
|
+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001647.tgz#56d58c5a4ef72913a4465f9766af895a4ead0165"
|
|
3473
|
+
integrity sha512-n83xdNiyeNcHpzWY+1aFbqCK7LuLfBricc4+alSQL2Xb6OR3XpnQAmlDG+pQcdTfiHRuLcQ96VOfrPSGiNJYSg==
|
|
3474
|
+
|
|
3465
3475
|
capital-case@^1.0.4:
|
|
3466
3476
|
version "1.0.4"
|
|
3467
3477
|
resolved "https://registry.yarnpkg.com/capital-case/-/capital-case-1.0.4.tgz#9d130292353c9249f6b00fa5852bee38a717e669"
|
|
@@ -4091,6 +4101,11 @@ electron-to-chromium@^1.4.668:
|
|
|
4091
4101
|
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.698.tgz#0b3992ad3b572b646ce3f22e0145eab4abc559a7"
|
|
4092
4102
|
integrity sha512-f9iZD1t3CLy1AS6vzM5EKGa6p9pRcOeEFXRFbaG2Ta+Oe7MkfRQ3fsvPYidzHe1h4i0JvIvpcY55C+B6BZNGtQ==
|
|
4093
4103
|
|
|
4104
|
+
electron-to-chromium@^1.5.4:
|
|
4105
|
+
version "1.5.4"
|
|
4106
|
+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.4.tgz#cd477c830dd6fca41fbd5465c1ff6ce08ac22343"
|
|
4107
|
+
integrity sha512-orzA81VqLyIGUEA77YkVA1D+N+nNfl2isJVjjmOyrlxuooZ19ynb+dOlaDTqd/idKRS9lDCSBmtzM+kyCsMnkA==
|
|
4108
|
+
|
|
4094
4109
|
emoji-regex@^10.3.0:
|
|
4095
4110
|
version "10.3.0"
|
|
4096
4111
|
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-10.3.0.tgz#76998b9268409eb3dae3de989254d456e70cfe23"
|
|
@@ -4229,7 +4244,7 @@ es6-error@^4.0.1:
|
|
|
4229
4244
|
resolved "https://registry.yarnpkg.com/es6-error/-/es6-error-4.1.1.tgz#9e3af407459deed47e9a91f9b885a84eb05c561d"
|
|
4230
4245
|
integrity sha512-Um/+FxMr9CISWh0bi5Zv0iOD+4cFh5qLeks1qhAopKVAJw3drgKbKySikp7wGhDL0HPeaja0P5ULZrxLkniUVg==
|
|
4231
4246
|
|
|
4232
|
-
escalade@^3.1.1:
|
|
4247
|
+
escalade@^3.1.1, escalade@^3.1.2:
|
|
4233
4248
|
version "3.1.2"
|
|
4234
4249
|
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.2.tgz#54076e9ab29ea5bf3d8f1ed62acffbb88272df27"
|
|
4235
4250
|
integrity sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==
|
|
@@ -4280,7 +4295,7 @@ eslint-config-salesforce-license@^0.2.0:
|
|
|
4280
4295
|
resolved "https://registry.yarnpkg.com/eslint-config-salesforce-license/-/eslint-config-salesforce-license-0.2.0.tgz#323193f1aa15dd33fbf108d25fc1210afc11065e"
|
|
4281
4296
|
integrity sha512-DJdBvgj82Erum82YMe+YvG/o6ukna3UA++lRl0HSTldj0VlBl3Q8hzCp97nRXZHra6JH1I912yievZzklXDw6w==
|
|
4282
4297
|
|
|
4283
|
-
eslint-config-salesforce-typescript@^3.
|
|
4298
|
+
eslint-config-salesforce-typescript@^3.4.0:
|
|
4284
4299
|
version "3.4.0"
|
|
4285
4300
|
resolved "https://registry.yarnpkg.com/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-3.4.0.tgz#3542e96aa6054b3df3b7c636b3b7f5bf4238bfb3"
|
|
4286
4301
|
integrity sha512-pT+kJsmLrXIsVw1f24gWB+a2Iefan9qp02iSdx5mk4Jb/Jv68LhS+V/dfJxN5vvKhzvc86UwUPEIQBX9OCSbpQ==
|
|
@@ -4413,12 +4428,12 @@ eslint-plugin-prettier@^5.2.1:
|
|
|
4413
4428
|
prettier-linter-helpers "^1.0.0"
|
|
4414
4429
|
synckit "^0.9.1"
|
|
4415
4430
|
|
|
4416
|
-
eslint-plugin-sf-plugin@^1.20.
|
|
4417
|
-
version "1.20.
|
|
4418
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
|
4419
|
-
integrity sha512-
|
|
4431
|
+
eslint-plugin-sf-plugin@^1.20.1:
|
|
4432
|
+
version "1.20.1"
|
|
4433
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.1.tgz#bdde7cd6b62df1f707770273768a4fecdf901cfa"
|
|
4434
|
+
integrity sha512-Mf4gC4I87h+coOpwh2uIRbhCzTGDGX7QskLGzst7fktzXkCwsIXMVic6NHPWSWIA6U8IU4g5MwMiZjuXqJTwdA==
|
|
4420
4435
|
dependencies:
|
|
4421
|
-
"@salesforce/core" "^8.2.
|
|
4436
|
+
"@salesforce/core" "^8.2.3"
|
|
4422
4437
|
"@typescript-eslint/utils" "^7.17.0"
|
|
4423
4438
|
|
|
4424
4439
|
eslint-plugin-unicorn@^48.0.1:
|
|
@@ -5723,15 +5738,16 @@ istanbul-lib-hook@^3.0.0:
|
|
|
5723
5738
|
dependencies:
|
|
5724
5739
|
append-transform "^2.0.0"
|
|
5725
5740
|
|
|
5726
|
-
istanbul-lib-instrument@^
|
|
5727
|
-
version "
|
|
5728
|
-
resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-
|
|
5729
|
-
integrity sha512-
|
|
5741
|
+
istanbul-lib-instrument@^6.0.2:
|
|
5742
|
+
version "6.0.3"
|
|
5743
|
+
resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.3.tgz#fa15401df6c15874bcb2105f773325d78c666765"
|
|
5744
|
+
integrity sha512-Vtgk7L/R2JHyyGW07spoFlB8/lpjiOLTjMdms6AFMraYt3BaJauod/NGrfnVG/y4Ix1JEuMRPDPEj2ua+zz1/Q==
|
|
5730
5745
|
dependencies:
|
|
5731
|
-
"@babel/core" "^7.
|
|
5732
|
-
"@
|
|
5733
|
-
|
|
5734
|
-
|
|
5746
|
+
"@babel/core" "^7.23.9"
|
|
5747
|
+
"@babel/parser" "^7.23.9"
|
|
5748
|
+
"@istanbuljs/schema" "^0.1.3"
|
|
5749
|
+
istanbul-lib-coverage "^3.2.0"
|
|
5750
|
+
semver "^7.5.4"
|
|
5735
5751
|
|
|
5736
5752
|
istanbul-lib-processinfo@^2.0.2:
|
|
5737
5753
|
version "2.0.3"
|
|
@@ -6628,6 +6644,11 @@ node-releases@^2.0.14:
|
|
|
6628
6644
|
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.14.tgz#2ffb053bceb8b2be8495ece1ab6ce600c4461b0b"
|
|
6629
6645
|
integrity sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==
|
|
6630
6646
|
|
|
6647
|
+
node-releases@^2.0.18:
|
|
6648
|
+
version "2.0.18"
|
|
6649
|
+
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-2.0.18.tgz#f010e8d35e2fe8d6b2944f03f70213ecedc4ca3f"
|
|
6650
|
+
integrity sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==
|
|
6651
|
+
|
|
6631
6652
|
normalize-package-data@^2.5.0:
|
|
6632
6653
|
version "2.5.0"
|
|
6633
6654
|
resolved "https://registry.yarnpkg.com/normalize-package-data/-/normalize-package-data-2.5.0.tgz#e66db1838b200c1dfc233225d12cb36520e234a8"
|
|
@@ -6680,10 +6701,10 @@ npm-run-path@^4.0.0, npm-run-path@^4.0.1:
|
|
|
6680
6701
|
dependencies:
|
|
6681
6702
|
path-key "^3.0.0"
|
|
6682
6703
|
|
|
6683
|
-
nyc@^
|
|
6684
|
-
version "
|
|
6685
|
-
resolved "https://registry.yarnpkg.com/nyc/-/nyc-
|
|
6686
|
-
integrity sha512-
|
|
6704
|
+
nyc@^17.0.0:
|
|
6705
|
+
version "17.0.0"
|
|
6706
|
+
resolved "https://registry.yarnpkg.com/nyc/-/nyc-17.0.0.tgz#d8943407584242a448a70290b15bb72207fac9fd"
|
|
6707
|
+
integrity sha512-ISp44nqNCaPugLLGGfknzQwSwt10SSS5IMoPR7GLoMAyS18Iw5js8U7ga2VF9lYuMZ42gOHr3UddZw4WZltxKg==
|
|
6687
6708
|
dependencies:
|
|
6688
6709
|
"@istanbuljs/load-nyc-config" "^1.0.0"
|
|
6689
6710
|
"@istanbuljs/schema" "^0.1.2"
|
|
@@ -6697,7 +6718,7 @@ nyc@^15.1.0:
|
|
|
6697
6718
|
glob "^7.1.6"
|
|
6698
6719
|
istanbul-lib-coverage "^3.0.0"
|
|
6699
6720
|
istanbul-lib-hook "^3.0.0"
|
|
6700
|
-
istanbul-lib-instrument "^
|
|
6721
|
+
istanbul-lib-instrument "^6.0.2"
|
|
6701
6722
|
istanbul-lib-processinfo "^2.0.2"
|
|
6702
6723
|
istanbul-lib-report "^3.0.0"
|
|
6703
6724
|
istanbul-lib-source-maps "^4.0.0"
|
|
@@ -7096,6 +7117,11 @@ picocolors@^1.0.0:
|
|
|
7096
7117
|
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
|
|
7097
7118
|
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
|
|
7098
7119
|
|
|
7120
|
+
picocolors@^1.0.1:
|
|
7121
|
+
version "1.0.1"
|
|
7122
|
+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.1.tgz#a8ad579b571952f0e5d25892de5445bcfe25aaa1"
|
|
7123
|
+
integrity sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==
|
|
7124
|
+
|
|
7099
7125
|
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1:
|
|
7100
7126
|
version "2.3.1"
|
|
7101
7127
|
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
|
|
@@ -7630,7 +7656,7 @@ semver@7.5.4:
|
|
|
7630
7656
|
dependencies:
|
|
7631
7657
|
lru-cache "^6.0.0"
|
|
7632
7658
|
|
|
7633
|
-
semver@^6.0.0, semver@^6.3.
|
|
7659
|
+
semver@^6.0.0, semver@^6.3.1:
|
|
7634
7660
|
version "6.3.1"
|
|
7635
7661
|
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
|
|
7636
7662
|
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
|
|
@@ -7999,16 +8025,7 @@ srcset@^5.0.0:
|
|
|
7999
8025
|
resolved "https://registry.yarnpkg.com/srcset/-/srcset-5.0.1.tgz#e660a728f195419e4afa95121099bc9efb7a1e36"
|
|
8000
8026
|
integrity sha512-/P1UYbGfJVlxZag7aABNRrulEXAwCSDo7fklafOQrantuPTDmYgijJMks2zusPCVzgW9+4P69mq7w6pYuZpgxw==
|
|
8001
8027
|
|
|
8002
|
-
"string-width-cjs@npm:string-width@^4.2.0":
|
|
8003
|
-
version "4.2.3"
|
|
8004
|
-
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
|
|
8005
|
-
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
|
8006
|
-
dependencies:
|
|
8007
|
-
emoji-regex "^8.0.0"
|
|
8008
|
-
is-fullwidth-code-point "^3.0.0"
|
|
8009
|
-
strip-ansi "^6.0.1"
|
|
8010
|
-
|
|
8011
|
-
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
|
|
8028
|
+
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
|
|
8012
8029
|
version "4.2.3"
|
|
8013
8030
|
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
|
|
8014
8031
|
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
|
@@ -8076,14 +8093,7 @@ string_decoder@~1.1.1:
|
|
|
8076
8093
|
dependencies:
|
|
8077
8094
|
safe-buffer "~5.1.0"
|
|
8078
8095
|
|
|
8079
|
-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
|
|
8080
|
-
version "6.0.1"
|
|
8081
|
-
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
|
|
8082
|
-
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
|
|
8083
|
-
dependencies:
|
|
8084
|
-
ansi-regex "^5.0.1"
|
|
8085
|
-
|
|
8086
|
-
strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
|
|
8096
|
+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
|
|
8087
8097
|
version "6.0.1"
|
|
8088
8098
|
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
|
|
8089
8099
|
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
|
|
@@ -8454,10 +8464,10 @@ typedarray-to-buffer@^3.1.5:
|
|
|
8454
8464
|
dependencies:
|
|
8455
8465
|
is-typedarray "^1.0.0"
|
|
8456
8466
|
|
|
8457
|
-
typedoc-plugin-missing-exports
|
|
8458
|
-
version "0.
|
|
8459
|
-
resolved "https://registry.yarnpkg.com/typedoc-plugin-missing-exports/-/typedoc-plugin-missing-exports-0.
|
|
8460
|
-
integrity sha512-
|
|
8467
|
+
typedoc-plugin-missing-exports@^3.0.0:
|
|
8468
|
+
version "3.0.0"
|
|
8469
|
+
resolved "https://registry.yarnpkg.com/typedoc-plugin-missing-exports/-/typedoc-plugin-missing-exports-3.0.0.tgz#47ab7cf9b91967f50550b7f07549ed1b743f3726"
|
|
8470
|
+
integrity sha512-R7D8fYrK34mBFZSlF1EqJxfqiUSlQSmyrCiQgTQD52nNm6+kUtqwiaqaNkuJ2rA2wBgWFecUA8JzHT7x2r7ePg==
|
|
8461
8471
|
|
|
8462
8472
|
typedoc@^0.26.5:
|
|
8463
8473
|
version "0.26.5"
|
|
@@ -8470,7 +8480,7 @@ typedoc@^0.26.5:
|
|
|
8470
8480
|
shiki "^1.9.1"
|
|
8471
8481
|
yaml "^2.4.5"
|
|
8472
8482
|
|
|
8473
|
-
"typescript@^4.6.4 || ^5.2.2", typescript@^5.
|
|
8483
|
+
"typescript@^4.6.4 || ^5.2.2", typescript@^5.5.4:
|
|
8474
8484
|
version "5.5.4"
|
|
8475
8485
|
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba"
|
|
8476
8486
|
integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==
|
|
@@ -8538,6 +8548,14 @@ update-browserslist-db@^1.0.13:
|
|
|
8538
8548
|
escalade "^3.1.1"
|
|
8539
8549
|
picocolors "^1.0.0"
|
|
8540
8550
|
|
|
8551
|
+
update-browserslist-db@^1.1.0:
|
|
8552
|
+
version "1.1.0"
|
|
8553
|
+
resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz#7ca61c0d8650766090728046e416a8cde682859e"
|
|
8554
|
+
integrity sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==
|
|
8555
|
+
dependencies:
|
|
8556
|
+
escalade "^3.1.2"
|
|
8557
|
+
picocolors "^1.0.1"
|
|
8558
|
+
|
|
8541
8559
|
upper-case-first@^2.0.2:
|
|
8542
8560
|
version "2.0.2"
|
|
8543
8561
|
resolved "https://registry.yarnpkg.com/upper-case-first/-/upper-case-first-2.0.2.tgz#992c3273f882abd19d1e02894cc147117f844324"
|
|
@@ -8698,7 +8716,7 @@ workerpool@^6.5.1:
|
|
|
8698
8716
|
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544"
|
|
8699
8717
|
integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==
|
|
8700
8718
|
|
|
8701
|
-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
|
|
8719
|
+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
|
|
8702
8720
|
version "7.0.0"
|
|
8703
8721
|
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
|
|
8704
8722
|
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
|
|
@@ -8716,15 +8734,6 @@ wrap-ansi@^6.2.0:
|
|
|
8716
8734
|
string-width "^4.1.0"
|
|
8717
8735
|
strip-ansi "^6.0.0"
|
|
8718
8736
|
|
|
8719
|
-
wrap-ansi@^7.0.0:
|
|
8720
|
-
version "7.0.0"
|
|
8721
|
-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
|
|
8722
|
-
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
|
|
8723
|
-
dependencies:
|
|
8724
|
-
ansi-styles "^4.0.0"
|
|
8725
|
-
string-width "^4.1.0"
|
|
8726
|
-
strip-ansi "^6.0.0"
|
|
8727
|
-
|
|
8728
8737
|
wrap-ansi@^8.1.0:
|
|
8729
8738
|
version "8.1.0"
|
|
8730
8739
|
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
|