sfdx-plugin-update-notifier 1.2.59 → 1.2.61
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/README.md +1 -1
- package/lib/hooks/init.js.map +1 -1
- package/lib/hooks/prerun.js.map +1 -1
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/oclif.lock +356 -192
- package/oclif.manifest.json +1 -1
- package/package.json +13 -14
package/oclif.lock
CHANGED
|
@@ -240,12 +240,12 @@
|
|
|
240
240
|
resolve-global "1.0.0"
|
|
241
241
|
yargs "^17.0.0"
|
|
242
242
|
|
|
243
|
-
"@commitlint/config-conventional@^17.1
|
|
244
|
-
version "17.
|
|
245
|
-
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-17.
|
|
246
|
-
integrity sha512-
|
|
243
|
+
"@commitlint/config-conventional@^17.8.1":
|
|
244
|
+
version "17.8.1"
|
|
245
|
+
resolved "https://registry.yarnpkg.com/@commitlint/config-conventional/-/config-conventional-17.8.1.tgz#e5bcf0cfec8da7ac50bc04dc92e0a4ea74964ce0"
|
|
246
|
+
integrity sha512-NxCOHx1kgneig3VLauWJcDWS40DVjg7nKOpBEEK9E5fjJpQqLCilcnKkIIjdBH98kEO1q3NpE5NSrZ2kl/QGJg==
|
|
247
247
|
dependencies:
|
|
248
|
-
conventional-changelog-conventionalcommits "^
|
|
248
|
+
conventional-changelog-conventionalcommits "^6.1.0"
|
|
249
249
|
|
|
250
250
|
"@commitlint/config-validator@^17.4.4":
|
|
251
251
|
version "17.4.4"
|
|
@@ -457,6 +457,18 @@
|
|
|
457
457
|
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz#e5211452df060fa8522b55c7b3c0c4d1981cb044"
|
|
458
458
|
integrity sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==
|
|
459
459
|
|
|
460
|
+
"@isaacs/cliui@^8.0.2":
|
|
461
|
+
version "8.0.2"
|
|
462
|
+
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
|
|
463
|
+
integrity sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==
|
|
464
|
+
dependencies:
|
|
465
|
+
string-width "^5.1.2"
|
|
466
|
+
string-width-cjs "npm:string-width@^4.2.0"
|
|
467
|
+
strip-ansi "^7.0.1"
|
|
468
|
+
strip-ansi-cjs "npm:strip-ansi@^6.0.1"
|
|
469
|
+
wrap-ansi "^8.1.0"
|
|
470
|
+
wrap-ansi-cjs "npm:wrap-ansi@^7.0.0"
|
|
471
|
+
|
|
460
472
|
"@isaacs/string-locale-compare@^1.1.0":
|
|
461
473
|
version "1.1.0"
|
|
462
474
|
resolved "https://registry.yarnpkg.com/@isaacs/string-locale-compare/-/string-locale-compare-1.1.0.tgz#291c227e93fd407a96ecd59879a35809120e432b"
|
|
@@ -478,15 +490,15 @@
|
|
|
478
490
|
resolved "https://registry.yarnpkg.com/@istanbuljs/schema/-/schema-0.1.3.tgz#e45e384e4b8ec16bce2fd903af78450f6bf7ec98"
|
|
479
491
|
integrity sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==
|
|
480
492
|
|
|
481
|
-
"@jayree/changelog@^1.1.
|
|
482
|
-
version "1.1.
|
|
483
|
-
resolved "https://registry.yarnpkg.com/@jayree/changelog/-/changelog-1.1.
|
|
484
|
-
integrity sha512-
|
|
493
|
+
"@jayree/changelog@^1.1.9":
|
|
494
|
+
version "1.1.9"
|
|
495
|
+
resolved "https://registry.yarnpkg.com/@jayree/changelog/-/changelog-1.1.9.tgz#0e59f84a7b18f50e3b025fefbe54ae30d348d653"
|
|
496
|
+
integrity sha512-s8eiAW5bUi90duiAsQIy1JMBcuBJCzlELLDZc+B2qFEKIGsDqYvybJX9PWrnhnBcuFEUgndFpjBXyWiIKLEYBQ==
|
|
485
497
|
dependencies:
|
|
486
498
|
debug "^4.3.4"
|
|
487
|
-
fs-extra "^11.
|
|
488
|
-
marked "^
|
|
489
|
-
marked-terminal "^6.
|
|
499
|
+
fs-extra "^11.2.0"
|
|
500
|
+
marked "^11.1.0"
|
|
501
|
+
marked-terminal "^6.2.0"
|
|
490
502
|
semver "^7.5.4"
|
|
491
503
|
semver-compare "^1.0.0"
|
|
492
504
|
|
|
@@ -758,7 +770,7 @@
|
|
|
758
770
|
wordwrap "^1.0.0"
|
|
759
771
|
wrap-ansi "^7.0.0"
|
|
760
772
|
|
|
761
|
-
"@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.
|
|
773
|
+
"@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.12.0", "@oclif/core@^3.14.1", "@oclif/core@^3.3.1":
|
|
762
774
|
version "3.14.1"
|
|
763
775
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.14.1.tgz#634fc96124068e47b720d62f3b278d818a07495e"
|
|
764
776
|
integrity sha512-HLFL2s45DFdqYI2CFjVS/CIQ4cQ4yZqH0XqO9nnwcRWYboz2rEW/vLmidjIYGDjh6xA/k5psiAL3O1KEjqSHuQ==
|
|
@@ -791,10 +803,10 @@
|
|
|
791
803
|
wordwrap "^1.0.0"
|
|
792
804
|
wrap-ansi "^7.0.0"
|
|
793
805
|
|
|
794
|
-
"@oclif/plugin-command-snapshot@^5.0.
|
|
795
|
-
version "5.0.
|
|
796
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.
|
|
797
|
-
integrity sha512-
|
|
806
|
+
"@oclif/plugin-command-snapshot@^5.0.4":
|
|
807
|
+
version "5.0.4"
|
|
808
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.4.tgz#d80cf80cdf8e6a21cddbea607c5a39c96d577b87"
|
|
809
|
+
integrity sha512-dsogNsY/k9D9aoceEWZhGklHBCIsJQpVAKwRKSQkrzhvesi/qB4reEfcuWGy1FtJihTVEVSGLdGBIz2Wu1XApA==
|
|
798
810
|
dependencies:
|
|
799
811
|
"@oclif/core" "^3.10.8"
|
|
800
812
|
"@types/lodash.difference" "^4.5.9"
|
|
@@ -804,7 +816,7 @@
|
|
|
804
816
|
lodash.get "^4.4.2"
|
|
805
817
|
lodash.sortby "^4.7.0"
|
|
806
818
|
semver "^7.5.4"
|
|
807
|
-
ts-json-schema-generator "^1.
|
|
819
|
+
ts-json-schema-generator "^1.5.0"
|
|
808
820
|
|
|
809
821
|
"@oclif/plugin-help@^5.2.14":
|
|
810
822
|
version "5.2.20"
|
|
@@ -813,12 +825,12 @@
|
|
|
813
825
|
dependencies:
|
|
814
826
|
"@oclif/core" "^2.15.0"
|
|
815
827
|
|
|
816
|
-
"@oclif/plugin-help@^6.0.
|
|
817
|
-
version "6.0.
|
|
818
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.
|
|
819
|
-
integrity sha512
|
|
828
|
+
"@oclif/plugin-help@^6.0.8":
|
|
829
|
+
version "6.0.8"
|
|
830
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.8.tgz#9ad196f9ddbeae1f5353448d16e0cb68463bac31"
|
|
831
|
+
integrity sha512-q7OWy0JSrsZVynPkWQxmd3dEFA2czym9FdqS06YteRldIH/Csvovst+35KneM4iD8ewqPbY8KAMYZMkMavao0g==
|
|
820
832
|
dependencies:
|
|
821
|
-
"@oclif/core" "^3.
|
|
833
|
+
"@oclif/core" "^3.14.1"
|
|
822
834
|
|
|
823
835
|
"@oclif/plugin-not-found@^2.3.32":
|
|
824
836
|
version "2.3.32"
|
|
@@ -950,6 +962,11 @@
|
|
|
950
962
|
dependencies:
|
|
951
963
|
"@octokit/openapi-types" "^12.11.0"
|
|
952
964
|
|
|
965
|
+
"@pkgjs/parseargs@^0.11.0":
|
|
966
|
+
version "0.11.0"
|
|
967
|
+
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
|
|
968
|
+
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
|
969
|
+
|
|
953
970
|
"@pkgr/utils@^2.3.1":
|
|
954
971
|
version "2.4.2"
|
|
955
972
|
resolved "https://registry.yarnpkg.com/@pkgr/utils/-/utils-2.4.2.tgz#9e638bbe9a6a6f165580dc943f138fd3309a2cbc"
|
|
@@ -977,25 +994,25 @@
|
|
|
977
994
|
"@pnpm/network.ca-file" "^1.0.1"
|
|
978
995
|
config-chain "^1.1.11"
|
|
979
996
|
|
|
980
|
-
"@salesforce/core@^
|
|
981
|
-
version "
|
|
982
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-
|
|
983
|
-
integrity sha512-
|
|
997
|
+
"@salesforce/core@^6.4.0":
|
|
998
|
+
version "6.4.1"
|
|
999
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.1.tgz#27edd083b62ee96d6270b60da6dfb959bff1a0a5"
|
|
1000
|
+
integrity sha512-Bn/Pox5JLeVBg35zgSmtNU+f9wdOaa7a/hmCIvQibci1dpKtLGUmSpdHibWR6zHag8ZoRkueea7zuqEjYzECyA==
|
|
984
1001
|
dependencies:
|
|
985
1002
|
"@salesforce/kit" "^3.0.15"
|
|
986
1003
|
"@salesforce/schemas" "^1.6.1"
|
|
987
1004
|
"@salesforce/ts-types" "^2.0.9"
|
|
988
|
-
"@types/semver" "^7.5.
|
|
1005
|
+
"@types/semver" "^7.5.6"
|
|
989
1006
|
ajv "^8.12.0"
|
|
990
1007
|
change-case "^4.1.2"
|
|
991
1008
|
faye "^1.4.0"
|
|
992
1009
|
form-data "^4.0.0"
|
|
993
1010
|
js2xmlparser "^4.0.1"
|
|
994
|
-
jsforce "^2.0.0-beta.
|
|
1011
|
+
jsforce "^2.0.0-beta.29"
|
|
995
1012
|
jsonwebtoken "9.0.2"
|
|
996
1013
|
jszip "3.10.1"
|
|
997
|
-
pino "^8.16.
|
|
998
|
-
pino-abstract-transport "^1.
|
|
1014
|
+
pino "^8.16.2"
|
|
1015
|
+
pino-abstract-transport "^1.1.0"
|
|
999
1016
|
pino-pretty "^10.2.3"
|
|
1000
1017
|
proper-lockfile "^4.1.2"
|
|
1001
1018
|
semver "^7.5.4"
|
|
@@ -1006,13 +1023,13 @@
|
|
|
1006
1023
|
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
|
|
1007
1024
|
integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
|
|
1008
1025
|
|
|
1009
|
-
"@salesforce/dev-scripts@^8.
|
|
1010
|
-
version "8.
|
|
1011
|
-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.
|
|
1012
|
-
integrity sha512-
|
|
1026
|
+
"@salesforce/dev-scripts@^8.1.2":
|
|
1027
|
+
version "8.1.2"
|
|
1028
|
+
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.1.2.tgz#ec3e528328fe7c7b8b312688e970ea258913980b"
|
|
1029
|
+
integrity sha512-DQscqQPMuj2b1D8sfh77zAKQVEuo0SQ05XlFSbVKgvxO/yPrSpUK0LgHsbyG4Js88TWBqsf4K7mkdaryukSnSA==
|
|
1013
1030
|
dependencies:
|
|
1014
1031
|
"@commitlint/cli" "^17.1.2"
|
|
1015
|
-
"@commitlint/config-conventional" "^17.1
|
|
1032
|
+
"@commitlint/config-conventional" "^17.8.1"
|
|
1016
1033
|
"@salesforce/dev-config" "^4.1.0"
|
|
1017
1034
|
"@salesforce/prettier-config" "^0.0.3"
|
|
1018
1035
|
"@types/chai" "^4.3.10"
|
|
@@ -1024,6 +1041,7 @@
|
|
|
1024
1041
|
cosmiconfig "^7.0.0"
|
|
1025
1042
|
eslint-config-salesforce-typescript "^3.0.5"
|
|
1026
1043
|
husky "^7.0.4"
|
|
1044
|
+
linkinator "^6.0.2"
|
|
1027
1045
|
mocha "^10.2.0"
|
|
1028
1046
|
nyc "^15.1.0"
|
|
1029
1047
|
prettier "^2.8.8"
|
|
@@ -1031,7 +1049,7 @@
|
|
|
1031
1049
|
shelljs "^0.8.5"
|
|
1032
1050
|
sinon "10.0.0"
|
|
1033
1051
|
source-map-support "^0.5.21"
|
|
1034
|
-
ts-node "^10.9.
|
|
1052
|
+
ts-node "^10.9.2"
|
|
1035
1053
|
typedoc "^0.25.3"
|
|
1036
1054
|
typedoc-plugin-missing-exports "0.23.0"
|
|
1037
1055
|
typescript "^4.9.5"
|
|
@@ -1062,12 +1080,7 @@
|
|
|
1062
1080
|
dependencies:
|
|
1063
1081
|
tslib "^2.6.2"
|
|
1064
1082
|
|
|
1065
|
-
"@sindresorhus/is@^
|
|
1066
|
-
version "3.1.2"
|
|
1067
|
-
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-3.1.2.tgz#548650de521b344e3781fbdb0ece4aa6f729afb8"
|
|
1068
|
-
integrity sha512-JiX9vxoKMmu8Y3Zr2RVathBL1Cdu4Nt4MuNWemt1Nc06A0RAin9c5FArkhGsyMBWfCu4zj+9b+GxtjAnE4qqLQ==
|
|
1069
|
-
|
|
1070
|
-
"@sindresorhus/is@^4.0.0":
|
|
1083
|
+
"@sindresorhus/is@^4.0.0", "@sindresorhus/is@^4.6.0":
|
|
1071
1084
|
version "4.6.0"
|
|
1072
1085
|
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-4.6.0.tgz#3c7c9c46e678feefe7a2e5bb609d3dbd665ffb3f"
|
|
1073
1086
|
integrity sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==
|
|
@@ -1248,7 +1261,7 @@
|
|
|
1248
1261
|
dependencies:
|
|
1249
1262
|
"@types/node" ">=4.0"
|
|
1250
1263
|
|
|
1251
|
-
"@types/json-schema@^7.0.12"
|
|
1264
|
+
"@types/json-schema@^7.0.12":
|
|
1252
1265
|
version "7.0.12"
|
|
1253
1266
|
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb"
|
|
1254
1267
|
integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==
|
|
@@ -1338,15 +1351,15 @@
|
|
|
1338
1351
|
dependencies:
|
|
1339
1352
|
"@types/node" "*"
|
|
1340
1353
|
|
|
1341
|
-
"@types/semver@^7.
|
|
1354
|
+
"@types/semver@^7.5.0":
|
|
1342
1355
|
version "7.5.0"
|
|
1343
1356
|
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.0.tgz#591c1ce3a702c45ee15f47a42ade72c2fd78978a"
|
|
1344
1357
|
integrity sha512-G8hZ6XJiHnuhQKR7ZmysCeJWE08o8T0AXtk5darsCaTVsYZhhgUrq53jizaR2FvsoeCwJhlmwTjkXBY5Pn/ZHw==
|
|
1345
1358
|
|
|
1346
|
-
"@types/semver@^7.5.
|
|
1347
|
-
version "7.5.
|
|
1348
|
-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.
|
|
1349
|
-
integrity sha512
|
|
1359
|
+
"@types/semver@^7.5.6":
|
|
1360
|
+
version "7.5.6"
|
|
1361
|
+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.6.tgz#c65b2bfce1bec346582c07724e3f8c1017a20339"
|
|
1362
|
+
integrity sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==
|
|
1350
1363
|
|
|
1351
1364
|
"@types/sinon@*", "@types/sinon@^10.0.20":
|
|
1352
1365
|
version "10.0.20"
|
|
@@ -1396,14 +1409,6 @@
|
|
|
1396
1409
|
"@typescript-eslint/visitor-keys" "6.10.0"
|
|
1397
1410
|
debug "^4.3.4"
|
|
1398
1411
|
|
|
1399
|
-
"@typescript-eslint/scope-manager@5.62.0":
|
|
1400
|
-
version "5.62.0"
|
|
1401
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
|
|
1402
|
-
integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
|
|
1403
|
-
dependencies:
|
|
1404
|
-
"@typescript-eslint/types" "5.62.0"
|
|
1405
|
-
"@typescript-eslint/visitor-keys" "5.62.0"
|
|
1406
|
-
|
|
1407
1412
|
"@typescript-eslint/scope-manager@6.10.0":
|
|
1408
1413
|
version "6.10.0"
|
|
1409
1414
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.10.0.tgz#b0276118b13d16f72809e3cecc86a72c93708540"
|
|
@@ -1412,6 +1417,14 @@
|
|
|
1412
1417
|
"@typescript-eslint/types" "6.10.0"
|
|
1413
1418
|
"@typescript-eslint/visitor-keys" "6.10.0"
|
|
1414
1419
|
|
|
1420
|
+
"@typescript-eslint/scope-manager@6.14.0":
|
|
1421
|
+
version "6.14.0"
|
|
1422
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.14.0.tgz#53d24363fdb5ee0d1d8cda4ed5e5321272ab3d48"
|
|
1423
|
+
integrity sha512-VT7CFWHbZipPncAZtuALr9y3EuzY1b1t1AEkIq2bTXUPKw+pHoXflGNG5L+Gv6nKul1cz1VH8fz16IThIU0tdg==
|
|
1424
|
+
dependencies:
|
|
1425
|
+
"@typescript-eslint/types" "6.14.0"
|
|
1426
|
+
"@typescript-eslint/visitor-keys" "6.14.0"
|
|
1427
|
+
|
|
1415
1428
|
"@typescript-eslint/type-utils@6.10.0":
|
|
1416
1429
|
version "6.10.0"
|
|
1417
1430
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.10.0.tgz#1007faede067c78bdbcef2e8abb31437e163e2e1"
|
|
@@ -1422,28 +1435,15 @@
|
|
|
1422
1435
|
debug "^4.3.4"
|
|
1423
1436
|
ts-api-utils "^1.0.1"
|
|
1424
1437
|
|
|
1425
|
-
"@typescript-eslint/types@5.62.0":
|
|
1426
|
-
version "5.62.0"
|
|
1427
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
|
|
1428
|
-
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
|
|
1429
|
-
|
|
1430
1438
|
"@typescript-eslint/types@6.10.0":
|
|
1431
1439
|
version "6.10.0"
|
|
1432
1440
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.10.0.tgz#f4f0a84aeb2ac546f21a66c6e0da92420e921367"
|
|
1433
1441
|
integrity sha512-36Fq1PWh9dusgo3vH7qmQAj5/AZqARky1Wi6WpINxB6SkQdY5vQoT2/7rW7uBIsPDcvvGCLi4r10p0OJ7ITAeg==
|
|
1434
1442
|
|
|
1435
|
-
"@typescript-eslint/
|
|
1436
|
-
version "
|
|
1437
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/
|
|
1438
|
-
integrity sha512-
|
|
1439
|
-
dependencies:
|
|
1440
|
-
"@typescript-eslint/types" "5.62.0"
|
|
1441
|
-
"@typescript-eslint/visitor-keys" "5.62.0"
|
|
1442
|
-
debug "^4.3.4"
|
|
1443
|
-
globby "^11.1.0"
|
|
1444
|
-
is-glob "^4.0.3"
|
|
1445
|
-
semver "^7.3.7"
|
|
1446
|
-
tsutils "^3.21.0"
|
|
1443
|
+
"@typescript-eslint/types@6.14.0":
|
|
1444
|
+
version "6.14.0"
|
|
1445
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.14.0.tgz#935307f7a931016b7a5eb25d494ea3e1f613e929"
|
|
1446
|
+
integrity sha512-uty9H2K4Xs8E47z3SnXEPRNDfsis8JO27amp2GNCnzGETEW3yTqEIVg5+AI7U276oGF/tw6ZA+UesxeQ104ceA==
|
|
1447
1447
|
|
|
1448
1448
|
"@typescript-eslint/typescript-estree@6.10.0":
|
|
1449
1449
|
version "6.10.0"
|
|
@@ -1458,7 +1458,20 @@
|
|
|
1458
1458
|
semver "^7.5.4"
|
|
1459
1459
|
ts-api-utils "^1.0.1"
|
|
1460
1460
|
|
|
1461
|
-
"@typescript-eslint/
|
|
1461
|
+
"@typescript-eslint/typescript-estree@6.14.0":
|
|
1462
|
+
version "6.14.0"
|
|
1463
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.14.0.tgz#90c7ddd45cd22139adf3d4577580d04c9189ac13"
|
|
1464
|
+
integrity sha512-yPkaLwK0yH2mZKFE/bXkPAkkFgOv15GJAUzgUVonAbv0Hr4PK/N2yaA/4XQbTZQdygiDkpt5DkxPELqHguNvyw==
|
|
1465
|
+
dependencies:
|
|
1466
|
+
"@typescript-eslint/types" "6.14.0"
|
|
1467
|
+
"@typescript-eslint/visitor-keys" "6.14.0"
|
|
1468
|
+
debug "^4.3.4"
|
|
1469
|
+
globby "^11.1.0"
|
|
1470
|
+
is-glob "^4.0.3"
|
|
1471
|
+
semver "^7.5.4"
|
|
1472
|
+
ts-api-utils "^1.0.1"
|
|
1473
|
+
|
|
1474
|
+
"@typescript-eslint/utils@6.10.0":
|
|
1462
1475
|
version "6.10.0"
|
|
1463
1476
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.10.0.tgz#4d76062d94413c30e402c9b0df8c14aef8d77336"
|
|
1464
1477
|
integrity sha512-v+pJ1/RcVyRc0o4wAGux9x42RHmAjIGzPRo538Z8M1tVx6HOnoQBCX/NoadHQlZeC+QO2yr4nNSFWOoraZCAyg==
|
|
@@ -1471,27 +1484,18 @@
|
|
|
1471
1484
|
"@typescript-eslint/typescript-estree" "6.10.0"
|
|
1472
1485
|
semver "^7.5.4"
|
|
1473
1486
|
|
|
1474
|
-
"@typescript-eslint/utils@^
|
|
1475
|
-
version "
|
|
1476
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-
|
|
1477
|
-
integrity sha512-
|
|
1478
|
-
dependencies:
|
|
1479
|
-
"@eslint-community/eslint-utils" "^4.2.0"
|
|
1480
|
-
"@types/json-schema" "^7.0.9"
|
|
1481
|
-
"@types/semver" "^7.3.12"
|
|
1482
|
-
"@typescript-eslint/scope-manager" "5.62.0"
|
|
1483
|
-
"@typescript-eslint/types" "5.62.0"
|
|
1484
|
-
"@typescript-eslint/typescript-estree" "5.62.0"
|
|
1485
|
-
eslint-scope "^5.1.1"
|
|
1486
|
-
semver "^7.3.7"
|
|
1487
|
-
|
|
1488
|
-
"@typescript-eslint/visitor-keys@5.62.0":
|
|
1489
|
-
version "5.62.0"
|
|
1490
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
|
|
1491
|
-
integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
|
|
1487
|
+
"@typescript-eslint/utils@^6.13.2", "@typescript-eslint/utils@^6.6.0":
|
|
1488
|
+
version "6.14.0"
|
|
1489
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.14.0.tgz#856a9e274367d99ffbd39c48128b93a86c4261e3"
|
|
1490
|
+
integrity sha512-XwRTnbvRr7Ey9a1NT6jqdKX8y/atWG+8fAIu3z73HSP8h06i3r/ClMhmaF/RGWGW1tHJEwij1uEg2GbEmPYvYg==
|
|
1492
1491
|
dependencies:
|
|
1493
|
-
"@
|
|
1494
|
-
|
|
1492
|
+
"@eslint-community/eslint-utils" "^4.4.0"
|
|
1493
|
+
"@types/json-schema" "^7.0.12"
|
|
1494
|
+
"@types/semver" "^7.5.0"
|
|
1495
|
+
"@typescript-eslint/scope-manager" "6.14.0"
|
|
1496
|
+
"@typescript-eslint/types" "6.14.0"
|
|
1497
|
+
"@typescript-eslint/typescript-estree" "6.14.0"
|
|
1498
|
+
semver "^7.5.4"
|
|
1495
1499
|
|
|
1496
1500
|
"@typescript-eslint/visitor-keys@6.10.0":
|
|
1497
1501
|
version "6.10.0"
|
|
@@ -1501,6 +1505,14 @@
|
|
|
1501
1505
|
"@typescript-eslint/types" "6.10.0"
|
|
1502
1506
|
eslint-visitor-keys "^3.4.1"
|
|
1503
1507
|
|
|
1508
|
+
"@typescript-eslint/visitor-keys@6.14.0":
|
|
1509
|
+
version "6.14.0"
|
|
1510
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.14.0.tgz#1d1d486581819287de824a56c22f32543561138e"
|
|
1511
|
+
integrity sha512-fB5cw6GRhJUz03MrROVuj5Zm/Q+XWlVdIsFj+Zb1Hvqouc8t+XP2H5y53QYU/MGtd2dPg6/vJJlhoX3xc2ehfw==
|
|
1512
|
+
dependencies:
|
|
1513
|
+
"@typescript-eslint/types" "6.14.0"
|
|
1514
|
+
eslint-visitor-keys "^3.4.1"
|
|
1515
|
+
|
|
1504
1516
|
"@ungap/structured-clone@^1.2.0":
|
|
1505
1517
|
version "1.2.0"
|
|
1506
1518
|
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
|
|
@@ -1541,12 +1553,7 @@ acorn-walk@^8.1.1:
|
|
|
1541
1553
|
resolved "https://registry.yarnpkg.com/acorn-walk/-/acorn-walk-8.2.0.tgz#741210f2e2426454508853a2f44d0ab83b7f69c1"
|
|
1542
1554
|
integrity sha512-k+iyHEuPgSw6SbuDpGQM+06HQUa04DZ3o+F6CSzXMvvI5KMvnaEqXe+YVe555R9nn6GPt404fos4wcgpw12SDA==
|
|
1543
1555
|
|
|
1544
|
-
acorn@^8.4.1:
|
|
1545
|
-
version "8.8.1"
|
|
1546
|
-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.8.1.tgz#0a3f9cbecc4ec3bea6f0a80b66ae8dd2da250b73"
|
|
1547
|
-
integrity sha512-7zFpHzhnqYKrkYdUjF1HI1bzd0VygEGX8lFk4k5zVMqHEoES+P+7TKI+EvLO9WVMJ8eekdO0aDEK044xTXwPPA==
|
|
1548
|
-
|
|
1549
|
-
acorn@^8.9.0:
|
|
1556
|
+
acorn@^8.4.1, acorn@^8.9.0:
|
|
1550
1557
|
version "8.10.0"
|
|
1551
1558
|
resolved "https://registry.yarnpkg.com/acorn/-/acorn-8.10.0.tgz#8be5b3907a67221a81ab23c7889c4c5526b62ec5"
|
|
1552
1559
|
integrity sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==
|
|
@@ -1558,6 +1565,13 @@ agent-base@6, agent-base@^6.0.2:
|
|
|
1558
1565
|
dependencies:
|
|
1559
1566
|
debug "4"
|
|
1560
1567
|
|
|
1568
|
+
agent-base@^7.0.2:
|
|
1569
|
+
version "7.1.0"
|
|
1570
|
+
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-7.1.0.tgz#536802b76bc0b34aa50195eb2442276d613e3434"
|
|
1571
|
+
integrity sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==
|
|
1572
|
+
dependencies:
|
|
1573
|
+
debug "^4.3.4"
|
|
1574
|
+
|
|
1561
1575
|
agentkeepalive@^4.1.3, agentkeepalive@^4.2.1:
|
|
1562
1576
|
version "4.2.1"
|
|
1563
1577
|
resolved "https://registry.yarnpkg.com/agentkeepalive/-/agentkeepalive-4.2.1.tgz#a7975cbb9f83b367f06c90cc51ff28fe7d499717"
|
|
@@ -2284,7 +2298,7 @@ chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0, chalk@^4.1.1, chalk@^4.1.2:
|
|
|
2284
2298
|
ansi-styles "^4.1.0"
|
|
2285
2299
|
supports-color "^7.1.0"
|
|
2286
2300
|
|
|
2287
|
-
chalk@^5.2.0, chalk@^5.3.0:
|
|
2301
|
+
chalk@^5.0.0, chalk@^5.2.0, chalk@^5.3.0:
|
|
2288
2302
|
version "5.3.0"
|
|
2289
2303
|
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385"
|
|
2290
2304
|
integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==
|
|
@@ -2628,14 +2642,12 @@ conventional-changelog-angular@^5.0.11:
|
|
|
2628
2642
|
compare-func "^2.0.0"
|
|
2629
2643
|
q "^1.5.1"
|
|
2630
2644
|
|
|
2631
|
-
conventional-changelog-conventionalcommits@^
|
|
2632
|
-
version "
|
|
2633
|
-
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-
|
|
2634
|
-
integrity sha512-
|
|
2645
|
+
conventional-changelog-conventionalcommits@^6.1.0:
|
|
2646
|
+
version "6.1.0"
|
|
2647
|
+
resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-6.1.0.tgz#3bad05f4eea64e423d3d90fc50c17d2c8cf17652"
|
|
2648
|
+
integrity sha512-3cS3GEtR78zTfMzk0AizXKKIdN4OvSh7ibNz6/DPbhWWQu7LqE/8+/GqSodV+sywUR2gpJAdP/1JFf4XtN7Zpw==
|
|
2635
2649
|
dependencies:
|
|
2636
2650
|
compare-func "^2.0.0"
|
|
2637
|
-
lodash "^4.17.15"
|
|
2638
|
-
q "^1.5.1"
|
|
2639
2651
|
|
|
2640
2652
|
conventional-commits-parser@^3.2.2:
|
|
2641
2653
|
version "3.2.4"
|
|
@@ -2939,6 +2951,36 @@ doctrine@^3.0.0:
|
|
|
2939
2951
|
dependencies:
|
|
2940
2952
|
esutils "^2.0.2"
|
|
2941
2953
|
|
|
2954
|
+
dom-serializer@^2.0.0:
|
|
2955
|
+
version "2.0.0"
|
|
2956
|
+
resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-2.0.0.tgz#e41b802e1eedf9f6cae183ce5e622d789d7d8e53"
|
|
2957
|
+
integrity sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==
|
|
2958
|
+
dependencies:
|
|
2959
|
+
domelementtype "^2.3.0"
|
|
2960
|
+
domhandler "^5.0.2"
|
|
2961
|
+
entities "^4.2.0"
|
|
2962
|
+
|
|
2963
|
+
domelementtype@^2.3.0:
|
|
2964
|
+
version "2.3.0"
|
|
2965
|
+
resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-2.3.0.tgz#5c45e8e869952626331d7aab326d01daf65d589d"
|
|
2966
|
+
integrity sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==
|
|
2967
|
+
|
|
2968
|
+
domhandler@^5.0.2, domhandler@^5.0.3:
|
|
2969
|
+
version "5.0.3"
|
|
2970
|
+
resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-5.0.3.tgz#cc385f7f751f1d1fc650c21374804254538c7d31"
|
|
2971
|
+
integrity sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==
|
|
2972
|
+
dependencies:
|
|
2973
|
+
domelementtype "^2.3.0"
|
|
2974
|
+
|
|
2975
|
+
domutils@^3.1.0:
|
|
2976
|
+
version "3.1.0"
|
|
2977
|
+
resolved "https://registry.yarnpkg.com/domutils/-/domutils-3.1.0.tgz#c47f551278d3dc4b0b1ab8cbb42d751a6f0d824e"
|
|
2978
|
+
integrity sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==
|
|
2979
|
+
dependencies:
|
|
2980
|
+
dom-serializer "^2.0.0"
|
|
2981
|
+
domelementtype "^2.3.0"
|
|
2982
|
+
domhandler "^5.0.3"
|
|
2983
|
+
|
|
2942
2984
|
dot-case@^3.0.4:
|
|
2943
2985
|
version "3.0.4"
|
|
2944
2986
|
resolved "https://registry.yarnpkg.com/dot-case/-/dot-case-3.0.4.tgz#9b2b670d00a431667a8a75ba29cd1b98809ce751"
|
|
@@ -3007,6 +3049,11 @@ end-of-stream@^1.1.0:
|
|
|
3007
3049
|
dependencies:
|
|
3008
3050
|
once "^1.4.0"
|
|
3009
3051
|
|
|
3052
|
+
entities@^4.2.0, entities@^4.5.0:
|
|
3053
|
+
version "4.5.0"
|
|
3054
|
+
resolved "https://registry.yarnpkg.com/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48"
|
|
3055
|
+
integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==
|
|
3056
|
+
|
|
3010
3057
|
env-paths@^2.2.0:
|
|
3011
3058
|
version "2.2.1"
|
|
3012
3059
|
resolved "https://registry.yarnpkg.com/env-paths/-/env-paths-2.2.1.tgz#420399d416ce1fbe9bc0a07c62fa68d67fd0f8f2"
|
|
@@ -3109,6 +3156,11 @@ escalade@^3.1.1:
|
|
|
3109
3156
|
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40"
|
|
3110
3157
|
integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==
|
|
3111
3158
|
|
|
3159
|
+
escape-html@^1.0.3:
|
|
3160
|
+
version "1.0.3"
|
|
3161
|
+
resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988"
|
|
3162
|
+
integrity sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==
|
|
3163
|
+
|
|
3112
3164
|
escape-string-regexp@4.0.0, escape-string-regexp@^4.0.0:
|
|
3113
3165
|
version "4.0.0"
|
|
3114
3166
|
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
|
|
@@ -3226,13 +3278,13 @@ eslint-plugin-prettier@^5.0.1:
|
|
|
3226
3278
|
prettier-linter-helpers "^1.0.0"
|
|
3227
3279
|
synckit "^0.8.5"
|
|
3228
3280
|
|
|
3229
|
-
eslint-plugin-sf-plugin@^1.
|
|
3230
|
-
version "1.
|
|
3231
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.
|
|
3232
|
-
integrity sha512-
|
|
3281
|
+
eslint-plugin-sf-plugin@^1.17.0:
|
|
3282
|
+
version "1.17.0"
|
|
3283
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.0.tgz#9a7e81cb63bc6f36aae7c7797f95e2179def7fd3"
|
|
3284
|
+
integrity sha512-grW7leP0FJbKQZgDjBZanLSTYrus0itKaEmoflEuqTZSyqH4feP53rHby5ysbOnw9OvgZfuq9NSc0a/CzcIbtQ==
|
|
3233
3285
|
dependencies:
|
|
3234
|
-
"@salesforce/core" "^
|
|
3235
|
-
"@typescript-eslint/utils" "^
|
|
3286
|
+
"@salesforce/core" "^6.4.0"
|
|
3287
|
+
"@typescript-eslint/utils" "^6.13.2"
|
|
3236
3288
|
|
|
3237
3289
|
eslint-plugin-unicorn@^49.0.0:
|
|
3238
3290
|
version "49.0.0"
|
|
@@ -3254,14 +3306,6 @@ eslint-plugin-unicorn@^49.0.0:
|
|
|
3254
3306
|
semver "^7.5.4"
|
|
3255
3307
|
strip-indent "^3.0.0"
|
|
3256
3308
|
|
|
3257
|
-
eslint-scope@^5.1.1:
|
|
3258
|
-
version "5.1.1"
|
|
3259
|
-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
|
|
3260
|
-
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
|
|
3261
|
-
dependencies:
|
|
3262
|
-
esrecurse "^4.3.0"
|
|
3263
|
-
estraverse "^4.1.1"
|
|
3264
|
-
|
|
3265
3309
|
eslint-scope@^7.2.2:
|
|
3266
3310
|
version "7.2.2"
|
|
3267
3311
|
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.2.tgz#deb4f92563390f32006894af62a22dba1c46423f"
|
|
@@ -3347,11 +3391,6 @@ esrecurse@^4.3.0:
|
|
|
3347
3391
|
dependencies:
|
|
3348
3392
|
estraverse "^5.2.0"
|
|
3349
3393
|
|
|
3350
|
-
estraverse@^4.1.1:
|
|
3351
|
-
version "4.3.0"
|
|
3352
|
-
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d"
|
|
3353
|
-
integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==
|
|
3354
|
-
|
|
3355
3394
|
estraverse@^5.1.0, estraverse@^5.2.0:
|
|
3356
3395
|
version "5.3.0"
|
|
3357
3396
|
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123"
|
|
@@ -3427,6 +3466,11 @@ execa@^7.1.1:
|
|
|
3427
3466
|
signal-exit "^3.0.7"
|
|
3428
3467
|
strip-final-newline "^3.0.0"
|
|
3429
3468
|
|
|
3469
|
+
extend@^3.0.2:
|
|
3470
|
+
version "3.0.2"
|
|
3471
|
+
resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa"
|
|
3472
|
+
integrity sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==
|
|
3473
|
+
|
|
3430
3474
|
external-editor@^3.0.3:
|
|
3431
3475
|
version "3.1.0"
|
|
3432
3476
|
resolved "https://registry.yarnpkg.com/external-editor/-/external-editor-3.1.0.tgz#cb03f740befae03ea4d283caed2741a83f335495"
|
|
@@ -3643,6 +3687,14 @@ foreground-child@^2.0.0:
|
|
|
3643
3687
|
cross-spawn "^7.0.0"
|
|
3644
3688
|
signal-exit "^3.0.2"
|
|
3645
3689
|
|
|
3690
|
+
foreground-child@^3.1.0:
|
|
3691
|
+
version "3.1.1"
|
|
3692
|
+
resolved "https://registry.yarnpkg.com/foreground-child/-/foreground-child-3.1.1.tgz#1d173e776d75d2772fed08efe4a0de1ea1b12d0d"
|
|
3693
|
+
integrity sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==
|
|
3694
|
+
dependencies:
|
|
3695
|
+
cross-spawn "^7.0.0"
|
|
3696
|
+
signal-exit "^4.0.1"
|
|
3697
|
+
|
|
3646
3698
|
form-data-encoder@^2.1.2:
|
|
3647
3699
|
version "2.1.4"
|
|
3648
3700
|
resolved "https://registry.yarnpkg.com/form-data-encoder/-/form-data-encoder-2.1.4.tgz#261ea35d2a70d48d30ec7a9603130fa5515e9cd5"
|
|
@@ -3667,7 +3719,7 @@ fromentries@^1.2.0:
|
|
|
3667
3719
|
resolved "https://registry.yarnpkg.com/fromentries/-/fromentries-1.3.2.tgz#e4bca6808816bf8f93b52750f1127f5a6fd86e3a"
|
|
3668
3720
|
integrity sha512-cHEpEQHUg0f8XdtZCc2ZAhrHzKzT0MrFUTcvx+hfxYu7rGMDc5SKoXFh+n4YigxsHXRzc6OrCshdR1bWH6HHyg==
|
|
3669
3721
|
|
|
3670
|
-
fs-extra@^11.0.0, fs-extra@^11.
|
|
3722
|
+
fs-extra@^11.0.0, fs-extra@^11.2.0:
|
|
3671
3723
|
version "11.2.0"
|
|
3672
3724
|
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.2.0.tgz#e70e17dfad64232287d01929399e0ea7c86b0e5b"
|
|
3673
3725
|
integrity sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==
|
|
@@ -3766,6 +3818,16 @@ gauge@^4.0.3:
|
|
|
3766
3818
|
strip-ansi "^6.0.1"
|
|
3767
3819
|
wide-align "^1.1.5"
|
|
3768
3820
|
|
|
3821
|
+
gaxios@^6.0.0:
|
|
3822
|
+
version "6.1.1"
|
|
3823
|
+
resolved "https://registry.yarnpkg.com/gaxios/-/gaxios-6.1.1.tgz#549629f86a13e756b900f9ff7c94624670102938"
|
|
3824
|
+
integrity sha512-bw8smrX+XlAoo9o1JAksBwX+hi/RG15J+NTSxmNPIclKC3ZVK6C2afwY8OSdRvOK0+ZLecUJYtj2MmjOt3Dm0w==
|
|
3825
|
+
dependencies:
|
|
3826
|
+
extend "^3.0.2"
|
|
3827
|
+
https-proxy-agent "^7.0.1"
|
|
3828
|
+
is-stream "^2.0.0"
|
|
3829
|
+
node-fetch "^2.6.9"
|
|
3830
|
+
|
|
3769
3831
|
gensync@^1.0.0-beta.2:
|
|
3770
3832
|
version "1.0.0-beta.2"
|
|
3771
3833
|
resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0"
|
|
@@ -3894,6 +3956,17 @@ glob@7.2.0:
|
|
|
3894
3956
|
once "^1.3.0"
|
|
3895
3957
|
path-is-absolute "^1.0.0"
|
|
3896
3958
|
|
|
3959
|
+
glob@^10.3.10:
|
|
3960
|
+
version "10.3.10"
|
|
3961
|
+
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.10.tgz#0351ebb809fd187fe421ab96af83d3a70715df4b"
|
|
3962
|
+
integrity sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==
|
|
3963
|
+
dependencies:
|
|
3964
|
+
foreground-child "^3.1.0"
|
|
3965
|
+
jackspeak "^2.3.5"
|
|
3966
|
+
minimatch "^9.0.1"
|
|
3967
|
+
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
|
|
3968
|
+
path-scurry "^1.10.1"
|
|
3969
|
+
|
|
3897
3970
|
glob@^7.0.0, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
|
|
3898
3971
|
version "7.2.3"
|
|
3899
3972
|
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
|
|
@@ -4153,6 +4226,16 @@ html-escaper@^2.0.0:
|
|
|
4153
4226
|
resolved "https://registry.yarnpkg.com/html-escaper/-/html-escaper-2.0.2.tgz#dfd60027da36a36dfcbe236262c00a5822681453"
|
|
4154
4227
|
integrity sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==
|
|
4155
4228
|
|
|
4229
|
+
htmlparser2@^9.0.0:
|
|
4230
|
+
version "9.0.0"
|
|
4231
|
+
resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-9.0.0.tgz#e431142b7eeb1d91672742dea48af8ac7140cddb"
|
|
4232
|
+
integrity sha512-uxbSI98wmFT/G4P2zXx4OVx04qWUmyFPrD2/CNepa2Zo3GPNaCaaxElDgwUrwYWkK1nr9fft0Ya8dws8coDLLQ==
|
|
4233
|
+
dependencies:
|
|
4234
|
+
domelementtype "^2.3.0"
|
|
4235
|
+
domhandler "^5.0.3"
|
|
4236
|
+
domutils "^3.1.0"
|
|
4237
|
+
entities "^4.5.0"
|
|
4238
|
+
|
|
4156
4239
|
http-cache-semantics@^4.0.0, http-cache-semantics@^4.1.0:
|
|
4157
4240
|
version "4.1.0"
|
|
4158
4241
|
resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz#49e91c5cbf36c9b94bcfcd71c23d5249ec74e390"
|
|
@@ -4230,6 +4313,14 @@ https-proxy-agent@^5.0.0:
|
|
|
4230
4313
|
agent-base "6"
|
|
4231
4314
|
debug "4"
|
|
4232
4315
|
|
|
4316
|
+
https-proxy-agent@^7.0.1:
|
|
4317
|
+
version "7.0.2"
|
|
4318
|
+
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-7.0.2.tgz#e2645b846b90e96c6e6f347fb5b2e41f1590b09b"
|
|
4319
|
+
integrity sha512-NmLNjm6ucYwtcUmL7JQC1ZQ57LmHP4lT15FQ8D61nak1rO6DH+fz5qNK2Ap5UN4ZapYICE3/0KodcLYSPsPbaA==
|
|
4320
|
+
dependencies:
|
|
4321
|
+
agent-base "^7.0.2"
|
|
4322
|
+
debug "4"
|
|
4323
|
+
|
|
4233
4324
|
human-signals@^1.1.1:
|
|
4234
4325
|
version "1.1.1"
|
|
4235
4326
|
resolved "https://registry.yarnpkg.com/human-signals/-/human-signals-1.1.1.tgz#c5b1cd14f50aeae09ab6c59fe63ba3395fe4dfa3"
|
|
@@ -4778,6 +4869,15 @@ istanbul-reports@^3.0.2, istanbul-reports@^3.1.6:
|
|
|
4778
4869
|
html-escaper "^2.0.0"
|
|
4779
4870
|
istanbul-lib-report "^3.0.0"
|
|
4780
4871
|
|
|
4872
|
+
jackspeak@^2.3.5:
|
|
4873
|
+
version "2.3.6"
|
|
4874
|
+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.3.6.tgz#647ecc472238aee4b06ac0e461acc21a8c505ca8"
|
|
4875
|
+
integrity sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==
|
|
4876
|
+
dependencies:
|
|
4877
|
+
"@isaacs/cliui" "^8.0.2"
|
|
4878
|
+
optionalDependencies:
|
|
4879
|
+
"@pkgjs/parseargs" "^0.11.0"
|
|
4880
|
+
|
|
4781
4881
|
jake@^10.8.5:
|
|
4782
4882
|
version "10.8.5"
|
|
4783
4883
|
resolved "https://registry.yarnpkg.com/jake/-/jake-10.8.5.tgz#f2183d2c59382cb274226034543b9c03b8164c46"
|
|
@@ -4845,10 +4945,10 @@ jsesc@~0.5.0:
|
|
|
4845
4945
|
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d"
|
|
4846
4946
|
integrity sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==
|
|
4847
4947
|
|
|
4848
|
-
jsforce@^2.0.0-beta.
|
|
4849
|
-
version "2.0.0-beta.
|
|
4850
|
-
resolved "https://registry.yarnpkg.com/jsforce/-/jsforce-2.0.0-beta.
|
|
4851
|
-
integrity sha512-
|
|
4948
|
+
jsforce@^2.0.0-beta.29:
|
|
4949
|
+
version "2.0.0-beta.29"
|
|
4950
|
+
resolved "https://registry.yarnpkg.com/jsforce/-/jsforce-2.0.0-beta.29.tgz#0b59b026eb0b90dfb199a53656af32a4c8acc48f"
|
|
4951
|
+
integrity sha512-Fq7xjOYOikyozZZDQNTfzsAdhcO0rUXwtavsjM+cCYUFiCMVOJJavgco303zOsJk3v8sdAYnGgHyKckLIhnyAg==
|
|
4852
4952
|
dependencies:
|
|
4853
4953
|
"@babel/runtime" "^7.12.5"
|
|
4854
4954
|
"@babel/runtime-corejs3" "^7.12.5"
|
|
@@ -5070,6 +5170,22 @@ lines-and-columns@^1.1.6:
|
|
|
5070
5170
|
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
|
|
5071
5171
|
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
|
|
5072
5172
|
|
|
5173
|
+
linkinator@^6.0.2:
|
|
5174
|
+
version "6.0.2"
|
|
5175
|
+
resolved "https://registry.yarnpkg.com/linkinator/-/linkinator-6.0.2.tgz#6a33df3372894a2fa3b25f80f2cd5e6bb9f73e7d"
|
|
5176
|
+
integrity sha512-28eiQVzGwaCvVUb/cxii5jraWZYUv5n2Q5CaSRUH9oGDo1Jr8GcREnpw/0IfJ5YTRoIt9/ihra2lG8yqCN292g==
|
|
5177
|
+
dependencies:
|
|
5178
|
+
chalk "^5.0.0"
|
|
5179
|
+
escape-html "^1.0.3"
|
|
5180
|
+
gaxios "^6.0.0"
|
|
5181
|
+
glob "^10.3.10"
|
|
5182
|
+
htmlparser2 "^9.0.0"
|
|
5183
|
+
marked "^10.0.0"
|
|
5184
|
+
meow "^12.0.1"
|
|
5185
|
+
mime "^3.0.0"
|
|
5186
|
+
server-destroy "^1.0.1"
|
|
5187
|
+
srcset "^5.0.0"
|
|
5188
|
+
|
|
5073
5189
|
load-yaml-file@^0.2.0:
|
|
5074
5190
|
version "0.2.0"
|
|
5075
5191
|
resolved "https://registry.yarnpkg.com/load-yaml-file/-/load-yaml-file-0.2.0.tgz#af854edaf2bea89346c07549122753c07372f64d"
|
|
@@ -5263,6 +5379,11 @@ lru-cache@^7.7.1:
|
|
|
5263
5379
|
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.14.1.tgz#8da8d2f5f59827edb388e63e459ac23d6d408fea"
|
|
5264
5380
|
integrity sha512-ysxwsnTKdAx96aTRdhDOCQfDgbHnt8SK0KY8SEjO0wHinhWOFTESbjVCMPbU1uGXg/ch4lifqx0wfjOawU2+WA==
|
|
5265
5381
|
|
|
5382
|
+
"lru-cache@^9.1.1 || ^10.0.0":
|
|
5383
|
+
version "10.1.0"
|
|
5384
|
+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.1.0.tgz#2098d41c2dc56500e6c88584aa656c84de7d0484"
|
|
5385
|
+
integrity sha512-/1clY/ui8CzjKFyjdvwPWJUYKiFVXG2I2cY0ssG7h4+hwk+XOIX7ZSG9Q7TW8TW3Kp3BUSqgFWBLgL4PJ+Blag==
|
|
5386
|
+
|
|
5266
5387
|
lunr@^2.3.9:
|
|
5267
5388
|
version "2.3.9"
|
|
5268
5389
|
resolved "https://registry.yarnpkg.com/lunr/-/lunr-2.3.9.tgz#18b123142832337dd6e964df1a5a7707b25d35e1"
|
|
@@ -5341,16 +5462,16 @@ map-obj@^4.0.0:
|
|
|
5341
5462
|
resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-4.3.0.tgz#9304f906e93faae70880da102a9f1df0ea8bb05a"
|
|
5342
5463
|
integrity sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==
|
|
5343
5464
|
|
|
5344
|
-
marked-terminal@^6.
|
|
5345
|
-
version "6.
|
|
5346
|
-
resolved "https://registry.yarnpkg.com/marked-terminal/-/marked-terminal-6.
|
|
5347
|
-
integrity sha512-
|
|
5465
|
+
marked-terminal@^6.2.0:
|
|
5466
|
+
version "6.2.0"
|
|
5467
|
+
resolved "https://registry.yarnpkg.com/marked-terminal/-/marked-terminal-6.2.0.tgz#82928d7967af486185a64ea927be723aadd4755f"
|
|
5468
|
+
integrity sha512-ubWhwcBFHnXsjYNsu+Wndpg0zhY4CahSpPlA70PlO0rR9r2sZpkyU+rkCsOWH+KMEkx847UpALON+HWgxowFtw==
|
|
5348
5469
|
dependencies:
|
|
5349
5470
|
ansi-escapes "^6.2.0"
|
|
5350
5471
|
cardinal "^2.1.1"
|
|
5351
5472
|
chalk "^5.3.0"
|
|
5352
5473
|
cli-table3 "^0.6.3"
|
|
5353
|
-
node-emoji "^2.1.
|
|
5474
|
+
node-emoji "^2.1.3"
|
|
5354
5475
|
supports-hyperlinks "^3.0.0"
|
|
5355
5476
|
|
|
5356
5477
|
marked@^10.0.0:
|
|
@@ -5358,6 +5479,11 @@ marked@^10.0.0:
|
|
|
5358
5479
|
resolved "https://registry.yarnpkg.com/marked/-/marked-10.0.0.tgz#7fe1805bb908433d760e2de0fcc8841a2b2d745c"
|
|
5359
5480
|
integrity sha512-YiGcYcWj50YrwBgNzFoYhQ1hT6GmQbFG8SksnYJX1z4BXTHSOrz1GB5/Jm2yQvMg4nN1FHP4M6r03R10KrVUiA==
|
|
5360
5481
|
|
|
5482
|
+
marked@^11.1.0:
|
|
5483
|
+
version "11.1.0"
|
|
5484
|
+
resolved "https://registry.yarnpkg.com/marked/-/marked-11.1.0.tgz#f2d12323e80ba8a97cc8262fe7e94fcc007476ab"
|
|
5485
|
+
integrity sha512-fvKJWAPEafVj1dwGwcPI5mBB/0pvViL6NlCbNDG1HOIRwwAU/jeMoFxfbRLuirO1wRH7m4yPvBqD/O1wyWvayw==
|
|
5486
|
+
|
|
5361
5487
|
marked@^4.3.0:
|
|
5362
5488
|
version "4.3.0"
|
|
5363
5489
|
resolved "https://registry.yarnpkg.com/marked/-/marked-4.3.0.tgz#796362821b019f734054582038b116481b456cf3"
|
|
@@ -5405,6 +5531,11 @@ mem-fs-editor@^9.0.0:
|
|
|
5405
5531
|
vinyl "^2.0.1"
|
|
5406
5532
|
vinyl-file "^3.0.0"
|
|
5407
5533
|
|
|
5534
|
+
meow@^12.0.1:
|
|
5535
|
+
version "12.1.1"
|
|
5536
|
+
resolved "https://registry.yarnpkg.com/meow/-/meow-12.1.1.tgz#e558dddbab12477b69b2e9a2728c327f191bace6"
|
|
5537
|
+
integrity sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw==
|
|
5538
|
+
|
|
5408
5539
|
meow@^8.0.0:
|
|
5409
5540
|
version "8.1.2"
|
|
5410
5541
|
resolved "https://registry.yarnpkg.com/meow/-/meow-8.1.2.tgz#bcbe45bda0ee1729d350c03cffc8395a36c4e897"
|
|
@@ -5452,6 +5583,11 @@ mime-types@^2.1.12:
|
|
|
5452
5583
|
dependencies:
|
|
5453
5584
|
mime-db "1.52.0"
|
|
5454
5585
|
|
|
5586
|
+
mime@^3.0.0:
|
|
5587
|
+
version "3.0.0"
|
|
5588
|
+
resolved "https://registry.yarnpkg.com/mime/-/mime-3.0.0.tgz#b374550dca3a0c18443b0c950a6a58f1931cf7a7"
|
|
5589
|
+
integrity sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==
|
|
5590
|
+
|
|
5455
5591
|
mimic-fn@^2.1.0:
|
|
5456
5592
|
version "2.1.0"
|
|
5457
5593
|
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
|
|
@@ -5510,7 +5646,7 @@ minimatch@^7.2.0:
|
|
|
5510
5646
|
dependencies:
|
|
5511
5647
|
brace-expansion "^2.0.1"
|
|
5512
5648
|
|
|
5513
|
-
minimatch@^9.0.3:
|
|
5649
|
+
minimatch@^9.0.1, minimatch@^9.0.3:
|
|
5514
5650
|
version "9.0.3"
|
|
5515
5651
|
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
|
|
5516
5652
|
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
|
|
@@ -5603,6 +5739,11 @@ minipass@^4.0.0:
|
|
|
5603
5739
|
dependencies:
|
|
5604
5740
|
yallist "^4.0.0"
|
|
5605
5741
|
|
|
5742
|
+
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0":
|
|
5743
|
+
version "7.0.4"
|
|
5744
|
+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.4.tgz#dbce03740f50a4786ba994c1fb908844d27b038c"
|
|
5745
|
+
integrity sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==
|
|
5746
|
+
|
|
5606
5747
|
minizlib@^2.0.0, minizlib@^2.1.1, minizlib@^2.1.2:
|
|
5607
5748
|
version "2.1.2"
|
|
5608
5749
|
resolved "https://registry.yarnpkg.com/minizlib/-/minizlib-2.1.2.tgz#e90d3466ba209b932451508a11ce3d3632145931"
|
|
@@ -5777,12 +5918,12 @@ nock@^13.3.3:
|
|
|
5777
5918
|
lodash "^4.17.21"
|
|
5778
5919
|
propagate "^2.0.0"
|
|
5779
5920
|
|
|
5780
|
-
node-emoji@^2.1.
|
|
5781
|
-
version "2.1.
|
|
5782
|
-
resolved "https://registry.yarnpkg.com/node-emoji/-/node-emoji-2.1.
|
|
5783
|
-
integrity sha512-
|
|
5921
|
+
node-emoji@^2.1.3:
|
|
5922
|
+
version "2.1.3"
|
|
5923
|
+
resolved "https://registry.yarnpkg.com/node-emoji/-/node-emoji-2.1.3.tgz#93cfabb5cc7c3653aa52f29d6ffb7927d8047c06"
|
|
5924
|
+
integrity sha512-E2WEOVsgs7O16zsURJ/eH8BqhF029wGpEOnv7Urwdo2wmQanOACwJQh0devF9D9RhoZru0+9JXIS0dBXIAz+lA==
|
|
5784
5925
|
dependencies:
|
|
5785
|
-
"@sindresorhus/is" "^
|
|
5926
|
+
"@sindresorhus/is" "^4.6.0"
|
|
5786
5927
|
char-regex "^1.0.2"
|
|
5787
5928
|
emojilib "^2.4.0"
|
|
5788
5929
|
skin-tone "^2.0.0"
|
|
@@ -5801,6 +5942,13 @@ node-fetch@^2.6.7:
|
|
|
5801
5942
|
dependencies:
|
|
5802
5943
|
whatwg-url "^5.0.0"
|
|
5803
5944
|
|
|
5945
|
+
node-fetch@^2.6.9:
|
|
5946
|
+
version "2.7.0"
|
|
5947
|
+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.7.0.tgz#d0f0fa6e3e2dc1d27efcd8ad99d550bda94d187d"
|
|
5948
|
+
integrity sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==
|
|
5949
|
+
dependencies:
|
|
5950
|
+
whatwg-url "^5.0.0"
|
|
5951
|
+
|
|
5804
5952
|
node-gyp@^8.2.0:
|
|
5805
5953
|
version "8.4.1"
|
|
5806
5954
|
resolved "https://registry.yarnpkg.com/node-gyp/-/node-gyp-8.4.1.tgz#3d49308fc31f768180957d6b5746845fbd429937"
|
|
@@ -6066,12 +6214,12 @@ object.values@^1.1.7:
|
|
|
6066
6214
|
define-properties "^1.2.0"
|
|
6067
6215
|
es-abstract "^1.22.1"
|
|
6068
6216
|
|
|
6069
|
-
oclif-plugin-update-notifier@^1.5.
|
|
6070
|
-
version "1.5.
|
|
6071
|
-
resolved "https://registry.yarnpkg.com/oclif-plugin-update-notifier/-/oclif-plugin-update-notifier-1.5.
|
|
6072
|
-
integrity sha512-
|
|
6217
|
+
oclif-plugin-update-notifier@^1.5.55:
|
|
6218
|
+
version "1.5.55"
|
|
6219
|
+
resolved "https://registry.yarnpkg.com/oclif-plugin-update-notifier/-/oclif-plugin-update-notifier-1.5.55.tgz#47b0ba4d14728d2f348afef33220a5ccbd33b855"
|
|
6220
|
+
integrity sha512-LFPvVzcxzSb4mcOzWTTbawm0I9uhdr1nfFcTuZ/rR9TDkrdlZA6SLRid12Luxjv90v8oyB8OrzPaR/8ZWQDQ9g==
|
|
6073
6221
|
dependencies:
|
|
6074
|
-
"@jayree/changelog" "^1.1.
|
|
6222
|
+
"@jayree/changelog" "^1.1.9"
|
|
6075
6223
|
"@oclif/core" "^3.14.1"
|
|
6076
6224
|
"@salesforce/kit" "^3.0.15"
|
|
6077
6225
|
boxen "^7.1.1"
|
|
@@ -6084,10 +6232,10 @@ oclif-plugin-update-notifier@^1.5.54:
|
|
|
6084
6232
|
semver-diff "^4.0.0"
|
|
6085
6233
|
tslib "^2.6.1"
|
|
6086
6234
|
|
|
6087
|
-
oclif@^4.0
|
|
6088
|
-
version "4.0
|
|
6089
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.0.
|
|
6090
|
-
integrity sha512-
|
|
6235
|
+
oclif@^4.1.0:
|
|
6236
|
+
version "4.1.0"
|
|
6237
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.1.0.tgz#486004caf6da8af9f5bdda681a616b5b2c180b45"
|
|
6238
|
+
integrity sha512-4E6z1HOdUYXHu/cbbSv0gnbFJfR9BGc9Oa+e9l8SkRoicGnrEPMpuZyY2vxWPGwMndN6ijxxuFlVmw1/j+MJpg==
|
|
6091
6239
|
dependencies:
|
|
6092
6240
|
"@oclif/core" "^3.0.4"
|
|
6093
6241
|
"@oclif/plugin-help" "^5.2.14"
|
|
@@ -6441,6 +6589,14 @@ path-parse@^1.0.7:
|
|
|
6441
6589
|
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
|
|
6442
6590
|
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
|
|
6443
6591
|
|
|
6592
|
+
path-scurry@^1.10.1:
|
|
6593
|
+
version "1.10.1"
|
|
6594
|
+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.10.1.tgz#9ba6bf5aa8500fe9fd67df4f0d9483b2b0bfc698"
|
|
6595
|
+
integrity sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==
|
|
6596
|
+
dependencies:
|
|
6597
|
+
lru-cache "^9.1.1 || ^10.0.0"
|
|
6598
|
+
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
|
|
6599
|
+
|
|
6444
6600
|
path-to-regexp@^1.7.0:
|
|
6445
6601
|
version "1.8.0"
|
|
6446
6602
|
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-1.8.0.tgz#887b3ba9d84393e87a0a0b9f4cb756198b53548a"
|
|
@@ -6486,7 +6642,7 @@ pino-abstract-transport@^1.0.0:
|
|
|
6486
6642
|
readable-stream "^4.0.0"
|
|
6487
6643
|
split2 "^4.0.0"
|
|
6488
6644
|
|
|
6489
|
-
pino-abstract-transport@v1.1.0:
|
|
6645
|
+
pino-abstract-transport@^1.1.0, pino-abstract-transport@v1.1.0:
|
|
6490
6646
|
version "1.1.0"
|
|
6491
6647
|
resolved "https://registry.yarnpkg.com/pino-abstract-transport/-/pino-abstract-transport-1.1.0.tgz#083d98f966262164504afb989bccd05f665937a8"
|
|
6492
6648
|
integrity sha512-lsleG3/2a/JIWUtf9Q5gUNErBqwIu1tUKTT3dUzaf5DySw9ra1wcqKjJjLX1VTY64Wk1eEOYsVGSaGfCK85ekA==
|
|
@@ -6519,10 +6675,10 @@ pino-std-serializers@^6.0.0:
|
|
|
6519
6675
|
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"
|
|
6520
6676
|
integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==
|
|
6521
6677
|
|
|
6522
|
-
pino@^8.16.
|
|
6523
|
-
version "8.
|
|
6524
|
-
resolved "https://registry.yarnpkg.com/pino/-/pino-8.
|
|
6525
|
-
integrity sha512-
|
|
6678
|
+
pino@^8.16.2:
|
|
6679
|
+
version "8.17.1"
|
|
6680
|
+
resolved "https://registry.yarnpkg.com/pino/-/pino-8.17.1.tgz#f886569cd9abf458f4c921dc696fb023694c1103"
|
|
6681
|
+
integrity sha512-YoN7/NJgnsJ+fkADZqjhRt96iepWBndQHeClmSBH0sQWCb8zGD74t00SK4eOtKFi/f8TUmQnfmgglEhd2kI1RQ==
|
|
6526
6682
|
dependencies:
|
|
6527
6683
|
atomic-sleep "^1.0.0"
|
|
6528
6684
|
fast-redact "^3.1.1"
|
|
@@ -6580,10 +6736,10 @@ prettier@^2.8.8:
|
|
|
6580
6736
|
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da"
|
|
6581
6737
|
integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
|
|
6582
6738
|
|
|
6583
|
-
prettier@^3.1.
|
|
6584
|
-
version "3.1.
|
|
6585
|
-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.1.
|
|
6586
|
-
integrity sha512-
|
|
6739
|
+
prettier@^3.1.1:
|
|
6740
|
+
version "3.1.1"
|
|
6741
|
+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.1.1.tgz#6ba9f23165d690b6cbdaa88cb0807278f7019848"
|
|
6742
|
+
integrity sha512-22UbSzg8luF4UuZtzgiUOfcGM8s4tjBv6dJRT7j275NXsy2jb4aJa4NNveul5x4eqlF1wuhuR2RElK71RvmVaw==
|
|
6587
6743
|
|
|
6588
6744
|
pretty-bytes@^5.3.0:
|
|
6589
6745
|
version "5.6.0"
|
|
@@ -7195,6 +7351,11 @@ serialize-javascript@6.0.0:
|
|
|
7195
7351
|
dependencies:
|
|
7196
7352
|
randombytes "^2.1.0"
|
|
7197
7353
|
|
|
7354
|
+
server-destroy@^1.0.1:
|
|
7355
|
+
version "1.0.1"
|
|
7356
|
+
resolved "https://registry.yarnpkg.com/server-destroy/-/server-destroy-1.0.1.tgz#f13bf928e42b9c3e79383e61cc3998b5d14e6cdd"
|
|
7357
|
+
integrity sha512-rb+9B5YBIEzYcD6x2VKidaa+cqYBJQKnU4oe4E3ANwRRN56yk/ua1YCJT1n21NTS8w6CcOclAKNP3PhdCXKYtQ==
|
|
7358
|
+
|
|
7198
7359
|
set-blocking@^2.0.0:
|
|
7199
7360
|
version "2.0.0"
|
|
7200
7361
|
resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"
|
|
@@ -7281,6 +7442,11 @@ signal-exit@^3.0.0, signal-exit@^3.0.2, signal-exit@^3.0.3, signal-exit@^3.0.7:
|
|
|
7281
7442
|
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"
|
|
7282
7443
|
integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
|
|
7283
7444
|
|
|
7445
|
+
signal-exit@^4.0.1:
|
|
7446
|
+
version "4.1.0"
|
|
7447
|
+
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz#952188c1cbd546070e2dd20d0f41c0ae0530cb04"
|
|
7448
|
+
integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==
|
|
7449
|
+
|
|
7284
7450
|
simple-swizzle@^0.2.2:
|
|
7285
7451
|
version "0.2.2"
|
|
7286
7452
|
resolved "https://registry.yarnpkg.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz#a4da6b635ffcccca33f70d17cb92592de95e557a"
|
|
@@ -7466,6 +7632,11 @@ sprintf-js@~1.0.2:
|
|
|
7466
7632
|
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
|
|
7467
7633
|
integrity sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==
|
|
7468
7634
|
|
|
7635
|
+
srcset@^5.0.0:
|
|
7636
|
+
version "5.0.0"
|
|
7637
|
+
resolved "https://registry.yarnpkg.com/srcset/-/srcset-5.0.0.tgz#9df6c3961b5b44a02532ce6ae4544832609e2e3f"
|
|
7638
|
+
integrity sha512-SqEZaAEhe0A6ETEa9O1IhSPC7MdvehZtCnTR0AftXk3QhY2UNgb+NApFOUPZILXk/YTDfFxMTNJOBpzrJsEdIA==
|
|
7639
|
+
|
|
7469
7640
|
ssri@^8.0.0, ssri@^8.0.1:
|
|
7470
7641
|
version "8.0.1"
|
|
7471
7642
|
resolved "https://registry.yarnpkg.com/ssri/-/ssri-8.0.1.tgz#638e4e439e2ffbd2cd289776d5ca457c4f51a2af"
|
|
@@ -7488,7 +7659,7 @@ stdout-stderr@^0.1.9:
|
|
|
7488
7659
|
debug "^4.1.1"
|
|
7489
7660
|
strip-ansi "^6.0.0"
|
|
7490
7661
|
|
|
7491
|
-
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
|
|
7662
|
+
"string-width-cjs@npm:string-width@^4.2.0", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
|
|
7492
7663
|
version "4.2.3"
|
|
7493
7664
|
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
|
|
7494
7665
|
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
|
@@ -7547,7 +7718,7 @@ string_decoder@~1.1.1:
|
|
|
7547
7718
|
dependencies:
|
|
7548
7719
|
safe-buffer "~5.1.0"
|
|
7549
7720
|
|
|
7550
|
-
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
|
|
7721
|
+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
|
|
7551
7722
|
version "6.0.1"
|
|
7552
7723
|
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
|
|
7553
7724
|
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
|
|
@@ -7779,10 +7950,10 @@ ts-api-utils@^1.0.1:
|
|
|
7779
7950
|
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.1.tgz#8144e811d44c749cd65b2da305a032510774452d"
|
|
7780
7951
|
integrity sha512-lC/RGlPmwdrIBFTX59wwNzqh7aR2otPNPR/5brHZm/XKFYKsfqxihXUe9pU3JI+3vGkl+vyCoNNnPhJn3aLK1A==
|
|
7781
7952
|
|
|
7782
|
-
ts-json-schema-generator@^1.
|
|
7783
|
-
version "1.
|
|
7784
|
-
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-1.
|
|
7785
|
-
integrity sha512-
|
|
7953
|
+
ts-json-schema-generator@^1.5.0:
|
|
7954
|
+
version "1.5.0"
|
|
7955
|
+
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-1.5.0.tgz#9f5cea606c27ebcf13060157542ac1d3b225430f"
|
|
7956
|
+
integrity sha512-RkiaJ6YxGc5EWVPfyHxszTmpGxX8HC2XBvcFlAl1zcvpOG4tjjh+eXioStXJQYTvr9MoK8zCOWzAUlko3K0DiA==
|
|
7786
7957
|
dependencies:
|
|
7787
7958
|
"@types/json-schema" "^7.0.12"
|
|
7788
7959
|
commander "^11.0.0"
|
|
@@ -7790,12 +7961,12 @@ ts-json-schema-generator@^1.4.0:
|
|
|
7790
7961
|
json5 "^2.2.3"
|
|
7791
7962
|
normalize-path "^3.0.0"
|
|
7792
7963
|
safe-stable-stringify "^2.4.3"
|
|
7793
|
-
typescript "~5.
|
|
7964
|
+
typescript "~5.3.2"
|
|
7794
7965
|
|
|
7795
|
-
ts-node@^10.8.1, ts-node@^10.9.1:
|
|
7796
|
-
version "10.9.
|
|
7797
|
-
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.
|
|
7798
|
-
integrity sha512-
|
|
7966
|
+
ts-node@^10.8.1, ts-node@^10.9.1, ts-node@^10.9.2:
|
|
7967
|
+
version "10.9.2"
|
|
7968
|
+
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.2.tgz#70f021c9e185bccdca820e26dc413805c101c71f"
|
|
7969
|
+
integrity sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==
|
|
7799
7970
|
dependencies:
|
|
7800
7971
|
"@cspotcode/source-map-support" "^0.8.0"
|
|
7801
7972
|
"@tsconfig/node10" "^1.0.7"
|
|
@@ -7831,7 +8002,7 @@ tsconfig-paths@^3.14.2:
|
|
|
7831
8002
|
minimist "^1.2.6"
|
|
7832
8003
|
strip-bom "^3.0.0"
|
|
7833
8004
|
|
|
7834
|
-
tslib@^1.
|
|
8005
|
+
tslib@^1.9.0:
|
|
7835
8006
|
version "1.14.1"
|
|
7836
8007
|
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
|
|
7837
8008
|
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
|
|
@@ -7841,13 +8012,6 @@ tslib@^2, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.5.0, tslib@^2.6.0, tslib@^2.6.1,
|
|
|
7841
8012
|
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
|
|
7842
8013
|
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
|
|
7843
8014
|
|
|
7844
|
-
tsutils@^3.21.0:
|
|
7845
|
-
version "3.21.0"
|
|
7846
|
-
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
|
|
7847
|
-
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==
|
|
7848
|
-
dependencies:
|
|
7849
|
-
tslib "^1.8.1"
|
|
7850
|
-
|
|
7851
8015
|
tunnel-agent@*, tunnel-agent@^0.6.0:
|
|
7852
8016
|
version "0.6.0"
|
|
7853
8017
|
resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd"
|
|
@@ -7963,10 +8127,10 @@ typedoc@^0.25.3:
|
|
|
7963
8127
|
minimatch "^9.0.3"
|
|
7964
8128
|
shiki "^0.14.1"
|
|
7965
8129
|
|
|
7966
|
-
"typescript@^4.6.4 || ^5.0.0", typescript@^5.
|
|
7967
|
-
version "5.
|
|
7968
|
-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.
|
|
7969
|
-
integrity sha512-
|
|
8130
|
+
"typescript@^4.6.4 || ^5.0.0", typescript@^5.3.3, typescript@~5.3.2:
|
|
8131
|
+
version "5.3.3"
|
|
8132
|
+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
|
|
8133
|
+
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
|
|
7970
8134
|
|
|
7971
8135
|
typescript@^4.9.5:
|
|
7972
8136
|
version "4.9.5"
|
|
@@ -8332,19 +8496,19 @@ workerpool@6.2.1:
|
|
|
8332
8496
|
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
|
|
8333
8497
|
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
|
|
8334
8498
|
|
|
8335
|
-
wrap-ansi@^
|
|
8336
|
-
version "
|
|
8337
|
-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-
|
|
8338
|
-
integrity sha512-
|
|
8499
|
+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
|
|
8500
|
+
version "7.0.0"
|
|
8501
|
+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
|
|
8502
|
+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
|
|
8339
8503
|
dependencies:
|
|
8340
8504
|
ansi-styles "^4.0.0"
|
|
8341
8505
|
string-width "^4.1.0"
|
|
8342
8506
|
strip-ansi "^6.0.0"
|
|
8343
8507
|
|
|
8344
|
-
wrap-ansi@^
|
|
8345
|
-
version "
|
|
8346
|
-
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-
|
|
8347
|
-
integrity sha512-
|
|
8508
|
+
wrap-ansi@^6.2.0:
|
|
8509
|
+
version "6.2.0"
|
|
8510
|
+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-6.2.0.tgz#e9393ba07102e6c91a3b221478f0257cd2856e53"
|
|
8511
|
+
integrity sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==
|
|
8348
8512
|
dependencies:
|
|
8349
8513
|
ansi-styles "^4.0.0"
|
|
8350
8514
|
string-width "^4.1.0"
|