@salesforce/plugin-data 3.0.12 → 3.0.14
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/LICENSE.txt +1 -1
- package/README.md +16 -16
- package/lib/BulkBaseCommand.js +1 -3
- package/lib/BulkBaseCommand.js.map +1 -1
- package/lib/api/data/tree/exportApi.js +2 -3
- package/lib/api/data/tree/exportApi.js.map +1 -1
- package/lib/api/data/tree/importApi.js +1 -1
- package/lib/api/data/tree/importApi.js.map +1 -1
- package/lib/batcher.js +1 -3
- package/lib/batcher.js.map +1 -1
- package/lib/bulkDataRequestCache.js +1 -3
- package/lib/bulkDataRequestCache.js.map +1 -1
- package/lib/bulkOperationCommand.js +1 -3
- package/lib/bulkOperationCommand.js.map +1 -1
- package/lib/bulkUtils.js +1 -3
- package/lib/bulkUtils.js.map +1 -1
- package/lib/commands/data/create/record.js +1 -3
- package/lib/commands/data/create/record.js.map +1 -1
- package/lib/commands/data/delete/bulk.js +1 -3
- package/lib/commands/data/delete/bulk.js.map +1 -1
- package/lib/commands/data/delete/record.js +1 -3
- package/lib/commands/data/delete/record.js.map +1 -1
- package/lib/commands/data/delete/resume.js +1 -3
- package/lib/commands/data/delete/resume.js.map +1 -1
- package/lib/commands/data/export/tree.js +1 -3
- package/lib/commands/data/export/tree.js.map +1 -1
- package/lib/commands/data/get/record.js +1 -3
- package/lib/commands/data/get/record.js.map +1 -1
- package/lib/commands/data/import/tree.js +1 -3
- package/lib/commands/data/import/tree.js.map +1 -1
- package/lib/commands/data/query/resume.js +1 -3
- package/lib/commands/data/query/resume.js.map +1 -1
- package/lib/commands/data/query.js +1 -3
- package/lib/commands/data/query.js.map +1 -1
- package/lib/commands/data/resume.js +1 -3
- package/lib/commands/data/resume.js.map +1 -1
- package/lib/commands/data/update/record.js +1 -3
- package/lib/commands/data/update/record.js.map +1 -1
- package/lib/commands/data/upsert/bulk.js +1 -3
- package/lib/commands/data/upsert/bulk.js.map +1 -1
- package/lib/commands/data/upsert/resume.js +1 -3
- package/lib/commands/data/upsert/resume.js.map +1 -1
- package/lib/commands/force/data/bulk/delete.js +1 -3
- package/lib/commands/force/data/bulk/delete.js.map +1 -1
- package/lib/commands/force/data/bulk/status.js +1 -3
- package/lib/commands/force/data/bulk/status.js.map +1 -1
- package/lib/commands/force/data/bulk/upsert.js +1 -3
- package/lib/commands/force/data/bulk/upsert.js.map +1 -1
- package/lib/dataCommand.js +1 -3
- package/lib/dataCommand.js.map +1 -1
- package/lib/flags.js +1 -3
- package/lib/flags.js.map +1 -1
- package/lib/reporters.js +1 -3
- package/lib/reporters.js.map +1 -1
- package/lib/resumeBulkCommand.js +1 -3
- package/lib/resumeBulkCommand.js.map +1 -1
- package/oclif.lock +204 -155
- package/oclif.manifest.json +154 -170
- package/package.json +10 -10
package/oclif.lock
CHANGED
|
@@ -442,6 +442,59 @@
|
|
|
442
442
|
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz#e5211452df060fa8522b55c7b3c0c4d1981cb044"
|
|
443
443
|
integrity sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==
|
|
444
444
|
|
|
445
|
+
"@inquirer/confirm@^2.0.15":
|
|
446
|
+
version "2.0.15"
|
|
447
|
+
resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-2.0.15.tgz#b5512ed190efd8c5b96e0969115756b48546ab36"
|
|
448
|
+
integrity sha512-hj8Q/z7sQXsF0DSpLQZVDhWYGN6KLM/gNjjqGkpKwBzljbQofGjn0ueHADy4HUY+OqDHmXuwk/bY+tZyIuuB0w==
|
|
449
|
+
dependencies:
|
|
450
|
+
"@inquirer/core" "^5.1.1"
|
|
451
|
+
"@inquirer/type" "^1.1.5"
|
|
452
|
+
chalk "^4.1.2"
|
|
453
|
+
|
|
454
|
+
"@inquirer/core@^5.1.1":
|
|
455
|
+
version "5.1.1"
|
|
456
|
+
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-5.1.1.tgz#849d4846aea68371c133df6ec9059f5e5bd30d30"
|
|
457
|
+
integrity sha512-IuJyZQUg75+L5AmopgnzxYrgcU6PJKL0hoIs332G1Gv55CnmZrhG6BzNOeZ5sOsTi1YCGOopw4rYICv74ejMFg==
|
|
458
|
+
dependencies:
|
|
459
|
+
"@inquirer/type" "^1.1.5"
|
|
460
|
+
"@types/mute-stream" "^0.0.4"
|
|
461
|
+
"@types/node" "^20.9.0"
|
|
462
|
+
"@types/wrap-ansi" "^3.0.0"
|
|
463
|
+
ansi-escapes "^4.3.2"
|
|
464
|
+
chalk "^4.1.2"
|
|
465
|
+
cli-spinners "^2.9.1"
|
|
466
|
+
cli-width "^4.1.0"
|
|
467
|
+
figures "^3.2.0"
|
|
468
|
+
mute-stream "^1.0.0"
|
|
469
|
+
run-async "^3.0.0"
|
|
470
|
+
signal-exit "^4.1.0"
|
|
471
|
+
strip-ansi "^6.0.1"
|
|
472
|
+
wrap-ansi "^6.2.0"
|
|
473
|
+
|
|
474
|
+
"@inquirer/input@^1.2.14":
|
|
475
|
+
version "1.2.14"
|
|
476
|
+
resolved "https://registry.yarnpkg.com/@inquirer/input/-/input-1.2.14.tgz#8951867618bb5cd16dd096e02404eec225a92207"
|
|
477
|
+
integrity sha512-tISLGpUKXixIQue7jypNEShrdzJoLvEvZOJ4QRsw5XTfrIYfoWFqAjMQLerGs9CzR86yAI89JR6snHmKwnNddw==
|
|
478
|
+
dependencies:
|
|
479
|
+
"@inquirer/core" "^5.1.1"
|
|
480
|
+
"@inquirer/type" "^1.1.5"
|
|
481
|
+
chalk "^4.1.2"
|
|
482
|
+
|
|
483
|
+
"@inquirer/password@^1.1.14":
|
|
484
|
+
version "1.1.14"
|
|
485
|
+
resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-1.1.14.tgz#c1fc139efe84a38986870a1bcf80718050f82bbf"
|
|
486
|
+
integrity sha512-vL2BFxfMo8EvuGuZYlryiyAB3XsgtbxOcFs4H9WI9szAS/VZCAwdVqs8rqEeaAf/GV/eZOghIOYxvD91IsRWSg==
|
|
487
|
+
dependencies:
|
|
488
|
+
"@inquirer/input" "^1.2.14"
|
|
489
|
+
"@inquirer/type" "^1.1.5"
|
|
490
|
+
ansi-escapes "^4.3.2"
|
|
491
|
+
chalk "^4.1.2"
|
|
492
|
+
|
|
493
|
+
"@inquirer/type@^1.1.5":
|
|
494
|
+
version "1.1.5"
|
|
495
|
+
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.1.5.tgz#b8c171f755859c8159b10e41e1e3a88f0ca99d7f"
|
|
496
|
+
integrity sha512-wmwHvHozpPo4IZkkNtbYenem/0wnfI6hvOcGKmPEa0DwuaH5XUQzFqy6OpEpjEegZMhYIk8HDYITI16BPLtrRA==
|
|
497
|
+
|
|
445
498
|
"@isaacs/cliui@^8.0.2":
|
|
446
499
|
version "8.0.2"
|
|
447
500
|
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
|
|
@@ -768,10 +821,10 @@
|
|
|
768
821
|
wordwrap "^1.0.0"
|
|
769
822
|
wrap-ansi "^7.0.0"
|
|
770
823
|
|
|
771
|
-
"@oclif/core@^3.0.4", "@oclif/core@^3.
|
|
772
|
-
version "3.
|
|
773
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.
|
|
774
|
-
integrity sha512
|
|
824
|
+
"@oclif/core@^3.0.4", "@oclif/core@^3.15.0", "@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.3.1":
|
|
825
|
+
version "3.16.0"
|
|
826
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.16.0.tgz#682657cb5e4a3262a47e26e0c8a7bf0343acaf76"
|
|
827
|
+
integrity sha512-/PIz+udzb59XE8O/bQvqlCtXy6RByEHH0KsrAJNa/ZrqtdsLmeDNJcHdgygFHx+nz+PYMoUzsyzJMau++EDNoQ==
|
|
775
828
|
dependencies:
|
|
776
829
|
ansi-escapes "^4.3.2"
|
|
777
830
|
ansi-styles "^4.3.0"
|
|
@@ -801,12 +854,12 @@
|
|
|
801
854
|
wordwrap "^1.0.0"
|
|
802
855
|
wrap-ansi "^7.0.0"
|
|
803
856
|
|
|
804
|
-
"@oclif/plugin-command-snapshot@^5.0.
|
|
805
|
-
version "5.0.
|
|
806
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.
|
|
807
|
-
integrity sha512-
|
|
857
|
+
"@oclif/plugin-command-snapshot@^5.0.5":
|
|
858
|
+
version "5.0.5"
|
|
859
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.5.tgz#8594869b2e70c5703041d810b7c6515dcd179494"
|
|
860
|
+
integrity sha512-rv+1DVDRJQhD6BXQ1rA7ZZRiXroqDEyfnuIdWLlELxmyENH5askz6q+PeY0GDIAGbIlGCsTv84B3rPk1qsMqRA==
|
|
808
861
|
dependencies:
|
|
809
|
-
"@oclif/core" "^3.
|
|
862
|
+
"@oclif/core" "^3.15.0"
|
|
810
863
|
"@types/lodash.difference" "^4.5.9"
|
|
811
864
|
chalk "^5.3.0"
|
|
812
865
|
just-diff "^5.2.0"
|
|
@@ -949,12 +1002,12 @@
|
|
|
949
1002
|
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
|
|
950
1003
|
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
|
951
1004
|
|
|
952
|
-
"@salesforce/cli-plugins-testkit@^5.1.
|
|
953
|
-
version "5.1.
|
|
954
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.
|
|
955
|
-
integrity sha512-
|
|
1005
|
+
"@salesforce/cli-plugins-testkit@^5.1.3":
|
|
1006
|
+
version "5.1.3"
|
|
1007
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.3.tgz#5e7a7afebaa9a2c02eadbf533273d496335929d6"
|
|
1008
|
+
integrity sha512-wmaiVR2Hr6AGUBdDF4M5xCEm4iczNdkm3lVlz8dU/8nISEAyNHOUkt2sB07Yx5oXoDMNNuuxM2DthxxMxxwzzA==
|
|
956
1009
|
dependencies:
|
|
957
|
-
"@salesforce/core" "^6.4.
|
|
1010
|
+
"@salesforce/core" "^6.4.2"
|
|
958
1011
|
"@salesforce/kit" "^3.0.15"
|
|
959
1012
|
"@salesforce/ts-types" "^2.0.9"
|
|
960
1013
|
"@types/shelljs" "^0.8.15"
|
|
@@ -964,30 +1017,6 @@
|
|
|
964
1017
|
strip-ansi "6.0.1"
|
|
965
1018
|
ts-retry-promise "^0.7.1"
|
|
966
1019
|
|
|
967
|
-
"@salesforce/core@^5.3.20":
|
|
968
|
-
version "5.3.20"
|
|
969
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.3.20.tgz#4e934d4551bb70423cb1c4115615bc41cffca41e"
|
|
970
|
-
integrity sha512-y+O6O2c8OYFDrAy2qsG+pAcNxoyL14nmBXcBRRcYA7Huj8ikK+aLJK84PuVAYdQz+hNwImQF+69IWtDkpK4Irg==
|
|
971
|
-
dependencies:
|
|
972
|
-
"@salesforce/kit" "^3.0.15"
|
|
973
|
-
"@salesforce/schemas" "^1.6.1"
|
|
974
|
-
"@salesforce/ts-types" "^2.0.9"
|
|
975
|
-
"@types/semver" "^7.5.4"
|
|
976
|
-
ajv "^8.12.0"
|
|
977
|
-
change-case "^4.1.2"
|
|
978
|
-
faye "^1.4.0"
|
|
979
|
-
form-data "^4.0.0"
|
|
980
|
-
js2xmlparser "^4.0.1"
|
|
981
|
-
jsforce "^2.0.0-beta.28"
|
|
982
|
-
jsonwebtoken "9.0.2"
|
|
983
|
-
jszip "3.10.1"
|
|
984
|
-
pino "^8.16.0"
|
|
985
|
-
pino-abstract-transport "^1.0.0"
|
|
986
|
-
pino-pretty "^10.2.3"
|
|
987
|
-
proper-lockfile "^4.1.2"
|
|
988
|
-
semver "^7.5.4"
|
|
989
|
-
ts-retry-promise "^0.7.1"
|
|
990
|
-
|
|
991
1020
|
"@salesforce/core@^6.4.0", "@salesforce/core@^6.4.1", "@salesforce/core@^6.4.2":
|
|
992
1021
|
version "6.4.2"
|
|
993
1022
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.2.tgz#e6e5e2d5e6ad17f1cbe0feb5a0e55e8b74c91e3c"
|
|
@@ -1017,16 +1046,16 @@
|
|
|
1017
1046
|
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
|
|
1018
1047
|
integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
|
|
1019
1048
|
|
|
1020
|
-
"@salesforce/dev-scripts@^8.
|
|
1021
|
-
version "8.
|
|
1022
|
-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.
|
|
1023
|
-
integrity sha512-
|
|
1049
|
+
"@salesforce/dev-scripts@^8.2.0":
|
|
1050
|
+
version "8.2.0"
|
|
1051
|
+
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.2.0.tgz#e8ca6fd377b0e85ecf88baea727493a68c2154ee"
|
|
1052
|
+
integrity sha512-dzVBmetyBe8IM1XJCBw83U5rC0TSwvXa1MPRRI0pmE/VeBqlfxM7rneKtlORCirz9n8SAvCiQvI4oJ/yWW5Quw==
|
|
1024
1053
|
dependencies:
|
|
1025
1054
|
"@commitlint/cli" "^17.1.2"
|
|
1026
1055
|
"@commitlint/config-conventional" "^17.8.1"
|
|
1027
1056
|
"@salesforce/dev-config" "^4.1.0"
|
|
1028
1057
|
"@salesforce/prettier-config" "^0.0.3"
|
|
1029
|
-
"@types/chai" "^4.3.
|
|
1058
|
+
"@types/chai" "^4.3.11"
|
|
1030
1059
|
"@types/mocha" "^10.0.6"
|
|
1031
1060
|
"@types/node" "^18"
|
|
1032
1061
|
"@types/sinon" "^10.0.20"
|
|
@@ -1057,15 +1086,15 @@
|
|
|
1057
1086
|
"@salesforce/ts-types" "^2.0.9"
|
|
1058
1087
|
tslib "^2.6.2"
|
|
1059
1088
|
|
|
1060
|
-
"@salesforce/plugin-command-reference@^3.0.
|
|
1061
|
-
version "3.0.
|
|
1062
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
|
1063
|
-
integrity sha512-
|
|
1089
|
+
"@salesforce/plugin-command-reference@^3.0.59":
|
|
1090
|
+
version "3.0.59"
|
|
1091
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.59.tgz#309dba84ae01828e1b8d62d80390240418688c43"
|
|
1092
|
+
integrity sha512-8mjPJyxz1FF6Ei7RwjMLHZTmFX2+bOOh5aq7lNwk3qkSqy5cSTW8bf+1/lcOPkm2125qCbAUL0wAgAyNACF6Xg==
|
|
1064
1093
|
dependencies:
|
|
1065
|
-
"@oclif/core" "^3.
|
|
1066
|
-
"@salesforce/core" "^6.4.
|
|
1094
|
+
"@oclif/core" "^3.15.1"
|
|
1095
|
+
"@salesforce/core" "^6.4.1"
|
|
1067
1096
|
"@salesforce/kit" "^3.0.15"
|
|
1068
|
-
"@salesforce/sf-plugins-core" "^5.0.
|
|
1097
|
+
"@salesforce/sf-plugins-core" "^5.0.13"
|
|
1069
1098
|
"@salesforce/ts-types" "^2.0.9"
|
|
1070
1099
|
chalk "^4"
|
|
1071
1100
|
handlebars "^4.7.8"
|
|
@@ -1081,12 +1110,12 @@
|
|
|
1081
1110
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.6.1.tgz#7d1c071e1e509ca9d2d8a6e48ac7447dd67a534d"
|
|
1082
1111
|
integrity sha512-eVy947ZMxCJReKJdgfddUIsBIbPTa/i8RwQGwxq4/ss38H5sLOAeSTaun9V7HpJ1hkpDznWKfgzYvjsst9K6ig==
|
|
1083
1112
|
|
|
1084
|
-
"@salesforce/sf-plugins-core@^5.0.
|
|
1085
|
-
version "5.0.
|
|
1086
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.
|
|
1087
|
-
integrity sha512-
|
|
1113
|
+
"@salesforce/sf-plugins-core@^5.0.13":
|
|
1114
|
+
version "5.0.13"
|
|
1115
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.13.tgz#f2941527d66ded5750a6646e146af047ab72acc9"
|
|
1116
|
+
integrity sha512-b5R8krKeOIkW0hPxvfpm8T5tCSyWW7MDERnJwm/FXq4ueUJsC1/TCWSscyVKPSZ0VRcEFbzOWKJvpV/omB1D9w==
|
|
1088
1117
|
dependencies:
|
|
1089
|
-
"@oclif/core" "^3.15.
|
|
1118
|
+
"@oclif/core" "^3.15.1"
|
|
1090
1119
|
"@salesforce/core" "^6.4.1"
|
|
1091
1120
|
"@salesforce/kit" "^3.0.15"
|
|
1092
1121
|
"@salesforce/ts-types" "^2.0.9"
|
|
@@ -1094,6 +1123,19 @@
|
|
|
1094
1123
|
chalk "^4"
|
|
1095
1124
|
inquirer "^8.2.5"
|
|
1096
1125
|
|
|
1126
|
+
"@salesforce/sf-plugins-core@^7.0.0":
|
|
1127
|
+
version "7.0.0"
|
|
1128
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.0.0.tgz#56cb4eaafcd04a183938d86c5e93323e037b15ab"
|
|
1129
|
+
integrity sha512-vl53Ee0/eg9wgvtWro6kX82/943s28Hph/o3lTQk6URorfqMC+zH0RGKJj1X0VKeLhDSOCRYXqIu54jE8AZ/3g==
|
|
1130
|
+
dependencies:
|
|
1131
|
+
"@inquirer/confirm" "^2.0.15"
|
|
1132
|
+
"@inquirer/password" "^1.1.14"
|
|
1133
|
+
"@oclif/core" "^3.16.0"
|
|
1134
|
+
"@salesforce/core" "^6.4.2"
|
|
1135
|
+
"@salesforce/kit" "^3.0.15"
|
|
1136
|
+
"@salesforce/ts-types" "^2.0.9"
|
|
1137
|
+
chalk "^5.3.0"
|
|
1138
|
+
|
|
1097
1139
|
"@salesforce/ts-types@^2.0.9":
|
|
1098
1140
|
version "2.0.9"
|
|
1099
1141
|
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-2.0.9.tgz#66bff7b41720065d6b01631b6f6a3ccca02857c5"
|
|
@@ -1230,10 +1272,10 @@
|
|
|
1230
1272
|
dependencies:
|
|
1231
1273
|
"@types/chai" "*"
|
|
1232
1274
|
|
|
1233
|
-
"@types/chai@*", "@types/chai@^4.3.
|
|
1234
|
-
version "4.3.
|
|
1235
|
-
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.
|
|
1236
|
-
integrity sha512-
|
|
1275
|
+
"@types/chai@*", "@types/chai@^4.3.11":
|
|
1276
|
+
version "4.3.11"
|
|
1277
|
+
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.11.tgz#e95050bf79a932cb7305dd130254ccdf9bde671c"
|
|
1278
|
+
integrity sha512-qQR1dr2rGIHYlJulmr8Ioq3De0Le9E4MJ5AiaeAETJJpndT1uUNHsGFK3L/UIu+rbkQSdj8J/w2bCsBZc/Y5fQ==
|
|
1237
1279
|
|
|
1238
1280
|
"@types/cli-progress@^3.11.0":
|
|
1239
1281
|
version "3.11.5"
|
|
@@ -1268,7 +1310,7 @@
|
|
|
1268
1310
|
"@types/through" "*"
|
|
1269
1311
|
rxjs "^7.2.0"
|
|
1270
1312
|
|
|
1271
|
-
"@types/json-schema@^7.0.12"
|
|
1313
|
+
"@types/json-schema@^7.0.12":
|
|
1272
1314
|
version "7.0.15"
|
|
1273
1315
|
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.15.tgz#596a1747233694d50f6ad8a7869fcb6f56cf5841"
|
|
1274
1316
|
integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
|
|
@@ -1317,10 +1359,17 @@
|
|
|
1317
1359
|
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.6.tgz#818551d39113081048bdddbef96701b4e8bb9d1b"
|
|
1318
1360
|
integrity sha512-dJvrYWxP/UcXm36Qn36fxhUKu8A/xMRXVT2cliFF1Z7UA9liG5Psj3ezNSZw+5puH2czDXRLcXQxf8JbJt0ejg==
|
|
1319
1361
|
|
|
1320
|
-
"@types/
|
|
1321
|
-
version "
|
|
1322
|
-
resolved "https://registry.yarnpkg.com/@types/
|
|
1323
|
-
integrity sha512-
|
|
1362
|
+
"@types/mute-stream@^0.0.4":
|
|
1363
|
+
version "0.0.4"
|
|
1364
|
+
resolved "https://registry.yarnpkg.com/@types/mute-stream/-/mute-stream-0.0.4.tgz#77208e56a08767af6c5e1237be8888e2f255c478"
|
|
1365
|
+
integrity sha512-CPM9nzrCPPJHQNA9keH9CVkVI+WR5kMa+7XEs5jcGQ0VoAGnLv242w8lIVgwAEfmE4oufJRaTc9PNLQl0ioAow==
|
|
1366
|
+
dependencies:
|
|
1367
|
+
"@types/node" "*"
|
|
1368
|
+
|
|
1369
|
+
"@types/node@*", "@types/node@^20.9.0":
|
|
1370
|
+
version "20.10.6"
|
|
1371
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.6.tgz#a3ec84c22965802bf763da55b2394424f22bfbb5"
|
|
1372
|
+
integrity sha512-Vac8H+NlRNNlAmDfGUP7b5h/KA+AtWIzuXy0E6OyP8f1tCLYAtPvKRRDJjAPqhpCb0t6U2j7/xqAuLEebW2kiw==
|
|
1324
1373
|
dependencies:
|
|
1325
1374
|
undici-types "~5.26.4"
|
|
1326
1375
|
|
|
@@ -1363,7 +1412,7 @@
|
|
|
1363
1412
|
dependencies:
|
|
1364
1413
|
"@types/node" "*"
|
|
1365
1414
|
|
|
1366
|
-
"@types/semver@^7.
|
|
1415
|
+
"@types/semver@^7.5.0", "@types/semver@^7.5.6":
|
|
1367
1416
|
version "7.5.6"
|
|
1368
1417
|
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.6.tgz#c65b2bfce1bec346582c07724e3f8c1017a20339"
|
|
1369
1418
|
integrity sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==
|
|
@@ -1403,6 +1452,11 @@
|
|
|
1403
1452
|
"@types/expect" "^1.20.4"
|
|
1404
1453
|
"@types/node" "*"
|
|
1405
1454
|
|
|
1455
|
+
"@types/wrap-ansi@^3.0.0":
|
|
1456
|
+
version "3.0.0"
|
|
1457
|
+
resolved "https://registry.yarnpkg.com/@types/wrap-ansi/-/wrap-ansi-3.0.0.tgz#18b97a972f94f60a679fd5c796d96421b9abb9fd"
|
|
1458
|
+
integrity sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==
|
|
1459
|
+
|
|
1406
1460
|
"@typescript-eslint/eslint-plugin@^6.10.0":
|
|
1407
1461
|
version "6.11.0"
|
|
1408
1462
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.11.0.tgz#52aae65174ff526576351f9ccd41cea01001463f"
|
|
@@ -1431,14 +1485,6 @@
|
|
|
1431
1485
|
"@typescript-eslint/visitor-keys" "6.11.0"
|
|
1432
1486
|
debug "^4.3.4"
|
|
1433
1487
|
|
|
1434
|
-
"@typescript-eslint/scope-manager@5.62.0":
|
|
1435
|
-
version "5.62.0"
|
|
1436
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
|
|
1437
|
-
integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
|
|
1438
|
-
dependencies:
|
|
1439
|
-
"@typescript-eslint/types" "5.62.0"
|
|
1440
|
-
"@typescript-eslint/visitor-keys" "5.62.0"
|
|
1441
|
-
|
|
1442
1488
|
"@typescript-eslint/scope-manager@6.11.0":
|
|
1443
1489
|
version "6.11.0"
|
|
1444
1490
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.11.0.tgz#621f603537c89f4d105733d949aa4d55eee5cea8"
|
|
@@ -1447,6 +1493,14 @@
|
|
|
1447
1493
|
"@typescript-eslint/types" "6.11.0"
|
|
1448
1494
|
"@typescript-eslint/visitor-keys" "6.11.0"
|
|
1449
1495
|
|
|
1496
|
+
"@typescript-eslint/scope-manager@6.16.0":
|
|
1497
|
+
version "6.16.0"
|
|
1498
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.16.0.tgz#f3e9a00fbc1d0701356359cd56489c54d9e37168"
|
|
1499
|
+
integrity sha512-0N7Y9DSPdaBQ3sqSCwlrm9zJwkpOuc6HYm7LpzLAPqBL7dmzAUimr4M29dMkOP/tEwvOCC/Cxo//yOfJD3HUiw==
|
|
1500
|
+
dependencies:
|
|
1501
|
+
"@typescript-eslint/types" "6.16.0"
|
|
1502
|
+
"@typescript-eslint/visitor-keys" "6.16.0"
|
|
1503
|
+
|
|
1450
1504
|
"@typescript-eslint/type-utils@6.11.0":
|
|
1451
1505
|
version "6.11.0"
|
|
1452
1506
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.11.0.tgz#d0b8b1ab6c26b974dbf91de1ebc5b11fea24e0d1"
|
|
@@ -1457,28 +1511,15 @@
|
|
|
1457
1511
|
debug "^4.3.4"
|
|
1458
1512
|
ts-api-utils "^1.0.1"
|
|
1459
1513
|
|
|
1460
|
-
"@typescript-eslint/types@5.62.0":
|
|
1461
|
-
version "5.62.0"
|
|
1462
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
|
|
1463
|
-
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
|
|
1464
|
-
|
|
1465
1514
|
"@typescript-eslint/types@6.11.0":
|
|
1466
1515
|
version "6.11.0"
|
|
1467
1516
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.11.0.tgz#8ad3aa000cbf4bdc4dcceed96e9b577f15e0bf53"
|
|
1468
1517
|
integrity sha512-ZbEzuD4DwEJxwPqhv3QULlRj8KYTAnNsXxmfuUXFCxZmO6CF2gM/y+ugBSAQhrqaJL3M+oe4owdWunaHM6beqA==
|
|
1469
1518
|
|
|
1470
|
-
"@typescript-eslint/
|
|
1471
|
-
version "
|
|
1472
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/
|
|
1473
|
-
integrity sha512-
|
|
1474
|
-
dependencies:
|
|
1475
|
-
"@typescript-eslint/types" "5.62.0"
|
|
1476
|
-
"@typescript-eslint/visitor-keys" "5.62.0"
|
|
1477
|
-
debug "^4.3.4"
|
|
1478
|
-
globby "^11.1.0"
|
|
1479
|
-
is-glob "^4.0.3"
|
|
1480
|
-
semver "^7.3.7"
|
|
1481
|
-
tsutils "^3.21.0"
|
|
1519
|
+
"@typescript-eslint/types@6.16.0":
|
|
1520
|
+
version "6.16.0"
|
|
1521
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.16.0.tgz#a3abe0045737d44d8234708d5ed8fef5d59dc91e"
|
|
1522
|
+
integrity sha512-hvDFpLEvTJoHutVl87+MG/c5C8I6LOgEx05zExTSJDEVU7hhR3jhV8M5zuggbdFCw98+HhZWPHZeKS97kS3JoQ==
|
|
1482
1523
|
|
|
1483
1524
|
"@typescript-eslint/typescript-estree@6.11.0":
|
|
1484
1525
|
version "6.11.0"
|
|
@@ -1493,7 +1534,21 @@
|
|
|
1493
1534
|
semver "^7.5.4"
|
|
1494
1535
|
ts-api-utils "^1.0.1"
|
|
1495
1536
|
|
|
1496
|
-
"@typescript-eslint/
|
|
1537
|
+
"@typescript-eslint/typescript-estree@6.16.0":
|
|
1538
|
+
version "6.16.0"
|
|
1539
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.16.0.tgz#d6e0578e4f593045f0df06c4b3a22bd6f13f2d03"
|
|
1540
|
+
integrity sha512-VTWZuixh/vr7nih6CfrdpmFNLEnoVBF1skfjdyGnNwXOH1SLeHItGdZDHhhAIzd3ACazyY2Fg76zuzOVTaknGA==
|
|
1541
|
+
dependencies:
|
|
1542
|
+
"@typescript-eslint/types" "6.16.0"
|
|
1543
|
+
"@typescript-eslint/visitor-keys" "6.16.0"
|
|
1544
|
+
debug "^4.3.4"
|
|
1545
|
+
globby "^11.1.0"
|
|
1546
|
+
is-glob "^4.0.3"
|
|
1547
|
+
minimatch "9.0.3"
|
|
1548
|
+
semver "^7.5.4"
|
|
1549
|
+
ts-api-utils "^1.0.1"
|
|
1550
|
+
|
|
1551
|
+
"@typescript-eslint/utils@6.11.0":
|
|
1497
1552
|
version "6.11.0"
|
|
1498
1553
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.11.0.tgz#11374f59ef4cea50857b1303477c08aafa2ca604"
|
|
1499
1554
|
integrity sha512-p23ibf68fxoZy605dc0dQAEoUsoiNoP3MD9WQGiHLDuTSOuqoTsa4oAy+h3KDkTcxbbfOtUjb9h3Ta0gT4ug2g==
|
|
@@ -1506,27 +1561,18 @@
|
|
|
1506
1561
|
"@typescript-eslint/typescript-estree" "6.11.0"
|
|
1507
1562
|
semver "^7.5.4"
|
|
1508
1563
|
|
|
1509
|
-
"@typescript-eslint/utils@^
|
|
1510
|
-
version "
|
|
1511
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-
|
|
1512
|
-
integrity sha512-
|
|
1564
|
+
"@typescript-eslint/utils@^6.13.2", "@typescript-eslint/utils@^6.7.5":
|
|
1565
|
+
version "6.16.0"
|
|
1566
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.16.0.tgz#1c291492d34670f9210d2b7fcf6b402bea3134ae"
|
|
1567
|
+
integrity sha512-T83QPKrBm6n//q9mv7oiSvy/Xq/7Hyw9SzSEhMHJwznEmQayfBM87+oAlkNAMEO7/MjIwKyOHgBJbxB0s7gx2A==
|
|
1513
1568
|
dependencies:
|
|
1514
|
-
"@eslint-community/eslint-utils" "^4.
|
|
1515
|
-
"@types/json-schema" "^7.0.
|
|
1516
|
-
"@types/semver" "^7.
|
|
1517
|
-
"@typescript-eslint/scope-manager" "
|
|
1518
|
-
"@typescript-eslint/types" "
|
|
1519
|
-
"@typescript-eslint/typescript-estree" "
|
|
1520
|
-
|
|
1521
|
-
semver "^7.3.7"
|
|
1522
|
-
|
|
1523
|
-
"@typescript-eslint/visitor-keys@5.62.0":
|
|
1524
|
-
version "5.62.0"
|
|
1525
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
|
|
1526
|
-
integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
|
|
1527
|
-
dependencies:
|
|
1528
|
-
"@typescript-eslint/types" "5.62.0"
|
|
1529
|
-
eslint-visitor-keys "^3.3.0"
|
|
1569
|
+
"@eslint-community/eslint-utils" "^4.4.0"
|
|
1570
|
+
"@types/json-schema" "^7.0.12"
|
|
1571
|
+
"@types/semver" "^7.5.0"
|
|
1572
|
+
"@typescript-eslint/scope-manager" "6.16.0"
|
|
1573
|
+
"@typescript-eslint/types" "6.16.0"
|
|
1574
|
+
"@typescript-eslint/typescript-estree" "6.16.0"
|
|
1575
|
+
semver "^7.5.4"
|
|
1530
1576
|
|
|
1531
1577
|
"@typescript-eslint/visitor-keys@6.11.0":
|
|
1532
1578
|
version "6.11.0"
|
|
@@ -1536,6 +1582,14 @@
|
|
|
1536
1582
|
"@typescript-eslint/types" "6.11.0"
|
|
1537
1583
|
eslint-visitor-keys "^3.4.1"
|
|
1538
1584
|
|
|
1585
|
+
"@typescript-eslint/visitor-keys@6.16.0":
|
|
1586
|
+
version "6.16.0"
|
|
1587
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.16.0.tgz#d50da18a05d91318ed3e7e8889bda0edc35f3a10"
|
|
1588
|
+
integrity sha512-QSFQLruk7fhs91a/Ep/LqRdbJCZ1Rq03rqBdKT5Ky17Sz8zRLUksqIe9DW0pKtg/Z35/ztbLQ6qpOCN6rOC11A==
|
|
1589
|
+
dependencies:
|
|
1590
|
+
"@typescript-eslint/types" "6.16.0"
|
|
1591
|
+
eslint-visitor-keys "^3.4.1"
|
|
1592
|
+
|
|
1539
1593
|
"@ungap/structured-clone@^1.2.0":
|
|
1540
1594
|
version "1.2.0"
|
|
1541
1595
|
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
|
|
@@ -2325,10 +2379,10 @@ cli-progress@^3.12.0:
|
|
|
2325
2379
|
dependencies:
|
|
2326
2380
|
string-width "^4.2.3"
|
|
2327
2381
|
|
|
2328
|
-
cli-spinners@^2.5.0:
|
|
2329
|
-
version "2.9.
|
|
2330
|
-
resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.9.
|
|
2331
|
-
integrity sha512-
|
|
2382
|
+
cli-spinners@^2.5.0, cli-spinners@^2.9.1:
|
|
2383
|
+
version "2.9.2"
|
|
2384
|
+
resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.9.2.tgz#1773a8f4b9c4d6ac31563df53b3fc1d79462fe41"
|
|
2385
|
+
integrity sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==
|
|
2332
2386
|
|
|
2333
2387
|
cli-table@^0.3.1:
|
|
2334
2388
|
version "0.3.11"
|
|
@@ -2342,6 +2396,11 @@ cli-width@^3.0.0:
|
|
|
2342
2396
|
resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-3.0.0.tgz#a2f48437a2caa9a22436e794bf071ec9e61cedf6"
|
|
2343
2397
|
integrity sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==
|
|
2344
2398
|
|
|
2399
|
+
cli-width@^4.1.0:
|
|
2400
|
+
version "4.1.0"
|
|
2401
|
+
resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-4.1.0.tgz#42daac41d3c254ef38ad8ac037672130173691c5"
|
|
2402
|
+
integrity sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==
|
|
2403
|
+
|
|
2345
2404
|
cliui@^6.0.0:
|
|
2346
2405
|
version "6.0.0"
|
|
2347
2406
|
resolved "https://registry.yarnpkg.com/cliui/-/cliui-6.0.0.tgz#511d702c0c4e41ca156d7d0e96021f23e13225b1"
|
|
@@ -3128,13 +3187,13 @@ eslint-plugin-perfectionist@^2.1.0:
|
|
|
3128
3187
|
minimatch "^9.0.3"
|
|
3129
3188
|
natural-compare-lite "^1.4.0"
|
|
3130
3189
|
|
|
3131
|
-
eslint-plugin-sf-plugin@^1.
|
|
3132
|
-
version "1.
|
|
3133
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.
|
|
3134
|
-
integrity sha512-
|
|
3190
|
+
eslint-plugin-sf-plugin@^1.17.0:
|
|
3191
|
+
version "1.17.0"
|
|
3192
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.0.tgz#9a7e81cb63bc6f36aae7c7797f95e2179def7fd3"
|
|
3193
|
+
integrity sha512-grW7leP0FJbKQZgDjBZanLSTYrus0itKaEmoflEuqTZSyqH4feP53rHby5ysbOnw9OvgZfuq9NSc0a/CzcIbtQ==
|
|
3135
3194
|
dependencies:
|
|
3136
|
-
"@salesforce/core" "^
|
|
3137
|
-
"@typescript-eslint/utils" "^
|
|
3195
|
+
"@salesforce/core" "^6.4.0"
|
|
3196
|
+
"@typescript-eslint/utils" "^6.13.2"
|
|
3138
3197
|
|
|
3139
3198
|
eslint-plugin-unicorn@^49.0.0:
|
|
3140
3199
|
version "49.0.0"
|
|
@@ -3156,14 +3215,6 @@ eslint-plugin-unicorn@^49.0.0:
|
|
|
3156
3215
|
semver "^7.5.4"
|
|
3157
3216
|
strip-indent "^3.0.0"
|
|
3158
3217
|
|
|
3159
|
-
eslint-scope@^5.1.1:
|
|
3160
|
-
version "5.1.1"
|
|
3161
|
-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
|
|
3162
|
-
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
|
|
3163
|
-
dependencies:
|
|
3164
|
-
esrecurse "^4.3.0"
|
|
3165
|
-
estraverse "^4.1.1"
|
|
3166
|
-
|
|
3167
3218
|
eslint-scope@^7.2.2:
|
|
3168
3219
|
version "7.2.2"
|
|
3169
3220
|
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.2.tgz#deb4f92563390f32006894af62a22dba1c46423f"
|
|
@@ -3249,11 +3300,6 @@ esrecurse@^4.3.0:
|
|
|
3249
3300
|
dependencies:
|
|
3250
3301
|
estraverse "^5.2.0"
|
|
3251
3302
|
|
|
3252
|
-
estraverse@^4.1.1:
|
|
3253
|
-
version "4.3.0"
|
|
3254
|
-
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d"
|
|
3255
|
-
integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==
|
|
3256
|
-
|
|
3257
3303
|
estraverse@^5.1.0, estraverse@^5.2.0:
|
|
3258
3304
|
version "5.3.0"
|
|
3259
3305
|
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123"
|
|
@@ -3412,7 +3458,7 @@ faye@^1.4.0:
|
|
|
3412
3458
|
tough-cookie "*"
|
|
3413
3459
|
tunnel-agent "*"
|
|
3414
3460
|
|
|
3415
|
-
figures@^3.0.0:
|
|
3461
|
+
figures@^3.0.0, figures@^3.2.0:
|
|
3416
3462
|
version "3.2.0"
|
|
3417
3463
|
resolved "https://registry.yarnpkg.com/figures/-/figures-3.2.0.tgz#625c18bd293c604dc4a8ddb2febf0c88341746af"
|
|
3418
3464
|
integrity sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==
|
|
@@ -4637,7 +4683,7 @@ jsesc@~0.5.0:
|
|
|
4637
4683
|
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d"
|
|
4638
4684
|
integrity sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==
|
|
4639
4685
|
|
|
4640
|
-
jsforce@^2.0.0-beta.
|
|
4686
|
+
jsforce@^2.0.0-beta.29:
|
|
4641
4687
|
version "2.0.0-beta.29"
|
|
4642
4688
|
resolved "https://registry.yarnpkg.com/jsforce/-/jsforce-2.0.0-beta.29.tgz#0b59b026eb0b90dfb199a53656af32a4c8acc48f"
|
|
4643
4689
|
integrity sha512-Fq7xjOYOikyozZZDQNTfzsAdhcO0rUXwtavsjM+cCYUFiCMVOJJavgco303zOsJk3v8sdAYnGgHyKckLIhnyAg==
|
|
@@ -5266,6 +5312,13 @@ minimatch@5.0.1:
|
|
|
5266
5312
|
dependencies:
|
|
5267
5313
|
brace-expansion "^2.0.1"
|
|
5268
5314
|
|
|
5315
|
+
minimatch@9.0.3, minimatch@^9.0.0, minimatch@^9.0.1, minimatch@^9.0.3:
|
|
5316
|
+
version "9.0.3"
|
|
5317
|
+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
|
|
5318
|
+
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
|
|
5319
|
+
dependencies:
|
|
5320
|
+
brace-expansion "^2.0.1"
|
|
5321
|
+
|
|
5269
5322
|
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
|
|
5270
5323
|
version "3.1.2"
|
|
5271
5324
|
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
|
|
@@ -5287,13 +5340,6 @@ minimatch@^7.2.0:
|
|
|
5287
5340
|
dependencies:
|
|
5288
5341
|
brace-expansion "^2.0.1"
|
|
5289
5342
|
|
|
5290
|
-
minimatch@^9.0.0, minimatch@^9.0.1, minimatch@^9.0.3:
|
|
5291
|
-
version "9.0.3"
|
|
5292
|
-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
|
|
5293
|
-
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
|
|
5294
|
-
dependencies:
|
|
5295
|
-
brace-expansion "^2.0.1"
|
|
5296
|
-
|
|
5297
5343
|
minimist-options@4.1.0:
|
|
5298
5344
|
version "4.1.0"
|
|
5299
5345
|
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
|
|
@@ -5493,6 +5539,11 @@ mute-stream@0.0.8:
|
|
|
5493
5539
|
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d"
|
|
5494
5540
|
integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==
|
|
5495
5541
|
|
|
5542
|
+
mute-stream@^1.0.0:
|
|
5543
|
+
version "1.0.0"
|
|
5544
|
+
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-1.0.0.tgz#e31bd9fe62f0aed23520aa4324ea6671531e013e"
|
|
5545
|
+
integrity sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==
|
|
5546
|
+
|
|
5496
5547
|
nanoid@3.3.3:
|
|
5497
5548
|
version "3.3.3"
|
|
5498
5549
|
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.3.tgz#fd8e8b7aa761fe807dba2d1b98fb7241bb724a25"
|
|
@@ -6256,7 +6307,7 @@ pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.1.0, pino-abstract-tr
|
|
|
6256
6307
|
readable-stream "^4.0.0"
|
|
6257
6308
|
split2 "^4.0.0"
|
|
6258
6309
|
|
|
6259
|
-
pino-pretty@^10.
|
|
6310
|
+
pino-pretty@^10.3.0:
|
|
6260
6311
|
version "10.3.0"
|
|
6261
6312
|
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-10.3.0.tgz#483ff78b98d277c33d00e0419c00601d9152bc7e"
|
|
6262
6313
|
integrity sha512-JthvQW289q3454mhM3/38wFYGWPiBMR28T3CpDNABzoTQOje9UKS7XCJQSnjWF9LQGQkGd8D7h0oq+qwiM3jFA==
|
|
@@ -6281,7 +6332,7 @@ pino-std-serializers@^6.0.0:
|
|
|
6281
6332
|
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"
|
|
6282
6333
|
integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==
|
|
6283
6334
|
|
|
6284
|
-
pino@^8.16.
|
|
6335
|
+
pino@^8.16.2:
|
|
6285
6336
|
version "8.16.2"
|
|
6286
6337
|
resolved "https://registry.yarnpkg.com/pino/-/pino-8.16.2.tgz#7a906f2d9a8c5b4c57412c9ca95d6820bd2090cd"
|
|
6287
6338
|
integrity sha512-2advCDGVEvkKu9TTVSa/kWW7Z3htI/sBKEZpqiHk6ive0i/7f5b1rsU8jn0aimxqfnSz5bj/nOYkwhBUn5xxvg==
|
|
@@ -6739,6 +6790,11 @@ run-async@^2.0.0, run-async@^2.4.0:
|
|
|
6739
6790
|
resolved "https://registry.yarnpkg.com/run-async/-/run-async-2.4.1.tgz#8440eccf99ea3e70bd409d49aab88e10c189a455"
|
|
6740
6791
|
integrity sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==
|
|
6741
6792
|
|
|
6793
|
+
run-async@^3.0.0:
|
|
6794
|
+
version "3.0.0"
|
|
6795
|
+
resolved "https://registry.yarnpkg.com/run-async/-/run-async-3.0.0.tgz#42a432f6d76c689522058984384df28be379daad"
|
|
6796
|
+
integrity sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==
|
|
6797
|
+
|
|
6742
6798
|
run-parallel@^1.1.9:
|
|
6743
6799
|
version "1.2.0"
|
|
6744
6800
|
resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee"
|
|
@@ -6824,7 +6880,7 @@ secure-json-parse@^2.4.0:
|
|
|
6824
6880
|
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8"
|
|
6825
6881
|
integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
|
|
6826
6882
|
|
|
6827
|
-
semver@7.5.4, semver@^7.0.0, 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.
|
|
6883
|
+
semver@7.5.4, semver@^7.0.0, 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.8, semver@^7.5.3, semver@^7.5.4:
|
|
6828
6884
|
version "7.5.4"
|
|
6829
6885
|
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
|
|
6830
6886
|
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
|
|
@@ -6944,7 +7000,7 @@ signal-exit@^3.0.0, signal-exit@^3.0.2, signal-exit@^3.0.3, signal-exit@^3.0.7:
|
|
|
6944
7000
|
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"
|
|
6945
7001
|
integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
|
|
6946
7002
|
|
|
6947
|
-
signal-exit@^4.0.1:
|
|
7003
|
+
signal-exit@^4.0.1, signal-exit@^4.1.0:
|
|
6948
7004
|
version "4.1.0"
|
|
6949
7005
|
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz#952188c1cbd546070e2dd20d0f41c0ae0530cb04"
|
|
6950
7006
|
integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==
|
|
@@ -7452,7 +7508,7 @@ tsconfig-paths@^3.14.2:
|
|
|
7452
7508
|
minimist "^1.2.6"
|
|
7453
7509
|
strip-bom "^3.0.0"
|
|
7454
7510
|
|
|
7455
|
-
tslib@^1.
|
|
7511
|
+
tslib@^1.9.0:
|
|
7456
7512
|
version "1.14.1"
|
|
7457
7513
|
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
|
|
7458
7514
|
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
|
|
@@ -7462,13 +7518,6 @@ tslib@^2, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.5.0, tslib@^2.6.2:
|
|
|
7462
7518
|
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
|
|
7463
7519
|
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
|
|
7464
7520
|
|
|
7465
|
-
tsutils@^3.21.0:
|
|
7466
|
-
version "3.21.0"
|
|
7467
|
-
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
|
|
7468
|
-
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==
|
|
7469
|
-
dependencies:
|
|
7470
|
-
tslib "^1.8.1"
|
|
7471
|
-
|
|
7472
7521
|
tuf-js@^1.1.7:
|
|
7473
7522
|
version "1.1.7"
|
|
7474
7523
|
resolved "https://registry.yarnpkg.com/tuf-js/-/tuf-js-1.1.7.tgz#21b7ae92a9373015be77dfe0cb282a80ec3bbe43"
|