@salesforce/plugin-limits 3.0.1 → 3.0.2
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 +7 -7
- package/oclif.lock +303 -269
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -82,8 +82,8 @@ USAGE
|
|
|
82
82
|
$ sf org list limits -o <value> [--json] [--api-version <value>]
|
|
83
83
|
|
|
84
84
|
FLAGS
|
|
85
|
-
-o, --target-org=<value>
|
|
86
|
-
|
|
85
|
+
-o, --target-org=<value> (required) Username or alias of the target org.
|
|
86
|
+
--api-version=<value> Override the api version used for api requests made by this command
|
|
87
87
|
|
|
88
88
|
GLOBAL FLAGS
|
|
89
89
|
--json Format output as json.
|
|
@@ -109,7 +109,7 @@ EXAMPLES
|
|
|
109
109
|
$ sf org list limits --target-org my-scratch-org
|
|
110
110
|
```
|
|
111
111
|
|
|
112
|
-
_See code: [src/commands/org/list/limits.ts](https://github.com/salesforcecli/plugin-limits/blob/
|
|
112
|
+
_See code: [src/commands/org/list/limits.ts](https://github.com/salesforcecli/plugin-limits/blob/3.0.2/src/commands/org/list/limits.ts)_
|
|
113
113
|
|
|
114
114
|
## `sf org list sobject record-counts`
|
|
115
115
|
|
|
@@ -120,9 +120,9 @@ USAGE
|
|
|
120
120
|
$ sf org list sobject record-counts -o <value> [--json] [-s <value>] [--api-version <value>]
|
|
121
121
|
|
|
122
122
|
FLAGS
|
|
123
|
-
-o, --target-org=<value>
|
|
124
|
-
-s, --sobject=<value>...
|
|
125
|
-
|
|
123
|
+
-o, --target-org=<value> (required) Username or alias of the target org.
|
|
124
|
+
-s, --sobject=<value>... [default: ] API name of the standard or custom object for which to display record counts.
|
|
125
|
+
--api-version=<value> Override the api version used for api requests made by this command
|
|
126
126
|
|
|
127
127
|
GLOBAL FLAGS
|
|
128
128
|
--json Format output as json.
|
|
@@ -153,6 +153,6 @@ EXAMPLES
|
|
|
153
153
|
$ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org
|
|
154
154
|
```
|
|
155
155
|
|
|
156
|
-
_See code: [src/commands/org/list/sobject/record-counts.ts](https://github.com/salesforcecli/plugin-limits/blob/
|
|
156
|
+
_See code: [src/commands/org/list/sobject/record-counts.ts](https://github.com/salesforcecli/plugin-limits/blob/3.0.2/src/commands/org/list/sobject/record-counts.ts)_
|
|
157
157
|
|
|
158
158
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
resolved "https://registry.yarnpkg.com/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz#533f36457a25814cf1df6488523ad547d784a99f"
|
|
130
130
|
integrity sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==
|
|
131
131
|
|
|
132
|
-
"@babel/helper-validator-identifier@^7.19.1", "@babel/helper-validator-identifier@^7.22.20"
|
|
132
|
+
"@babel/helper-validator-identifier@^7.19.1", "@babel/helper-validator-identifier@^7.22.20":
|
|
133
133
|
version "7.22.20"
|
|
134
134
|
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz#c4ae002c61d2879e724581d96665583dbc1dc0e0"
|
|
135
135
|
integrity sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==
|
|
@@ -379,12 +379,12 @@
|
|
|
379
379
|
dependencies:
|
|
380
380
|
"@jridgewell/trace-mapping" "0.3.9"
|
|
381
381
|
|
|
382
|
-
"@es-joy/jsdoccomment@~0.
|
|
383
|
-
version "0.
|
|
384
|
-
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.
|
|
385
|
-
integrity sha512-
|
|
382
|
+
"@es-joy/jsdoccomment@~0.41.0":
|
|
383
|
+
version "0.41.0"
|
|
384
|
+
resolved "https://registry.yarnpkg.com/@es-joy/jsdoccomment/-/jsdoccomment-0.41.0.tgz#4a2f7db42209c0425c71a1476ef1bdb6dcd836f6"
|
|
385
|
+
integrity sha512-aKUhyn1QI5Ksbqcr3fFJj16p99QdjUxXAEuFst1Z47DRyoiMwivIH9MV/ARcJOCXVjPfjITciej8ZD2O/6qUmw==
|
|
386
386
|
dependencies:
|
|
387
|
-
comment-parser "1.
|
|
387
|
+
comment-parser "1.4.1"
|
|
388
388
|
esquery "^1.5.0"
|
|
389
389
|
jsdoc-type-pratt-parser "~4.0.0"
|
|
390
390
|
|
|
@@ -395,15 +395,15 @@
|
|
|
395
395
|
dependencies:
|
|
396
396
|
eslint-visitor-keys "^3.3.0"
|
|
397
397
|
|
|
398
|
-
"@eslint-community/regexpp@^4.
|
|
399
|
-
version "4.
|
|
400
|
-
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.
|
|
401
|
-
integrity sha512-
|
|
398
|
+
"@eslint-community/regexpp@^4.5.1", "@eslint-community/regexpp@^4.6.1":
|
|
399
|
+
version "4.10.0"
|
|
400
|
+
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.10.0.tgz#548f6de556857c8bb73bbee70c35dc82a2e74d63"
|
|
401
|
+
integrity sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==
|
|
402
402
|
|
|
403
|
-
"@eslint/eslintrc@^2.1.
|
|
404
|
-
version "2.1.
|
|
405
|
-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.
|
|
406
|
-
integrity sha512
|
|
403
|
+
"@eslint/eslintrc@^2.1.3":
|
|
404
|
+
version "2.1.3"
|
|
405
|
+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.1.3.tgz#797470a75fe0fbd5a53350ee715e85e87baff22d"
|
|
406
|
+
integrity sha512-yZzuIG+jnVu6hNSzFEN07e8BxF3uAzYtQb6uDkaYZLo6oYZDCq454c5kB8zxnzfCYyP4MIuyBn10L0DqwujTmA==
|
|
407
407
|
dependencies:
|
|
408
408
|
ajv "^6.12.4"
|
|
409
409
|
debug "^4.3.2"
|
|
@@ -415,10 +415,10 @@
|
|
|
415
415
|
minimatch "^3.1.2"
|
|
416
416
|
strip-json-comments "^3.1.1"
|
|
417
417
|
|
|
418
|
-
"@eslint/js@8.
|
|
419
|
-
version "8.
|
|
420
|
-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.
|
|
421
|
-
integrity sha512-
|
|
418
|
+
"@eslint/js@8.53.0":
|
|
419
|
+
version "8.53.0"
|
|
420
|
+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.53.0.tgz#bea56f2ed2b5baea164348ff4d5a879f6f81f20d"
|
|
421
|
+
integrity sha512-Kn7K8dx/5U6+cT1yEhpX1w4PCSg0M+XyRILPgvwcEBjerFWCwQj5sbr3/VmxqV0JGHCBCzyd6LxypEuehypY1w==
|
|
422
422
|
|
|
423
423
|
"@gar/promisify@^1.0.1", "@gar/promisify@^1.1.3":
|
|
424
424
|
version "1.1.3"
|
|
@@ -725,10 +725,10 @@
|
|
|
725
725
|
wordwrap "^1.0.0"
|
|
726
726
|
wrap-ansi "^7.0.0"
|
|
727
727
|
|
|
728
|
-
"@oclif/core@^3.0.
|
|
729
|
-
version "3.
|
|
730
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.
|
|
731
|
-
integrity sha512-
|
|
728
|
+
"@oclif/core@^3.0.4", "@oclif/core@^3.11.0", "@oclif/core@^3.3.1", "@oclif/core@^3.5.0", "@oclif/core@^3.9.0", "@oclif/core@^3.9.1":
|
|
729
|
+
version "3.11.0"
|
|
730
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.11.0.tgz#dadfac39238af3b717e33b910dde1f1f0fd2105e"
|
|
731
|
+
integrity sha512-9A2LhDQATf1vrRqPoO0gGuBrey0jt3kDafC+eazxTNWV2EvlEpgY2587iyrxPK/fL2xg7f+0mtxYaSHdO2k8eg==
|
|
732
732
|
dependencies:
|
|
733
733
|
ansi-escapes "^4.3.2"
|
|
734
734
|
ansi-styles "^4.3.0"
|
|
@@ -752,6 +752,7 @@
|
|
|
752
752
|
strip-ansi "^6.0.1"
|
|
753
753
|
supports-color "^8.1.1"
|
|
754
754
|
supports-hyperlinks "^2.2.0"
|
|
755
|
+
tsconfck "^3.0.0"
|
|
755
756
|
widest-line "^3.1.0"
|
|
756
757
|
wordwrap "^1.0.0"
|
|
757
758
|
wrap-ansi "^7.0.0"
|
|
@@ -799,11 +800,11 @@
|
|
|
799
800
|
lodash.template "^4.5.0"
|
|
800
801
|
|
|
801
802
|
"@oclif/test@^3":
|
|
802
|
-
version "3.0
|
|
803
|
-
resolved "https://registry.yarnpkg.com/@oclif/test/-/test-3.0.
|
|
804
|
-
integrity sha512-
|
|
803
|
+
version "3.1.0"
|
|
804
|
+
resolved "https://registry.yarnpkg.com/@oclif/test/-/test-3.1.0.tgz#23b7cacf951fa5ccfcd857efbf63b02fb95f1eef"
|
|
805
|
+
integrity sha512-bjezbUX2C9DpjNu3aLxScaL+C7aMnPPAQ/zaK3R7nsNw8kUSd6Sub2PYv2IbcxqNYH98Fw7YGZnVNw7m0F7dDA==
|
|
805
806
|
dependencies:
|
|
806
|
-
"@oclif/core" "^3.
|
|
807
|
+
"@oclif/core" "^3.9.1"
|
|
807
808
|
chai "^4.3.10"
|
|
808
809
|
fancy-test "^3.0.1"
|
|
809
810
|
|
|
@@ -909,11 +910,11 @@
|
|
|
909
910
|
"@octokit/openapi-types" "^12.11.0"
|
|
910
911
|
|
|
911
912
|
"@salesforce/cli-plugins-testkit@^5":
|
|
912
|
-
version "5.0.
|
|
913
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.0.
|
|
914
|
-
integrity sha512-
|
|
913
|
+
version "5.0.1"
|
|
914
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.0.1.tgz#d1c3e48ccee2b344ff02a0f9f136bb28ccb3290f"
|
|
915
|
+
integrity sha512-4O5THA4Ly/JJ7p/08KNCOOwbBoBoa4GU9WoL5td/nQEQGQ9Abo2QhpTWVyUzKApVqx2POSS7XYqyDHkCZ/YxPQ==
|
|
915
916
|
dependencies:
|
|
916
|
-
"@salesforce/core" "^5.3.
|
|
917
|
+
"@salesforce/core" "^5.3.17"
|
|
917
918
|
"@salesforce/kit" "^3.0.15"
|
|
918
919
|
"@salesforce/ts-types" "^2.0.6"
|
|
919
920
|
"@types/shelljs" "^0.8.14"
|
|
@@ -923,15 +924,15 @@
|
|
|
923
924
|
strip-ansi "6.0.1"
|
|
924
925
|
ts-retry-promise "^0.7.1"
|
|
925
926
|
|
|
926
|
-
"@salesforce/core@^5.3.1", "@salesforce/core@^5.3.10", "@salesforce/core@^5.3.17":
|
|
927
|
-
version "5.3.
|
|
928
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.3.
|
|
929
|
-
integrity sha512-
|
|
927
|
+
"@salesforce/core@^5.3.1", "@salesforce/core@^5.3.10", "@salesforce/core@^5.3.17", "@salesforce/core@^5.3.20":
|
|
928
|
+
version "5.3.20"
|
|
929
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.3.20.tgz#4e934d4551bb70423cb1c4115615bc41cffca41e"
|
|
930
|
+
integrity sha512-y+O6O2c8OYFDrAy2qsG+pAcNxoyL14nmBXcBRRcYA7Huj8ikK+aLJK84PuVAYdQz+hNwImQF+69IWtDkpK4Irg==
|
|
930
931
|
dependencies:
|
|
931
932
|
"@salesforce/kit" "^3.0.15"
|
|
932
933
|
"@salesforce/schemas" "^1.6.1"
|
|
933
934
|
"@salesforce/ts-types" "^2.0.9"
|
|
934
|
-
"@types/semver" "^7.5.
|
|
935
|
+
"@types/semver" "^7.5.4"
|
|
935
936
|
ajv "^8.12.0"
|
|
936
937
|
change-case "^4.1.2"
|
|
937
938
|
faye "^1.4.0"
|
|
@@ -947,43 +948,67 @@
|
|
|
947
948
|
semver "^7.5.4"
|
|
948
949
|
ts-retry-promise "^0.7.1"
|
|
949
950
|
|
|
950
|
-
"@salesforce/
|
|
951
|
+
"@salesforce/core@^6.1.0":
|
|
952
|
+
version "6.1.2"
|
|
953
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.1.2.tgz#604c0cd3e3858e2f51c37b1a0904825015a07765"
|
|
954
|
+
integrity sha512-h1sGWUfAMVtBvh+wXlSA+e2aJAJ/DnkUD+GLgRje6qUsgxKRNJcoKBCNZgjwAf+xAqJ5IprUZ+arTkU5ME86Mw==
|
|
955
|
+
dependencies:
|
|
956
|
+
"@salesforce/kit" "^3.0.15"
|
|
957
|
+
"@salesforce/schemas" "^1.6.1"
|
|
958
|
+
"@salesforce/ts-types" "^2.0.9"
|
|
959
|
+
"@types/semver" "^7.5.4"
|
|
960
|
+
ajv "^8.12.0"
|
|
961
|
+
change-case "^4.1.2"
|
|
962
|
+
faye "^1.4.0"
|
|
963
|
+
form-data "^4.0.0"
|
|
964
|
+
js2xmlparser "^4.0.1"
|
|
965
|
+
jsforce "^2.0.0-beta.28"
|
|
966
|
+
jsonwebtoken "9.0.2"
|
|
967
|
+
jszip "3.10.1"
|
|
968
|
+
pino "^8.16.1"
|
|
969
|
+
pino-abstract-transport "^1.1.0"
|
|
970
|
+
pino-pretty "^10.2.3"
|
|
971
|
+
proper-lockfile "^4.1.2"
|
|
972
|
+
semver "^7.5.4"
|
|
973
|
+
ts-retry-promise "^0.7.1"
|
|
974
|
+
|
|
975
|
+
"@salesforce/dev-config@^4.1.0":
|
|
951
976
|
version "4.1.0"
|
|
952
977
|
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
|
|
953
978
|
integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
|
|
954
979
|
|
|
955
|
-
"@salesforce/dev-scripts@^
|
|
956
|
-
version "
|
|
957
|
-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-
|
|
958
|
-
integrity sha512-
|
|
980
|
+
"@salesforce/dev-scripts@^7.1.0":
|
|
981
|
+
version "7.1.0"
|
|
982
|
+
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-7.1.0.tgz#123708d4f494d8b95464b90c28993141986e84bc"
|
|
983
|
+
integrity sha512-79x6QgENORLyCrr9b4MO2pPq8N7d9ILj83vOtAp5NLreAfjZN/c5TEEHuIZKZ3UaO+hkwbtzv3Qs6CyNxiasWA==
|
|
959
984
|
dependencies:
|
|
960
985
|
"@commitlint/cli" "^17.1.2"
|
|
961
986
|
"@commitlint/config-conventional" "^17.1.0"
|
|
962
|
-
"@salesforce/dev-config" "^4.0
|
|
987
|
+
"@salesforce/dev-config" "^4.1.0"
|
|
963
988
|
"@salesforce/prettier-config" "^0.0.3"
|
|
964
|
-
"@types/chai" "^4.
|
|
965
|
-
"@types/mocha" "^
|
|
989
|
+
"@types/chai" "^4.3.10"
|
|
990
|
+
"@types/mocha" "^10.0.4"
|
|
966
991
|
"@types/node" "^18"
|
|
967
992
|
"@types/sinon" "^10.0.20"
|
|
968
993
|
chai "^4.3.10"
|
|
969
994
|
chalk "^4.0.0"
|
|
970
995
|
cosmiconfig "^7.0.0"
|
|
971
|
-
eslint-config-salesforce-typescript "^3.0.
|
|
996
|
+
eslint-config-salesforce-typescript "^3.0.5"
|
|
972
997
|
husky "^7.0.4"
|
|
973
|
-
mocha "^
|
|
998
|
+
mocha "^10.2.0"
|
|
974
999
|
nyc "^15.1.0"
|
|
975
1000
|
prettier "^2.8.8"
|
|
976
|
-
pretty-quick "^3.1.
|
|
977
|
-
shelljs "
|
|
1001
|
+
pretty-quick "^3.1.3"
|
|
1002
|
+
shelljs "^0.8.5"
|
|
978
1003
|
sinon "10.0.0"
|
|
979
|
-
source-map-support "
|
|
980
|
-
ts-node "^10.
|
|
981
|
-
typedoc "0.
|
|
1004
|
+
source-map-support "^0.5.21"
|
|
1005
|
+
ts-node "^10.9.1"
|
|
1006
|
+
typedoc "^0.25.3"
|
|
982
1007
|
typedoc-plugin-missing-exports "0.23.0"
|
|
983
1008
|
typescript "^4.9.5"
|
|
984
1009
|
wireit "^0.14.1"
|
|
985
1010
|
|
|
986
|
-
"@salesforce/kit@^3.0.
|
|
1011
|
+
"@salesforce/kit@^3.0.13", "@salesforce/kit@^3.0.15":
|
|
987
1012
|
version "3.0.15"
|
|
988
1013
|
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.0.15.tgz#713df3f5767f874c70a2e731c7cb5ba677989559"
|
|
989
1014
|
integrity sha512-XkA8jsuLvVnyP460dAbU3pBFP2IkmmmsVxMQVifcKKbNWaIBbZBzAfj+vdaQfnvZyflLhsrFT3q2xkb0vHouPg==
|
|
@@ -1027,15 +1052,16 @@
|
|
|
1027
1052
|
chalk "^4"
|
|
1028
1053
|
inquirer "^8.2.5"
|
|
1029
1054
|
|
|
1030
|
-
"@salesforce/sf-plugins-core@^
|
|
1031
|
-
version "
|
|
1032
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-
|
|
1033
|
-
integrity sha512-
|
|
1055
|
+
"@salesforce/sf-plugins-core@^5.0.1":
|
|
1056
|
+
version "5.0.1"
|
|
1057
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.1.tgz#16b085eda99e28f2607957954d6ac957a8d0a0eb"
|
|
1058
|
+
integrity sha512-gKUhAP9DDUlB4bjr0a6bsWiM16hn/n1cW8BglhYHAow8UJ0OQBxx+dfvAO0ftXmfzg82IZdMViiDmQXt0Z+e6A==
|
|
1034
1059
|
dependencies:
|
|
1035
|
-
"@oclif/core" "^3.
|
|
1036
|
-
"@salesforce/core" "^
|
|
1037
|
-
"@salesforce/kit" "^3.0.
|
|
1038
|
-
"@salesforce/ts-types" "^2.0.
|
|
1060
|
+
"@oclif/core" "^3.11.0"
|
|
1061
|
+
"@salesforce/core" "^6.1.0"
|
|
1062
|
+
"@salesforce/kit" "^3.0.15"
|
|
1063
|
+
"@salesforce/ts-types" "^2.0.9"
|
|
1064
|
+
"@types/inquirer" "^8.2.3"
|
|
1039
1065
|
chalk "^4"
|
|
1040
1066
|
inquirer "^8.2.5"
|
|
1041
1067
|
|
|
@@ -1156,10 +1182,10 @@
|
|
|
1156
1182
|
"@types/node" "*"
|
|
1157
1183
|
"@types/responselike" "^1.0.0"
|
|
1158
1184
|
|
|
1159
|
-
"@types/chai@*", "@types/chai@^4.
|
|
1160
|
-
version "4.3.
|
|
1161
|
-
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.
|
|
1162
|
-
integrity sha512-
|
|
1185
|
+
"@types/chai@*", "@types/chai@^4.3.10":
|
|
1186
|
+
version "4.3.10"
|
|
1187
|
+
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.10.tgz#2ad2959d1767edee5b0e4efb1a0cd2b500747317"
|
|
1188
|
+
integrity sha512-of+ICnbqjmFCiixUnqRulbylyXQrPqIGf/B3Jax1wIF3DvSheysQxAWvqHhZiW3IQrycvokcLcFQlveGp+vyNg==
|
|
1163
1189
|
|
|
1164
1190
|
"@types/cli-progress@^3.11.0":
|
|
1165
1191
|
version "3.11.0"
|
|
@@ -1186,6 +1212,14 @@
|
|
|
1186
1212
|
resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.1.tgz#0ea7b61496902b95890dc4c3a116b60cb8dae812"
|
|
1187
1213
|
integrity sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ==
|
|
1188
1214
|
|
|
1215
|
+
"@types/inquirer@^8.2.3":
|
|
1216
|
+
version "8.2.10"
|
|
1217
|
+
resolved "https://registry.yarnpkg.com/@types/inquirer/-/inquirer-8.2.10.tgz#9444dce2d764c35bc5bb4d742598aaa4acb6561b"
|
|
1218
|
+
integrity sha512-IdD5NmHyVjWM8SHWo/kPBgtzXatwPkfwzyP3fN1jF2g9BWt5WO+8hL2F4o2GKIYsU40PpqeevuUWvkS/roXJkA==
|
|
1219
|
+
dependencies:
|
|
1220
|
+
"@types/through" "*"
|
|
1221
|
+
rxjs "^7.2.0"
|
|
1222
|
+
|
|
1189
1223
|
"@types/json-schema@^7.0.12", "@types/json-schema@^7.0.9":
|
|
1190
1224
|
version "7.0.12"
|
|
1191
1225
|
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb"
|
|
@@ -1230,10 +1264,10 @@
|
|
|
1230
1264
|
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
|
|
1231
1265
|
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
|
|
1232
1266
|
|
|
1233
|
-
"@types/mocha@^
|
|
1234
|
-
version "
|
|
1235
|
-
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-
|
|
1236
|
-
integrity sha512-
|
|
1267
|
+
"@types/mocha@^10.0.4":
|
|
1268
|
+
version "10.0.4"
|
|
1269
|
+
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.4.tgz#b5331955ebca216604691fd4fcd2dbdc2bd559a4"
|
|
1270
|
+
integrity sha512-xKU7bUjiFTIttpWaIZ9qvgg+22O1nmbA+HRxdlR+u6TWsGfmFdXrheJoK4fFxrHNVIOBDvDNKZG+LYBpMHpX3w==
|
|
1237
1271
|
|
|
1238
1272
|
"@types/node@*", "@types/node@^18":
|
|
1239
1273
|
version "18.18.7"
|
|
@@ -1269,10 +1303,10 @@
|
|
|
1269
1303
|
dependencies:
|
|
1270
1304
|
"@types/node" "*"
|
|
1271
1305
|
|
|
1272
|
-
"@types/semver@^7.3.12", "@types/semver@^7.5.0", "@types/semver@^7.5.
|
|
1273
|
-
version "7.5.
|
|
1274
|
-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.
|
|
1275
|
-
integrity sha512
|
|
1306
|
+
"@types/semver@^7.3.12", "@types/semver@^7.5.0", "@types/semver@^7.5.4":
|
|
1307
|
+
version "7.5.5"
|
|
1308
|
+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.5.tgz#deed5ab7019756c9c90ea86139106b0346223f35"
|
|
1309
|
+
integrity sha512-+d+WYC1BxJ6yVOgUgzK8gWvp5qF8ssV5r4nsDcZWKRWcDQLQ619tvWAxJQYGgBrO1MnLJC7a5GtiYsAoQ47dJg==
|
|
1276
1310
|
|
|
1277
1311
|
"@types/shelljs@^0.8.14":
|
|
1278
1312
|
version "0.8.14"
|
|
@@ -1294,6 +1328,13 @@
|
|
|
1294
1328
|
resolved "https://registry.yarnpkg.com/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.2.tgz#bf2e02a3dbd4aecaf95942ecd99b7402e03fad5e"
|
|
1295
1329
|
integrity sha512-9GcLXF0/v3t80caGs5p2rRfkB+a8VBGLJZVih6CNFkx8IZ994wiKKLSRs9nuFwk1HevWs/1mnUmkApGrSGsShA==
|
|
1296
1330
|
|
|
1331
|
+
"@types/through@*":
|
|
1332
|
+
version "0.0.33"
|
|
1333
|
+
resolved "https://registry.yarnpkg.com/@types/through/-/through-0.0.33.tgz#14ebf599320e1c7851e7d598149af183c6b9ea56"
|
|
1334
|
+
integrity sha512-HsJ+z3QuETzP3cswwtzt2vEIiHBk/dCcHGhbmG5X3ecnwFD/lPrMpliGXxSCg03L9AhrdwA4Oz/qfspkDW+xGQ==
|
|
1335
|
+
dependencies:
|
|
1336
|
+
"@types/node" "*"
|
|
1337
|
+
|
|
1297
1338
|
"@types/vinyl@^2.0.4":
|
|
1298
1339
|
version "2.0.7"
|
|
1299
1340
|
resolved "https://registry.yarnpkg.com/@types/vinyl/-/vinyl-2.0.7.tgz#9739a9a2afaf9af32761c54a0e82c735279f726c"
|
|
@@ -1302,30 +1343,32 @@
|
|
|
1302
1343
|
"@types/expect" "^1.20.4"
|
|
1303
1344
|
"@types/node" "*"
|
|
1304
1345
|
|
|
1305
|
-
"@typescript-eslint/eslint-plugin@^
|
|
1306
|
-
version "
|
|
1307
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-
|
|
1308
|
-
integrity sha512-
|
|
1346
|
+
"@typescript-eslint/eslint-plugin@^6.10.0":
|
|
1347
|
+
version "6.11.0"
|
|
1348
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.11.0.tgz#52aae65174ff526576351f9ccd41cea01001463f"
|
|
1349
|
+
integrity sha512-uXnpZDc4VRjY4iuypDBKzW1rz9T5YBBK0snMn8MaTSNd2kMlj50LnLBABELjJiOL5YHk7ZD8hbSpI9ubzqYI0w==
|
|
1309
1350
|
dependencies:
|
|
1310
|
-
"@eslint-community/regexpp" "^4.
|
|
1311
|
-
"@typescript-eslint/scope-manager" "
|
|
1312
|
-
"@typescript-eslint/type-utils" "
|
|
1313
|
-
"@typescript-eslint/utils" "
|
|
1351
|
+
"@eslint-community/regexpp" "^4.5.1"
|
|
1352
|
+
"@typescript-eslint/scope-manager" "6.11.0"
|
|
1353
|
+
"@typescript-eslint/type-utils" "6.11.0"
|
|
1354
|
+
"@typescript-eslint/utils" "6.11.0"
|
|
1355
|
+
"@typescript-eslint/visitor-keys" "6.11.0"
|
|
1314
1356
|
debug "^4.3.4"
|
|
1315
1357
|
graphemer "^1.4.0"
|
|
1316
|
-
ignore "^5.2.
|
|
1317
|
-
natural-compare
|
|
1318
|
-
semver "^7.
|
|
1319
|
-
|
|
1358
|
+
ignore "^5.2.4"
|
|
1359
|
+
natural-compare "^1.4.0"
|
|
1360
|
+
semver "^7.5.4"
|
|
1361
|
+
ts-api-utils "^1.0.1"
|
|
1320
1362
|
|
|
1321
|
-
"@typescript-eslint/parser@^
|
|
1322
|
-
version "
|
|
1323
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-
|
|
1324
|
-
integrity sha512
|
|
1363
|
+
"@typescript-eslint/parser@^6.10.0":
|
|
1364
|
+
version "6.11.0"
|
|
1365
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-6.11.0.tgz#9640d9595d905f3be4f278bf515130e6129b202e"
|
|
1366
|
+
integrity sha512-+whEdjk+d5do5nxfxx73oanLL9ghKO3EwM9kBCkUtWMRwWuPaFv9ScuqlYfQ6pAD6ZiJhky7TZ2ZYhrMsfMxVQ==
|
|
1325
1367
|
dependencies:
|
|
1326
|
-
"@typescript-eslint/scope-manager" "
|
|
1327
|
-
"@typescript-eslint/types" "
|
|
1328
|
-
"@typescript-eslint/typescript-estree" "
|
|
1368
|
+
"@typescript-eslint/scope-manager" "6.11.0"
|
|
1369
|
+
"@typescript-eslint/types" "6.11.0"
|
|
1370
|
+
"@typescript-eslint/typescript-estree" "6.11.0"
|
|
1371
|
+
"@typescript-eslint/visitor-keys" "6.11.0"
|
|
1329
1372
|
debug "^4.3.4"
|
|
1330
1373
|
|
|
1331
1374
|
"@typescript-eslint/scope-manager@5.62.0":
|
|
@@ -1336,33 +1379,33 @@
|
|
|
1336
1379
|
"@typescript-eslint/types" "5.62.0"
|
|
1337
1380
|
"@typescript-eslint/visitor-keys" "5.62.0"
|
|
1338
1381
|
|
|
1339
|
-
"@typescript-eslint/scope-manager@6.
|
|
1340
|
-
version "6.
|
|
1341
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.
|
|
1342
|
-
integrity sha512-
|
|
1382
|
+
"@typescript-eslint/scope-manager@6.11.0":
|
|
1383
|
+
version "6.11.0"
|
|
1384
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.11.0.tgz#621f603537c89f4d105733d949aa4d55eee5cea8"
|
|
1385
|
+
integrity sha512-0A8KoVvIURG4uhxAdjSaxy8RdRE//HztaZdG8KiHLP8WOXSk0vlF7Pvogv+vlJA5Rnjj/wDcFENvDaHb+gKd1A==
|
|
1343
1386
|
dependencies:
|
|
1344
|
-
"@typescript-eslint/types" "6.
|
|
1345
|
-
"@typescript-eslint/visitor-keys" "6.
|
|
1387
|
+
"@typescript-eslint/types" "6.11.0"
|
|
1388
|
+
"@typescript-eslint/visitor-keys" "6.11.0"
|
|
1346
1389
|
|
|
1347
|
-
"@typescript-eslint/type-utils@
|
|
1348
|
-
version "
|
|
1349
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-
|
|
1350
|
-
integrity sha512-
|
|
1390
|
+
"@typescript-eslint/type-utils@6.11.0":
|
|
1391
|
+
version "6.11.0"
|
|
1392
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.11.0.tgz#d0b8b1ab6c26b974dbf91de1ebc5b11fea24e0d1"
|
|
1393
|
+
integrity sha512-nA4IOXwZtqBjIoYrJcYxLRO+F9ri+leVGoJcMW1uqr4r1Hq7vW5cyWrA43lFbpRvQ9XgNrnfLpIkO3i1emDBIA==
|
|
1351
1394
|
dependencies:
|
|
1352
|
-
"@typescript-eslint/typescript-estree" "
|
|
1353
|
-
"@typescript-eslint/utils" "
|
|
1395
|
+
"@typescript-eslint/typescript-estree" "6.11.0"
|
|
1396
|
+
"@typescript-eslint/utils" "6.11.0"
|
|
1354
1397
|
debug "^4.3.4"
|
|
1355
|
-
|
|
1398
|
+
ts-api-utils "^1.0.1"
|
|
1356
1399
|
|
|
1357
1400
|
"@typescript-eslint/types@5.62.0":
|
|
1358
1401
|
version "5.62.0"
|
|
1359
1402
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
|
|
1360
1403
|
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
|
|
1361
1404
|
|
|
1362
|
-
"@typescript-eslint/types@6.
|
|
1363
|
-
version "6.
|
|
1364
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.
|
|
1365
|
-
integrity sha512
|
|
1405
|
+
"@typescript-eslint/types@6.11.0":
|
|
1406
|
+
version "6.11.0"
|
|
1407
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.11.0.tgz#8ad3aa000cbf4bdc4dcceed96e9b577f15e0bf53"
|
|
1408
|
+
integrity sha512-ZbEzuD4DwEJxwPqhv3QULlRj8KYTAnNsXxmfuUXFCxZmO6CF2gM/y+ugBSAQhrqaJL3M+oe4owdWunaHM6beqA==
|
|
1366
1409
|
|
|
1367
1410
|
"@typescript-eslint/typescript-estree@5.62.0":
|
|
1368
1411
|
version "5.62.0"
|
|
@@ -1377,20 +1420,33 @@
|
|
|
1377
1420
|
semver "^7.3.7"
|
|
1378
1421
|
tsutils "^3.21.0"
|
|
1379
1422
|
|
|
1380
|
-
"@typescript-eslint/typescript-estree@6.
|
|
1381
|
-
version "6.
|
|
1382
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.
|
|
1383
|
-
integrity sha512-
|
|
1423
|
+
"@typescript-eslint/typescript-estree@6.11.0":
|
|
1424
|
+
version "6.11.0"
|
|
1425
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.11.0.tgz#7b52c12a623bf7f8ec7f8a79901b9f98eb5c7990"
|
|
1426
|
+
integrity sha512-Aezzv1o2tWJwvZhedzvD5Yv7+Lpu1by/U1LZ5gLc4tCx8jUmuSCMioPFRjliN/6SJIvY6HpTtJIWubKuYYYesQ==
|
|
1384
1427
|
dependencies:
|
|
1385
|
-
"@typescript-eslint/types" "6.
|
|
1386
|
-
"@typescript-eslint/visitor-keys" "6.
|
|
1428
|
+
"@typescript-eslint/types" "6.11.0"
|
|
1429
|
+
"@typescript-eslint/visitor-keys" "6.11.0"
|
|
1387
1430
|
debug "^4.3.4"
|
|
1388
1431
|
globby "^11.1.0"
|
|
1389
1432
|
is-glob "^4.0.3"
|
|
1390
1433
|
semver "^7.5.4"
|
|
1391
1434
|
ts-api-utils "^1.0.1"
|
|
1392
1435
|
|
|
1393
|
-
"@typescript-eslint/utils@
|
|
1436
|
+
"@typescript-eslint/utils@6.11.0", "@typescript-eslint/utils@^6.7.5":
|
|
1437
|
+
version "6.11.0"
|
|
1438
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.11.0.tgz#11374f59ef4cea50857b1303477c08aafa2ca604"
|
|
1439
|
+
integrity sha512-p23ibf68fxoZy605dc0dQAEoUsoiNoP3MD9WQGiHLDuTSOuqoTsa4oAy+h3KDkTcxbbfOtUjb9h3Ta0gT4ug2g==
|
|
1440
|
+
dependencies:
|
|
1441
|
+
"@eslint-community/eslint-utils" "^4.4.0"
|
|
1442
|
+
"@types/json-schema" "^7.0.12"
|
|
1443
|
+
"@types/semver" "^7.5.0"
|
|
1444
|
+
"@typescript-eslint/scope-manager" "6.11.0"
|
|
1445
|
+
"@typescript-eslint/types" "6.11.0"
|
|
1446
|
+
"@typescript-eslint/typescript-estree" "6.11.0"
|
|
1447
|
+
semver "^7.5.4"
|
|
1448
|
+
|
|
1449
|
+
"@typescript-eslint/utils@^5.59.11":
|
|
1394
1450
|
version "5.62.0"
|
|
1395
1451
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.62.0.tgz#141e809c71636e4a75daa39faed2fb5f4b10df86"
|
|
1396
1452
|
integrity sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==
|
|
@@ -1404,19 +1460,6 @@
|
|
|
1404
1460
|
eslint-scope "^5.1.1"
|
|
1405
1461
|
semver "^7.3.7"
|
|
1406
1462
|
|
|
1407
|
-
"@typescript-eslint/utils@^6.7.5":
|
|
1408
|
-
version "6.9.0"
|
|
1409
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.9.0.tgz#5bdac8604fca4823f090e4268e681c84d3597c9f"
|
|
1410
|
-
integrity sha512-5Wf+Jsqya7WcCO8me504FBigeQKVLAMPmUzYgDbWchINNh1KJbxCgVya3EQ2MjvJMVeXl3pofRmprqX6mfQkjQ==
|
|
1411
|
-
dependencies:
|
|
1412
|
-
"@eslint-community/eslint-utils" "^4.4.0"
|
|
1413
|
-
"@types/json-schema" "^7.0.12"
|
|
1414
|
-
"@types/semver" "^7.5.0"
|
|
1415
|
-
"@typescript-eslint/scope-manager" "6.9.0"
|
|
1416
|
-
"@typescript-eslint/types" "6.9.0"
|
|
1417
|
-
"@typescript-eslint/typescript-estree" "6.9.0"
|
|
1418
|
-
semver "^7.5.4"
|
|
1419
|
-
|
|
1420
1463
|
"@typescript-eslint/visitor-keys@5.62.0":
|
|
1421
1464
|
version "5.62.0"
|
|
1422
1465
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
|
|
@@ -1425,19 +1468,14 @@
|
|
|
1425
1468
|
"@typescript-eslint/types" "5.62.0"
|
|
1426
1469
|
eslint-visitor-keys "^3.3.0"
|
|
1427
1470
|
|
|
1428
|
-
"@typescript-eslint/visitor-keys@6.
|
|
1429
|
-
version "6.
|
|
1430
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.
|
|
1431
|
-
integrity sha512
|
|
1471
|
+
"@typescript-eslint/visitor-keys@6.11.0":
|
|
1472
|
+
version "6.11.0"
|
|
1473
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.11.0.tgz#d991538788923f92ec40d44389e7075b359f3458"
|
|
1474
|
+
integrity sha512-+SUN/W7WjBr05uRxPggJPSzyB8zUpaYo2hByKasWbqr3PM8AXfZt8UHdNpBS1v9SA62qnSSMF3380SwDqqprgQ==
|
|
1432
1475
|
dependencies:
|
|
1433
|
-
"@typescript-eslint/types" "6.
|
|
1476
|
+
"@typescript-eslint/types" "6.11.0"
|
|
1434
1477
|
eslint-visitor-keys "^3.4.1"
|
|
1435
1478
|
|
|
1436
|
-
"@ungap/promise-all-settled@1.1.2":
|
|
1437
|
-
version "1.1.2"
|
|
1438
|
-
resolved "https://registry.yarnpkg.com/@ungap/promise-all-settled/-/promise-all-settled-1.1.2.tgz#aa58042711d6e3275dd37dc597e5d31e8c290a44"
|
|
1439
|
-
integrity sha512-sL/cEvJWAnClXw0wHk85/2L0G6Sj8UB0Ctc1TEMbKSsmpRosqhwj9gWgFRZSrBr2f9tiXISwNhCPmlfqUqyb9Q==
|
|
1440
|
-
|
|
1441
1479
|
"@ungap/structured-clone@^1.2.0":
|
|
1442
1480
|
version "1.2.0"
|
|
1443
1481
|
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
|
|
@@ -1544,6 +1582,11 @@ ansi-regex@^5.0.1:
|
|
|
1544
1582
|
resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304"
|
|
1545
1583
|
integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
|
|
1546
1584
|
|
|
1585
|
+
ansi-sequence-parser@^1.1.0:
|
|
1586
|
+
version "1.1.1"
|
|
1587
|
+
resolved "https://registry.yarnpkg.com/ansi-sequence-parser/-/ansi-sequence-parser-1.1.1.tgz#e0aa1cdcbc8f8bb0b5bca625aac41f5f056973cf"
|
|
1588
|
+
integrity sha512-vJXt3yiaUL4UU546s3rPXlsry/RnM730G1+HkpKE012AN0sx1eOrxSu95oKDIonskeLTijMgqWZ3uDEe3NFvyg==
|
|
1589
|
+
|
|
1547
1590
|
ansi-styles@^3.2.1:
|
|
1548
1591
|
version "3.2.1"
|
|
1549
1592
|
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
|
|
@@ -2323,10 +2366,10 @@ commander@^4.0.1:
|
|
|
2323
2366
|
resolved "https://registry.yarnpkg.com/commander/-/commander-4.1.1.tgz#9fd602bd936294e9e9ef46a3f4d6964044b18068"
|
|
2324
2367
|
integrity sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==
|
|
2325
2368
|
|
|
2326
|
-
comment-parser@1.
|
|
2327
|
-
version "1.
|
|
2328
|
-
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.
|
|
2329
|
-
integrity sha512-
|
|
2369
|
+
comment-parser@1.4.1:
|
|
2370
|
+
version "1.4.1"
|
|
2371
|
+
resolved "https://registry.yarnpkg.com/comment-parser/-/comment-parser-1.4.1.tgz#bdafead37961ac079be11eb7ec65c4d021eaf9cc"
|
|
2372
|
+
integrity sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==
|
|
2330
2373
|
|
|
2331
2374
|
common-ancestor-path@^1.0.1:
|
|
2332
2375
|
version "1.0.1"
|
|
@@ -2497,20 +2540,13 @@ dateformat@^4.5.0, dateformat@^4.6.3:
|
|
|
2497
2540
|
resolved "https://registry.yarnpkg.com/dateformat/-/dateformat-4.6.3.tgz#556fa6497e5217fedb78821424f8a1c22fa3f4b5"
|
|
2498
2541
|
integrity sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA==
|
|
2499
2542
|
|
|
2500
|
-
debug@4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.3, debug@^4.3.4:
|
|
2543
|
+
debug@4, debug@4.3.4, debug@^4.1.0, debug@^4.1.1, debug@^4.3.1, debug@^4.3.2, debug@^4.3.3, debug@^4.3.4:
|
|
2501
2544
|
version "4.3.4"
|
|
2502
2545
|
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
|
|
2503
2546
|
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
|
|
2504
2547
|
dependencies:
|
|
2505
2548
|
ms "2.1.2"
|
|
2506
2549
|
|
|
2507
|
-
debug@4.3.3:
|
|
2508
|
-
version "4.3.3"
|
|
2509
|
-
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.3.tgz#04266e0b70a98d4462e6e288e38259213332b664"
|
|
2510
|
-
integrity sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==
|
|
2511
|
-
dependencies:
|
|
2512
|
-
ms "2.1.2"
|
|
2513
|
-
|
|
2514
2550
|
debug@^3.2.7:
|
|
2515
2551
|
version "3.2.7"
|
|
2516
2552
|
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a"
|
|
@@ -2830,31 +2866,31 @@ escape-string-regexp@^1.0.5:
|
|
|
2830
2866
|
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
|
|
2831
2867
|
integrity sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==
|
|
2832
2868
|
|
|
2833
|
-
eslint-config-prettier@^
|
|
2834
|
-
version "
|
|
2835
|
-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-
|
|
2836
|
-
integrity sha512-
|
|
2869
|
+
eslint-config-prettier@^9.0.0:
|
|
2870
|
+
version "9.0.0"
|
|
2871
|
+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.0.0.tgz#eb25485946dd0c66cd216a46232dc05451518d1f"
|
|
2872
|
+
integrity sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==
|
|
2837
2873
|
|
|
2838
2874
|
eslint-config-salesforce-license@^0.2.0:
|
|
2839
2875
|
version "0.2.0"
|
|
2840
2876
|
resolved "https://registry.yarnpkg.com/eslint-config-salesforce-license/-/eslint-config-salesforce-license-0.2.0.tgz#323193f1aa15dd33fbf108d25fc1210afc11065e"
|
|
2841
2877
|
integrity sha512-DJdBvgj82Erum82YMe+YvG/o6ukna3UA++lRl0HSTldj0VlBl3Q8hzCp97nRXZHra6JH1I912yievZzklXDw6w==
|
|
2842
2878
|
|
|
2843
|
-
eslint-config-salesforce-typescript@^3.0.
|
|
2844
|
-
version "3.0.
|
|
2845
|
-
resolved "https://registry.yarnpkg.com/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-3.0.
|
|
2846
|
-
integrity sha512-
|
|
2879
|
+
eslint-config-salesforce-typescript@^3.0.5:
|
|
2880
|
+
version "3.0.5"
|
|
2881
|
+
resolved "https://registry.yarnpkg.com/eslint-config-salesforce-typescript/-/eslint-config-salesforce-typescript-3.0.5.tgz#1fa7b224551255b520f19d208be5d1bb2410c2b4"
|
|
2882
|
+
integrity sha512-p+Do1i8Al1HANKubYV9WnJl9P/ChP/gvM+1tjtYiGqVjaO2Gf6V1ejM51r//uw4OoiFEldqKJK/gyMzSvRHkaw==
|
|
2847
2883
|
dependencies:
|
|
2848
|
-
"@typescript-eslint/eslint-plugin" "^
|
|
2849
|
-
"@typescript-eslint/parser" "^
|
|
2850
|
-
eslint "^8.
|
|
2851
|
-
eslint-config-prettier "^
|
|
2884
|
+
"@typescript-eslint/eslint-plugin" "^6.10.0"
|
|
2885
|
+
"@typescript-eslint/parser" "^6.10.0"
|
|
2886
|
+
eslint "^8.53.0"
|
|
2887
|
+
eslint-config-prettier "^9.0.0"
|
|
2852
2888
|
eslint-config-salesforce "^2.0.2"
|
|
2853
2889
|
eslint-config-salesforce-license "^0.2.0"
|
|
2854
2890
|
eslint-plugin-header "^3.1.1"
|
|
2855
2891
|
eslint-plugin-import "^2.29.0"
|
|
2856
|
-
eslint-plugin-jsdoc "^
|
|
2857
|
-
eslint-plugin-unicorn "^
|
|
2892
|
+
eslint-plugin-jsdoc "^46.9.0"
|
|
2893
|
+
eslint-plugin-unicorn "^49.0.0"
|
|
2858
2894
|
|
|
2859
2895
|
eslint-config-salesforce@^2.0.2:
|
|
2860
2896
|
version "2.0.2"
|
|
@@ -2905,18 +2941,19 @@ eslint-plugin-import@^2.29.0:
|
|
|
2905
2941
|
semver "^6.3.1"
|
|
2906
2942
|
tsconfig-paths "^3.14.2"
|
|
2907
2943
|
|
|
2908
|
-
eslint-plugin-jsdoc@^
|
|
2909
|
-
version "
|
|
2910
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-
|
|
2911
|
-
integrity sha512-
|
|
2944
|
+
eslint-plugin-jsdoc@^46.9.0:
|
|
2945
|
+
version "46.9.0"
|
|
2946
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-46.9.0.tgz#9887569dbeef0a008a2770bfc5d0f7fc39f21f2b"
|
|
2947
|
+
integrity sha512-UQuEtbqLNkPf5Nr/6PPRCtr9xypXY+g8y/Q7gPa0YK7eDhh0y2lWprXRnaYbW7ACgIUvpDKy9X2bZqxtGzBG9Q==
|
|
2912
2948
|
dependencies:
|
|
2913
|
-
"@es-joy/jsdoccomment" "~0.
|
|
2949
|
+
"@es-joy/jsdoccomment" "~0.41.0"
|
|
2914
2950
|
are-docs-informative "^0.0.2"
|
|
2915
|
-
comment-parser "1.
|
|
2951
|
+
comment-parser "1.4.1"
|
|
2916
2952
|
debug "^4.3.4"
|
|
2917
2953
|
escape-string-regexp "^4.0.0"
|
|
2918
2954
|
esquery "^1.5.0"
|
|
2919
|
-
|
|
2955
|
+
is-builtin-module "^3.2.1"
|
|
2956
|
+
semver "^7.5.4"
|
|
2920
2957
|
spdx-expression-parse "^3.0.1"
|
|
2921
2958
|
|
|
2922
2959
|
eslint-plugin-perfectionist@^2.1.0:
|
|
@@ -2928,20 +2965,20 @@ eslint-plugin-perfectionist@^2.1.0:
|
|
|
2928
2965
|
minimatch "^9.0.3"
|
|
2929
2966
|
natural-compare-lite "^1.4.0"
|
|
2930
2967
|
|
|
2931
|
-
eslint-plugin-sf-plugin@^1.16.
|
|
2932
|
-
version "1.16.
|
|
2933
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.16.
|
|
2934
|
-
integrity sha512-
|
|
2968
|
+
eslint-plugin-sf-plugin@^1.16.15:
|
|
2969
|
+
version "1.16.15"
|
|
2970
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.16.15.tgz#99d0b522bb7eebefc8e456aa4b725f6fbbf2fa01"
|
|
2971
|
+
integrity sha512-Vog0xc8DwLOCoPbwFx9GxaXHqpG0FvlpITkGzp//SdjcV7wqVW4CT76JES8IGenGv6mAecW5VqSyQzsIHFZGew==
|
|
2935
2972
|
dependencies:
|
|
2936
|
-
"@salesforce/core" "^5.3.
|
|
2973
|
+
"@salesforce/core" "^5.3.20"
|
|
2937
2974
|
"@typescript-eslint/utils" "^5.59.11"
|
|
2938
2975
|
|
|
2939
|
-
eslint-plugin-unicorn@^
|
|
2940
|
-
version "
|
|
2941
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-
|
|
2942
|
-
integrity sha512-
|
|
2976
|
+
eslint-plugin-unicorn@^49.0.0:
|
|
2977
|
+
version "49.0.0"
|
|
2978
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-unicorn/-/eslint-plugin-unicorn-49.0.0.tgz#4449ea954d7e1455eec8518f9417d7021b245fa8"
|
|
2979
|
+
integrity sha512-0fHEa/8Pih5cmzFW5L7xMEfUTvI9WKeQtjmKpTUmY+BiFCDxkxrTdnURJOHKykhtwIeyYsxnecbGvDCml++z4Q==
|
|
2943
2980
|
dependencies:
|
|
2944
|
-
"@babel/helper-validator-identifier" "^7.22.
|
|
2981
|
+
"@babel/helper-validator-identifier" "^7.22.20"
|
|
2945
2982
|
"@eslint-community/eslint-utils" "^4.4.0"
|
|
2946
2983
|
ci-info "^3.8.0"
|
|
2947
2984
|
clean-regexp "^1.0.0"
|
|
@@ -2949,7 +2986,6 @@ eslint-plugin-unicorn@^48.0.1:
|
|
|
2949
2986
|
indent-string "^4.0.0"
|
|
2950
2987
|
is-builtin-module "^3.2.1"
|
|
2951
2988
|
jsesc "^3.0.2"
|
|
2952
|
-
lodash "^4.17.21"
|
|
2953
2989
|
pluralize "^8.0.0"
|
|
2954
2990
|
read-pkg-up "^7.0.1"
|
|
2955
2991
|
regexp-tree "^0.1.27"
|
|
@@ -2978,15 +3014,15 @@ eslint-visitor-keys@^3.3.0, eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4
|
|
|
2978
3014
|
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
|
|
2979
3015
|
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==
|
|
2980
3016
|
|
|
2981
|
-
eslint@^8.
|
|
2982
|
-
version "8.
|
|
2983
|
-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.
|
|
2984
|
-
integrity sha512-
|
|
3017
|
+
eslint@^8.53.0:
|
|
3018
|
+
version "8.53.0"
|
|
3019
|
+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.53.0.tgz#14f2c8244298fcae1f46945459577413ba2697ce"
|
|
3020
|
+
integrity sha512-N4VuiPjXDUa4xVeV/GC/RV3hQW9Nw+Y463lkWaKKXKYMvmRiRDAtfpuPFLN+E1/6ZhyR8J2ig+eVREnYgUsiag==
|
|
2985
3021
|
dependencies:
|
|
2986
3022
|
"@eslint-community/eslint-utils" "^4.2.0"
|
|
2987
3023
|
"@eslint-community/regexpp" "^4.6.1"
|
|
2988
|
-
"@eslint/eslintrc" "^2.1.
|
|
2989
|
-
"@eslint/js" "8.
|
|
3024
|
+
"@eslint/eslintrc" "^2.1.3"
|
|
3025
|
+
"@eslint/js" "8.53.0"
|
|
2990
3026
|
"@humanwhocodes/config-array" "^0.11.13"
|
|
2991
3027
|
"@humanwhocodes/module-importer" "^1.0.1"
|
|
2992
3028
|
"@nodelib/fs.walk" "^1.2.8"
|
|
@@ -3623,11 +3659,6 @@ grouped-queue@^2.0.0:
|
|
|
3623
3659
|
resolved "https://registry.yarnpkg.com/grouped-queue/-/grouped-queue-2.0.0.tgz#a2c6713f2171e45db2c300a3a9d7c119d694dac8"
|
|
3624
3660
|
integrity sha512-/PiFUa7WIsl48dUeCvhIHnwNmAAzlI/eHoJl0vu3nsFA366JleY7Ff8EVTplZu5kO0MIdZjKTTnzItL61ahbnw==
|
|
3625
3661
|
|
|
3626
|
-
growl@1.10.5:
|
|
3627
|
-
version "1.10.5"
|
|
3628
|
-
resolved "https://registry.yarnpkg.com/growl/-/growl-1.10.5.tgz#f2735dc2283674fa67478b10181059355c369e5e"
|
|
3629
|
-
integrity sha512-qBr4OuELkhPenW6goKVXiv47US3clb3/IbuWF9KNKEijAy9oeHxU9IgzjvJhHkUzhaj7rOUD7+YGWqUjLp5oSA==
|
|
3630
|
-
|
|
3631
3662
|
handlebars@^4.7.8:
|
|
3632
3663
|
version "4.7.8"
|
|
3633
3664
|
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.7.8.tgz#41c42c18b1be2365439188c77c6afae71c0cd9e9"
|
|
@@ -3863,10 +3894,10 @@ ignore-walk@^4.0.1:
|
|
|
3863
3894
|
dependencies:
|
|
3864
3895
|
minimatch "^3.0.4"
|
|
3865
3896
|
|
|
3866
|
-
ignore@^5.1.4, ignore@^5.2.0:
|
|
3867
|
-
version "5.2.
|
|
3868
|
-
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.
|
|
3869
|
-
integrity sha512-
|
|
3897
|
+
ignore@^5.1.4, ignore@^5.2.0, ignore@^5.2.4:
|
|
3898
|
+
version "5.2.4"
|
|
3899
|
+
resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.4.tgz#a291c0c6178ff1b960befe47fcdec301674a6324"
|
|
3900
|
+
integrity sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==
|
|
3870
3901
|
|
|
3871
3902
|
immediate@~3.0.5:
|
|
3872
3903
|
version "3.0.6"
|
|
@@ -4453,7 +4484,7 @@ json5@^2.2.1, json5@^2.2.3:
|
|
|
4453
4484
|
resolved "https://registry.yarnpkg.com/json5/-/json5-2.2.3.tgz#78cd6f1a19bdc12b73db5ad0c61efd66c1e29283"
|
|
4454
4485
|
integrity sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==
|
|
4455
4486
|
|
|
4456
|
-
jsonc-parser@^3.0.0:
|
|
4487
|
+
jsonc-parser@^3.0.0, jsonc-parser@^3.2.0:
|
|
4457
4488
|
version "3.2.0"
|
|
4458
4489
|
resolved "https://registry.yarnpkg.com/jsonc-parser/-/jsonc-parser-3.2.0.tgz#31ff3f4c2b9793f89c67212627c51c6394f88e76"
|
|
4459
4490
|
integrity sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==
|
|
@@ -4828,10 +4859,10 @@ map-obj@^4.0.0:
|
|
|
4828
4859
|
resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-4.3.0.tgz#9304f906e93faae70880da102a9f1df0ea8bb05a"
|
|
4829
4860
|
integrity sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==
|
|
4830
4861
|
|
|
4831
|
-
marked@^4.0
|
|
4832
|
-
version "4.
|
|
4833
|
-
resolved "https://registry.yarnpkg.com/marked/-/marked-4.
|
|
4834
|
-
integrity sha512-
|
|
4862
|
+
marked@^4.3.0:
|
|
4863
|
+
version "4.3.0"
|
|
4864
|
+
resolved "https://registry.yarnpkg.com/marked/-/marked-4.3.0.tgz#796362821b019f734054582038b116481b456cf3"
|
|
4865
|
+
integrity sha512-PRsaiG84bK+AMvxziE/lCFss8juXjNaWzVbN5tXAm4XjeaS9NAHhop+PjQxz2A9h8Q4M/xGmzP8vqNwy6JeK0A==
|
|
4835
4866
|
|
|
4836
4867
|
"mem-fs-editor@^8.1.2 || ^9.0.0", mem-fs-editor@^9.0.0:
|
|
4837
4868
|
version "9.7.0"
|
|
@@ -4926,12 +4957,12 @@ min-indent@^1.0.0:
|
|
|
4926
4957
|
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
|
|
4927
4958
|
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==
|
|
4928
4959
|
|
|
4929
|
-
minimatch@
|
|
4930
|
-
version "
|
|
4931
|
-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-
|
|
4932
|
-
integrity sha512-
|
|
4960
|
+
minimatch@5.0.1:
|
|
4961
|
+
version "5.0.1"
|
|
4962
|
+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.0.1.tgz#fb9022f7528125187c92bd9e9b6366be1cf3415b"
|
|
4963
|
+
integrity sha512-nLDxIFRyhDblz3qMuq+SoRZED4+miJ/G+tdDrjkkkRnjAsBexeGpgjLEQ0blJy7rHhR2b93rhQY4SvyWu9v03g==
|
|
4933
4964
|
dependencies:
|
|
4934
|
-
brace-expansion "^
|
|
4965
|
+
brace-expansion "^2.0.1"
|
|
4935
4966
|
|
|
4936
4967
|
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
|
|
4937
4968
|
version "3.1.2"
|
|
@@ -4940,7 +4971,7 @@ minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
|
|
|
4940
4971
|
dependencies:
|
|
4941
4972
|
brace-expansion "^1.1.7"
|
|
4942
4973
|
|
|
4943
|
-
minimatch@^5.0.1
|
|
4974
|
+
minimatch@^5.0.1:
|
|
4944
4975
|
version "5.1.0"
|
|
4945
4976
|
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-5.1.0.tgz#1717b464f4971b144f6aabe8f2d0b8e4511e09c7"
|
|
4946
4977
|
integrity sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==
|
|
@@ -5062,32 +5093,29 @@ mkdirp@^1.0.3, mkdirp@^1.0.4:
|
|
|
5062
5093
|
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
|
|
5063
5094
|
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
|
|
5064
5095
|
|
|
5065
|
-
mocha@^
|
|
5066
|
-
version "
|
|
5067
|
-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-
|
|
5068
|
-
integrity sha512-
|
|
5096
|
+
mocha@^10.2.0:
|
|
5097
|
+
version "10.2.0"
|
|
5098
|
+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.2.0.tgz#1fd4a7c32ba5ac372e03a17eef435bd00e5c68b8"
|
|
5099
|
+
integrity sha512-IDY7fl/BecMwFHzoqF2sg/SHHANeBoMMXFlS9r0OXKDssYE1M5O43wUY/9BVPeIvfH2zmEbBfseqN9gBQZzXkg==
|
|
5069
5100
|
dependencies:
|
|
5070
|
-
"@ungap/promise-all-settled" "1.1.2"
|
|
5071
5101
|
ansi-colors "4.1.1"
|
|
5072
5102
|
browser-stdout "1.3.1"
|
|
5073
5103
|
chokidar "3.5.3"
|
|
5074
|
-
debug "4.3.
|
|
5104
|
+
debug "4.3.4"
|
|
5075
5105
|
diff "5.0.0"
|
|
5076
5106
|
escape-string-regexp "4.0.0"
|
|
5077
5107
|
find-up "5.0.0"
|
|
5078
5108
|
glob "7.2.0"
|
|
5079
|
-
growl "1.10.5"
|
|
5080
5109
|
he "1.2.0"
|
|
5081
5110
|
js-yaml "4.1.0"
|
|
5082
5111
|
log-symbols "4.1.0"
|
|
5083
|
-
minimatch "
|
|
5112
|
+
minimatch "5.0.1"
|
|
5084
5113
|
ms "2.1.3"
|
|
5085
|
-
nanoid "3.3.
|
|
5114
|
+
nanoid "3.3.3"
|
|
5086
5115
|
serialize-javascript "6.0.0"
|
|
5087
5116
|
strip-json-comments "3.1.1"
|
|
5088
5117
|
supports-color "8.1.1"
|
|
5089
|
-
|
|
5090
|
-
workerpool "6.2.0"
|
|
5118
|
+
workerpool "6.2.1"
|
|
5091
5119
|
yargs "16.2.0"
|
|
5092
5120
|
yargs-parser "20.2.4"
|
|
5093
5121
|
yargs-unparser "2.0.0"
|
|
@@ -5147,10 +5175,10 @@ mute-stream@0.0.8:
|
|
|
5147
5175
|
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d"
|
|
5148
5176
|
integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==
|
|
5149
5177
|
|
|
5150
|
-
nanoid@3.3.
|
|
5151
|
-
version "3.3.
|
|
5152
|
-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.
|
|
5153
|
-
integrity sha512-
|
|
5178
|
+
nanoid@3.3.3:
|
|
5179
|
+
version "3.3.3"
|
|
5180
|
+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.3.tgz#fd8e8b7aa761fe807dba2d1b98fb7241bb724a25"
|
|
5181
|
+
integrity sha512-p1sjXuopFs0xg+fPASzQ28agW1oHD7xDsd9Xkf3T15H3c/cifrFHVwrh74PdoklAPi+i7MdRsE47vm2r6JoB+w==
|
|
5154
5182
|
|
|
5155
5183
|
natural-compare-lite@^1.4.0:
|
|
5156
5184
|
version "1.4.0"
|
|
@@ -5808,7 +5836,7 @@ pify@^4.0.1:
|
|
|
5808
5836
|
resolved "https://registry.yarnpkg.com/pify/-/pify-4.0.1.tgz#4b2cd25c50d598735c50292224fd8c6df41e3231"
|
|
5809
5837
|
integrity sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==
|
|
5810
5838
|
|
|
5811
|
-
pino-abstract-transport@^1.0.0, pino-abstract-transport@v1.1.0:
|
|
5839
|
+
pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.1.0, pino-abstract-transport@v1.1.0:
|
|
5812
5840
|
version "1.1.0"
|
|
5813
5841
|
resolved "https://registry.yarnpkg.com/pino-abstract-transport/-/pino-abstract-transport-1.1.0.tgz#083d98f966262164504afb989bccd05f665937a8"
|
|
5814
5842
|
integrity sha512-lsleG3/2a/JIWUtf9Q5gUNErBqwIu1tUKTT3dUzaf5DySw9ra1wcqKjJjLX1VTY64Wk1eEOYsVGSaGfCK85ekA==
|
|
@@ -5841,10 +5869,10 @@ pino-std-serializers@^6.0.0:
|
|
|
5841
5869
|
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"
|
|
5842
5870
|
integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==
|
|
5843
5871
|
|
|
5844
|
-
pino@^8.16.0:
|
|
5845
|
-
version "8.16.
|
|
5846
|
-
resolved "https://registry.yarnpkg.com/pino/-/pino-8.16.
|
|
5847
|
-
integrity sha512-
|
|
5872
|
+
pino@^8.16.0, pino@^8.16.1:
|
|
5873
|
+
version "8.16.2"
|
|
5874
|
+
resolved "https://registry.yarnpkg.com/pino/-/pino-8.16.2.tgz#7a906f2d9a8c5b4c57412c9ca95d6820bd2090cd"
|
|
5875
|
+
integrity sha512-2advCDGVEvkKu9TTVSa/kWW7Z3htI/sBKEZpqiHk6ive0i/7f5b1rsU8jn0aimxqfnSz5bj/nOYkwhBUn5xxvg==
|
|
5848
5876
|
dependencies:
|
|
5849
5877
|
atomic-sleep "^1.0.0"
|
|
5850
5878
|
fast-redact "^3.1.1"
|
|
@@ -5895,7 +5923,7 @@ pretty-bytes@^5.3.0:
|
|
|
5895
5923
|
resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-5.6.0.tgz#356256f643804773c82f64723fe78c92c62beaeb"
|
|
5896
5924
|
integrity sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==
|
|
5897
5925
|
|
|
5898
|
-
pretty-quick@^3.1.
|
|
5926
|
+
pretty-quick@^3.1.3:
|
|
5899
5927
|
version "3.1.3"
|
|
5900
5928
|
resolved "https://registry.yarnpkg.com/pretty-quick/-/pretty-quick-3.1.3.tgz#15281108c0ddf446675157ca40240099157b638e"
|
|
5901
5929
|
integrity sha512-kOCi2FJabvuh1as9enxYmrnBC6tVMoVOenMaBqRfsvBHB0cbpYHjdQEpSglpASDFEXVwplpcGR4CLEaisYAFcA==
|
|
@@ -6295,10 +6323,10 @@ rxjs@^6.6.0:
|
|
|
6295
6323
|
dependencies:
|
|
6296
6324
|
tslib "^1.9.0"
|
|
6297
6325
|
|
|
6298
|
-
rxjs@^7.5.5:
|
|
6299
|
-
version "7.
|
|
6300
|
-
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.
|
|
6301
|
-
integrity sha512-
|
|
6326
|
+
rxjs@^7.2.0, rxjs@^7.5.5:
|
|
6327
|
+
version "7.8.1"
|
|
6328
|
+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.1.tgz#6f6f3d99ea8044291efd92e7c7fcf562c4057543"
|
|
6329
|
+
integrity sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==
|
|
6302
6330
|
dependencies:
|
|
6303
6331
|
tslib "^2.1.0"
|
|
6304
6332
|
|
|
@@ -6378,7 +6406,7 @@ semver@^6.0.0, semver@^6.3.0, semver@^6.3.1:
|
|
|
6378
6406
|
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
|
|
6379
6407
|
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
|
|
6380
6408
|
|
|
6381
|
-
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.
|
|
6409
|
+
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.4:
|
|
6382
6410
|
version "7.5.4"
|
|
6383
6411
|
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
|
|
6384
6412
|
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
|
|
@@ -6459,7 +6487,7 @@ shebang-regex@^3.0.0:
|
|
|
6459
6487
|
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
|
|
6460
6488
|
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
|
|
6461
6489
|
|
|
6462
|
-
shelljs@^0.8.4, shelljs@^0.8.5
|
|
6490
|
+
shelljs@^0.8.4, shelljs@^0.8.5:
|
|
6463
6491
|
version "0.8.5"
|
|
6464
6492
|
resolved "https://registry.yarnpkg.com/shelljs/-/shelljs-0.8.5.tgz#de055408d8361bed66c669d2f000538ced8ee20c"
|
|
6465
6493
|
integrity sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==
|
|
@@ -6468,14 +6496,15 @@ shelljs@^0.8.4, shelljs@^0.8.5, shelljs@~0.8.4:
|
|
|
6468
6496
|
interpret "^1.0.0"
|
|
6469
6497
|
rechoir "^0.6.2"
|
|
6470
6498
|
|
|
6471
|
-
shiki@^0.
|
|
6472
|
-
version "0.
|
|
6473
|
-
resolved "https://registry.yarnpkg.com/shiki/-/shiki-0.
|
|
6474
|
-
integrity sha512-
|
|
6499
|
+
shiki@^0.14.1:
|
|
6500
|
+
version "0.14.5"
|
|
6501
|
+
resolved "https://registry.yarnpkg.com/shiki/-/shiki-0.14.5.tgz#375dd214e57eccb04f0daf35a32aa615861deb93"
|
|
6502
|
+
integrity sha512-1gCAYOcmCFONmErGTrS1fjzJLA7MGZmKzrBNX7apqSwhyITJg2O102uFzXUeBxNnEkDA9vHIKLyeKq0V083vIw==
|
|
6475
6503
|
dependencies:
|
|
6476
|
-
|
|
6477
|
-
|
|
6478
|
-
vscode-
|
|
6504
|
+
ansi-sequence-parser "^1.1.0"
|
|
6505
|
+
jsonc-parser "^3.2.0"
|
|
6506
|
+
vscode-oniguruma "^1.7.0"
|
|
6507
|
+
vscode-textmate "^8.0.0"
|
|
6479
6508
|
|
|
6480
6509
|
shx@0.3.4:
|
|
6481
6510
|
version "0.3.4"
|
|
@@ -6590,7 +6619,7 @@ sort-keys@^4.2.0:
|
|
|
6590
6619
|
dependencies:
|
|
6591
6620
|
is-plain-obj "^2.0.0"
|
|
6592
6621
|
|
|
6593
|
-
source-map-support
|
|
6622
|
+
source-map-support@^0.5.21:
|
|
6594
6623
|
version "0.5.21"
|
|
6595
6624
|
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.21.tgz#04fe7c7f9e1ed2d662233c28cb2b35b9f63f6e4f"
|
|
6596
6625
|
integrity sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==
|
|
@@ -6937,7 +6966,7 @@ ts-json-schema-generator@^1.4.0:
|
|
|
6937
6966
|
safe-stable-stringify "^2.4.3"
|
|
6938
6967
|
typescript "~5.2.2"
|
|
6939
6968
|
|
|
6940
|
-
ts-node@^10.
|
|
6969
|
+
ts-node@^10.8.1, ts-node@^10.9.1:
|
|
6941
6970
|
version "10.9.1"
|
|
6942
6971
|
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.1.tgz#e73de9102958af9e1f0b168a6ff320e25adcff4b"
|
|
6943
6972
|
integrity sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==
|
|
@@ -6961,6 +6990,11 @@ ts-retry-promise@^0.7.1:
|
|
|
6961
6990
|
resolved "https://registry.yarnpkg.com/ts-retry-promise/-/ts-retry-promise-0.7.1.tgz#176d6eee6415f07b6c7c286d3657355e284a6906"
|
|
6962
6991
|
integrity sha512-NhHOCZ2AQORvH42hOPO5UZxShlcuiRtm7P2jIq2L2RY3PBxw2mLnUsEdHrIslVBFya1v5aZmrR55lWkzo13LrQ==
|
|
6963
6992
|
|
|
6993
|
+
tsconfck@^3.0.0:
|
|
6994
|
+
version "3.0.0"
|
|
6995
|
+
resolved "https://registry.yarnpkg.com/tsconfck/-/tsconfck-3.0.0.tgz#b469f1ced12973bbec3209a55ed8de3bb04223c9"
|
|
6996
|
+
integrity sha512-w3wnsIrJNi7avf4Zb0VjOoodoO0woEqGgZGQm+LHH9przdUI+XDKsWAXwxHA1DaRTjeuZNcregSzr7RaA8zG9A==
|
|
6997
|
+
|
|
6964
6998
|
tsconfig-paths@^3.14.2:
|
|
6965
6999
|
version "3.14.2"
|
|
6966
7000
|
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz#6e32f1f79412decd261f92d633a9dc1cfa99f088"
|
|
@@ -7083,15 +7117,15 @@ typedoc-plugin-missing-exports@0.23.0:
|
|
|
7083
7117
|
resolved "https://registry.yarnpkg.com/typedoc-plugin-missing-exports/-/typedoc-plugin-missing-exports-0.23.0.tgz#076df6ffce4d84e8097be009b7c62a17d58477a5"
|
|
7084
7118
|
integrity sha512-9smahDSsFRno9ZwoEshQDuIYMHWGB1E6LUud5qMxR2wNZ0T4DlZz0QjoK3HzXtX34mUpTH0dYtt7NQUK4D6B6Q==
|
|
7085
7119
|
|
|
7086
|
-
typedoc
|
|
7087
|
-
version "0.
|
|
7088
|
-
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.
|
|
7089
|
-
integrity sha512-
|
|
7120
|
+
typedoc@^0.25.3:
|
|
7121
|
+
version "0.25.3"
|
|
7122
|
+
resolved "https://registry.yarnpkg.com/typedoc/-/typedoc-0.25.3.tgz#53c6d668e1001b3d488e9a750fcdfb05433554c0"
|
|
7123
|
+
integrity sha512-Ow8Bo7uY1Lwy7GTmphRIMEo6IOZ+yYUyrc8n5KXIZg1svpqhZSWgni2ZrDhe+wLosFS8yswowUzljTAV/3jmWw==
|
|
7090
7124
|
dependencies:
|
|
7091
7125
|
lunr "^2.3.9"
|
|
7092
|
-
marked "^4.0
|
|
7093
|
-
minimatch "^
|
|
7094
|
-
shiki "^0.
|
|
7126
|
+
marked "^4.3.0"
|
|
7127
|
+
minimatch "^9.0.3"
|
|
7128
|
+
shiki "^0.14.1"
|
|
7095
7129
|
|
|
7096
7130
|
typescript@^4.6.4, typescript@^4.9.5:
|
|
7097
7131
|
version "4.9.5"
|
|
@@ -7290,15 +7324,15 @@ vinyl@^2.0.1:
|
|
|
7290
7324
|
remove-trailing-separator "^1.0.1"
|
|
7291
7325
|
replace-ext "^1.0.0"
|
|
7292
7326
|
|
|
7293
|
-
vscode-oniguruma@^1.
|
|
7294
|
-
version "1.
|
|
7295
|
-
resolved "https://registry.yarnpkg.com/vscode-oniguruma/-/vscode-oniguruma-1.
|
|
7296
|
-
integrity sha512-
|
|
7327
|
+
vscode-oniguruma@^1.7.0:
|
|
7328
|
+
version "1.7.0"
|
|
7329
|
+
resolved "https://registry.yarnpkg.com/vscode-oniguruma/-/vscode-oniguruma-1.7.0.tgz#439bfad8fe71abd7798338d1cd3dc53a8beea94b"
|
|
7330
|
+
integrity sha512-L9WMGRfrjOhgHSdOYgCt/yRMsXzLDJSL7BPrOZt73gU0iWO4mpqzqQzOz5srxqTvMBaR0XZTSrVWo4j55Rc6cA==
|
|
7297
7331
|
|
|
7298
|
-
vscode-textmate@^
|
|
7299
|
-
version "
|
|
7300
|
-
resolved "https://registry.yarnpkg.com/vscode-textmate/-/vscode-textmate-
|
|
7301
|
-
integrity sha512-
|
|
7332
|
+
vscode-textmate@^8.0.0:
|
|
7333
|
+
version "8.0.0"
|
|
7334
|
+
resolved "https://registry.yarnpkg.com/vscode-textmate/-/vscode-textmate-8.0.0.tgz#2c7a3b1163ef0441097e0b5d6389cd5504b59e5d"
|
|
7335
|
+
integrity sha512-AFbieoL7a5LMqcnOF04ji+rpXadgOXnZsxQr//r83kLPr7biP7am3g9zbaZIaBGwBRWeSvoMD4mgPdX3e4NWBg==
|
|
7302
7336
|
|
|
7303
7337
|
walk-up-path@^1.0.0:
|
|
7304
7338
|
version "1.0.0"
|
|
@@ -7374,13 +7408,6 @@ which-typed-array@^1.1.11, which-typed-array@^1.1.13, which-typed-array@^1.1.2:
|
|
|
7374
7408
|
gopd "^1.0.1"
|
|
7375
7409
|
has-tostringtag "^1.0.0"
|
|
7376
7410
|
|
|
7377
|
-
which@2.0.2, which@^2.0.1, which@^2.0.2:
|
|
7378
|
-
version "2.0.2"
|
|
7379
|
-
resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"
|
|
7380
|
-
integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==
|
|
7381
|
-
dependencies:
|
|
7382
|
-
isexe "^2.0.0"
|
|
7383
|
-
|
|
7384
7411
|
which@^1.2.9:
|
|
7385
7412
|
version "1.3.1"
|
|
7386
7413
|
resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a"
|
|
@@ -7388,6 +7415,13 @@ which@^1.2.9:
|
|
|
7388
7415
|
dependencies:
|
|
7389
7416
|
isexe "^2.0.0"
|
|
7390
7417
|
|
|
7418
|
+
which@^2.0.1, which@^2.0.2:
|
|
7419
|
+
version "2.0.2"
|
|
7420
|
+
resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"
|
|
7421
|
+
integrity sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==
|
|
7422
|
+
dependencies:
|
|
7423
|
+
isexe "^2.0.0"
|
|
7424
|
+
|
|
7391
7425
|
wide-align@^1.1.2, wide-align@^1.1.5:
|
|
7392
7426
|
version "1.1.5"
|
|
7393
7427
|
resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.5.tgz#df1d4c206854369ecf3c9a4898f1b23fbd9d15d3"
|
|
@@ -7418,10 +7452,10 @@ wordwrap@^1.0.0:
|
|
|
7418
7452
|
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
|
|
7419
7453
|
integrity sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==
|
|
7420
7454
|
|
|
7421
|
-
workerpool@6.2.
|
|
7422
|
-
version "6.2.
|
|
7423
|
-
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.
|
|
7424
|
-
integrity sha512-
|
|
7455
|
+
workerpool@6.2.1:
|
|
7456
|
+
version "6.2.1"
|
|
7457
|
+
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
|
|
7458
|
+
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
|
|
7425
7459
|
|
|
7426
7460
|
wrap-ansi@^6.2.0:
|
|
7427
7461
|
version "6.2.0"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-limits",
|
|
3
3
|
"description": "commands to display api limits to your org",
|
|
4
|
-
"version": "3.0.
|
|
4
|
+
"version": "3.0.2",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@oclif/core": "^3.9.0",
|
|
9
|
-
"@salesforce/core": "^
|
|
10
|
-
"@salesforce/kit": "^3.0.
|
|
11
|
-
"@salesforce/sf-plugins-core": "^
|
|
9
|
+
"@salesforce/core": "^6.1.0",
|
|
10
|
+
"@salesforce/kit": "^3.0.15",
|
|
11
|
+
"@salesforce/sf-plugins-core": "^5.0.1",
|
|
12
12
|
"@salesforce/ts-types": "^2.0.9"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@oclif/plugin-command-snapshot": "^5.0.1",
|
|
16
16
|
"@oclif/test": "^3",
|
|
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.45",
|
|
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
|
"typescript": "^5.2.2"
|
|
@@ -202,7 +202,7 @@
|
|
|
202
202
|
"exports": "./lib/index.js",
|
|
203
203
|
"type": "module",
|
|
204
204
|
"sfdx": {
|
|
205
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-limits/3.0.
|
|
206
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-limits/3.0.
|
|
205
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-limits/3.0.2.crt",
|
|
206
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-limits/3.0.2.sig"
|
|
207
207
|
}
|
|
208
208
|
}
|