@salesforce/plugin-marketplace 1.0.4 → 1.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/oclif.lock +216 -184
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -84,6 +84,6 @@ EXAMPLES
|
|
|
84
84
|
$ sf plugins discover
|
|
85
85
|
```
|
|
86
86
|
|
|
87
|
-
_See code: [src/commands/plugins/discover.ts](https://github.com/salesforcecli/plugin-template-sf/blob/1.0.
|
|
87
|
+
_See code: [src/commands/plugins/discover.ts](https://github.com/salesforcecli/plugin-template-sf/blob/1.0.6/src/commands/plugins/discover.ts)_
|
|
88
88
|
|
|
89
89
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
|
|
128
128
|
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
|
|
129
129
|
|
|
130
|
-
"@babel/helper-validator-identifier@^7.22.20"
|
|
130
|
+
"@babel/helper-validator-identifier@^7.22.20":
|
|
131
131
|
version "7.22.20"
|
|
132
132
|
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
|
|
133
133
|
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
|
|
@@ -377,12 +377,12 @@
|
|
|
377
377
|
dependencies:
|
|
378
378
|
"@jridgewell/trace-mapping" "0.3.9"
|
|
379
379
|
|
|
380
|
-
"@es-joy/jsdoccomment@~0.
|
|
381
|
-
version "0.
|
|
382
|
-
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.
|
|
383
|
-
integrity sha512-
|
|
380
|
+
"@es-joy/jsdoccomment@~0.41.0":
|
|
381
|
+
version "0.41.0"
|
|
382
|
+
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.41.0.tgz#4a2f7db42209c0425c71a1476ef1bdb6dcd836f6"
|
|
383
|
+
integrity sha512-aKUhyn1QI5Ksbqcr3fFJj16p99QdjUxXAEuFst1Z47DRyoiMwivIH9MV/ARcJOCXVjPfjITciej8ZD2O/6qUmw==
|
|
384
384
|
dependencies:
|
|
385
|
-
comment-parser "1.
|
|
385
|
+
comment-parser "1.4.1"
|
|
386
386
|
esquery "^1.5.0"
|
|
387
387
|
jsdoc-type-pratt-parser "~4.0.0"
|
|
388
388
|
|
|
@@ -393,15 +393,15 @@
|
|
|
393
393
|
dependencies:
|
|
394
394
|
eslint-visitor-keys "^3.3.0"
|
|
395
395
|
|
|
396
|
-
"@eslint-community/regexpp@^4.
|
|
396
|
+
"@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.1":
|
|
397
397
|
version "4.10.0"
|
|
398
398
|
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63"
|
|
399
399
|
integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==
|
|
400
400
|
|
|
401
|
-
"@eslint/eslintrc@^2.1.
|
|
402
|
-
version "2.1.
|
|
403
|
-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.
|
|
404
|
-
integrity sha512
|
|
401
|
+
"@eslint/eslintrc@^2.1.3":
|
|
402
|
+
version "2.1.3"
|
|
403
|
+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.3.tgz#797470a75fe0fbd5a53350ee715e85e87baff22d"
|
|
404
|
+
integrity sha512-yZzuIG+jnVu6hNSzFEN07e8BxF3uAzYtQb6uDkaYZLo6oYZDCq454c5kB8zxnzfCYyP4MIuyBn10L0DqwujTmA==
|
|
405
405
|
dependencies:
|
|
406
406
|
ajv "^6.12.4"
|
|
407
407
|
debug "^4.3.2"
|
|
@@ -413,10 +413,10 @@
|
|
|
413
413
|
minimatch "^3.1.2"
|
|
414
414
|
strip-json-comments "^3.1.1"
|
|
415
415
|
|
|
416
|
-
"@eslint/js@8.
|
|
417
|
-
version "8.
|
|
418
|
-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.
|
|
419
|
-
integrity sha512-
|
|
416
|
+
"@eslint/js@8.53.0":
|
|
417
|
+
version "8.53.0"
|
|
418
|
+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.53.0.tgz#bea56f2ed2b5baea164348ff4d5a879f6f81f20d"
|
|
419
|
+
integrity sha512-Kn7K8dx/5U6+cT1yEhpX1w4PCSg0M+XyRILPgvwcEBjerFWCwQj5sbr3/VmxqV0JGHCBCzyd6LxypEuehypY1w==
|
|
420
420
|
|
|
421
421
|
"@gar/promisify@^1.0.1", "@gar/promisify@^1.1.3":
|
|
422
422
|
version "1.1.3"
|
|
@@ -715,10 +715,10 @@
|
|
|
715
715
|
wordwrap "^1.0.0"
|
|
716
716
|
wrap-ansi "^7.0.0"
|
|
717
717
|
|
|
718
|
-
"@oclif/core@^3.0.
|
|
719
|
-
version "3.
|
|
720
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.
|
|
721
|
-
integrity sha512-
|
|
718
|
+
"@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.11.0", "@oclif/core@^3.3.1", "@oclif/core@^3.5.0":
|
|
719
|
+
version "3.11.0"
|
|
720
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.11.0.tgz#dadfac39238af3b717e33b910dde1f1f0fd2105e"
|
|
721
|
+
integrity sha512-9A2LhDQATf1vrRqPoO0gGuBrey0jt3kDafC+eazxTNWV2EvlEpgY2587iyrxPK/fL2xg7f+0mtxYaSHdO2k8eg==
|
|
722
722
|
dependencies:
|
|
723
723
|
ansi-escapes "^4.3.2"
|
|
724
724
|
ansi-styles "^4.3.0"
|
|
@@ -905,7 +905,7 @@
|
|
|
905
905
|
strip-ansi "6.0.1"
|
|
906
906
|
ts-retry-promise "^0.7.1"
|
|
907
907
|
|
|
908
|
-
"@salesforce/core@^5.3.1", "@salesforce/core@^5.3.
|
|
908
|
+
"@salesforce/core@^5.3.1", "@salesforce/core@^5.3.17", "@salesforce/core@^5.3.20":
|
|
909
909
|
version "5.3.20"
|
|
910
910
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.3.20.tgz#4e934d4551bb70423cb1c4115615bc41cffca41e"
|
|
911
911
|
integrity sha512-y+O6O2c8OYFDrAy2qsG+pAcNxoyL14nmBXcBRRcYA7Huj8ikK+aLJK84PuVAYdQz+hNwImQF+69IWtDkpK4Irg==
|
|
@@ -929,38 +929,62 @@
|
|
|
929
929
|
semver "^7.5.4"
|
|
930
930
|
ts-retry-promise "^0.7.1"
|
|
931
931
|
|
|
932
|
-
"@salesforce/
|
|
932
|
+
"@salesforce/core@^6.1.0":
|
|
933
|
+
version "6.1.3"
|
|
934
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.1.3.tgz#32e71846cad033e0d2b369ecf0fafb4f76d63ad7"
|
|
935
|
+
integrity sha512-M7EQ4+LSXU4ZqD4R5ttY4RqSaYNaNBGDG0KC51IdDfpGtL4kJXeQHdr5HfMfgyCyYNM9LqqfBS7zQTBY1rf+Yg==
|
|
936
|
+
dependencies:
|
|
937
|
+
"@salesforce/kit" "^3.0.15"
|
|
938
|
+
"@salesforce/schemas" "^1.6.1"
|
|
939
|
+
"@salesforce/ts-types" "^2.0.9"
|
|
940
|
+
"@types/semver" "^7.5.4"
|
|
941
|
+
ajv "^8.12.0"
|
|
942
|
+
change-case "^4.1.2"
|
|
943
|
+
faye "^1.4.0"
|
|
944
|
+
form-data "^4.0.0"
|
|
945
|
+
js2xmlparser "^4.0.1"
|
|
946
|
+
jsforce "^2.0.0-beta.28"
|
|
947
|
+
jsonwebtoken "9.0.2"
|
|
948
|
+
jszip "3.10.1"
|
|
949
|
+
pino "^8.16.1"
|
|
950
|
+
pino-abstract-transport "^1.1.0"
|
|
951
|
+
pino-pretty "^10.2.3"
|
|
952
|
+
proper-lockfile "^4.1.2"
|
|
953
|
+
semver "^7.5.4"
|
|
954
|
+
ts-retry-promise "^0.7.1"
|
|
955
|
+
|
|
956
|
+
"@salesforce/dev-config@^4.1.0":
|
|
933
957
|
version "4.1.0"
|
|
934
958
|
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
|
|
935
959
|
integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
|
|
936
960
|
|
|
937
|
-
"@salesforce/dev-scripts@^
|
|
938
|
-
version "
|
|
939
|
-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-
|
|
940
|
-
integrity sha512-
|
|
961
|
+
"@salesforce/dev-scripts@^7.1.0":
|
|
962
|
+
version "7.1.0"
|
|
963
|
+
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-7.1.0.tgz#123708d4f494d8b95464b90c28993141986e84bc"
|
|
964
|
+
integrity sha512-79x6QgENORLyCrr9b4MO2pPq8N7d9ILj83vOtAp5NLreAfjZN/c5TEEHuIZKZ3UaO+hkwbtzv3Qs6CyNxiasWA==
|
|
941
965
|
dependencies:
|
|
942
966
|
"@commitlint/cli" "^17.1.2"
|
|
943
967
|
"@commitlint/config-conventional" "^17.1.0"
|
|
944
|
-
"@salesforce/dev-config" "^4.0
|
|
968
|
+
"@salesforce/dev-config" "^4.1.0"
|
|
945
969
|
"@salesforce/prettier-config" "^0.0.3"
|
|
946
|
-
"@types/chai" "^4.
|
|
947
|
-
"@types/mocha" "^10.0.
|
|
970
|
+
"@types/chai" "^4.3.10"
|
|
971
|
+
"@types/mocha" "^10.0.4"
|
|
948
972
|
"@types/node" "^18"
|
|
949
973
|
"@types/sinon" "^10.0.20"
|
|
950
974
|
chai "^4.3.10"
|
|
951
975
|
chalk "^4.0.0"
|
|
952
976
|
cosmiconfig "^7.0.0"
|
|
953
|
-
eslint-config-salesforce-typescript "^3.0.
|
|
977
|
+
eslint-config-salesforce-typescript "^3.0.5"
|
|
954
978
|
husky "^7.0.4"
|
|
955
979
|
mocha "^10.2.0"
|
|
956
980
|
nyc "^15.1.0"
|
|
957
981
|
prettier "^2.8.8"
|
|
958
|
-
pretty-quick "^3.1.
|
|
959
|
-
shelljs "
|
|
982
|
+
pretty-quick "^3.1.3"
|
|
983
|
+
shelljs "^0.8.5"
|
|
960
984
|
sinon "10.0.0"
|
|
961
|
-
source-map-support "
|
|
985
|
+
source-map-support "^0.5.21"
|
|
962
986
|
ts-node "^10.9.1"
|
|
963
|
-
typedoc "0.
|
|
987
|
+
typedoc "^0.25.3"
|
|
964
988
|
typedoc-plugin-missing-exports "0.23.0"
|
|
965
989
|
typescript "^4.9.5"
|
|
966
990
|
wireit "^0.14.1"
|
|
@@ -1009,15 +1033,15 @@
|
|
|
1009
1033
|
chalk "^4"
|
|
1010
1034
|
inquirer "^8.2.5"
|
|
1011
1035
|
|
|
1012
|
-
"@salesforce/sf-plugins-core@^
|
|
1013
|
-
version "
|
|
1014
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-
|
|
1015
|
-
integrity sha512-
|
|
1036
|
+
"@salesforce/sf-plugins-core@^5.0.1":
|
|
1037
|
+
version "5.0.1"
|
|
1038
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.1.tgz#16b085eda99e28f2607957954d6ac957a8d0a0eb"
|
|
1039
|
+
integrity sha512-gKUhAP9DDUlB4bjr0a6bsWiM16hn/n1cW8BglhYHAow8UJ0OQBxx+dfvAO0ftXmfzg82IZdMViiDmQXt0Z+e6A==
|
|
1016
1040
|
dependencies:
|
|
1017
|
-
"@oclif/core" "^3.
|
|
1018
|
-
"@salesforce/core" "^
|
|
1019
|
-
"@salesforce/kit" "^3.0.
|
|
1020
|
-
"@salesforce/ts-types" "^2.0.
|
|
1041
|
+
"@oclif/core" "^3.11.0"
|
|
1042
|
+
"@salesforce/core" "^6.1.0"
|
|
1043
|
+
"@salesforce/kit" "^3.0.15"
|
|
1044
|
+
"@salesforce/ts-types" "^2.0.9"
|
|
1021
1045
|
"@types/inquirer" "^8.2.3"
|
|
1022
1046
|
chalk "^4"
|
|
1023
1047
|
inquirer "^8.2.5"
|
|
@@ -1126,10 +1150,10 @@
|
|
|
1126
1150
|
"@types/node" "*"
|
|
1127
1151
|
"@types/responselike" "^1.0.0"
|
|
1128
1152
|
|
|
1129
|
-
"@types/chai@^4.
|
|
1130
|
-
version "4.3.
|
|
1131
|
-
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.
|
|
1132
|
-
integrity sha512-
|
|
1153
|
+
"@types/chai@^4.3.10":
|
|
1154
|
+
version "4.3.10"
|
|
1155
|
+
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.10.tgz#2ad2959d1767edee5b0e4efb1a0cd2b500747317"
|
|
1156
|
+
integrity sha512-of+ICnbqjmFCiixUnqRulbylyXQrPqIGf/B3Jax1wIF3DvSheysQxAWvqHhZiW3IQrycvokcLcFQlveGp+vyNg==
|
|
1133
1157
|
|
|
1134
1158
|
"@types/cli-progress@^3.11.0":
|
|
1135
1159
|
version "3.11.0"
|
|
@@ -1208,10 +1232,10 @@
|
|
|
1208
1232
|
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.4.tgz#81f886786411c45bba3f33e781ab48bd56bfca2e"
|
|
1209
1233
|
integrity sha512-Kfe/D3hxHTusnPNRbycJE1N77WHDsdS4AjUYIzlDzhDrS47NrwuL3YW4VITxwR7KCVpzwgy4Rbj829KSSQmwXQ==
|
|
1210
1234
|
|
|
1211
|
-
"@types/mocha@^10.0.
|
|
1212
|
-
version "10.0.
|
|
1213
|
-
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.
|
|
1214
|
-
integrity sha512-
|
|
1235
|
+
"@types/mocha@^10.0.4":
|
|
1236
|
+
version "10.0.4"
|
|
1237
|
+
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.4.tgz#b5331955ebca216604691fd4fcd2dbdc2bd559a4"
|
|
1238
|
+
integrity sha512-xKU7bUjiFTIttpWaIZ9qvgg+22O1nmbA+HRxdlR+u6TWsGfmFdXrheJoK4fFxrHNVIOBDvDNKZG+LYBpMHpX3w==
|
|
1215
1239
|
|
|
1216
1240
|
"@types/node@*":
|
|
1217
1241
|
version "20.8.9"
|
|
@@ -1299,30 +1323,32 @@
|
|
|
1299
1323
|
"@types/expect" "^1.20.4"
|
|
1300
1324
|
"@types/node" "*"
|
|
1301
1325
|
|
|
1302
|
-
"@typescript-eslint/eslint-plugin@^
|
|
1303
|
-
version "
|
|
1304
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-
|
|
1305
|
-
integrity sha512-
|
|
1326
|
+
"@typescript-eslint/eslint-plugin@^6.10.0":
|
|
1327
|
+
version "6.11.0"
|
|
1328
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.11.0.tgz#52aae65174ff526576351f9ccd41cea01001463f"
|
|
1329
|
+
integrity sha512-uXnpZDc4VRjY4iuypDBKzW1rz9T5YBBK0snMn8MaTSNd2kMlj50LnLBABELjJiOL5YHk7ZD8hbSpI9ubzqYI0w==
|
|
1306
1330
|
dependencies:
|
|
1307
|
-
"@eslint-community/regexpp" "^4.
|
|
1308
|
-
"@typescript-eslint/scope-manager" "
|
|
1309
|
-
"@typescript-eslint/type-utils" "
|
|
1310
|
-
"@typescript-eslint/utils" "
|
|
1331
|
+
"@eslint-community/regexpp" "^4.5.1"
|
|
1332
|
+
"@typescript-eslint/scope-manager" "6.11.0"
|
|
1333
|
+
"@typescript-eslint/type-utils" "6.11.0"
|
|
1334
|
+
"@typescript-eslint/utils" "6.11.0"
|
|
1335
|
+
"@typescript-eslint/visitor-keys" "6.11.0"
|
|
1311
1336
|
debug "^4.3.4"
|
|
1312
1337
|
graphemer "^1.4.0"
|
|
1313
|
-
ignore "^5.2.
|
|
1314
|
-
natural-compare
|
|
1315
|
-
semver "^7.
|
|
1316
|
-
|
|
1338
|
+
ignore "^5.2.4"
|
|
1339
|
+
natural-compare "^1.4.0"
|
|
1340
|
+
semver "^7.5.4"
|
|
1341
|
+
ts-api-utils "^1.0.1"
|
|
1317
1342
|
|
|
1318
|
-
"@typescript-eslint/parser@^
|
|
1319
|
-
version "
|
|
1320
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-
|
|
1321
|
-
integrity sha512
|
|
1343
|
+
"@typescript-eslint/parser@^6.10.0":
|
|
1344
|
+
version "6.11.0"
|
|
1345
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.11.0.tgz#9640d9595d905f3be4f278bf515130e6129b202e"
|
|
1346
|
+
integrity sha512-+whEdjk+d5do5nxfxx73oanLL9ghKO3EwM9kBCkUtWMRwWuPaFv9ScuqlYfQ6pAD6ZiJhky7TZ2ZYhrMsfMxVQ==
|
|
1322
1347
|
dependencies:
|
|
1323
|
-
"@typescript-eslint/scope-manager" "
|
|
1324
|
-
"@typescript-eslint/types" "
|
|
1325
|
-
"@typescript-eslint/typescript-estree" "
|
|
1348
|
+
"@typescript-eslint/scope-manager" "6.11.0"
|
|
1349
|
+
"@typescript-eslint/types" "6.11.0"
|
|
1350
|
+
"@typescript-eslint/typescript-estree" "6.11.0"
|
|
1351
|
+
"@typescript-eslint/visitor-keys" "6.11.0"
|
|
1326
1352
|
debug "^4.3.4"
|
|
1327
1353
|
|
|
1328
1354
|
"@typescript-eslint/scope-manager@5.62.0":
|
|
@@ -1333,33 +1359,33 @@
|
|
|
1333
1359
|
"@typescript-eslint/types" "5.62.0"
|
|
1334
1360
|
"@typescript-eslint/visitor-keys" "5.62.0"
|
|
1335
1361
|
|
|
1336
|
-
"@typescript-eslint/scope-manager@6.
|
|
1337
|
-
version "6.
|
|
1338
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.
|
|
1339
|
-
integrity sha512-
|
|
1362
|
+
"@typescript-eslint/scope-manager@6.11.0":
|
|
1363
|
+
version "6.11.0"
|
|
1364
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.11.0.tgz#621f603537c89f4d105733d949aa4d55eee5cea8"
|
|
1365
|
+
integrity sha512-0A8KoVvIURG4uhxAdjSaxy8RdRE//HztaZdG8KiHLP8WOXSk0vlF7Pvogv+vlJA5Rnjj/wDcFENvDaHb+gKd1A==
|
|
1340
1366
|
dependencies:
|
|
1341
|
-
"@typescript-eslint/types" "6.
|
|
1342
|
-
"@typescript-eslint/visitor-keys" "6.
|
|
1367
|
+
"@typescript-eslint/types" "6.11.0"
|
|
1368
|
+
"@typescript-eslint/visitor-keys" "6.11.0"
|
|
1343
1369
|
|
|
1344
|
-
"@typescript-eslint/type-utils@
|
|
1345
|
-
version "
|
|
1346
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-
|
|
1347
|
-
integrity sha512-
|
|
1370
|
+
"@typescript-eslint/type-utils@6.11.0":
|
|
1371
|
+
version "6.11.0"
|
|
1372
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.11.0.tgz#d0b8b1ab6c26b974dbf91de1ebc5b11fea24e0d1"
|
|
1373
|
+
integrity sha512-nA4IOXwZtqBjIoYrJcYxLRO+F9ri+leVGoJcMW1uqr4r1Hq7vW5cyWrA43lFbpRvQ9XgNrnfLpIkO3i1emDBIA==
|
|
1348
1374
|
dependencies:
|
|
1349
|
-
"@typescript-eslint/typescript-estree" "
|
|
1350
|
-
"@typescript-eslint/utils" "
|
|
1375
|
+
"@typescript-eslint/typescript-estree" "6.11.0"
|
|
1376
|
+
"@typescript-eslint/utils" "6.11.0"
|
|
1351
1377
|
debug "^4.3.4"
|
|
1352
|
-
|
|
1378
|
+
ts-api-utils "^1.0.1"
|
|
1353
1379
|
|
|
1354
1380
|
"@typescript-eslint/types@5.62.0":
|
|
1355
1381
|
version "5.62.0"
|
|
1356
1382
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
|
|
1357
1383
|
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
|
|
1358
1384
|
|
|
1359
|
-
"@typescript-eslint/types@6.
|
|
1360
|
-
version "6.
|
|
1361
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.
|
|
1362
|
-
integrity sha512
|
|
1385
|
+
"@typescript-eslint/types@6.11.0":
|
|
1386
|
+
version "6.11.0"
|
|
1387
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.11.0.tgz#8ad3aa000cbf4bdc4dcceed96e9b577f15e0bf53"
|
|
1388
|
+
integrity sha512-ZbEzuD4DwEJxwPqhv3QULlRj8KYTAnNsXxmfuUXFCxZmO6CF2gM/y+ugBSAQhrqaJL3M+oe4owdWunaHM6beqA==
|
|
1363
1389
|
|
|
1364
1390
|
"@typescript-eslint/typescript-estree@5.62.0":
|
|
1365
1391
|
version "5.62.0"
|
|
@@ -1374,20 +1400,33 @@
|
|
|
1374
1400
|
semver "^7.3.7"
|
|
1375
1401
|
tsutils "^3.21.0"
|
|
1376
1402
|
|
|
1377
|
-
"@typescript-eslint/typescript-estree@6.
|
|
1378
|
-
version "6.
|
|
1379
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.
|
|
1380
|
-
integrity sha512-
|
|
1403
|
+
"@typescript-eslint/typescript-estree@6.11.0":
|
|
1404
|
+
version "6.11.0"
|
|
1405
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.11.0.tgz#7b52c12a623bf7f8ec7f8a79901b9f98eb5c7990"
|
|
1406
|
+
integrity sha512-Aezzv1o2tWJwvZhedzvD5Yv7+Lpu1by/U1LZ5gLc4tCx8jUmuSCMioPFRjliN/6SJIvY6HpTtJIWubKuYYYesQ==
|
|
1381
1407
|
dependencies:
|
|
1382
|
-
"@typescript-eslint/types" "6.
|
|
1383
|
-
"@typescript-eslint/visitor-keys" "6.
|
|
1408
|
+
"@typescript-eslint/types" "6.11.0"
|
|
1409
|
+
"@typescript-eslint/visitor-keys" "6.11.0"
|
|
1384
1410
|
debug "^4.3.4"
|
|
1385
1411
|
globby "^11.1.0"
|
|
1386
1412
|
is-glob "^4.0.3"
|
|
1387
1413
|
semver "^7.5.4"
|
|
1388
1414
|
ts-api-utils "^1.0.1"
|
|
1389
1415
|
|
|
1390
|
-
"@typescript-eslint/utils@
|
|
1416
|
+
"@typescript-eslint/utils@6.11.0", "@typescript-eslint/utils@^6.7.5":
|
|
1417
|
+
version "6.11.0"
|
|
1418
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.11.0.tgz#11374f59ef4cea50857b1303477c08aafa2ca604"
|
|
1419
|
+
integrity sha512-p23ibf68fxoZy605dc0dQAEoUsoiNoP3MD9WQGiHLDuTSOuqoTsa4oAy+h3KDkTcxbbfOtUjb9h3Ta0gT4ug2g==
|
|
1420
|
+
dependencies:
|
|
1421
|
+
"@eslint-community/eslint-utils" "^4.4.0"
|
|
1422
|
+
"@types/json-schema" "^7.0.12"
|
|
1423
|
+
"@types/semver" "^7.5.0"
|
|
1424
|
+
"@typescript-eslint/scope-manager" "6.11.0"
|
|
1425
|
+
"@typescript-eslint/types" "6.11.0"
|
|
1426
|
+
"@typescript-eslint/typescript-estree" "6.11.0"
|
|
1427
|
+
semver "^7.5.4"
|
|
1428
|
+
|
|
1429
|
+
"@typescript-eslint/utils@^5.59.11":
|
|
1391
1430
|
version "5.62.0"
|
|
1392
1431
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
|
|
1393
1432
|
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
|
|
@@ -1401,19 +1440,6 @@
|
|
|
1401
1440
|
eslint-scope "^5.1.1"
|
|
1402
1441
|
semver "^7.3.7"
|
|
1403
1442
|
|
|
1404
|
-
"@typescript-eslint/utils@^6.7.5":
|
|
1405
|
-
version "6.9.0"
|
|
1406
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.9.0.tgz#5bdac8604fca4823f090e4268e681c84d3597c9f"
|
|
1407
|
-
integrity sha512-5Wf+Jsqya7WcCO8me504FBigeQKVLAMPmUzYgDbWchINNh1KJbxCgVya3EQ2MjvJMVeXl3pofRmprqX6mfQkjQ==
|
|
1408
|
-
dependencies:
|
|
1409
|
-
"@eslint-community/eslint-utils" "^4.4.0"
|
|
1410
|
-
"@types/json-schema" "^7.0.12"
|
|
1411
|
-
"@types/semver" "^7.5.0"
|
|
1412
|
-
"@typescript-eslint/scope-manager" "6.9.0"
|
|
1413
|
-
"@typescript-eslint/types" "6.9.0"
|
|
1414
|
-
"@typescript-eslint/typescript-estree" "6.9.0"
|
|
1415
|
-
semver "^7.5.4"
|
|
1416
|
-
|
|
1417
1443
|
"@typescript-eslint/visitor-keys@5.62.0":
|
|
1418
1444
|
version "5.62.0"
|
|
1419
1445
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
|
|
@@ -1422,12 +1448,12 @@
|
|
|
1422
1448
|
"@typescript-eslint/types" "5.62.0"
|
|
1423
1449
|
eslint-visitor-keys "^3.3.0"
|
|
1424
1450
|
|
|
1425
|
-
"@typescript-eslint/visitor-keys@6.
|
|
1426
|
-
version "6.
|
|
1427
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.
|
|
1428
|
-
integrity sha512
|
|
1451
|
+
"@typescript-eslint/visitor-keys@6.11.0":
|
|
1452
|
+
version "6.11.0"
|
|
1453
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.11.0.tgz#d991538788923f92ec40d44389e7075b359f3458"
|
|
1454
|
+
integrity sha512-+SUN/W7WjBr05uRxPggJPSzyB8zUpaYo2hByKasWbqr3PM8AXfZt8UHdNpBS1v9SA62qnSSMF3380SwDqqprgQ==
|
|
1429
1455
|
dependencies:
|
|
1430
|
-
"@typescript-eslint/types" "6.
|
|
1456
|
+
"@typescript-eslint/types" "6.11.0"
|
|
1431
1457
|
eslint-visitor-keys "^3.4.1"
|
|
1432
1458
|
|
|
1433
1459
|
"@ungap/structured-clone@^1.2.0":
|
|
@@ -1543,6 +1569,11 @@ ansi-regex@^5.0.1:
|
|
|
1543
1569
|
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
|
|
1544
1570
|
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
|
|
1545
1571
|
|
|
1572
|
+
ansi-sequence-parser@^1.1.0:
|
|
1573
|
+
version "1.1.1"
|
|
1574
|
+
resolved "https://registry.yarnpkg.com/ansi-sequence-parser/-/ansi-sequence-parser-1.1.1.tgz#e0aa1cdcbc8f8bb0b5bca625aac41f5f056973cf"
|
|
1575
|
+
integrity sha512-vJXt3yiaUL4UU546s3rPXlsry/RnM730G1+HkpKE012AN0sx1eOrxSu95oKDIonskeLTijMgqWZ3uDEe3NFvyg==
|
|
1576
|
+
|
|
1546
1577
|
ansi-styles@^3.2.1:
|
|
1547
1578
|
version "3.2.1"
|
|
1548
1579
|
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
|
|
@@ -2352,10 +2383,10 @@ commander@^4.0.1:
|
|
|
2352
2383
|
resolved "https://registry.yarnpkg.com/commander/-/commander-4.1.1.tgz#9fd602bd936294e9e9ef46a3f4d6964044b18068"
|
|
2353
2384
|
integrity sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==
|
|
2354
2385
|
|
|
2355
|
-
comment-parser@1.
|
|
2356
|
-
version "1.
|
|
2357
|
-
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.
|
|
2358
|
-
integrity sha512-
|
|
2386
|
+
comment-parser@1.4.1:
|
|
2387
|
+
version "1.4.1"
|
|
2388
|
+
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.4.1.tgz#bdafead37961ac079be11eb7ec65c4d021eaf9cc"
|
|
2389
|
+
integrity sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==
|
|
2359
2390
|
|
|
2360
2391
|
common-ancestor-path@^1.0.1:
|
|
2361
2392
|
version "1.0.1"
|
|
@@ -2878,31 +2909,31 @@ escodegen@^2.1.0:
|
|
|
2878
2909
|
optionalDependencies:
|
|
2879
2910
|
source-map "~0.6.1"
|
|
2880
2911
|
|
|
2881
|
-
eslint-config-prettier@^
|
|
2882
|
-
version "
|
|
2883
|
-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-
|
|
2884
|
-
integrity sha512-
|
|
2912
|
+
eslint-config-prettier@^9.0.0:
|
|
2913
|
+
version "9.0.0"
|
|
2914
|
+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.0.0.tgz#eb25485946dd0c66cd216a46232dc05451518d1f"
|
|
2915
|
+
integrity sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==
|
|
2885
2916
|
|
|
2886
2917
|
eslint-config-salesforce-license@^0.2.0:
|
|
2887
2918
|
version "0.2.0"
|
|
2888
2919
|
resolved "https://registry.yarnpkg.com/eslint-config-salesforce-license/-/eslint-config-salesforce-license-0.2.0.tgz#323193f1aa15dd33fbf108d25fc1210afc11065e"
|
|
2889
2920
|
integrity sha512-DJdBvgj82Erum82YMe+YvG/o6ukna3UA++lRl0HSTldj0VlBl3Q8hzCp97nRXZHra6JH1I912yievZzklXDw6w==
|
|
2890
2921
|
|
|
2891
|
-
eslint-config-salesforce-typescript@^3.0.
|
|
2892
|
-
version "3.0.
|
|
2893
|
-
resolved "https://registry.yarnpkg.com/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-3.0.
|
|
2894
|
-
integrity sha512-
|
|
2922
|
+
eslint-config-salesforce-typescript@^3.0.5:
|
|
2923
|
+
version "3.0.5"
|
|
2924
|
+
resolved "https://registry.yarnpkg.com/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-3.0.5.tgz#1fa7b224551255b520f19d208be5d1bb2410c2b4"
|
|
2925
|
+
integrity sha512-p+Do1i8Al1HANKubYV9WnJl9P/ChP/gvM+1tjtYiGqVjaO2Gf6V1ejM51r//uw4OoiFEldqKJK/gyMzSvRHkaw==
|
|
2895
2926
|
dependencies:
|
|
2896
|
-
"@typescript-eslint/eslint-plugin" "^
|
|
2897
|
-
"@typescript-eslint/parser" "^
|
|
2898
|
-
eslint "^8.
|
|
2899
|
-
eslint-config-prettier "^
|
|
2927
|
+
"@typescript-eslint/eslint-plugin" "^6.10.0"
|
|
2928
|
+
"@typescript-eslint/parser" "^6.10.0"
|
|
2929
|
+
eslint "^8.53.0"
|
|
2930
|
+
eslint-config-prettier "^9.0.0"
|
|
2900
2931
|
eslint-config-salesforce "^2.0.2"
|
|
2901
2932
|
eslint-config-salesforce-license "^0.2.0"
|
|
2902
2933
|
eslint-plugin-header "^3.1.1"
|
|
2903
2934
|
eslint-plugin-import "^2.29.0"
|
|
2904
|
-
eslint-plugin-jsdoc "^
|
|
2905
|
-
eslint-plugin-unicorn "^
|
|
2935
|
+
eslint-plugin-jsdoc "^46.9.0"
|
|
2936
|
+
eslint-plugin-unicorn "^49.0.0"
|
|
2906
2937
|
|
|
2907
2938
|
eslint-config-salesforce@^2.0.2:
|
|
2908
2939
|
version "2.0.2"
|
|
@@ -2953,18 +2984,19 @@ eslint-plugin-import@^2.29.0:
|
|
|
2953
2984
|
semver "^6.3.1"
|
|
2954
2985
|
tsconfig-paths "^3.14.2"
|
|
2955
2986
|
|
|
2956
|
-
eslint-plugin-jsdoc@^
|
|
2957
|
-
version "
|
|
2958
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-
|
|
2959
|
-
integrity sha512-
|
|
2987
|
+
eslint-plugin-jsdoc@^46.9.0:
|
|
2988
|
+
version "46.9.0"
|
|
2989
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-46.9.0.tgz#9887569dbeef0a008a2770bfc5d0f7fc39f21f2b"
|
|
2990
|
+
integrity sha512-UQuEtbqLNkPf5Nr/6PPRCtr9xypXY+g8y/Q7gPa0YK7eDhh0y2lWprXRnaYbW7ACgIUvpDKy9X2bZqxtGzBG9Q==
|
|
2960
2991
|
dependencies:
|
|
2961
|
-
"@es-joy/jsdoccomment" "~0.
|
|
2992
|
+
"@es-joy/jsdoccomment" "~0.41.0"
|
|
2962
2993
|
are-docs-informative "^0.0.2"
|
|
2963
|
-
comment-parser "1.
|
|
2994
|
+
comment-parser "1.4.1"
|
|
2964
2995
|
debug "^4.3.4"
|
|
2965
2996
|
escape-string-regexp "^4.0.0"
|
|
2966
2997
|
esquery "^1.5.0"
|
|
2967
|
-
|
|
2998
|
+
is-builtin-module "^3.2.1"
|
|
2999
|
+
semver "^7.5.4"
|
|
2968
3000
|
spdx-expression-parse "^3.0.1"
|
|
2969
3001
|
|
|
2970
3002
|
eslint-plugin-perfectionist@^2.1.0:
|
|
@@ -2976,20 +3008,20 @@ eslint-plugin-perfectionist@^2.1.0:
|
|
|
2976
3008
|
minimatch "^9.0.3"
|
|
2977
3009
|
natural-compare-lite "^1.4.0"
|
|
2978
3010
|
|
|
2979
|
-
eslint-plugin-sf-plugin@^1.16.
|
|
2980
|
-
version "1.16.
|
|
2981
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.16.
|
|
2982
|
-
integrity sha512-
|
|
3011
|
+
eslint-plugin-sf-plugin@^1.16.15:
|
|
3012
|
+
version "1.16.15"
|
|
3013
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.16.15.tgz#99d0b522bb7eebefc8e456aa4b725f6fbbf2fa01"
|
|
3014
|
+
integrity sha512-Vog0xc8DwLOCoPbwFx9GxaXHqpG0FvlpITkGzp//SdjcV7wqVW4CT76JES8IGenGv6mAecW5VqSyQzsIHFZGew==
|
|
2983
3015
|
dependencies:
|
|
2984
|
-
"@salesforce/core" "^5.3.
|
|
3016
|
+
"@salesforce/core" "^5.3.20"
|
|
2985
3017
|
"@typescript-eslint/utils" "^5.59.11"
|
|
2986
3018
|
|
|
2987
|
-
eslint-plugin-unicorn@^
|
|
2988
|
-
version "
|
|
2989
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-
|
|
2990
|
-
integrity sha512-
|
|
3019
|
+
eslint-plugin-unicorn@^49.0.0:
|
|
3020
|
+
version "49.0.0"
|
|
3021
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-49.0.0.tgz#4449ea954d7e1455eec8518f9417d7021b245fa8"
|
|
3022
|
+
integrity sha512-0fHEa/8Pih5cmzFW5L7xMEfUTvI9WKeQtjmKpTUmY+BiFCDxkxrTdnURJOHKykhtwIeyYsxnecbGvDCml++z4Q==
|
|
2991
3023
|
dependencies:
|
|
2992
|
-
"@babel/helper-validator-identifier" "^7.22.
|
|
3024
|
+
"@babel/helper-validator-identifier" "^7.22.20"
|
|
2993
3025
|
"@eslint-community/eslint-utils" "^4.4.0"
|
|
2994
3026
|
ci-info "^3.8.0"
|
|
2995
3027
|
clean-regexp "^1.0.0"
|
|
@@ -2997,7 +3029,6 @@ eslint-plugin-unicorn@^48.0.1:
|
|
|
2997
3029
|
indent-string "^4.0.0"
|
|
2998
3030
|
is-builtin-module "^3.2.1"
|
|
2999
3031
|
jsesc "^3.0.2"
|
|
3000
|
-
lodash "^4.17.21"
|
|
3001
3032
|
pluralize "^8.0.0"
|
|
3002
3033
|
read-pkg-up "^7.0.1"
|
|
3003
3034
|
regexp-tree "^0.1.27"
|
|
@@ -3026,15 +3057,15 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
|
|
|
3026
3057
|
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
|
|
3027
3058
|
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
|
|
3028
3059
|
|
|
3029
|
-
eslint@^8.
|
|
3030
|
-
version "8.
|
|
3031
|
-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.
|
|
3032
|
-
integrity sha512-
|
|
3060
|
+
eslint@^8.53.0:
|
|
3061
|
+
version "8.53.0"
|
|
3062
|
+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.53.0.tgz#14f2c8244298fcae1f46945459577413ba2697ce"
|
|
3063
|
+
integrity sha512-N4VuiPjXDUa4xVeV/GC/RV3hQW9Nw+Y463lkWaKKXKYMvmRiRDAtfpuPFLN+E1/6ZhyR8J2ig+eVREnYgUsiag==
|
|
3033
3064
|
dependencies:
|
|
3034
3065
|
"@eslint-community/eslint-utils" "^4.2.0"
|
|
3035
3066
|
"@eslint-community/regexpp" "^4.6.1"
|
|
3036
|
-
"@eslint/eslintrc" "^2.1.
|
|
3037
|
-
"@eslint/js" "8.
|
|
3067
|
+
"@eslint/eslintrc" "^2.1.3"
|
|
3068
|
+
"@eslint/js" "8.53.0"
|
|
3038
3069
|
"@humanwhocodes/config-array" "^0.11.13"
|
|
3039
3070
|
"@humanwhocodes/module-importer" "^1.0.1"
|
|
3040
3071
|
"@nodelib/fs.walk" "^1.2.8"
|
|
@@ -3941,7 +3972,7 @@ ignore-walk@^4.0.1:
|
|
|
3941
3972
|
dependencies:
|
|
3942
3973
|
minimatch "^3.0.4"
|
|
3943
3974
|
|
|
3944
|
-
ignore@^5.1.4, ignore@^5.2.0:
|
|
3975
|
+
ignore@^5.1.4, ignore@^5.2.0, ignore@^5.2.4:
|
|
3945
3976
|
version "5.2.4"
|
|
3946
3977
|
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
|
|
3947
3978
|
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
|
|
@@ -4531,7 +4562,7 @@ json5@^2.2.3:
|
|
|
4531
4562
|
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
|
|
4532
4563
|
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
|
|
4533
4564
|
|
|
4534
|
-
jsonc-parser@^3.0.0:
|
|
4565
|
+
jsonc-parser@^3.0.0, jsonc-parser@^3.2.0:
|
|
4535
4566
|
version "3.2.0"
|
|
4536
4567
|
resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-3.2.0.tgz#31ff3f4c2b9793f89c67212627c51c6394f88e76"
|
|
4537
4568
|
integrity sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==
|
|
@@ -4925,7 +4956,7 @@ map-obj@^4.0.0:
|
|
|
4925
4956
|
resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-4.3.0.tgz#9304f906e93faae70880da102a9f1df0ea8bb05a"
|
|
4926
4957
|
integrity sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==
|
|
4927
4958
|
|
|
4928
|
-
marked@^4.0
|
|
4959
|
+
marked@^4.3.0:
|
|
4929
4960
|
version "4.3.0"
|
|
4930
4961
|
resolved "https://registry.yarnpkg.com/marked/-/marked-4.3.0.tgz#796362821b019f734054582038b116481b456cf3"
|
|
4931
4962
|
integrity sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==
|
|
@@ -5042,7 +5073,7 @@ minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
|
|
|
5042
5073
|
dependencies:
|
|
5043
5074
|
brace-expansion "^1.1.7"
|
|
5044
5075
|
|
|
5045
|
-
minimatch@^5.0.1
|
|
5076
|
+
minimatch@^5.0.1:
|
|
5046
5077
|
version "5.1.6"
|
|
5047
5078
|
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.6.tgz#1cfcb8cf5522ea69952cd2af95ae09477f122a96"
|
|
5048
5079
|
integrity sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==
|
|
@@ -5919,7 +5950,7 @@ pify@^4.0.1:
|
|
|
5919
5950
|
resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231"
|
|
5920
5951
|
integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==
|
|
5921
5952
|
|
|
5922
|
-
pino-abstract-transport@^1.0.0, pino-abstract-transport@v1.1.0:
|
|
5953
|
+
pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.1.0, pino-abstract-transport@v1.1.0:
|
|
5923
5954
|
version "1.1.0"
|
|
5924
5955
|
resolved "https://registry.yarnpkg.com/pino-abstract-transport/-/pino-abstract-transport-1.1.0.tgz#083d98f966262164504afb989bccd05f665937a8"
|
|
5925
5956
|
integrity sha512-lsleG3/2a/JIWUtf9Q5gUNErBqwIu1tUKTT3dUzaf5DySw9ra1wcqKjJjLX1VTY64Wk1eEOYsVGSaGfCK85ekA==
|
|
@@ -5952,10 +5983,10 @@ pino-std-serializers@^6.0.0:
|
|
|
5952
5983
|
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"
|
|
5953
5984
|
integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==
|
|
5954
5985
|
|
|
5955
|
-
pino@^8.16.0:
|
|
5956
|
-
version "8.16.
|
|
5957
|
-
resolved "https://registry.yarnpkg.com/pino/-/pino-8.16.
|
|
5958
|
-
integrity sha512-
|
|
5986
|
+
pino@^8.16.0, pino@^8.16.1:
|
|
5987
|
+
version "8.16.2"
|
|
5988
|
+
resolved "https://registry.yarnpkg.com/pino/-/pino-8.16.2.tgz#7a906f2d9a8c5b4c57412c9ca95d6820bd2090cd"
|
|
5989
|
+
integrity sha512-2advCDGVEvkKu9TTVSa/kWW7Z3htI/sBKEZpqiHk6ive0i/7f5b1rsU8jn0aimxqfnSz5bj/nOYkwhBUn5xxvg==
|
|
5959
5990
|
dependencies:
|
|
5960
5991
|
atomic-sleep "^1.0.0"
|
|
5961
5992
|
fast-redact "^3.1.1"
|
|
@@ -6006,7 +6037,7 @@ pretty-bytes@^5.3.0:
|
|
|
6006
6037
|
resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-5.6.0.tgz#356256f643804773c82f64723fe78c92c62beaeb"
|
|
6007
6038
|
integrity sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==
|
|
6008
6039
|
|
|
6009
|
-
pretty-quick@^3.1.
|
|
6040
|
+
pretty-quick@^3.1.3:
|
|
6010
6041
|
version "3.1.3"
|
|
6011
6042
|
resolved "https://registry.yarnpkg.com/pretty-quick/-/pretty-quick-3.1.3.tgz#15281108c0ddf446675157ca40240099157b638e"
|
|
6012
6043
|
integrity sha512-kOCi2FJabvuh1as9enxYmrnBC6tVMoVOenMaBqRfsvBHB0cbpYHjdQEpSglpASDFEXVwplpcGR4CLEaisYAFcA==
|
|
@@ -6493,7 +6524,7 @@ secure-json-parse@^2.4.0:
|
|
|
6493
6524
|
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8"
|
|
6494
6525
|
integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
|
|
6495
6526
|
|
|
6496
|
-
semver@7.5.4, 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.
|
|
6527
|
+
semver@7.5.4, 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:
|
|
6497
6528
|
version "7.5.4"
|
|
6498
6529
|
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
|
|
6499
6530
|
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
|
|
@@ -6579,7 +6610,7 @@ shebang-regex@^3.0.0:
|
|
|
6579
6610
|
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
|
|
6580
6611
|
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
|
|
6581
6612
|
|
|
6582
|
-
shelljs@^0.8.4, shelljs@^0.8.5
|
|
6613
|
+
shelljs@^0.8.4, shelljs@^0.8.5:
|
|
6583
6614
|
version "0.8.5"
|
|
6584
6615
|
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.5.tgz#de055408d8361bed66c669d2f000538ced8ee20c"
|
|
6585
6616
|
integrity sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==
|
|
@@ -6588,14 +6619,15 @@ shelljs@^0.8.4, shelljs@^0.8.5, shelljs@~0.8.4:
|
|
|
6588
6619
|
interpret "^1.0.0"
|
|
6589
6620
|
rechoir "^0.6.2"
|
|
6590
6621
|
|
|
6591
|
-
shiki@^0.
|
|
6592
|
-
version "0.
|
|
6593
|
-
resolved "https://registry.yarnpkg.com/shiki/-/shiki-0.
|
|
6594
|
-
integrity sha512-
|
|
6622
|
+
shiki@^0.14.1:
|
|
6623
|
+
version "0.14.5"
|
|
6624
|
+
resolved "https://registry.yarnpkg.com/shiki/-/shiki-0.14.5.tgz#375dd214e57eccb04f0daf35a32aa615861deb93"
|
|
6625
|
+
integrity sha512-1gCAYOcmCFONmErGTrS1fjzJLA7MGZmKzrBNX7apqSwhyITJg2O102uFzXUeBxNnEkDA9vHIKLyeKq0V083vIw==
|
|
6595
6626
|
dependencies:
|
|
6596
|
-
|
|
6597
|
-
|
|
6598
|
-
vscode-
|
|
6627
|
+
ansi-sequence-parser "^1.1.0"
|
|
6628
|
+
jsonc-parser "^3.2.0"
|
|
6629
|
+
vscode-oniguruma "^1.7.0"
|
|
6630
|
+
vscode-textmate "^8.0.0"
|
|
6599
6631
|
|
|
6600
6632
|
shx@0.3.4:
|
|
6601
6633
|
version "0.3.4"
|
|
@@ -6707,7 +6739,7 @@ sort-keys@^4.2.0:
|
|
|
6707
6739
|
dependencies:
|
|
6708
6740
|
is-plain-obj "^2.0.0"
|
|
6709
6741
|
|
|
6710
|
-
source-map-support
|
|
6742
|
+
source-map-support@^0.5.21:
|
|
6711
6743
|
version "0.5.21"
|
|
6712
6744
|
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f"
|
|
6713
6745
|
integrity sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==
|
|
@@ -7197,15 +7229,15 @@ typedoc-plugin-missing-exports@0.23.0:
|
|
|
7197
7229
|
resolved "https://registry.yarnpkg.com/typedoc-plugin-missing-exports/-/typedoc-plugin-missing-exports-0.23.0.tgz#076df6ffce4d84e8097be009b7c62a17d58477a5"
|
|
7198
7230
|
integrity sha512-9smahDSsFRno9ZwoEshQDuIYMHWGB1E6LUud5qMxR2wNZ0T4DlZz0QjoK3HzXtX34mUpTH0dYtt7NQUK4D6B6Q==
|
|
7199
7231
|
|
|
7200
|
-
typedoc
|
|
7201
|
-
version "0.
|
|
7202
|
-
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.
|
|
7203
|
-
integrity sha512-
|
|
7232
|
+
typedoc@^0.25.3:
|
|
7233
|
+
version "0.25.3"
|
|
7234
|
+
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.25.3.tgz#53c6d668e1001b3d488e9a750fcdfb05433554c0"
|
|
7235
|
+
integrity sha512-Ow8Bo7uY1Lwy7GTmphRIMEo6IOZ+yYUyrc8n5KXIZg1svpqhZSWgni2ZrDhe+wLosFS8yswowUzljTAV/3jmWw==
|
|
7204
7236
|
dependencies:
|
|
7205
7237
|
lunr "^2.3.9"
|
|
7206
|
-
marked "^4.0
|
|
7207
|
-
minimatch "^
|
|
7208
|
-
shiki "^0.
|
|
7238
|
+
marked "^4.3.0"
|
|
7239
|
+
minimatch "^9.0.3"
|
|
7240
|
+
shiki "^0.14.1"
|
|
7209
7241
|
|
|
7210
7242
|
"typescript@^4.6.4 || ^5.2.2", typescript@^5.2.2, typescript@~5.2.2:
|
|
7211
7243
|
version "5.2.2"
|
|
@@ -7405,15 +7437,15 @@ vinyl@^2.0.1:
|
|
|
7405
7437
|
remove-trailing-separator "^1.0.1"
|
|
7406
7438
|
replace-ext "^1.0.0"
|
|
7407
7439
|
|
|
7408
|
-
vscode-oniguruma@^1.
|
|
7440
|
+
vscode-oniguruma@^1.7.0:
|
|
7409
7441
|
version "1.7.0"
|
|
7410
7442
|
resolved "https://registry.yarnpkg.com/vscode-oniguruma/-/vscode-oniguruma-1.7.0.tgz#439bfad8fe71abd7798338d1cd3dc53a8beea94b"
|
|
7411
7443
|
integrity sha512-L9WMGRfrjOhgHSdOYgCt/yRMsXzLDJSL7BPrOZt73gU0iWO4mpqzqQzOz5srxqTvMBaR0XZTSrVWo4j55Rc6cA==
|
|
7412
7444
|
|
|
7413
|
-
vscode-textmate@^
|
|
7414
|
-
version "
|
|
7415
|
-
resolved "https://registry.yarnpkg.com/vscode-textmate/-/vscode-textmate-
|
|
7416
|
-
integrity sha512-
|
|
7445
|
+
vscode-textmate@^8.0.0:
|
|
7446
|
+
version "8.0.0"
|
|
7447
|
+
resolved "https://registry.yarnpkg.com/vscode-textmate/-/vscode-textmate-8.0.0.tgz#2c7a3b1163ef0441097e0b5d6389cd5504b59e5d"
|
|
7448
|
+
integrity sha512-AFbieoL7a5LMqcnOF04ji+rpXadgOXnZsxQr//r83kLPr7biP7am3g9zbaZIaBGwBRWeSvoMD4mgPdX3e4NWBg==
|
|
7417
7449
|
|
|
7418
7450
|
walk-up-path@^1.0.0:
|
|
7419
7451
|
version "1.0.0"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-marketplace",
|
|
3
3
|
"description": "Find sf plugins",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.6",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@oclif/core": "^3.10.
|
|
9
|
-
"@salesforce/core": "^
|
|
8
|
+
"@oclif/core": "^3.10.8",
|
|
9
|
+
"@salesforce/core": "^6.1.0",
|
|
10
10
|
"@salesforce/kit": "^3.0.15",
|
|
11
|
-
"@salesforce/sf-plugins-core": "^
|
|
11
|
+
"@salesforce/sf-plugins-core": "^5.0.1",
|
|
12
12
|
"got": "^13.0.0",
|
|
13
13
|
"proxy-agent": "^6.3.1"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
16
|
"@oclif/plugin-command-snapshot": "^5.0.1",
|
|
17
17
|
"@salesforce/cli-plugins-testkit": "^5",
|
|
18
|
-
"@salesforce/dev-scripts": "^
|
|
18
|
+
"@salesforce/dev-scripts": "^7.1.0",
|
|
19
19
|
"@salesforce/plugin-command-reference": "^3.0.46",
|
|
20
|
-
"eslint-plugin-sf-plugin": "^1.16.
|
|
20
|
+
"eslint-plugin-sf-plugin": "^1.16.15",
|
|
21
21
|
"oclif": "^4.0.3",
|
|
22
22
|
"shx": "0.3.4",
|
|
23
23
|
"ts-node": "^10.9.1",
|
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
"exports": "./lib/index.js",
|
|
191
191
|
"type": "module",
|
|
192
192
|
"sfdx": {
|
|
193
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-marketplace/1.0.
|
|
194
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-marketplace/1.0.
|
|
193
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-marketplace/1.0.6.crt",
|
|
194
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-marketplace/1.0.6.sig"
|
|
195
195
|
}
|
|
196
196
|
}
|