sfdx-plugin-update-notifier 1.2.55 → 1.2.57
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 +16 -0
- package/README.md +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/oclif.lock +191 -306
- package/oclif.manifest.json +1 -1
- package/package.json +42 -31
package/oclif.lock
CHANGED
|
@@ -392,15 +392,6 @@
|
|
|
392
392
|
dependencies:
|
|
393
393
|
"@jridgewell/trace-mapping" "0.3.9"
|
|
394
394
|
|
|
395
|
-
"@es-joy/jsdoccomment@~0.38.0":
|
|
396
|
-
version "0.38.0"
|
|
397
|
-
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.38.0.tgz#2e74f8d824b4a4ec831eaabd4c3548fb11eae5cd"
|
|
398
|
-
integrity sha512-TFac4Bnv0ZYNkEeDnOWHQhaS1elWlvOCQxH06iHeu5iffs+hCaLVIZJwF+FqksQi68R4i66Pu+4DfFGvble+Uw==
|
|
399
|
-
dependencies:
|
|
400
|
-
comment-parser "1.3.1"
|
|
401
|
-
esquery "^1.5.0"
|
|
402
|
-
jsdoc-type-pratt-parser "~4.0.0"
|
|
403
|
-
|
|
404
395
|
"@es-joy/jsdoccomment@~0.41.0":
|
|
405
396
|
version "0.41.0"
|
|
406
397
|
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.41.0.tgz#4a2f7db42209c0425c71a1476ef1bdb6dcd836f6"
|
|
@@ -487,15 +478,15 @@
|
|
|
487
478
|
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
|
|
488
479
|
integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
|
|
489
480
|
|
|
490
|
-
"@jayree/changelog@^1.1.7":
|
|
491
|
-
version "1.1.
|
|
492
|
-
resolved "https://registry.yarnpkg.com/@jayree/changelog/-/changelog-1.1.
|
|
493
|
-
integrity sha512-
|
|
481
|
+
"@jayree/changelog@^1.1.7", "@jayree/changelog@^1.1.8":
|
|
482
|
+
version "1.1.8"
|
|
483
|
+
resolved "https://registry.yarnpkg.com/@jayree/changelog/-/changelog-1.1.8.tgz#95bf5231bba0ce1a699937808339cb80beb8661a"
|
|
484
|
+
integrity sha512-HUjyKmyBLqdaEnM09vry+NFsyjMhmz/S2WylqJkuUV7jv1f6Hg73JAEYMddmBsVWorOjzjUURxlezcKrGkp0Tg==
|
|
494
485
|
dependencies:
|
|
495
486
|
debug "^4.3.4"
|
|
496
487
|
fs-extra "^11.1.1"
|
|
497
|
-
marked "^
|
|
498
|
-
marked-terminal "^6.
|
|
488
|
+
marked "^10.0.0"
|
|
489
|
+
marked-terminal "^6.1.0"
|
|
499
490
|
semver "^7.5.4"
|
|
500
491
|
semver-compare "^1.0.0"
|
|
501
492
|
|
|
@@ -767,10 +758,10 @@
|
|
|
767
758
|
wordwrap "^1.0.0"
|
|
768
759
|
wrap-ansi "^7.0.0"
|
|
769
760
|
|
|
770
|
-
"@oclif/core@^3.0.4", "@oclif/core@^3.10.
|
|
771
|
-
version "3.
|
|
772
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.
|
|
773
|
-
integrity sha512-
|
|
761
|
+
"@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.11.0", "@oclif/core@^3.12.0", "@oclif/core@^3.3.1":
|
|
762
|
+
version "3.12.0"
|
|
763
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.12.0.tgz#4b38b1b5dab2f7585f89c3927a8a157b258b4bd6"
|
|
764
|
+
integrity sha512-mT1Vpd1E20IJ7P6GDYOivylPdTHq/xVgFjeCDjitFW86UAklFM8BEFyFB7KpsTvpmjRbCoda3yU10lSI1224lw==
|
|
774
765
|
dependencies:
|
|
775
766
|
ansi-escapes "^4.3.2"
|
|
776
767
|
ansi-styles "^4.3.0"
|
|
@@ -778,6 +769,7 @@
|
|
|
778
769
|
chalk "^4.1.2"
|
|
779
770
|
clean-stack "^3.0.1"
|
|
780
771
|
cli-progress "^3.12.0"
|
|
772
|
+
color "^4.2.3"
|
|
781
773
|
debug "^4.3.4"
|
|
782
774
|
ejs "^3.1.9"
|
|
783
775
|
get-package-type "^0.1.0"
|
|
@@ -799,12 +791,12 @@
|
|
|
799
791
|
wordwrap "^1.0.0"
|
|
800
792
|
wrap-ansi "^7.0.0"
|
|
801
793
|
|
|
802
|
-
"@oclif/plugin-command-snapshot@^5.0.
|
|
803
|
-
version "5.0.
|
|
804
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.
|
|
805
|
-
integrity sha512-
|
|
794
|
+
"@oclif/plugin-command-snapshot@^5.0.2":
|
|
795
|
+
version "5.0.2"
|
|
796
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.2.tgz#41e88d245e1ffb1822b4cb127df39f61672cf2b1"
|
|
797
|
+
integrity sha512-4Aun0P/K9uVC5JLmG968OJhDT5HMiOs4mmw7A2cWmf1Paw8zp4xZ40PvYOOKN86gaKukKFDTQ1sDuLBzqNhZow==
|
|
806
798
|
dependencies:
|
|
807
|
-
"@oclif/core" "^3.
|
|
799
|
+
"@oclif/core" "^3.10.8"
|
|
808
800
|
"@types/lodash.difference" "^4.5.8"
|
|
809
801
|
chalk "^5.3.0"
|
|
810
802
|
just-diff "^5.2.0"
|
|
@@ -821,12 +813,12 @@
|
|
|
821
813
|
dependencies:
|
|
822
814
|
"@oclif/core" "^2.15.0"
|
|
823
815
|
|
|
824
|
-
"@oclif/plugin-help@^6.0.
|
|
825
|
-
version "6.0.
|
|
826
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.
|
|
827
|
-
integrity sha512
|
|
816
|
+
"@oclif/plugin-help@^6.0.7":
|
|
817
|
+
version "6.0.7"
|
|
818
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.7.tgz#0bad86335dbf687d0ba03c98f5e541109f9ac371"
|
|
819
|
+
integrity sha512-+apYpLuNk6VGNuZZbFdwUlTcFb+FkQnySWR5S5pZYC+yHcT39zgOK06NAheHHhd5KSzroFwQu7RTdHnK6Tzakg==
|
|
828
820
|
dependencies:
|
|
829
|
-
"@oclif/core" "^3.
|
|
821
|
+
"@oclif/core" "^3.11.0"
|
|
830
822
|
|
|
831
823
|
"@oclif/plugin-not-found@^2.3.32":
|
|
832
824
|
version "2.3.32"
|
|
@@ -848,12 +840,12 @@
|
|
|
848
840
|
http-call "^5.2.2"
|
|
849
841
|
lodash.template "^4.5.0"
|
|
850
842
|
|
|
851
|
-
"@oclif/test@^3.1.
|
|
852
|
-
version "3.1.
|
|
853
|
-
resolved "https://registry.yarnpkg.com/@oclif/test/-/test-3.1.
|
|
854
|
-
integrity sha512-
|
|
843
|
+
"@oclif/test@^3.1.2":
|
|
844
|
+
version "3.1.2"
|
|
845
|
+
resolved "https://registry.yarnpkg.com/@oclif/test/-/test-3.1.2.tgz#cd3d4cf033bd50014be504f432717ae509b775a6"
|
|
846
|
+
integrity sha512-M9W80z7U/1zhwiI3mzh/BiJAXNKow5p8Yh7KcCWvmZfkBge8OV85ujUR96iMzdWaP7omsWpqu6UPSfdtk05b6g==
|
|
855
847
|
dependencies:
|
|
856
|
-
"@oclif/core" "^3.10.
|
|
848
|
+
"@oclif/core" "^3.10.8"
|
|
857
849
|
chai "^4.3.10"
|
|
858
850
|
fancy-test "^3.0.1"
|
|
859
851
|
|
|
@@ -985,10 +977,10 @@
|
|
|
985
977
|
"@pnpm/network.ca-file" "^1.0.1"
|
|
986
978
|
config-chain "^1.1.11"
|
|
987
979
|
|
|
988
|
-
"@salesforce/core@^5.3.
|
|
989
|
-
version "5.3.
|
|
990
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.3.
|
|
991
|
-
integrity sha512-
|
|
980
|
+
"@salesforce/core@^5.3.20":
|
|
981
|
+
version "5.3.20"
|
|
982
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.3.20.tgz#4e934d4551bb70423cb1c4115615bc41cffca41e"
|
|
983
|
+
integrity sha512-y+O6O2c8OYFDrAy2qsG+pAcNxoyL14nmBXcBRRcYA7Huj8ikK+aLJK84PuVAYdQz+hNwImQF+69IWtDkpK4Irg==
|
|
992
984
|
dependencies:
|
|
993
985
|
"@salesforce/kit" "^3.0.15"
|
|
994
986
|
"@salesforce/schemas" "^1.6.1"
|
|
@@ -1009,49 +1001,41 @@
|
|
|
1009
1001
|
semver "^7.5.4"
|
|
1010
1002
|
ts-retry-promise "^0.7.1"
|
|
1011
1003
|
|
|
1012
|
-
"@salesforce/dev-config@^4.
|
|
1004
|
+
"@salesforce/dev-config@^4.1.0":
|
|
1013
1005
|
version "4.1.0"
|
|
1014
1006
|
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
|
|
1015
1007
|
integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
|
|
1016
1008
|
|
|
1017
|
-
"@salesforce/dev-scripts@^
|
|
1018
|
-
version "
|
|
1019
|
-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-
|
|
1020
|
-
integrity sha512-
|
|
1009
|
+
"@salesforce/dev-scripts@^7.1.1":
|
|
1010
|
+
version "7.1.1"
|
|
1011
|
+
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-7.1.1.tgz#549b58fb7e8c2410ce594c46f780a0907618f19f"
|
|
1012
|
+
integrity sha512-6SL+QDOMZCnmU4Lu2ZCjqsMRcHw96mnjUOPE7b2HcfmfPo2a/hAYUtv8v7UsZ/+3UPbSf+XsLJfUsF15QIUWrg==
|
|
1021
1013
|
dependencies:
|
|
1022
1014
|
"@commitlint/cli" "^17.1.2"
|
|
1023
1015
|
"@commitlint/config-conventional" "^17.1.0"
|
|
1024
|
-
"@salesforce/dev-config" "^4.0
|
|
1016
|
+
"@salesforce/dev-config" "^4.1.0"
|
|
1025
1017
|
"@salesforce/prettier-config" "^0.0.3"
|
|
1026
|
-
"@types/chai" "^4.
|
|
1027
|
-
"@types/mocha" "^
|
|
1028
|
-
"@types/node" "^
|
|
1029
|
-
"@types/sinon" "10.0.
|
|
1030
|
-
chai "^4.3.
|
|
1018
|
+
"@types/chai" "^4.3.10"
|
|
1019
|
+
"@types/mocha" "^10.0.4"
|
|
1020
|
+
"@types/node" "^18"
|
|
1021
|
+
"@types/sinon" "^10.0.20"
|
|
1022
|
+
chai "^4.3.10"
|
|
1031
1023
|
chalk "^4.0.0"
|
|
1032
1024
|
cosmiconfig "^7.0.0"
|
|
1033
|
-
eslint "^
|
|
1034
|
-
eslint-config-prettier "^8.8.0"
|
|
1035
|
-
eslint-config-salesforce "^2.0.1"
|
|
1036
|
-
eslint-config-salesforce-license "^0.2.0"
|
|
1037
|
-
eslint-config-salesforce-typescript "^1.1.1"
|
|
1038
|
-
eslint-plugin-header "^3.1.1"
|
|
1039
|
-
eslint-plugin-import "^2.27.5"
|
|
1040
|
-
eslint-plugin-jsdoc "^43.0.5"
|
|
1041
|
-
eslint-plugin-prefer-arrow "^1.2.1"
|
|
1025
|
+
eslint-config-salesforce-typescript "^3.0.5"
|
|
1042
1026
|
husky "^7.0.4"
|
|
1043
|
-
mocha "^
|
|
1027
|
+
mocha "^10.2.0"
|
|
1044
1028
|
nyc "^15.1.0"
|
|
1045
|
-
prettier "^2.
|
|
1046
|
-
pretty-quick "^3.1.
|
|
1047
|
-
shelljs "
|
|
1029
|
+
prettier "^2.8.8"
|
|
1030
|
+
pretty-quick "^3.1.3"
|
|
1031
|
+
shelljs "^0.8.5"
|
|
1048
1032
|
sinon "10.0.0"
|
|
1049
|
-
source-map-support "
|
|
1050
|
-
ts-node "^10.
|
|
1051
|
-
typedoc "0.
|
|
1033
|
+
source-map-support "^0.5.21"
|
|
1034
|
+
ts-node "^10.9.1"
|
|
1035
|
+
typedoc "^0.25.3"
|
|
1052
1036
|
typedoc-plugin-missing-exports "0.23.0"
|
|
1053
1037
|
typescript "^4.9.5"
|
|
1054
|
-
wireit "^0.
|
|
1038
|
+
wireit "^0.14.1"
|
|
1055
1039
|
|
|
1056
1040
|
"@salesforce/kit@^3.0.15":
|
|
1057
1041
|
version "3.0.15"
|
|
@@ -1121,13 +1105,6 @@
|
|
|
1121
1105
|
dependencies:
|
|
1122
1106
|
"@sinonjs/commons" "^3.0.0"
|
|
1123
1107
|
|
|
1124
|
-
"@sinonjs/fake-timers@^11.2.2":
|
|
1125
|
-
version "11.2.2"
|
|
1126
|
-
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-11.2.2.tgz#50063cc3574f4a27bd8453180a04171c85cc9699"
|
|
1127
|
-
integrity sha512-G2piCSxQ7oWOxwGSAyFHfPIsyeJGXYtc6mFbnFA+kRXkiEnTl8c/8jul2S329iFBnDI9HGoeWWAZvuvOkZccgw==
|
|
1128
|
-
dependencies:
|
|
1129
|
-
"@sinonjs/commons" "^3.0.0"
|
|
1130
|
-
|
|
1131
1108
|
"@sinonjs/fake-timers@^6.0.0", "@sinonjs/fake-timers@^6.0.1":
|
|
1132
1109
|
version "6.0.1"
|
|
1133
1110
|
resolved "https://registry.yarnpkg.com/@sinonjs/fake-timers/-/fake-timers-6.0.1.tgz#293674fccb3262ac782c7aadfdeca86b10c75c40"
|
|
@@ -1212,10 +1189,10 @@
|
|
|
1212
1189
|
"@types/node" "*"
|
|
1213
1190
|
"@types/responselike" "^1.0.0"
|
|
1214
1191
|
|
|
1215
|
-
"@types/chai@*", "@types/chai@^4.
|
|
1216
|
-
version "4.3.
|
|
1217
|
-
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.
|
|
1218
|
-
integrity sha512-
|
|
1192
|
+
"@types/chai@*", "@types/chai@^4.3.10":
|
|
1193
|
+
version "4.3.10"
|
|
1194
|
+
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.10.tgz#2ad2959d1767edee5b0e4efb1a0cd2b500747317"
|
|
1195
|
+
integrity sha512-of+ICnbqjmFCiixUnqRulbylyXQrPqIGf/B3Jax1wIF3DvSheysQxAWvqHhZiW3IQrycvokcLcFQlveGp+vyNg==
|
|
1219
1196
|
|
|
1220
1197
|
"@types/cli-progress@^3.11.0":
|
|
1221
1198
|
version "3.11.0"
|
|
@@ -1254,10 +1231,10 @@
|
|
|
1254
1231
|
resolved "https://registry.yarnpkg.com/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz#8467d4b3c087805d63580480890791277ce35c44"
|
|
1255
1232
|
integrity sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==
|
|
1256
1233
|
|
|
1257
|
-
"@types/jsforce@^1.11.
|
|
1258
|
-
version "1.11.
|
|
1259
|
-
resolved "https://registry.yarnpkg.com/@types/jsforce/-/jsforce-1.11.
|
|
1260
|
-
integrity sha512-
|
|
1234
|
+
"@types/jsforce@^1.11.5":
|
|
1235
|
+
version "1.11.5"
|
|
1236
|
+
resolved "https://registry.yarnpkg.com/@types/jsforce/-/jsforce-1.11.5.tgz#644d299d81309580607139480051c27c1ce8c4d9"
|
|
1237
|
+
integrity sha512-68uPAse+nDBDnh421L9ngd7jn11hST+Gz2CJMz5l+M4UVD2fYJsgdZQReZf7bTZQsIUdnr0sAp71ihLxAusZZA==
|
|
1261
1238
|
dependencies:
|
|
1262
1239
|
"@types/node" ">=4.0"
|
|
1263
1240
|
|
|
@@ -1307,20 +1284,22 @@
|
|
|
1307
1284
|
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
|
|
1308
1285
|
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
|
|
1309
1286
|
|
|
1310
|
-
"@types/mocha@^
|
|
1311
|
-
version "
|
|
1312
|
-
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-
|
|
1313
|
-
integrity sha512-
|
|
1287
|
+
"@types/mocha@^10.0.4":
|
|
1288
|
+
version "10.0.4"
|
|
1289
|
+
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.4.tgz#b5331955ebca216604691fd4fcd2dbdc2bd559a4"
|
|
1290
|
+
integrity sha512-xKU7bUjiFTIttpWaIZ9qvgg+22O1nmbA+HRxdlR+u6TWsGfmFdXrheJoK4fFxrHNVIOBDvDNKZG+LYBpMHpX3w==
|
|
1314
1291
|
|
|
1315
1292
|
"@types/ms@*":
|
|
1316
1293
|
version "0.7.31"
|
|
1317
1294
|
resolved "https://registry.yarnpkg.com/@types/ms/-/ms-0.7.31.tgz#31b7ca6407128a3d2bbc27fe2d21b345397f6197"
|
|
1318
1295
|
integrity sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==
|
|
1319
1296
|
|
|
1320
|
-
"@types/node@*", "@types/node@>=4.0":
|
|
1321
|
-
version "18.
|
|
1322
|
-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.
|
|
1323
|
-
integrity sha512-
|
|
1297
|
+
"@types/node@*", "@types/node@>=4.0", "@types/node@^18":
|
|
1298
|
+
version "18.18.9"
|
|
1299
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.9.tgz#5527ea1832db3bba8eb8023ce8497b7d3f299592"
|
|
1300
|
+
integrity sha512-0f5klcuImLnG4Qreu9hPj/rEfFq6YRc5n2mAjSsH+ec/mJL+3voBH0+8T7o8RpFjH7ovc+TRsL/c7OYIQsPTfQ==
|
|
1301
|
+
dependencies:
|
|
1302
|
+
undici-types "~5.26.4"
|
|
1324
1303
|
|
|
1325
1304
|
"@types/node@^12.19.9":
|
|
1326
1305
|
version "12.20.55"
|
|
@@ -1359,17 +1338,10 @@
|
|
|
1359
1338
|
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.5.tgz#deed5ab7019756c9c90ea86139106b0346223f35"
|
|
1360
1339
|
integrity sha512-+d+WYC1BxJ6yVOgUgzK8gWvp5qF8ssV5r4nsDcZWKRWcDQLQ619tvWAxJQYGgBrO1MnLJC7a5GtiYsAoQ47dJg==
|
|
1361
1340
|
|
|
1362
|
-
"@types/sinon@*":
|
|
1363
|
-
version "10.0.
|
|
1364
|
-
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-10.0.
|
|
1365
|
-
integrity sha512-
|
|
1366
|
-
dependencies:
|
|
1367
|
-
"@types/sinonjs__fake-timers" "*"
|
|
1368
|
-
|
|
1369
|
-
"@types/sinon@10.0.11":
|
|
1370
|
-
version "10.0.11"
|
|
1371
|
-
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-10.0.11.tgz#8245827b05d3fc57a6601bd35aee1f7ad330fc42"
|
|
1372
|
-
integrity sha512-dmZsHlBsKUtBpHriNjlK0ndlvEh8dcb9uV9Afsbt89QIyydpC7NcR+nWlAhASfy3GHnxTl4FX/aKE7XZUt/B4g==
|
|
1341
|
+
"@types/sinon@*", "@types/sinon@^10.0.20":
|
|
1342
|
+
version "10.0.20"
|
|
1343
|
+
resolved "https://registry.yarnpkg.com/@types/sinon/-/sinon-10.0.20.tgz#f1585debf4c0d99f9938f4111e5479fb74865146"
|
|
1344
|
+
integrity sha512-2APKKruFNCAZgx3daAyACGzWuJ028VVCUDk6o2rw/Z4PXT0ogwdV4KUegW0MwVs0Zu59auPXbbuBJHF12Sx1Eg==
|
|
1373
1345
|
dependencies:
|
|
1374
1346
|
"@types/sinonjs__fake-timers" "*"
|
|
1375
1347
|
|
|
@@ -1386,7 +1358,7 @@
|
|
|
1386
1358
|
"@types/expect" "^1.20.4"
|
|
1387
1359
|
"@types/node" "*"
|
|
1388
1360
|
|
|
1389
|
-
"@typescript-eslint/eslint-plugin@^6.10.0"
|
|
1361
|
+
"@typescript-eslint/eslint-plugin@^6.10.0":
|
|
1390
1362
|
version "6.10.0"
|
|
1391
1363
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.10.0.tgz#cfe2bd34e26d2289212946b96ab19dcad64b661a"
|
|
1392
1364
|
integrity sha512-uoLj4g2OTL8rfUQVx2AFO1hp/zja1wABJq77P6IclQs6I/m9GLrm7jCdgzZkvWdDCQf1uEvoa8s8CupsgWQgVg==
|
|
@@ -1403,7 +1375,7 @@
|
|
|
1403
1375
|
semver "^7.5.4"
|
|
1404
1376
|
ts-api-utils "^1.0.1"
|
|
1405
1377
|
|
|
1406
|
-
"@typescript-eslint/parser@^6.10.0"
|
|
1378
|
+
"@typescript-eslint/parser@^6.10.0":
|
|
1407
1379
|
version "6.10.0"
|
|
1408
1380
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.10.0.tgz#578af79ae7273193b0b6b61a742a2bc8e02f875a"
|
|
1409
1381
|
integrity sha512-+sZwIj+s+io9ozSxIWbNB5873OSdfeBEH/FR0re14WLI6BaKuSOnnwCJ2foUiu8uXf4dRp1UqHP0vrZ1zXGrog==
|
|
@@ -1519,11 +1491,6 @@
|
|
|
1519
1491
|
"@typescript-eslint/types" "6.10.0"
|
|
1520
1492
|
eslint-visitor-keys "^3.4.1"
|
|
1521
1493
|
|
|
1522
|
-
"@ungap/promise-all-settled@1.1.2":
|
|
1523
|
-
version "1.1.2"
|
|
1524
|
-
resolved "https://registry.yarnpkg.com/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz#aa58042711d6e3275dd37dc597e5d31e8c290a44"
|
|
1525
|
-
integrity sha512-sL/cEvJWAnClXw0wHk85/2L0G6Sj8UB0Ctc1TEMbKSsmpRosqhwj9gWgFRZSrBr2f9tiXISwNhCPmlfqUqyb9Q==
|
|
1526
|
-
|
|
1527
1494
|
"@ungap/structured-clone@^1.2.0":
|
|
1528
1495
|
version "1.2.0"
|
|
1529
1496
|
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
|
|
@@ -1659,6 +1626,11 @@ ansi-regex@^6.0.1:
|
|
|
1659
1626
|
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-6.0.1.tgz#3183e38fae9a65d7cb5e53945cd5897d0260a06a"
|
|
1660
1627
|
integrity sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==
|
|
1661
1628
|
|
|
1629
|
+
ansi-sequence-parser@^1.1.0:
|
|
1630
|
+
version "1.1.1"
|
|
1631
|
+
resolved "https://registry.yarnpkg.com/ansi-sequence-parser/-/ansi-sequence-parser-1.1.1.tgz#e0aa1cdcbc8f8bb0b5bca625aac41f5f056973cf"
|
|
1632
|
+
integrity sha512-vJXt3yiaUL4UU546s3rPXlsry/RnM730G1+HkpKE012AN0sx1eOrxSu95oKDIonskeLTijMgqWZ3uDEe3NFvyg==
|
|
1633
|
+
|
|
1662
1634
|
ansi-styles@^3.2.1:
|
|
1663
1635
|
version "3.2.1"
|
|
1664
1636
|
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
|
|
@@ -2251,7 +2223,7 @@ cardinal@^2.1.1:
|
|
|
2251
2223
|
ansicolors "~0.3.2"
|
|
2252
2224
|
redeyed "~2.1.0"
|
|
2253
2225
|
|
|
2254
|
-
chai@^4.3.10
|
|
2226
|
+
chai@^4.3.10:
|
|
2255
2227
|
version "4.3.10"
|
|
2256
2228
|
resolved "https://registry.yarnpkg.com/chai/-/chai-4.3.10.tgz#d784cec635e3b7e2ffb66446a63b4e33bd390384"
|
|
2257
2229
|
integrity sha512-0UXG04VuVbruMUYbJ6JctvH0YnC/4q3/AkT18q4NaITo91CUm0liMS9VqzT9vZhVQ/1eqPanMWjBM+Juhfb/9g==
|
|
@@ -2512,16 +2484,32 @@ color-name@1.1.3:
|
|
|
2512
2484
|
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
|
|
2513
2485
|
integrity sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==
|
|
2514
2486
|
|
|
2515
|
-
color-name@~1.1.4:
|
|
2487
|
+
color-name@^1.0.0, color-name@~1.1.4:
|
|
2516
2488
|
version "1.1.4"
|
|
2517
2489
|
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
|
|
2518
2490
|
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
|
|
2519
2491
|
|
|
2492
|
+
color-string@^1.9.0:
|
|
2493
|
+
version "1.9.1"
|
|
2494
|
+
resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.9.1.tgz#4467f9146f036f855b764dfb5bf8582bf342c7a4"
|
|
2495
|
+
integrity sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==
|
|
2496
|
+
dependencies:
|
|
2497
|
+
color-name "^1.0.0"
|
|
2498
|
+
simple-swizzle "^0.2.2"
|
|
2499
|
+
|
|
2520
2500
|
color-support@^1.1.2, color-support@^1.1.3:
|
|
2521
2501
|
version "1.1.3"
|
|
2522
2502
|
resolved "https://registry.yarnpkg.com/color-support/-/color-support-1.1.3.tgz#93834379a1cc9a0c61f82f52f0d04322251bd5a2"
|
|
2523
2503
|
integrity sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==
|
|
2524
2504
|
|
|
2505
|
+
color@^4.2.3:
|
|
2506
|
+
version "4.2.3"
|
|
2507
|
+
resolved "https://registry.yarnpkg.com/color/-/color-4.2.3.tgz#d781ecb5e57224ee43ea9627560107c0e0c6463a"
|
|
2508
|
+
integrity sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==
|
|
2509
|
+
dependencies:
|
|
2510
|
+
color-convert "^2.0.1"
|
|
2511
|
+
color-string "^1.9.0"
|
|
2512
|
+
|
|
2525
2513
|
colorette@^2.0.7:
|
|
2526
2514
|
version "2.0.20"
|
|
2527
2515
|
resolved "https://registry.yarnpkg.com/colorette/-/colorette-2.0.20.tgz#9eb793e6833067f7235902fcd3b09917a000a95a"
|
|
@@ -2554,11 +2542,6 @@ commander@^4.0.1:
|
|
|
2554
2542
|
resolved "https://registry.yarnpkg.com/commander/-/commander-4.1.1.tgz#9fd602bd936294e9e9ef46a3f4d6964044b18068"
|
|
2555
2543
|
integrity sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==
|
|
2556
2544
|
|
|
2557
|
-
comment-parser@1.3.1:
|
|
2558
|
-
version "1.3.1"
|
|
2559
|
-
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.3.1.tgz#3d7ea3adaf9345594aedee6563f422348f165c1b"
|
|
2560
|
-
integrity sha512-B52sN2VNghyq5ofvUsqZjmk6YkihBX5vMSChmSK9v4ShjKf3Vk5Xcmgpw4o+iIgtrnM/u5FiMpz9VKb8lpBveA==
|
|
2561
|
-
|
|
2562
2545
|
comment-parser@1.4.1:
|
|
2563
2546
|
version "1.4.1"
|
|
2564
2547
|
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.4.1.tgz#bdafead37961ac079be11eb7ec65c4d021eaf9cc"
|
|
@@ -2748,13 +2731,6 @@ debug@4, debug@4.3.4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.2, debug@^4.3.3, de
|
|
|
2748
2731
|
dependencies:
|
|
2749
2732
|
ms "2.1.2"
|
|
2750
2733
|
|
|
2751
|
-
debug@4.3.3:
|
|
2752
|
-
version "4.3.3"
|
|
2753
|
-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.3.tgz#04266e0b70a98d4462e6e288e38259213332b664"
|
|
2754
|
-
integrity sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==
|
|
2755
|
-
dependencies:
|
|
2756
|
-
ms "2.1.2"
|
|
2757
|
-
|
|
2758
2734
|
debug@^3.2.7:
|
|
2759
2735
|
version "3.2.7"
|
|
2760
2736
|
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a"
|
|
@@ -3120,11 +3096,6 @@ escape-string-regexp@^1.0.5:
|
|
|
3120
3096
|
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
|
|
3121
3097
|
integrity sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==
|
|
3122
3098
|
|
|
3123
|
-
eslint-config-prettier@^8.8.0:
|
|
3124
|
-
version "8.10.0"
|
|
3125
|
-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.10.0.tgz#3a06a662130807e2502fc3ff8b4143d8a0658e11"
|
|
3126
|
-
integrity sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg==
|
|
3127
|
-
|
|
3128
3099
|
eslint-config-prettier@^9.0.0:
|
|
3129
3100
|
version "9.0.0"
|
|
3130
3101
|
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.0.0.tgz#eb25485946dd0c66cd216a46232dc05451518d1f"
|
|
@@ -3135,28 +3106,23 @@ eslint-config-salesforce-license@^0.2.0:
|
|
|
3135
3106
|
resolved "https://registry.yarnpkg.com/eslint-config-salesforce-license/-/eslint-config-salesforce-license-0.2.0.tgz#323193f1aa15dd33fbf108d25fc1210afc11065e"
|
|
3136
3107
|
integrity sha512-DJdBvgj82Erum82YMe+YvG/o6ukna3UA++lRl0HSTldj0VlBl3Q8hzCp97nRXZHra6JH1I912yievZzklXDw6w==
|
|
3137
3108
|
|
|
3138
|
-
eslint-config-salesforce-typescript@^
|
|
3139
|
-
version "
|
|
3140
|
-
resolved "https://registry.yarnpkg.com/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-
|
|
3141
|
-
integrity sha512-
|
|
3142
|
-
|
|
3143
|
-
eslint-config-salesforce-typescript@^3.0.2:
|
|
3144
|
-
version "3.0.2"
|
|
3145
|
-
resolved "https://registry.yarnpkg.com/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-3.0.2.tgz#25e9e8797a109828a63a3893a15613c8ecefa1bf"
|
|
3146
|
-
integrity sha512-3eNN2dKojedhxbsOGocXaU+83XoeOzc8pCiDjOvlUc7B9IYTgv7UwOgmIIoESmuHKcvsCDDFDttfLCSOCOaRtQ==
|
|
3109
|
+
eslint-config-salesforce-typescript@^3.0.5:
|
|
3110
|
+
version "3.0.5"
|
|
3111
|
+
resolved "https://registry.yarnpkg.com/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-3.0.5.tgz#1fa7b224551255b520f19d208be5d1bb2410c2b4"
|
|
3112
|
+
integrity sha512-p+Do1i8Al1HANKubYV9WnJl9P/ChP/gvM+1tjtYiGqVjaO2Gf6V1ejM51r//uw4OoiFEldqKJK/gyMzSvRHkaw==
|
|
3147
3113
|
dependencies:
|
|
3148
|
-
"@typescript-eslint/eslint-plugin" "^6.
|
|
3149
|
-
"@typescript-eslint/parser" "^6.
|
|
3150
|
-
eslint "^8.
|
|
3114
|
+
"@typescript-eslint/eslint-plugin" "^6.10.0"
|
|
3115
|
+
"@typescript-eslint/parser" "^6.10.0"
|
|
3116
|
+
eslint "^8.53.0"
|
|
3151
3117
|
eslint-config-prettier "^9.0.0"
|
|
3152
3118
|
eslint-config-salesforce "^2.0.2"
|
|
3153
3119
|
eslint-config-salesforce-license "^0.2.0"
|
|
3154
3120
|
eslint-plugin-header "^3.1.1"
|
|
3155
3121
|
eslint-plugin-import "^2.29.0"
|
|
3156
|
-
eslint-plugin-jsdoc "^46.
|
|
3122
|
+
eslint-plugin-jsdoc "^46.9.0"
|
|
3157
3123
|
eslint-plugin-unicorn "^49.0.0"
|
|
3158
3124
|
|
|
3159
|
-
eslint-config-salesforce@^2.0.
|
|
3125
|
+
eslint-config-salesforce@^2.0.2:
|
|
3160
3126
|
version "2.0.2"
|
|
3161
3127
|
resolved "https://registry.yarnpkg.com/eslint-config-salesforce/-/eslint-config-salesforce-2.0.2.tgz#38eb2d8eb2824c66967ed9b45bc92082eba2f225"
|
|
3162
3128
|
integrity sha512-3jbrI+QFu/KaQbPYIBxItB3okqUtA4EBCGiR6s2kcUMIZBLBBGAURW0k62f9WAv1EagR3eUoO0m9ru7LTj2F5Q==
|
|
@@ -3182,7 +3148,7 @@ eslint-plugin-header@^3.1.1:
|
|
|
3182
3148
|
resolved "https://registry.yarnpkg.com/eslint-plugin-header/-/eslint-plugin-header-3.1.1.tgz#6ce512432d57675265fac47292b50d1eff11acd6"
|
|
3183
3149
|
integrity sha512-9vlKxuJ4qf793CmeeSrZUvVClw6amtpghq3CuWcB5cUNnWHQhgcqy5eF8oVKFk1G3Y/CbchGfEaw3wiIJaNmVg==
|
|
3184
3150
|
|
|
3185
|
-
eslint-plugin-import@^2.
|
|
3151
|
+
eslint-plugin-import@^2.29.0:
|
|
3186
3152
|
version "2.29.0"
|
|
3187
3153
|
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.29.0.tgz#8133232e4329ee344f2f612885ac3073b0b7e155"
|
|
3188
3154
|
integrity sha512-QPOO5NO6Odv5lpoTkddtutccQjysJuFxoPS7fAHO+9m9udNHvTCPSAMW9zGAYj8lAIdr40I8yPCdUYrncXtrwg==
|
|
@@ -3205,21 +3171,7 @@ eslint-plugin-import@^2.27.5, eslint-plugin-import@^2.29.0:
|
|
|
3205
3171
|
semver "^6.3.1"
|
|
3206
3172
|
tsconfig-paths "^3.14.2"
|
|
3207
3173
|
|
|
3208
|
-
eslint-plugin-jsdoc@^
|
|
3209
|
-
version "43.2.0"
|
|
3210
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-43.2.0.tgz#9d0df2329100a6956635f26211d0723c3ff91f15"
|
|
3211
|
-
integrity sha512-Hst7XUfqh28UmPD52oTXmjaRN3d0KrmOZdgtp4h9/VHUJD3Evoo82ZGXi1TtRDWgWhvqDIRI63O49H0eH7NrZQ==
|
|
3212
|
-
dependencies:
|
|
3213
|
-
"@es-joy/jsdoccomment" "~0.38.0"
|
|
3214
|
-
are-docs-informative "^0.0.2"
|
|
3215
|
-
comment-parser "1.3.1"
|
|
3216
|
-
debug "^4.3.4"
|
|
3217
|
-
escape-string-regexp "^4.0.0"
|
|
3218
|
-
esquery "^1.5.0"
|
|
3219
|
-
semver "^7.5.0"
|
|
3220
|
-
spdx-expression-parse "^3.0.1"
|
|
3221
|
-
|
|
3222
|
-
eslint-plugin-jsdoc@^46.8.2, eslint-plugin-jsdoc@^46.9.0:
|
|
3174
|
+
eslint-plugin-jsdoc@^46.9.0:
|
|
3223
3175
|
version "46.9.0"
|
|
3224
3176
|
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-46.9.0.tgz#9887569dbeef0a008a2770bfc5d0f7fc39f21f2b"
|
|
3225
3177
|
integrity sha512-UQuEtbqLNkPf5Nr/6PPRCtr9xypXY+g8y/Q7gPa0YK7eDhh0y2lWprXRnaYbW7ACgIUvpDKy9X2bZqxtGzBG9Q==
|
|
@@ -3243,11 +3195,6 @@ eslint-plugin-perfectionist@^2.1.0:
|
|
|
3243
3195
|
minimatch "^9.0.3"
|
|
3244
3196
|
natural-compare-lite "^1.4.0"
|
|
3245
3197
|
|
|
3246
|
-
eslint-plugin-prefer-arrow@^1.2.1:
|
|
3247
|
-
version "1.2.3"
|
|
3248
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-prefer-arrow/-/eslint-plugin-prefer-arrow-1.2.3.tgz#e7fbb3fa4cd84ff1015b9c51ad86550e55041041"
|
|
3249
|
-
integrity sha512-J9I5PKCOJretVuiZRGvPQxCbllxGAV/viI20JO3LYblAodofBxyMnZAJ+WGeClHgANnSJberTNoFWWjrWKBuXQ==
|
|
3250
|
-
|
|
3251
3198
|
eslint-plugin-prettier@^5.0.1:
|
|
3252
3199
|
version "5.0.1"
|
|
3253
3200
|
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.0.1.tgz#a3b399f04378f79f066379f544e42d6b73f11515"
|
|
@@ -3256,12 +3203,12 @@ eslint-plugin-prettier@^5.0.1:
|
|
|
3256
3203
|
prettier-linter-helpers "^1.0.0"
|
|
3257
3204
|
synckit "^0.8.5"
|
|
3258
3205
|
|
|
3259
|
-
eslint-plugin-sf-plugin@^1.16.
|
|
3260
|
-
version "1.16.
|
|
3261
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.16.
|
|
3262
|
-
integrity sha512-
|
|
3206
|
+
eslint-plugin-sf-plugin@^1.16.15:
|
|
3207
|
+
version "1.16.15"
|
|
3208
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.16.15.tgz#99d0b522bb7eebefc8e456aa4b725f6fbbf2fa01"
|
|
3209
|
+
integrity sha512-Vog0xc8DwLOCoPbwFx9GxaXHqpG0FvlpITkGzp//SdjcV7wqVW4CT76JES8IGenGv6mAecW5VqSyQzsIHFZGew==
|
|
3263
3210
|
dependencies:
|
|
3264
|
-
"@salesforce/core" "^5.3.
|
|
3211
|
+
"@salesforce/core" "^5.3.20"
|
|
3265
3212
|
"@typescript-eslint/utils" "^5.59.11"
|
|
3266
3213
|
|
|
3267
3214
|
eslint-plugin-unicorn@^49.0.0:
|
|
@@ -3305,7 +3252,7 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
|
|
|
3305
3252
|
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
|
|
3306
3253
|
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
|
|
3307
3254
|
|
|
3308
|
-
eslint@^8.
|
|
3255
|
+
eslint@^8.53.0:
|
|
3309
3256
|
version "8.53.0"
|
|
3310
3257
|
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.53.0.tgz#14f2c8244298fcae1f46945459577413ba2697ce"
|
|
3311
3258
|
integrity sha512-N4VuiPjXDUa4xVeV/GC/RV3hQW9Nw+Y463lkWaKKXKYMvmRiRDAtfpuPFLN+E1/6ZhyR8J2ig+eVREnYgUsiag==
|
|
@@ -4064,11 +4011,6 @@ grouped-queue@^2.0.0:
|
|
|
4064
4011
|
resolved "https://registry.yarnpkg.com/grouped-queue/-/grouped-queue-2.0.0.tgz#a2c6713f2171e45db2c300a3a9d7c119d694dac8"
|
|
4065
4012
|
integrity sha512-/PiFUa7WIsl48dUeCvhIHnwNmAAzlI/eHoJl0vu3nsFA366JleY7Ff8EVTplZu5kO0MIdZjKTTnzItL61ahbnw==
|
|
4066
4013
|
|
|
4067
|
-
growl@1.10.5:
|
|
4068
|
-
version "1.10.5"
|
|
4069
|
-
resolved "https://registry.yarnpkg.com/growl/-/growl-1.10.5.tgz#f2735dc2283674fa67478b10181059355c369e5e"
|
|
4070
|
-
integrity sha512-qBr4OuELkhPenW6goKVXiv47US3clb3/IbuWF9KNKEijAy9oeHxU9IgzjvJhHkUzhaj7rOUD7+YGWqUjLp5oSA==
|
|
4071
|
-
|
|
4072
4014
|
hard-rejection@^2.1.0:
|
|
4073
4015
|
version "2.1.0"
|
|
4074
4016
|
resolved "https://registry.yarnpkg.com/hard-rejection/-/hard-rejection-2.1.0.tgz#1c6eda5c1685c63942766d79bb40ae773cecd883"
|
|
@@ -4274,11 +4216,6 @@ husky@^7.0.4:
|
|
|
4274
4216
|
resolved "https://registry.yarnpkg.com/husky/-/husky-7.0.4.tgz#242048245dc49c8fb1bf0cc7cfb98dd722531535"
|
|
4275
4217
|
integrity sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ==
|
|
4276
4218
|
|
|
4277
|
-
husky@^8.0.3:
|
|
4278
|
-
version "8.0.3"
|
|
4279
|
-
resolved "https://registry.yarnpkg.com/husky/-/husky-8.0.3.tgz#4936d7212e46d1dea28fef29bb3a108872cd9184"
|
|
4280
|
-
integrity sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==
|
|
4281
|
-
|
|
4282
4219
|
hyperlinker@^1.0.0:
|
|
4283
4220
|
version "1.0.0"
|
|
4284
4221
|
resolved "https://registry.yarnpkg.com/hyperlinker/-/hyperlinker-1.0.0.tgz#23dc9e38a206b208ee49bc2d6c8ef47027df0c0e"
|
|
@@ -4447,6 +4384,11 @@ is-arrayish@^0.2.1:
|
|
|
4447
4384
|
resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d"
|
|
4448
4385
|
integrity sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==
|
|
4449
4386
|
|
|
4387
|
+
is-arrayish@^0.3.1:
|
|
4388
|
+
version "0.3.2"
|
|
4389
|
+
resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.3.2.tgz#4574a2ae56f7ab206896fb431eaeed066fdf8f03"
|
|
4390
|
+
integrity sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==
|
|
4391
|
+
|
|
4450
4392
|
is-bigint@^1.0.1:
|
|
4451
4393
|
version "1.0.4"
|
|
4452
4394
|
resolved "https://registry.yarnpkg.com/is-bigint/-/is-bigint-1.0.4.tgz#08147a1875bc2b32005d41ccd8291dffc6691df3"
|
|
@@ -4952,7 +4894,7 @@ json5@^2.2.3:
|
|
|
4952
4894
|
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
|
|
4953
4895
|
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
|
|
4954
4896
|
|
|
4955
|
-
jsonc-parser@^3.0.0:
|
|
4897
|
+
jsonc-parser@^3.0.0, jsonc-parser@^3.2.0:
|
|
4956
4898
|
version "3.2.0"
|
|
4957
4899
|
resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-3.2.0.tgz#31ff3f4c2b9793f89c67212627c51c6394f88e76"
|
|
4958
4900
|
integrity sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==
|
|
@@ -5351,10 +5293,10 @@ map-obj@^4.0.0:
|
|
|
5351
5293
|
resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-4.3.0.tgz#9304f906e93faae70880da102a9f1df0ea8bb05a"
|
|
5352
5294
|
integrity sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==
|
|
5353
5295
|
|
|
5354
|
-
marked-terminal@^6.
|
|
5355
|
-
version "6.
|
|
5356
|
-
resolved "https://registry.yarnpkg.com/marked-terminal/-/marked-terminal-6.
|
|
5357
|
-
integrity sha512-
|
|
5296
|
+
marked-terminal@^6.1.0:
|
|
5297
|
+
version "6.1.0"
|
|
5298
|
+
resolved "https://registry.yarnpkg.com/marked-terminal/-/marked-terminal-6.1.0.tgz#ad54dc034d40c532f9708a2b4c128a83919fe0de"
|
|
5299
|
+
integrity sha512-QaCSF6NV82oo6K0szEnmc65ooDeW0T/Adcyf0fcW+Hto2GT1VADFg8dn1zaeHqzj65fqDH1hMNChGNRaC/lbkA==
|
|
5358
5300
|
dependencies:
|
|
5359
5301
|
ansi-escapes "^6.2.0"
|
|
5360
5302
|
cardinal "^2.1.1"
|
|
@@ -5363,16 +5305,16 @@ marked-terminal@^6.0.0:
|
|
|
5363
5305
|
node-emoji "^2.1.0"
|
|
5364
5306
|
supports-hyperlinks "^3.0.0"
|
|
5365
5307
|
|
|
5366
|
-
marked@^
|
|
5308
|
+
marked@^10.0.0:
|
|
5309
|
+
version "10.0.0"
|
|
5310
|
+
resolved "https://registry.yarnpkg.com/marked/-/marked-10.0.0.tgz#7fe1805bb908433d760e2de0fcc8841a2b2d745c"
|
|
5311
|
+
integrity sha512-YiGcYcWj50YrwBgNzFoYhQ1hT6GmQbFG8SksnYJX1z4BXTHSOrz1GB5/Jm2yQvMg4nN1FHP4M6r03R10KrVUiA==
|
|
5312
|
+
|
|
5313
|
+
marked@^4.3.0:
|
|
5367
5314
|
version "4.3.0"
|
|
5368
5315
|
resolved "https://registry.yarnpkg.com/marked/-/marked-4.3.0.tgz#796362821b019f734054582038b116481b456cf3"
|
|
5369
5316
|
integrity sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==
|
|
5370
5317
|
|
|
5371
|
-
marked@^9.1.0:
|
|
5372
|
-
version "9.1.0"
|
|
5373
|
-
resolved "https://registry.yarnpkg.com/marked/-/marked-9.1.0.tgz#7a085c7d46730dee2b801f1c1b35c5745479e270"
|
|
5374
|
-
integrity sha512-VZjm0PM5DMv7WodqOUps3g6Q7dmxs9YGiFUZ7a2majzQTTCgX+6S6NAJHPvOhgFBzYz8s4QZKWWMfZKFmsfOgA==
|
|
5375
|
-
|
|
5376
5318
|
"mem-fs-editor@^8.1.2 || ^9.0.0":
|
|
5377
5319
|
version "9.5.0"
|
|
5378
5320
|
resolved "https://registry.yarnpkg.com/mem-fs-editor/-/mem-fs-editor-9.5.0.tgz#9368724bd37f76eebfcf24d71fc6624b01588969"
|
|
@@ -5492,13 +5434,6 @@ min-indent@^1.0.0:
|
|
|
5492
5434
|
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
|
|
5493
5435
|
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
|
|
5494
5436
|
|
|
5495
|
-
minimatch@4.2.1:
|
|
5496
|
-
version "4.2.1"
|
|
5497
|
-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-4.2.1.tgz#40d9d511a46bdc4e563c22c3080cde9c0d8299b4"
|
|
5498
|
-
integrity sha512-9Uq1ChtSZO+Mxa/CL1eGizn2vRn3MlLgzhT0Iz8zaY8NdvxvB0d5QdPFmCKf7JKA9Lerx5vRrnwO03jsSfGG9g==
|
|
5499
|
-
dependencies:
|
|
5500
|
-
brace-expansion "^1.1.7"
|
|
5501
|
-
|
|
5502
5437
|
minimatch@5.0.1:
|
|
5503
5438
|
version "5.0.1"
|
|
5504
5439
|
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.0.1.tgz#fb9022f7528125187c92bd9e9b6366be1cf3415b"
|
|
@@ -5513,7 +5448,7 @@ minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
|
|
|
5513
5448
|
dependencies:
|
|
5514
5449
|
brace-expansion "^1.1.7"
|
|
5515
5450
|
|
|
5516
|
-
minimatch@^5.0.1
|
|
5451
|
+
minimatch@^5.0.1:
|
|
5517
5452
|
version "5.1.1"
|
|
5518
5453
|
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.1.tgz#6c9dffcf9927ff2a31e74b5af11adf8b9604b022"
|
|
5519
5454
|
integrity sha512-362NP+zlprccbEt/SkxKfRMHnNY85V74mVnpUpNyr3F35covl09Kec7/sEFLt3RA4oXmewtoaanoIf67SE5Y5g==
|
|
@@ -5669,36 +5604,6 @@ mocha@^10.2.0:
|
|
|
5669
5604
|
yargs-parser "20.2.4"
|
|
5670
5605
|
yargs-unparser "2.0.0"
|
|
5671
5606
|
|
|
5672
|
-
mocha@^9.1.3:
|
|
5673
|
-
version "9.2.2"
|
|
5674
|
-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-9.2.2.tgz#d70db46bdb93ca57402c809333e5a84977a88fb9"
|
|
5675
|
-
integrity sha512-L6XC3EdwT6YrIk0yXpavvLkn8h+EU+Y5UcCHKECyMbdUIxyMuZj4bX4U9e1nvnvUUvQVsV2VHQr5zLdcUkhW/g==
|
|
5676
|
-
dependencies:
|
|
5677
|
-
"@ungap/promise-all-settled" "1.1.2"
|
|
5678
|
-
ansi-colors "4.1.1"
|
|
5679
|
-
browser-stdout "1.3.1"
|
|
5680
|
-
chokidar "3.5.3"
|
|
5681
|
-
debug "4.3.3"
|
|
5682
|
-
diff "5.0.0"
|
|
5683
|
-
escape-string-regexp "4.0.0"
|
|
5684
|
-
find-up "5.0.0"
|
|
5685
|
-
glob "7.2.0"
|
|
5686
|
-
growl "1.10.5"
|
|
5687
|
-
he "1.2.0"
|
|
5688
|
-
js-yaml "4.1.0"
|
|
5689
|
-
log-symbols "4.1.0"
|
|
5690
|
-
minimatch "4.2.1"
|
|
5691
|
-
ms "2.1.3"
|
|
5692
|
-
nanoid "3.3.1"
|
|
5693
|
-
serialize-javascript "6.0.0"
|
|
5694
|
-
strip-json-comments "3.1.1"
|
|
5695
|
-
supports-color "8.1.1"
|
|
5696
|
-
which "2.0.2"
|
|
5697
|
-
workerpool "6.2.0"
|
|
5698
|
-
yargs "16.2.0"
|
|
5699
|
-
yargs-parser "20.2.4"
|
|
5700
|
-
yargs-unparser "2.0.0"
|
|
5701
|
-
|
|
5702
5607
|
mock-stdin@^1.0.0:
|
|
5703
5608
|
version "1.0.0"
|
|
5704
5609
|
resolved "https://registry.yarnpkg.com/mock-stdin/-/mock-stdin-1.0.0.tgz#efcfaf4b18077e14541742fd758b9cae4e5365ea"
|
|
@@ -5754,11 +5659,6 @@ mute-stream@0.0.8:
|
|
|
5754
5659
|
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d"
|
|
5755
5660
|
integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==
|
|
5756
5661
|
|
|
5757
|
-
nanoid@3.3.1:
|
|
5758
|
-
version "3.3.1"
|
|
5759
|
-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.1.tgz#6347a18cac88af88f58af0b3594b723d5e99bb35"
|
|
5760
|
-
integrity sha512-n6Vs/3KGyxPQd6uO0eH4Bv0ojGSUvuLlIHtC3Y0kEO23YRge8H9x1GCzLn28YX0H66pMkxuaeESFq4tKISKwdw==
|
|
5761
|
-
|
|
5762
5662
|
nanoid@3.3.3:
|
|
5763
5663
|
version "3.3.3"
|
|
5764
5664
|
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.3.tgz#fd8e8b7aa761fe807dba2d1b98fb7241bb724a25"
|
|
@@ -5800,7 +5700,7 @@ nise@^4.1.0:
|
|
|
5800
5700
|
just-extend "^4.0.2"
|
|
5801
5701
|
path-to-regexp "^1.7.0"
|
|
5802
5702
|
|
|
5803
|
-
nise@^5.1.4
|
|
5703
|
+
nise@^5.1.4:
|
|
5804
5704
|
version "5.1.5"
|
|
5805
5705
|
resolved "https://registry.yarnpkg.com/nise/-/nise-5.1.5.tgz#f2aef9536280b6c18940e32ba1fbdc770b8964ee"
|
|
5806
5706
|
integrity sha512-VJuPIfUFaXNRzETTQEEItTOP8Y171ijr+JLq42wHes3DiryR8vT+1TXQW/Rx8JNUhyYYWyIvjXTU6dOhJcs9Nw==
|
|
@@ -6118,13 +6018,13 @@ object.values@^1.1.7:
|
|
|
6118
6018
|
define-properties "^1.2.0"
|
|
6119
6019
|
es-abstract "^1.22.1"
|
|
6120
6020
|
|
|
6121
|
-
oclif-plugin-update-notifier@^1.5.
|
|
6122
|
-
version "1.5.
|
|
6123
|
-
resolved "https://registry.yarnpkg.com/oclif-plugin-update-notifier/-/oclif-plugin-update-notifier-1.5.
|
|
6124
|
-
integrity sha512-
|
|
6021
|
+
oclif-plugin-update-notifier@^1.5.51:
|
|
6022
|
+
version "1.5.51"
|
|
6023
|
+
resolved "https://registry.yarnpkg.com/oclif-plugin-update-notifier/-/oclif-plugin-update-notifier-1.5.51.tgz#a17e005c7726b3fc8479b18f8bd37f19ef64e892"
|
|
6024
|
+
integrity sha512-Kelx1jLEtDdL8Ioo/806dBbfFR7tsP1yF6Pbqz7QRW7cQbPpZR73XStB1iyGhsAtqILZtP4cX6YrlbRaAfvJ1w==
|
|
6125
6025
|
dependencies:
|
|
6126
|
-
"@jayree/changelog" "^1.1.
|
|
6127
|
-
"@oclif/core" "^3.
|
|
6026
|
+
"@jayree/changelog" "^1.1.8"
|
|
6027
|
+
"@oclif/core" "^3.12.0"
|
|
6128
6028
|
"@salesforce/kit" "^3.0.15"
|
|
6129
6029
|
boxen "^7.1.1"
|
|
6130
6030
|
chalk "^5.3.0"
|
|
@@ -6136,10 +6036,10 @@ oclif-plugin-update-notifier@^1.5.49:
|
|
|
6136
6036
|
semver-diff "^4.0.0"
|
|
6137
6037
|
tslib "^2.6.1"
|
|
6138
6038
|
|
|
6139
|
-
oclif@^4.0.
|
|
6140
|
-
version "4.0.
|
|
6141
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.0.
|
|
6142
|
-
integrity sha512-
|
|
6039
|
+
oclif@^4.0.4:
|
|
6040
|
+
version "4.0.4"
|
|
6041
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.0.4.tgz#ee05d5339fa1aad8fb6a303e53f4618feba86a5e"
|
|
6042
|
+
integrity sha512-2rebdu1Ow9/TRolMI7s1IsJmKH7RpwlBzIKZFtE8eFiDmGenX6GEsWaxSEtgMXmzCSSQ1DbCRDv0hwcwVGIJuA==
|
|
6143
6043
|
dependencies:
|
|
6144
6044
|
"@oclif/core" "^3.0.4"
|
|
6145
6045
|
"@oclif/plugin-help" "^5.2.14"
|
|
@@ -6622,22 +6522,22 @@ prettier-linter-helpers@^1.0.0:
|
|
|
6622
6522
|
dependencies:
|
|
6623
6523
|
fast-diff "^1.1.2"
|
|
6624
6524
|
|
|
6625
|
-
prettier@^2.
|
|
6525
|
+
prettier@^2.8.8:
|
|
6626
6526
|
version "2.8.8"
|
|
6627
6527
|
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da"
|
|
6628
6528
|
integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
|
|
6629
6529
|
|
|
6630
|
-
prettier@^3.0
|
|
6631
|
-
version "3.0
|
|
6632
|
-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.0.
|
|
6633
|
-
integrity sha512-
|
|
6530
|
+
prettier@^3.1.0:
|
|
6531
|
+
version "3.1.0"
|
|
6532
|
+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.1.0.tgz#c6d16474a5f764ea1a4a373c593b779697744d5e"
|
|
6533
|
+
integrity sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==
|
|
6634
6534
|
|
|
6635
6535
|
pretty-bytes@^5.3.0:
|
|
6636
6536
|
version "5.6.0"
|
|
6637
6537
|
resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-5.6.0.tgz#356256f643804773c82f64723fe78c92c62beaeb"
|
|
6638
6538
|
integrity sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==
|
|
6639
6539
|
|
|
6640
|
-
pretty-quick@^3.1.
|
|
6540
|
+
pretty-quick@^3.1.3:
|
|
6641
6541
|
version "3.1.3"
|
|
6642
6542
|
resolved "https://registry.yarnpkg.com/pretty-quick/-/pretty-quick-3.1.3.tgz#15281108c0ddf446675157ca40240099157b638e"
|
|
6643
6543
|
integrity sha512-kOCi2FJabvuh1as9enxYmrnBC6tVMoVOenMaBqRfsvBHB0cbpYHjdQEpSglpASDFEXVwplpcGR4CLEaisYAFcA==
|
|
@@ -7214,7 +7114,7 @@ semver@^6.0.0, semver@^6.3.0, semver@^6.3.1:
|
|
|
7214
7114
|
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
|
|
7215
7115
|
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
|
|
7216
7116
|
|
|
7217
|
-
semver@^7.1.1, semver@^7.1.3, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8, semver@^7.5.
|
|
7117
|
+
semver@^7.1.1, semver@^7.1.3, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.3.8, semver@^7.5.3, semver@^7.5.4:
|
|
7218
7118
|
version "7.5.4"
|
|
7219
7119
|
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
|
|
7220
7120
|
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
|
|
@@ -7295,7 +7195,7 @@ shebang-regex@^3.0.0:
|
|
|
7295
7195
|
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
|
|
7296
7196
|
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
|
|
7297
7197
|
|
|
7298
|
-
shelljs@^0.8.5
|
|
7198
|
+
shelljs@^0.8.5:
|
|
7299
7199
|
version "0.8.5"
|
|
7300
7200
|
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.5.tgz#de055408d8361bed66c669d2f000538ced8ee20c"
|
|
7301
7201
|
integrity sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==
|
|
@@ -7304,14 +7204,15 @@ shelljs@^0.8.5, shelljs@~0.8.4:
|
|
|
7304
7204
|
interpret "^1.0.0"
|
|
7305
7205
|
rechoir "^0.6.2"
|
|
7306
7206
|
|
|
7307
|
-
shiki@^0.
|
|
7308
|
-
version "0.
|
|
7309
|
-
resolved "https://registry.yarnpkg.com/shiki/-/shiki-0.
|
|
7310
|
-
integrity sha512-
|
|
7207
|
+
shiki@^0.14.1:
|
|
7208
|
+
version "0.14.5"
|
|
7209
|
+
resolved "https://registry.yarnpkg.com/shiki/-/shiki-0.14.5.tgz#375dd214e57eccb04f0daf35a32aa615861deb93"
|
|
7210
|
+
integrity sha512-1gCAYOcmCFONmErGTrS1fjzJLA7MGZmKzrBNX7apqSwhyITJg2O102uFzXUeBxNnEkDA9vHIKLyeKq0V083vIw==
|
|
7311
7211
|
dependencies:
|
|
7312
|
-
|
|
7313
|
-
|
|
7314
|
-
vscode-
|
|
7212
|
+
ansi-sequence-parser "^1.1.0"
|
|
7213
|
+
jsonc-parser "^3.2.0"
|
|
7214
|
+
vscode-oniguruma "^1.7.0"
|
|
7215
|
+
vscode-textmate "^8.0.0"
|
|
7315
7216
|
|
|
7316
7217
|
side-channel@^1.0.4:
|
|
7317
7218
|
version "1.0.4"
|
|
@@ -7327,6 +7228,13 @@ signal-exit@^3.0.0, signal-exit@^3.0.2, signal-exit@^3.0.3, signal-exit@^3.0.7:
|
|
|
7327
7228
|
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"
|
|
7328
7229
|
integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
|
|
7329
7230
|
|
|
7231
|
+
simple-swizzle@^0.2.2:
|
|
7232
|
+
version "0.2.2"
|
|
7233
|
+
resolved "https://registry.yarnpkg.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz#a4da6b635ffcccca33f70d17cb92592de95e557a"
|
|
7234
|
+
integrity sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==
|
|
7235
|
+
dependencies:
|
|
7236
|
+
is-arrayish "^0.3.1"
|
|
7237
|
+
|
|
7330
7238
|
sinon@10.0.0:
|
|
7331
7239
|
version "10.0.0"
|
|
7332
7240
|
resolved "https://registry.yarnpkg.com/sinon/-/sinon-10.0.0.tgz#52279f97e35646ff73d23207d0307977c9b81430"
|
|
@@ -7351,18 +7259,6 @@ sinon@^16.0.0:
|
|
|
7351
7259
|
nise "^5.1.4"
|
|
7352
7260
|
supports-color "^7.2.0"
|
|
7353
7261
|
|
|
7354
|
-
sinon@^17.0.1:
|
|
7355
|
-
version "17.0.1"
|
|
7356
|
-
resolved "https://registry.yarnpkg.com/sinon/-/sinon-17.0.1.tgz#26b8ef719261bf8df43f925924cccc96748e407a"
|
|
7357
|
-
integrity sha512-wmwE19Lie0MLT+ZYNpDymasPHUKTaZHUH/pKEubRXIzySv9Atnlw+BUMGCzWgV7b7wO+Hw6f1TEOr0IUnmU8/g==
|
|
7358
|
-
dependencies:
|
|
7359
|
-
"@sinonjs/commons" "^3.0.0"
|
|
7360
|
-
"@sinonjs/fake-timers" "^11.2.2"
|
|
7361
|
-
"@sinonjs/samsam" "^8.0.0"
|
|
7362
|
-
diff "^5.1.0"
|
|
7363
|
-
nise "^5.1.5"
|
|
7364
|
-
supports-color "^7.2.0"
|
|
7365
|
-
|
|
7366
7262
|
skin-tone@^2.0.0:
|
|
7367
7263
|
version "2.0.0"
|
|
7368
7264
|
resolved "https://registry.yarnpkg.com/skin-tone/-/skin-tone-2.0.0.tgz#4e3933ab45c0d4f4f781745d64b9f4c208e41237"
|
|
@@ -7449,7 +7345,7 @@ sort-keys@^4.2.0:
|
|
|
7449
7345
|
dependencies:
|
|
7450
7346
|
is-plain-obj "^2.0.0"
|
|
7451
7347
|
|
|
7452
|
-
source-map-support
|
|
7348
|
+
source-map-support@^0.5.21:
|
|
7453
7349
|
version "0.5.21"
|
|
7454
7350
|
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f"
|
|
7455
7351
|
integrity sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==
|
|
@@ -7843,7 +7739,7 @@ ts-json-schema-generator@^1.4.0:
|
|
|
7843
7739
|
safe-stable-stringify "^2.4.3"
|
|
7844
7740
|
typescript "~5.2.2"
|
|
7845
7741
|
|
|
7846
|
-
ts-node@^10.
|
|
7742
|
+
ts-node@^10.8.1, ts-node@^10.9.1:
|
|
7847
7743
|
version "10.9.1"
|
|
7848
7744
|
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.1.tgz#e73de9102958af9e1f0b168a6ff320e25adcff4b"
|
|
7849
7745
|
integrity sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==
|
|
@@ -8004,15 +7900,15 @@ typedoc-plugin-missing-exports@0.23.0:
|
|
|
8004
7900
|
resolved "https://registry.yarnpkg.com/typedoc-plugin-missing-exports/-/typedoc-plugin-missing-exports-0.23.0.tgz#076df6ffce4d84e8097be009b7c62a17d58477a5"
|
|
8005
7901
|
integrity sha512-9smahDSsFRno9ZwoEshQDuIYMHWGB1E6LUud5qMxR2wNZ0T4DlZz0QjoK3HzXtX34mUpTH0dYtt7NQUK4D6B6Q==
|
|
8006
7902
|
|
|
8007
|
-
typedoc
|
|
8008
|
-
version "0.
|
|
8009
|
-
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.
|
|
8010
|
-
integrity sha512-
|
|
7903
|
+
typedoc@^0.25.3:
|
|
7904
|
+
version "0.25.3"
|
|
7905
|
+
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.25.3.tgz#53c6d668e1001b3d488e9a750fcdfb05433554c0"
|
|
7906
|
+
integrity sha512-Ow8Bo7uY1Lwy7GTmphRIMEo6IOZ+yYUyrc8n5KXIZg1svpqhZSWgni2ZrDhe+wLosFS8yswowUzljTAV/3jmWw==
|
|
8011
7907
|
dependencies:
|
|
8012
7908
|
lunr "^2.3.9"
|
|
8013
|
-
marked "^4.0
|
|
8014
|
-
minimatch "^
|
|
8015
|
-
shiki "^0.
|
|
7909
|
+
marked "^4.3.0"
|
|
7910
|
+
minimatch "^9.0.3"
|
|
7911
|
+
shiki "^0.14.1"
|
|
8016
7912
|
|
|
8017
7913
|
"typescript@^4.6.4 || ^5.0.0", typescript@^5.2.2, typescript@~5.2.2:
|
|
8018
7914
|
version "5.2.2"
|
|
@@ -8034,6 +7930,11 @@ unbox-primitive@^1.0.2:
|
|
|
8034
7930
|
has-symbols "^1.0.3"
|
|
8035
7931
|
which-boxed-primitive "^1.0.2"
|
|
8036
7932
|
|
|
7933
|
+
undici-types@~5.26.4:
|
|
7934
|
+
version "5.26.5"
|
|
7935
|
+
resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-5.26.5.tgz#bcd539893d00b56e964fd2657a4866b221a65617"
|
|
7936
|
+
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==
|
|
7937
|
+
|
|
8037
7938
|
unicode-emoji-modifier-base@^1.0.0:
|
|
8038
7939
|
version "1.0.0"
|
|
8039
7940
|
resolved "https://registry.yarnpkg.com/unicode-emoji-modifier-base/-/unicode-emoji-modifier-base-1.0.0.tgz#dbbd5b54ba30f287e2a8d5a249da6c0cef369459"
|
|
@@ -8215,15 +8116,15 @@ vinyl@^2.0.1:
|
|
|
8215
8116
|
remove-trailing-separator "^1.0.1"
|
|
8216
8117
|
replace-ext "^1.0.0"
|
|
8217
8118
|
|
|
8218
|
-
vscode-oniguruma@^1.
|
|
8119
|
+
vscode-oniguruma@^1.7.0:
|
|
8219
8120
|
version "1.7.0"
|
|
8220
8121
|
resolved "https://registry.yarnpkg.com/vscode-oniguruma/-/vscode-oniguruma-1.7.0.tgz#439bfad8fe71abd7798338d1cd3dc53a8beea94b"
|
|
8221
8122
|
integrity sha512-L9WMGRfrjOhgHSdOYgCt/yRMsXzLDJSL7BPrOZt73gU0iWO4mpqzqQzOz5srxqTvMBaR0XZTSrVWo4j55Rc6cA==
|
|
8222
8123
|
|
|
8223
|
-
vscode-textmate@^
|
|
8224
|
-
version "
|
|
8225
|
-
resolved "https://registry.yarnpkg.com/vscode-textmate/-/vscode-textmate-
|
|
8226
|
-
integrity sha512-
|
|
8124
|
+
vscode-textmate@^8.0.0:
|
|
8125
|
+
version "8.0.0"
|
|
8126
|
+
resolved "https://registry.yarnpkg.com/vscode-textmate/-/vscode-textmate-8.0.0.tgz#2c7a3b1163ef0441097e0b5d6389cd5504b59e5d"
|
|
8127
|
+
integrity sha512-AFbieoL7a5LMqcnOF04ji+rpXadgOXnZsxQr//r83kLPr7biP7am3g9zbaZIaBGwBRWeSvoMD4mgPdX3e4NWBg==
|
|
8227
8128
|
|
|
8228
8129
|
walk-up-path@^1.0.0:
|
|
8229
8130
|
version "1.0.0"
|
|
@@ -8322,13 +8223,6 @@ which-typed-array@^1.1.2:
|
|
|
8322
8223
|
has-tostringtag "^1.0.0"
|
|
8323
8224
|
is-typed-array "^1.1.10"
|
|
8324
8225
|
|
|
8325
|
-
which@2.0.2, which@^2.0.1, which@^2.0.2:
|
|
8326
|
-
version "2.0.2"
|
|
8327
|
-
resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"
|
|
8328
|
-
integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==
|
|
8329
|
-
dependencies:
|
|
8330
|
-
isexe "^2.0.0"
|
|
8331
|
-
|
|
8332
8226
|
which@^1.2.9:
|
|
8333
8227
|
version "1.3.1"
|
|
8334
8228
|
resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a"
|
|
@@ -8336,6 +8230,13 @@ which@^1.2.9:
|
|
|
8336
8230
|
dependencies:
|
|
8337
8231
|
isexe "^2.0.0"
|
|
8338
8232
|
|
|
8233
|
+
which@^2.0.1, which@^2.0.2:
|
|
8234
|
+
version "2.0.2"
|
|
8235
|
+
resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"
|
|
8236
|
+
integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==
|
|
8237
|
+
dependencies:
|
|
8238
|
+
isexe "^2.0.0"
|
|
8239
|
+
|
|
8339
8240
|
wide-align@^1.1.2, wide-align@^1.1.5:
|
|
8340
8241
|
version "1.1.5"
|
|
8341
8242
|
resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.5.tgz#df1d4c206854369ecf3c9a4898f1b23fbd9d15d3"
|
|
@@ -8368,27 +8269,11 @@ wireit@^0.14.1:
|
|
|
8368
8269
|
jsonc-parser "^3.0.0"
|
|
8369
8270
|
proper-lockfile "^4.1.2"
|
|
8370
8271
|
|
|
8371
|
-
wireit@^0.9.5:
|
|
8372
|
-
version "0.9.5"
|
|
8373
|
-
resolved "https://registry.yarnpkg.com/wireit/-/wireit-0.9.5.tgz#7c3622f6ff5e63b7fac05783baf82f967f52562c"
|
|
8374
|
-
integrity sha512-dKKNAwLxQjbPPMrltPxMUFKvLy2z6hlVjvR/qitvPm8GEQyb/1QYBG7ObvOQLsi95uAXpkWLJXBYkCKeVcMVgA==
|
|
8375
|
-
dependencies:
|
|
8376
|
-
braces "^3.0.2"
|
|
8377
|
-
chokidar "^3.5.3"
|
|
8378
|
-
fast-glob "^3.2.11"
|
|
8379
|
-
jsonc-parser "^3.0.0"
|
|
8380
|
-
proper-lockfile "^4.1.2"
|
|
8381
|
-
|
|
8382
8272
|
wordwrap@^1.0.0:
|
|
8383
8273
|
version "1.0.0"
|
|
8384
8274
|
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
|
|
8385
8275
|
integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==
|
|
8386
8276
|
|
|
8387
|
-
workerpool@6.2.0:
|
|
8388
|
-
version "6.2.0"
|
|
8389
|
-
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.0.tgz#827d93c9ba23ee2019c3ffaff5c27fccea289e8b"
|
|
8390
|
-
integrity sha512-Rsk5qQHJ9eowMH28Jwhe8HEbmdYDX4lwoMWshiCXugjtHqMD9ZbiqSDLxcsfdqsETPzVUtX5s1Z5kStiIM6l4A==
|
|
8391
|
-
|
|
8392
8277
|
workerpool@6.2.1:
|
|
8393
8278
|
version "6.2.1"
|
|
8394
8279
|
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
|