sfdx-browserforce-plugin 2.6.2 → 2.8.0

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.
Files changed (116) hide show
  1. package/lib/{browserforceCommand.d.ts → browserforce-command.d.ts} +4 -4
  2. package/lib/{browserforceCommand.js → browserforce-command.js} +15 -5
  3. package/lib/browserforce-command.js.map +1 -0
  4. package/lib/browserforce.d.ts +17 -9
  5. package/lib/browserforce.js +7 -4
  6. package/lib/browserforce.js.map +1 -1
  7. package/lib/commands/browserforce/apply.d.ts +2 -2
  8. package/lib/commands/browserforce/apply.js +3 -3
  9. package/lib/commands/browserforce/apply.js.map +1 -1
  10. package/lib/commands/browserforce/plan.d.ts +2 -2
  11. package/lib/commands/browserforce/plan.js +3 -3
  12. package/lib/commands/browserforce/plan.js.map +1 -1
  13. package/lib/config-parser.d.ts +15 -2
  14. package/lib/config-parser.js +2 -1
  15. package/lib/config-parser.js.map +1 -1
  16. package/lib/index.d.ts +1 -2
  17. package/lib/index.js +0 -1
  18. package/lib/index.js.map +1 -1
  19. package/lib/jsforce-utils.d.ts +1 -1
  20. package/lib/jsforce-utils.js.map +1 -1
  21. package/lib/plugin.d.ts +4 -4
  22. package/lib/plugin.js.map +1 -1
  23. package/lib/plugins/activity-settings/index.d.ts +7 -5
  24. package/lib/plugins/activity-settings/index.js +2 -1
  25. package/lib/plugins/activity-settings/index.js.map +1 -1
  26. package/lib/plugins/communities/index.d.ts +8 -3
  27. package/lib/plugins/communities/index.js +6 -7
  28. package/lib/plugins/communities/index.js.map +1 -1
  29. package/lib/plugins/customer-portal/available-custom-objects/index.d.ts +14 -0
  30. package/lib/plugins/customer-portal/{availableCustomObjects → available-custom-objects}/index.js +9 -8
  31. package/lib/plugins/customer-portal/available-custom-objects/index.js.map +1 -0
  32. package/lib/plugins/customer-portal/enabled/index.d.ts +5 -4
  33. package/lib/plugins/customer-portal/enabled/index.js +3 -1
  34. package/lib/plugins/customer-portal/enabled/index.js.map +1 -1
  35. package/lib/plugins/customer-portal/index.d.ts +13 -8
  36. package/lib/plugins/customer-portal/index.js +12 -11
  37. package/lib/plugins/customer-portal/index.js.map +1 -1
  38. package/lib/plugins/customer-portal/portals/index.d.ts +23 -4
  39. package/lib/plugins/customer-portal/portals/index.js +29 -27
  40. package/lib/plugins/customer-portal/portals/index.js.map +1 -1
  41. package/lib/plugins/defer-sharing-calculation/index.d.ts +7 -5
  42. package/lib/plugins/defer-sharing-calculation/index.js +3 -1
  43. package/lib/plugins/defer-sharing-calculation/index.js.map +1 -1
  44. package/lib/plugins/density-settings/index.d.ts +15 -7
  45. package/lib/plugins/density-settings/index.js +3 -2
  46. package/lib/plugins/density-settings/index.js.map +1 -1
  47. package/lib/plugins/high-velocity-sales-settings/index.d.ts +9 -6
  48. package/lib/plugins/high-velocity-sales-settings/index.js +3 -2
  49. package/lib/plugins/high-velocity-sales-settings/index.js.map +1 -1
  50. package/lib/plugins/high-velocity-sales-settings/page.d.ts +2 -1
  51. package/lib/plugins/high-velocity-sales-settings/page.js.map +1 -1
  52. package/lib/plugins/home-page-layouts/index.d.ts +12 -6
  53. package/lib/plugins/home-page-layouts/index.js +3 -1
  54. package/lib/plugins/home-page-layouts/index.js.map +1 -1
  55. package/lib/plugins/index.d.ts +15 -14
  56. package/lib/plugins/index.js +29 -27
  57. package/lib/plugins/index.js.map +1 -1
  58. package/lib/plugins/lightning-experience-settings/index.d.ts +15 -7
  59. package/lib/plugins/lightning-experience-settings/index.js +3 -2
  60. package/lib/plugins/lightning-experience-settings/index.js.map +1 -1
  61. package/lib/plugins/picklists/field-dependencies/index.d.ts +9 -3
  62. package/lib/plugins/picklists/field-dependencies/index.js +2 -1
  63. package/lib/plugins/picklists/field-dependencies/index.js.map +1 -1
  64. package/lib/plugins/picklists/field-dependencies/pages.d.ts +4 -3
  65. package/lib/plugins/picklists/field-dependencies/pages.js.map +1 -1
  66. package/lib/plugins/picklists/index.d.ts +21 -7
  67. package/lib/plugins/picklists/index.js +11 -9
  68. package/lib/plugins/picklists/index.js.map +1 -1
  69. package/lib/plugins/picklists/pages.d.ts +13 -12
  70. package/lib/plugins/picklists/pages.js +4 -4
  71. package/lib/plugins/picklists/pages.js.map +1 -1
  72. package/lib/plugins/picklists/standard-value-set.js +1 -0
  73. package/lib/plugins/picklists/standard-value-set.js.map +1 -1
  74. package/lib/plugins/record-types/index.d.ts +11 -5
  75. package/lib/plugins/record-types/index.js +2 -1
  76. package/lib/plugins/record-types/index.js.map +1 -1
  77. package/lib/plugins/record-types/pages.d.ts +4 -3
  78. package/lib/plugins/record-types/pages.js.map +1 -1
  79. package/lib/plugins/relate-contact-to-multiple-accounts/index.d.ts +9 -0
  80. package/lib/plugins/relate-contact-to-multiple-accounts/index.js +40 -0
  81. package/lib/plugins/relate-contact-to-multiple-accounts/index.js.map +1 -0
  82. package/lib/plugins/reports-and-dashboards/folder-sharing/index.d.ts +8 -0
  83. package/lib/plugins/reports-and-dashboards/{folderSharing → folder-sharing}/index.js +3 -1
  84. package/lib/plugins/reports-and-dashboards/folder-sharing/index.js.map +1 -0
  85. package/lib/plugins/reports-and-dashboards/index.d.ts +9 -6
  86. package/lib/plugins/reports-and-dashboards/index.js +7 -8
  87. package/lib/plugins/reports-and-dashboards/index.js.map +1 -1
  88. package/lib/plugins/salesforce-to-salesforce/index.d.ts +7 -3
  89. package/lib/plugins/salesforce-to-salesforce/index.js +7 -8
  90. package/lib/plugins/salesforce-to-salesforce/index.js.map +1 -1
  91. package/lib/plugins/security/certificate-and-key-management/index.d.ts +21 -7
  92. package/lib/plugins/security/certificate-and-key-management/index.js +40 -19
  93. package/lib/plugins/security/certificate-and-key-management/index.js.map +1 -1
  94. package/lib/plugins/security/identity-provider/index.d.ts +8 -6
  95. package/lib/plugins/security/identity-provider/index.js +5 -3
  96. package/lib/plugins/security/identity-provider/index.js.map +1 -1
  97. package/lib/plugins/security/index.d.ts +15 -9
  98. package/lib/plugins/security/index.js +15 -19
  99. package/lib/plugins/security/index.js.map +1 -1
  100. package/lib/plugins/security/login-access-policies/index.d.ts +6 -5
  101. package/lib/plugins/security/login-access-policies/index.js +3 -1
  102. package/lib/plugins/security/login-access-policies/index.js.map +1 -1
  103. package/lib/plugins/security/sharing/index.d.ts +6 -5
  104. package/lib/plugins/security/sharing/index.js +3 -1
  105. package/lib/plugins/security/sharing/index.js.map +1 -1
  106. package/lib/plugins/utils.d.ts +1 -1
  107. package/lib/plugins/utils.js +2 -0
  108. package/lib/plugins/utils.js.map +1 -1
  109. package/oclif.manifest.json +1 -1
  110. package/package.json +8 -8
  111. package/yarn.lock +291 -210
  112. package/lib/browserforceCommand.js.map +0 -1
  113. package/lib/plugins/customer-portal/availableCustomObjects/index.d.ts +0 -6
  114. package/lib/plugins/customer-portal/availableCustomObjects/index.js.map +0 -1
  115. package/lib/plugins/reports-and-dashboards/folderSharing/index.d.ts +0 -7
  116. package/lib/plugins/reports-and-dashboards/folderSharing/index.js.map +0 -1
package/yarn.lock CHANGED
@@ -140,15 +140,15 @@
140
140
  lodash "^4.17.13"
141
141
  to-fast-properties "^2.0.0"
142
142
 
143
- "@eslint/eslintrc@^0.4.1":
144
- version "0.4.1"
145
- resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.1.tgz#442763b88cecbe3ee0ec7ca6d6dd6168550cbf14"
146
- integrity sha512-5v7TDE9plVhvxQeWLXDTvFvJBdH6pEsdnl2g/dAptmuFEPedQ4Erq5rsDsX+mvAM610IhNaO2W5V1dOOnDKxkQ==
143
+ "@eslint/eslintrc@^0.4.2":
144
+ version "0.4.2"
145
+ resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.2.tgz#f63d0ef06f5c0c57d76c4ab5f63d3835c51b0179"
146
+ integrity sha512-8nmGq/4ycLpIwzvhI4tNDmQztZ8sp+hI7cyG8i1nQDhkAbRzHpXPidRAHlNvCZQpJTKw5ItIpMw9RSToGF00mg==
147
147
  dependencies:
148
148
  ajv "^6.12.4"
149
149
  debug "^4.1.1"
150
150
  espree "^7.3.0"
151
- globals "^12.1.0"
151
+ globals "^13.9.0"
152
152
  ignore "^4.0.6"
153
153
  import-fresh "^3.2.1"
154
154
  js-yaml "^3.13.1"
@@ -1352,10 +1352,10 @@
1352
1352
  dependencies:
1353
1353
  "@types/node" "*"
1354
1354
 
1355
- "@types/json-schema@^7.0.3":
1356
- version "7.0.6"
1357
- resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.6.tgz#f4c7ec43e81b319a9815115031709f26987891f0"
1358
- integrity sha512-3c+yGKvVP5Y9TYBEibGNR+kLtijnj7mYrXRg+WpFb2X9xm04g/DXYkfg4hmzJQosc9snFNUPkbYIhu+KAm6jJw==
1355
+ "@types/json-schema@^7.0.7":
1356
+ version "7.0.7"
1357
+ resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.7.tgz#98a993516c859eb0d5c4c8f098317a9ea68db9ad"
1358
+ integrity sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA==
1359
1359
 
1360
1360
  "@types/lodash@*":
1361
1361
  version "4.14.149"
@@ -1379,10 +1379,10 @@
1379
1379
  resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-5.2.7.tgz#315d570ccb56c53452ff8638738df60726d5b6ea"
1380
1380
  integrity sha512-NYrtPht0wGzhwe9+/idPaBB+TqkY9AhTvOLMkThm0IoEfLaiVQZwBwyJ5puCkO3AUCWrmcoePjp2mbFocKy4SQ==
1381
1381
 
1382
- "@types/mocha@8.2.2":
1383
- version "8.2.2"
1384
- resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-8.2.2.tgz#91daa226eb8c2ff261e6a8cbf8c7304641e095e0"
1385
- integrity sha512-Lwh0lzzqT5Pqh6z61P3c3P5nm6fzQK/MMHl9UKeneAeInVflBSz1O2EkX6gM6xfJd7FBXBY5purtLx7fUiZ7Hw==
1382
+ "@types/mocha@9.0.0":
1383
+ version "9.0.0"
1384
+ resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-9.0.0.tgz#3205bcd15ada9bc681ac20bef64e9e6df88fd297"
1385
+ integrity sha512-scN0hAWyLVAvLR9AyW7HoFF5sJZglyBsbPuHO4fv7JRvfmPBMfp1ozWqOf/e4wwPNxezBZXRfWzMb6iFLgEVRA==
1386
1386
 
1387
1387
  "@types/nock@*":
1388
1388
  version "11.1.0"
@@ -1428,74 +1428,74 @@
1428
1428
  dependencies:
1429
1429
  "@types/node" "*"
1430
1430
 
1431
- "@typescript-eslint/eslint-plugin@4.22.0":
1432
- version "4.22.0"
1433
- resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.22.0.tgz#3d5f29bb59e61a9dba1513d491b059e536e16dbc"
1434
- integrity sha512-U8SP9VOs275iDXaL08Ln1Fa/wLXfj5aTr/1c0t0j6CdbOnxh+TruXu1p4I0NAvdPBQgoPjHsgKn28mOi0FzfoA==
1431
+ "@typescript-eslint/eslint-plugin@4.26.1":
1432
+ version "4.26.1"
1433
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.26.1.tgz#b9c7313321cb837e2bf8bebe7acc2220659e67d3"
1434
+ integrity sha512-aoIusj/8CR+xDWmZxARivZjbMBQTT9dImUtdZ8tVCVRXgBUuuZyM5Of5A9D9arQPxbi/0rlJLcuArclz/rCMJw==
1435
1435
  dependencies:
1436
- "@typescript-eslint/experimental-utils" "4.22.0"
1437
- "@typescript-eslint/scope-manager" "4.22.0"
1438
- debug "^4.1.1"
1436
+ "@typescript-eslint/experimental-utils" "4.26.1"
1437
+ "@typescript-eslint/scope-manager" "4.26.1"
1438
+ debug "^4.3.1"
1439
1439
  functional-red-black-tree "^1.0.1"
1440
- lodash "^4.17.15"
1441
- regexpp "^3.0.0"
1442
- semver "^7.3.2"
1443
- tsutils "^3.17.1"
1444
-
1445
- "@typescript-eslint/experimental-utils@4.22.0":
1446
- version "4.22.0"
1447
- resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.22.0.tgz#68765167cca531178e7b650a53456e6e0bef3b1f"
1448
- integrity sha512-xJXHHl6TuAxB5AWiVrGhvbGL8/hbiCQ8FiWwObO3r0fnvBdrbWEDy1hlvGQOAWc6qsCWuWMKdVWlLAEMpxnddg==
1449
- dependencies:
1450
- "@types/json-schema" "^7.0.3"
1451
- "@typescript-eslint/scope-manager" "4.22.0"
1452
- "@typescript-eslint/types" "4.22.0"
1453
- "@typescript-eslint/typescript-estree" "4.22.0"
1454
- eslint-scope "^5.0.0"
1455
- eslint-utils "^2.0.0"
1440
+ lodash "^4.17.21"
1441
+ regexpp "^3.1.0"
1442
+ semver "^7.3.5"
1443
+ tsutils "^3.21.0"
1444
+
1445
+ "@typescript-eslint/experimental-utils@4.26.1":
1446
+ version "4.26.1"
1447
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.26.1.tgz#a35980a2390da9232aa206b27f620eab66e94142"
1448
+ integrity sha512-sQHBugRhrXzRCs9PaGg6rowie4i8s/iD/DpTB+EXte8OMDfdCG5TvO73XlO9Wc/zi0uyN4qOmX9hIjQEyhnbmQ==
1449
+ dependencies:
1450
+ "@types/json-schema" "^7.0.7"
1451
+ "@typescript-eslint/scope-manager" "4.26.1"
1452
+ "@typescript-eslint/types" "4.26.1"
1453
+ "@typescript-eslint/typescript-estree" "4.26.1"
1454
+ eslint-scope "^5.1.1"
1455
+ eslint-utils "^3.0.0"
1456
1456
 
1457
- "@typescript-eslint/parser@4.22.0":
1458
- version "4.22.0"
1459
- resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.22.0.tgz#e1637327fcf796c641fe55f73530e90b16ac8fe8"
1460
- integrity sha512-z/bGdBJJZJN76nvAY9DkJANYgK3nlRstRRi74WHm3jjgf2I8AglrSY+6l7ogxOmn55YJ6oKZCLLy+6PW70z15Q==
1457
+ "@typescript-eslint/parser@4.26.1":
1458
+ version "4.26.1"
1459
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.26.1.tgz#cecfdd5eb7a5c13aabce1c1cfd7fbafb5a0f1e8e"
1460
+ integrity sha512-q7F3zSo/nU6YJpPJvQveVlIIzx9/wu75lr6oDbDzoeIRWxpoc/HQ43G4rmMoCc5my/3uSj2VEpg/D83LYZF5HQ==
1461
1461
  dependencies:
1462
- "@typescript-eslint/scope-manager" "4.22.0"
1463
- "@typescript-eslint/types" "4.22.0"
1464
- "@typescript-eslint/typescript-estree" "4.22.0"
1465
- debug "^4.1.1"
1462
+ "@typescript-eslint/scope-manager" "4.26.1"
1463
+ "@typescript-eslint/types" "4.26.1"
1464
+ "@typescript-eslint/typescript-estree" "4.26.1"
1465
+ debug "^4.3.1"
1466
1466
 
1467
- "@typescript-eslint/scope-manager@4.22.0":
1468
- version "4.22.0"
1469
- resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.22.0.tgz#ed411545e61161a8d702e703a4b7d96ec065b09a"
1470
- integrity sha512-OcCO7LTdk6ukawUM40wo61WdeoA7NM/zaoq1/2cs13M7GyiF+T4rxuA4xM+6LeHWjWbss7hkGXjFDRcKD4O04Q==
1467
+ "@typescript-eslint/scope-manager@4.26.1":
1468
+ version "4.26.1"
1469
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.26.1.tgz#075a74a15ff33ee3a7ed33e5fce16ee86689f662"
1470
+ integrity sha512-TW1X2p62FQ8Rlne+WEShyd7ac2LA6o27S9i131W4NwDSfyeVlQWhw8ylldNNS8JG6oJB9Ha9Xyc+IUcqipvheQ==
1471
1471
  dependencies:
1472
- "@typescript-eslint/types" "4.22.0"
1473
- "@typescript-eslint/visitor-keys" "4.22.0"
1472
+ "@typescript-eslint/types" "4.26.1"
1473
+ "@typescript-eslint/visitor-keys" "4.26.1"
1474
1474
 
1475
- "@typescript-eslint/types@4.22.0":
1476
- version "4.22.0"
1477
- resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.22.0.tgz#0ca6fde5b68daf6dba133f30959cc0688c8dd0b6"
1478
- integrity sha512-sW/BiXmmyMqDPO2kpOhSy2Py5w6KvRRsKZnV0c4+0nr4GIcedJwXAq+RHNK4lLVEZAJYFltnnk1tJSlbeS9lYA==
1475
+ "@typescript-eslint/types@4.26.1":
1476
+ version "4.26.1"
1477
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.26.1.tgz#9e7c523f73c34b04a765e4167ca5650436ef1d38"
1478
+ integrity sha512-STyMPxR3cS+LaNvS8yK15rb8Y0iL0tFXq0uyl6gY45glyI7w0CsyqyEXl/Fa0JlQy+pVANeK3sbwPneCbWE7yg==
1479
1479
 
1480
- "@typescript-eslint/typescript-estree@4.22.0":
1481
- version "4.22.0"
1482
- resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.22.0.tgz#b5d95d6d366ff3b72f5168c75775a3e46250d05c"
1483
- integrity sha512-TkIFeu5JEeSs5ze/4NID+PIcVjgoU3cUQUIZnH3Sb1cEn1lBo7StSV5bwPuJQuoxKXlzAObjYTilOEKRuhR5yg==
1480
+ "@typescript-eslint/typescript-estree@4.26.1":
1481
+ version "4.26.1"
1482
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.26.1.tgz#b2ce2e789233d62283fae2c16baabd4f1dbc9633"
1483
+ integrity sha512-l3ZXob+h0NQzz80lBGaykdScYaiEbFqznEs99uwzm8fPHhDjwaBFfQkjUC/slw6Sm7npFL8qrGEAMxcfBsBJUg==
1484
1484
  dependencies:
1485
- "@typescript-eslint/types" "4.22.0"
1486
- "@typescript-eslint/visitor-keys" "4.22.0"
1487
- debug "^4.1.1"
1488
- globby "^11.0.1"
1485
+ "@typescript-eslint/types" "4.26.1"
1486
+ "@typescript-eslint/visitor-keys" "4.26.1"
1487
+ debug "^4.3.1"
1488
+ globby "^11.0.3"
1489
1489
  is-glob "^4.0.1"
1490
- semver "^7.3.2"
1491
- tsutils "^3.17.1"
1490
+ semver "^7.3.5"
1491
+ tsutils "^3.21.0"
1492
1492
 
1493
- "@typescript-eslint/visitor-keys@4.22.0":
1494
- version "4.22.0"
1495
- resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.22.0.tgz#169dae26d3c122935da7528c839f42a8a42f6e47"
1496
- integrity sha512-nnMu4F+s4o0sll6cBSsTeVsT4cwxB7zECK3dFxzEjPBii9xLpq4yqqsy/FU5zMfan6G60DKZSCXAa3sHJZrcYw==
1493
+ "@typescript-eslint/visitor-keys@4.26.1":
1494
+ version "4.26.1"
1495
+ resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.26.1.tgz#0d55ea735cb0d8903b198017d6d4f518fdaac546"
1496
+ integrity sha512-IGouNSSd+6x/fHtYRyLOM6/C+QxMDzWlDtN41ea+flWuSF9g02iqcIlX8wM53JkfljoIjP0U+yp7SiTS1onEkw==
1497
1497
  dependencies:
1498
- "@typescript-eslint/types" "4.22.0"
1498
+ "@typescript-eslint/types" "4.26.1"
1499
1499
  eslint-visitor-keys "^2.0.0"
1500
1500
 
1501
1501
  "@ungap/promise-all-settled@1.1.2":
@@ -1573,10 +1573,10 @@ ajv@^6.12.4:
1573
1573
  json-schema-traverse "^0.4.1"
1574
1574
  uri-js "^4.2.2"
1575
1575
 
1576
- ajv@^7.0.2:
1577
- version "7.0.4"
1578
- resolved "https://registry.yarnpkg.com/ajv/-/ajv-7.0.4.tgz#827e5f5ae32f5e5c1637db61f253a112229b5e2f"
1579
- integrity sha512-xzzzaqgEQfmuhbhAoqjJ8T/1okb6gAzXn/eQRNpAN1AEUoHJTNF9xCDRTtf/s3SKldtZfa+RJeTs+BQq+eZ/sw==
1576
+ ajv@^8.0.1:
1577
+ version "8.5.0"
1578
+ resolved "https://registry.yarnpkg.com/ajv/-/ajv-8.5.0.tgz#695528274bcb5afc865446aa275484049a18ae4b"
1579
+ integrity sha512-Y2l399Tt1AguU3BPRP9Fn4eN+Or+StUGWCUpbnFyXSo8NZ9S4uj+AG2pjs5apK+ZMOwYOz1+a+VKvKH7CudXgQ==
1580
1580
  dependencies:
1581
1581
  fast-deep-equal "^3.1.1"
1582
1582
  json-schema-traverse "^1.0.0"
@@ -1665,10 +1665,10 @@ any-shell-escape@^0.1.1:
1665
1665
  resolved "https://registry.yarnpkg.com/any-shell-escape/-/any-shell-escape-0.1.1.tgz#d55ab972244c71a9a5e1ab0879f30bf110806959"
1666
1666
  integrity sha1-1Vq5ciRMcaml4asIefML8RCAaVk=
1667
1667
 
1668
- anymatch@~3.1.1:
1669
- version "3.1.1"
1670
- resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.1.tgz#c55ecf02185e2469259399310c173ce31233b142"
1671
- integrity sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg==
1668
+ anymatch@~3.1.2:
1669
+ version "3.1.2"
1670
+ resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-3.1.2.tgz#c0557c096af32f106198f4f4e2a383537e378716"
1671
+ integrity sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==
1672
1672
  dependencies:
1673
1673
  normalize-path "^3.0.0"
1674
1674
  picomatch "^2.0.4"
@@ -2273,20 +2273,20 @@ chardet@^0.7.0:
2273
2273
  resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"
2274
2274
  integrity sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==
2275
2275
 
2276
- chokidar@3.5.1:
2277
- version "3.5.1"
2278
- resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.1.tgz#ee9ce7bbebd2b79f49f304799d5468e31e14e68a"
2279
- integrity sha512-9+s+Od+W0VJJzawDma/gvBNQqkTiqYTWLuZoyAsivsI4AaWTCzHG06/TMjsf1cYe9Cb97UCEhjz7HvnPk2p/tw==
2276
+ chokidar@3.5.2:
2277
+ version "3.5.2"
2278
+ resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.5.2.tgz#dba3976fcadb016f66fd365021d91600d01c1e75"
2279
+ integrity sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ==
2280
2280
  dependencies:
2281
- anymatch "~3.1.1"
2281
+ anymatch "~3.1.2"
2282
2282
  braces "~3.0.2"
2283
- glob-parent "~5.1.0"
2283
+ glob-parent "~5.1.2"
2284
2284
  is-binary-path "~2.1.0"
2285
2285
  is-glob "~4.0.1"
2286
2286
  normalize-path "~3.0.0"
2287
- readdirp "~3.5.0"
2287
+ readdirp "~3.6.0"
2288
2288
  optionalDependencies:
2289
- fsevents "~2.3.1"
2289
+ fsevents "~2.3.2"
2290
2290
 
2291
2291
  chownr@^1.1.1:
2292
2292
  version "1.1.3"
@@ -2949,6 +2949,13 @@ debug@4.3.1, debug@^4.0.0, debug@^4.3.1:
2949
2949
  dependencies:
2950
2950
  ms "2.1.2"
2951
2951
 
2952
+ debug@4.3.2:
2953
+ version "4.3.2"
2954
+ resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.2.tgz#f0a49c18ac8779e31d4a0c6029dfb76873c7428b"
2955
+ integrity sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==
2956
+ dependencies:
2957
+ ms "2.1.2"
2958
+
2952
2959
  debug@^2.2.0, debug@^2.3.3:
2953
2960
  version "2.6.9"
2954
2961
  resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
@@ -3071,10 +3078,10 @@ detect-indent@^6.0.0:
3071
3078
  resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-6.0.0.tgz#0abd0f549f69fc6659a254fe96786186b6f528fd"
3072
3079
  integrity sha512-oSyFlqaTHCItVRGK5RmrmjB+CmaMOW7IaNA/kdxqhoa6d17j/5ce9O9eWXmV/KEdRwqpQA+Vqe8a8Bsybu4YnA==
3073
3080
 
3074
- devtools-protocol@0.0.869402:
3075
- version "0.0.869402"
3076
- resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.869402.tgz#03ade701761742e43ae4de5dc188bcd80f156d8d"
3077
- integrity sha512-VvlVYY+VDJe639yHs5PHISzdWTLL3Aw8rO4cvUtwvoxFd6FHbE4OpHHcde52M6096uYYazAmd4l0o5VuFRO2WA==
3081
+ devtools-protocol@0.0.901419:
3082
+ version "0.0.901419"
3083
+ resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.901419.tgz#79b5459c48fe7e1c5563c02bd72f8fec3e0cebcd"
3084
+ integrity sha512-4INMPwNm9XRpBukhNbF7OB6fNTTCaI8pzy/fXg0xQzAy5h3zL1P8xT3QazgKqBrb/hAYwIBizqDBZ7GtJE74QQ==
3078
3085
 
3079
3086
  diagnostic-channel-publishers@^0.3.3:
3080
3087
  version "0.3.3"
@@ -3300,7 +3307,7 @@ escalade@^3.1.1:
3300
3307
  resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40"
3301
3308
  integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==
3302
3309
 
3303
- escape-string-regexp@4.0.0:
3310
+ escape-string-regexp@4.0.0, escape-string-regexp@^4.0.0:
3304
3311
  version "4.0.0"
3305
3312
  resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
3306
3313
  integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==
@@ -3310,10 +3317,10 @@ escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5:
3310
3317
  resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
3311
3318
  integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
3312
3319
 
3313
- eslint-config-prettier@8.2.0:
3314
- version "8.2.0"
3315
- resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.2.0.tgz#78de77d63bca8e9e59dae75a614b5299925bb7b3"
3316
- integrity sha512-dWV9EVeSo2qodOPi1iBYU/x6F6diHv8uujxbxr77xExs3zTAlNXvVZKiyLsQGNz7yPV2K49JY5WjPzNIuDc2Bw==
3320
+ eslint-config-prettier@8.3.0:
3321
+ version "8.3.0"
3322
+ resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.3.0.tgz#f7471b20b6fe8a9a9254cc684454202886a2dd7a"
3323
+ integrity sha512-BgZuLUSeKzvlL/VUjx/Yb787VQ26RU3gGjA3iiFvdsp/2bMfVIWUVP7tjxtjS0e+HP409cPlPvNkQloz8C91ew==
3317
3324
 
3318
3325
  eslint-friendly-formatter@^4.0.1:
3319
3326
  version "4.0.1"
@@ -3350,13 +3357,20 @@ eslint-utils@^1.4.3:
3350
3357
  dependencies:
3351
3358
  eslint-visitor-keys "^1.1.0"
3352
3359
 
3353
- eslint-utils@^2.0.0, eslint-utils@^2.1.0:
3360
+ eslint-utils@^2.1.0:
3354
3361
  version "2.1.0"
3355
3362
  resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27"
3356
3363
  integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==
3357
3364
  dependencies:
3358
3365
  eslint-visitor-keys "^1.1.0"
3359
3366
 
3367
+ eslint-utils@^3.0.0:
3368
+ version "3.0.0"
3369
+ resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"
3370
+ integrity sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
3371
+ dependencies:
3372
+ eslint-visitor-keys "^2.0.0"
3373
+
3360
3374
  eslint-visitor-keys@^1.1.0:
3361
3375
  version "1.1.0"
3362
3376
  resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.1.0.tgz#e2a82cea84ff246ad6fb57f9bde5b46621459ec2"
@@ -3372,28 +3386,30 @@ eslint-visitor-keys@^2.0.0:
3372
3386
  resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
3373
3387
  integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
3374
3388
 
3375
- eslint@7.26.0:
3376
- version "7.26.0"
3377
- resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.26.0.tgz#d416fdcdcb3236cd8f282065312813f8c13982f6"
3378
- integrity sha512-4R1ieRf52/izcZE7AlLy56uIHHDLT74Yzz2Iv2l6kDaYvEu9x+wMB5dZArVL8SYGXSYV2YAg70FcW5Y5nGGNIg==
3389
+ eslint@7.28.0:
3390
+ version "7.28.0"
3391
+ resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.28.0.tgz#435aa17a0b82c13bb2be9d51408b617e49c1e820"
3392
+ integrity sha512-UMfH0VSjP0G4p3EWirscJEQ/cHqnT/iuH6oNZOB94nBjWbMnhGEPxsZm1eyIW0C/9jLI0Fow4W5DXLjEI7mn1g==
3379
3393
  dependencies:
3380
3394
  "@babel/code-frame" "7.12.11"
3381
- "@eslint/eslintrc" "^0.4.1"
3395
+ "@eslint/eslintrc" "^0.4.2"
3382
3396
  ajv "^6.10.0"
3383
3397
  chalk "^4.0.0"
3384
3398
  cross-spawn "^7.0.2"
3385
3399
  debug "^4.0.1"
3386
3400
  doctrine "^3.0.0"
3387
3401
  enquirer "^2.3.5"
3402
+ escape-string-regexp "^4.0.0"
3388
3403
  eslint-scope "^5.1.1"
3389
3404
  eslint-utils "^2.1.0"
3390
3405
  eslint-visitor-keys "^2.0.0"
3391
3406
  espree "^7.3.1"
3392
3407
  esquery "^1.4.0"
3393
3408
  esutils "^2.0.2"
3409
+ fast-deep-equal "^3.1.3"
3394
3410
  file-entry-cache "^6.0.1"
3395
3411
  functional-red-black-tree "^1.0.1"
3396
- glob-parent "^5.0.0"
3412
+ glob-parent "^5.1.2"
3397
3413
  globals "^13.6.0"
3398
3414
  ignore "^4.0.6"
3399
3415
  import-fresh "^3.0.0"
@@ -3402,7 +3418,7 @@ eslint@7.26.0:
3402
3418
  js-yaml "^3.13.1"
3403
3419
  json-stable-stringify-without-jsonify "^1.0.1"
3404
3420
  levn "^0.4.1"
3405
- lodash "^4.17.21"
3421
+ lodash.merge "^4.6.2"
3406
3422
  minimatch "^3.0.4"
3407
3423
  natural-compare "^1.4.0"
3408
3424
  optionator "^0.9.1"
@@ -3411,7 +3427,7 @@ eslint@7.26.0:
3411
3427
  semver "^7.2.1"
3412
3428
  strip-ansi "^6.0.0"
3413
3429
  strip-json-comments "^3.1.0"
3414
- table "^6.0.4"
3430
+ table "^6.0.9"
3415
3431
  text-table "^0.2.0"
3416
3432
  v8-compile-cache "^2.0.3"
3417
3433
 
@@ -3627,10 +3643,10 @@ extract-stack@^2.0.0:
3627
3643
  resolved "https://registry.yarnpkg.com/extract-stack/-/extract-stack-2.0.0.tgz#11367bc865bfcd9bc0db3123e5edb57786f11f9b"
3628
3644
  integrity sha512-AEo4zm+TenK7zQorGK1f9mJ8L14hnTDi2ZQPR+Mub1NX8zimka1mXpV5LpH8x9HoUmFSHZCfLHqWvp0Y4FxxzQ==
3629
3645
 
3630
- extract-zip@^2.0.0:
3631
- version "2.0.0"
3632
- resolved "https://registry.yarnpkg.com/extract-zip/-/extract-zip-2.0.0.tgz#f53b71d44f4ff5a4527a2259ade000fb8b303492"
3633
- integrity sha512-i42GQ498yibjdvIhivUsRslx608whtGoFIhF26Z7O4MYncBxp8CwalOs1lnHy21A9sIohWO2+uiE4SRtC9JXDg==
3646
+ extract-zip@2.0.1:
3647
+ version "2.0.1"
3648
+ resolved "https://registry.yarnpkg.com/extract-zip/-/extract-zip-2.0.1.tgz#663dca56fe46df890d5f131ef4a06d22bb8ba13a"
3649
+ integrity sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==
3634
3650
  dependencies:
3635
3651
  debug "^4.1.1"
3636
3652
  get-stream "^5.1.0"
@@ -3668,7 +3684,7 @@ fast-deep-equal@^2.0.1:
3668
3684
  resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz#7b05218ddf9667bf7f370bf7fdb2cb15fdd0aa49"
3669
3685
  integrity sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk=
3670
3686
 
3671
- fast-deep-equal@^3.1.1:
3687
+ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
3672
3688
  version "3.1.3"
3673
3689
  resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
3674
3690
  integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
@@ -4036,7 +4052,7 @@ fs.realpath@^1.0.0:
4036
4052
  resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
4037
4053
  integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8=
4038
4054
 
4039
- fsevents@~2.3.1:
4055
+ fsevents@~2.3.2:
4040
4056
  version "2.3.2"
4041
4057
  resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a"
4042
4058
  integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==
@@ -4145,22 +4161,29 @@ glob-parent@^3.1.0:
4145
4161
  is-glob "^3.1.0"
4146
4162
  path-dirname "^1.0.0"
4147
4163
 
4148
- glob-parent@^5.0.0, glob-parent@^5.1.0, glob-parent@~5.1.0:
4164
+ glob-parent@^5.0.0, glob-parent@^5.1.0:
4149
4165
  version "5.1.0"
4150
4166
  resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.0.tgz#5f4c1d1e748d30cd73ad2944b3577a81b081e8c2"
4151
4167
  integrity sha512-qjtRgnIVmOfnKUE3NJAQEdk+lKrxfw8t5ke7SXtfMTHcjsBfOfWXCQfdb30zfDoZQ2IRSIiidmjtbHZPZ++Ihw==
4152
4168
  dependencies:
4153
4169
  is-glob "^4.0.1"
4154
4170
 
4171
+ glob-parent@^5.1.2, glob-parent@~5.1.2:
4172
+ version "5.1.2"
4173
+ resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
4174
+ integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
4175
+ dependencies:
4176
+ is-glob "^4.0.1"
4177
+
4155
4178
  glob-to-regexp@^0.3.0:
4156
4179
  version "0.3.0"
4157
4180
  resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz#8c5a1494d2066c570cc3bfe4496175acc4d502ab"
4158
4181
  integrity sha1-jFoUlNIGbFcMw7/kSWF1rMTVAqs=
4159
4182
 
4160
- glob@7.1.6, glob@^7.0.0, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
4161
- version "7.1.6"
4162
- resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
4163
- integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
4183
+ glob@7.1.7:
4184
+ version "7.1.7"
4185
+ resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.7.tgz#3b193e9233f01d42d0b3f78294bbeeb418f94a90"
4186
+ integrity sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==
4164
4187
  dependencies:
4165
4188
  fs.realpath "^1.0.0"
4166
4189
  inflight "^1.0.4"
@@ -4180,6 +4203,18 @@ glob@^6.0.1:
4180
4203
  once "^1.3.0"
4181
4204
  path-is-absolute "^1.0.0"
4182
4205
 
4206
+ glob@^7.0.0, glob@^7.1.2, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
4207
+ version "7.1.6"
4208
+ resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
4209
+ integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
4210
+ dependencies:
4211
+ fs.realpath "^1.0.0"
4212
+ inflight "^1.0.4"
4213
+ inherits "2"
4214
+ minimatch "^3.0.4"
4215
+ once "^1.3.0"
4216
+ path-is-absolute "^1.0.0"
4217
+
4183
4218
  globals@^11.1.0, globals@^11.12.0:
4184
4219
  version "11.12.0"
4185
4220
  resolved "https://registry.yarnpkg.com/globals/-/globals-11.12.0.tgz#ab8795338868a0babd8525758018c2a7eb95c42e"
@@ -4199,6 +4234,13 @@ globals@^13.6.0:
4199
4234
  dependencies:
4200
4235
  type-fest "^0.20.2"
4201
4236
 
4237
+ globals@^13.9.0:
4238
+ version "13.9.0"
4239
+ resolved "https://registry.yarnpkg.com/globals/-/globals-13.9.0.tgz#4bf2bf635b334a173fb1daf7c5e6b218ecdc06cb"
4240
+ integrity sha512-74/FduwI/JaIrr1H8e71UbDE+5x7pIPs1C2rrwC52SszOo043CsWOZEMW7o2Y58xwm9b+0RBKDxY5n2sUpEFxA==
4241
+ dependencies:
4242
+ type-fest "^0.20.2"
4243
+
4202
4244
  globby@^10.0.1:
4203
4245
  version "10.0.2"
4204
4246
  resolved "https://registry.yarnpkg.com/globby/-/globby-10.0.2.tgz#277593e745acaa4646c3ab411289ec47a0392543"
@@ -4225,6 +4267,18 @@ globby@^11.0.1:
4225
4267
  merge2 "^1.3.0"
4226
4268
  slash "^3.0.0"
4227
4269
 
4270
+ globby@^11.0.3:
4271
+ version "11.0.3"
4272
+ resolved "https://registry.yarnpkg.com/globby/-/globby-11.0.3.tgz#9b1f0cb523e171dd1ad8c7b2a9fb4b644b9593cb"
4273
+ integrity sha512-ffdmosjA807y7+lA1NM0jELARVmYul/715xiILEjo3hBLPTcirgQNnXECn5g3mtR8TOLCVbkfua1Hpen25/Xcg==
4274
+ dependencies:
4275
+ array-union "^2.1.0"
4276
+ dir-glob "^3.0.1"
4277
+ fast-glob "^3.1.1"
4278
+ ignore "^5.1.4"
4279
+ merge2 "^1.3.0"
4280
+ slash "^3.0.0"
4281
+
4228
4282
  globby@^4.0.0:
4229
4283
  version "4.1.0"
4230
4284
  resolved "https://registry.yarnpkg.com/globby/-/globby-4.1.0.tgz#080f54549ec1b82a6c60e631fc82e1211dbe95f8"
@@ -4519,7 +4573,7 @@ http-signature@~1.2.0:
4519
4573
  jsprim "^1.2.2"
4520
4574
  sshpk "^1.7.0"
4521
4575
 
4522
- https-proxy-agent@^5.0.0:
4576
+ https-proxy-agent@5.0.0:
4523
4577
  version "5.0.0"
4524
4578
  resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz#e2a90542abb68a762e0a0850f6c9edadfd8506b2"
4525
4579
  integrity sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA==
@@ -4948,6 +5002,11 @@ is-typedarray@^1.0.0, is-typedarray@~1.0.0:
4948
5002
  resolved "https://registry.yarnpkg.com/is-typedarray/-/is-typedarray-1.0.0.tgz#e479c80858df0c1b11ddda6940f96011fcda4a9a"
4949
5003
  integrity sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=
4950
5004
 
5005
+ is-unicode-supported@^0.1.0:
5006
+ version "0.1.0"
5007
+ resolved "https://registry.yarnpkg.com/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz#3f26c76a809593b52bfa2ecb5710ed2779b522a7"
5008
+ integrity sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==
5009
+
4951
5010
  is-utf8@^0.2.0:
4952
5011
  version "0.2.1"
4953
5012
  resolved "https://registry.yarnpkg.com/is-utf8/-/is-utf8-0.2.1.tgz#4b0da1442104d1b336340e80797e865cf39f7d72"
@@ -5108,10 +5167,10 @@ js-tokens@^4.0.0:
5108
5167
  resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499"
5109
5168
  integrity sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==
5110
5169
 
5111
- js-yaml@4.0.0:
5112
- version "4.0.0"
5113
- resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.0.0.tgz#f426bc0ff4b4051926cd588c71113183409a121f"
5114
- integrity sha512-pqon0s+4ScYUvX30wxQi3PogGFAlUyH0awepWvwkj4jD4v+ova3RiYw8bmA6x2rDrEaj8i/oWKoRxpVNW+Re8Q==
5170
+ js-yaml@4.1.0:
5171
+ version "4.1.0"
5172
+ resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-4.1.0.tgz#c1fb65f8f5017901cdd2c951864ba18458a10602"
5173
+ integrity sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==
5115
5174
  dependencies:
5116
5175
  argparse "^2.0.1"
5117
5176
 
@@ -5461,6 +5520,11 @@ lodash._reinterpolate@^3.0.0:
5461
5520
  resolved "https://registry.yarnpkg.com/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz#0ccf2d89166af03b3663c796538b75ac6e114d9d"
5462
5521
  integrity sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0=
5463
5522
 
5523
+ lodash.clonedeep@^4.5.0:
5524
+ version "4.5.0"
5525
+ resolved "https://registry.yarnpkg.com/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef"
5526
+ integrity sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=
5527
+
5464
5528
  lodash.defaults@^4.2.0:
5465
5529
  version "4.2.0"
5466
5530
  resolved "https://registry.yarnpkg.com/lodash.defaults/-/lodash.defaults-4.2.0.tgz#d09178716ffea4dde9e5fb7b37f6f0802274580c"
@@ -5516,6 +5580,11 @@ lodash.isstring@^4.0.1:
5516
5580
  resolved "https://registry.yarnpkg.com/lodash.isstring/-/lodash.isstring-4.0.1.tgz#d527dfb5456eca7cc9bb95d5daeaf88ba54a5451"
5517
5581
  integrity sha1-1SfftUVuynzJu5XV2ur4i6VKVFE=
5518
5582
 
5583
+ lodash.merge@^4.6.2:
5584
+ version "4.6.2"
5585
+ resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"
5586
+ integrity sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==
5587
+
5519
5588
  lodash.once@^4.0.0:
5520
5589
  version "4.1.1"
5521
5590
  resolved "https://registry.yarnpkg.com/lodash.once/-/lodash.once-4.1.1.tgz#0dd3971213c7c56df880977d504c88fb471a97ac"
@@ -5536,17 +5605,22 @@ lodash.templatesettings@^4.0.0:
5536
5605
  dependencies:
5537
5606
  lodash._reinterpolate "^3.0.0"
5538
5607
 
5608
+ lodash.truncate@^4.4.2:
5609
+ version "4.4.2"
5610
+ resolved "https://registry.yarnpkg.com/lodash.truncate/-/lodash.truncate-4.4.2.tgz#5a350da0b1113b837ecfffd5812cbe58d6eae193"
5611
+ integrity sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM=
5612
+
5539
5613
  lodash.union@^4.6.0:
5540
5614
  version "4.6.0"
5541
5615
  resolved "https://registry.yarnpkg.com/lodash.union/-/lodash.union-4.6.0.tgz#48bb5088409f16f1821666641c44dd1aaae3cd88"
5542
5616
  integrity sha1-SLtQiECfFvGCFmZkHETdGqrjzYg=
5543
5617
 
5544
- lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.2, lodash@^4.17.20, lodash@^4.5.1, lodash@^4.8.0:
5618
+ lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.12, lodash@^4.17.13, lodash@^4.17.14, lodash@^4.17.15, lodash@^4.17.19, lodash@^4.17.2, lodash@^4.5.1, lodash@^4.8.0:
5545
5619
  version "4.17.20"
5546
5620
  resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
5547
5621
  integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==
5548
5622
 
5549
- lodash@^4.17.21:
5623
+ lodash@^4.17.20, lodash@^4.17.21:
5550
5624
  version "4.17.21"
5551
5625
  resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
5552
5626
  integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
@@ -5558,12 +5632,13 @@ log-chopper@^1.0.2:
5558
5632
  dependencies:
5559
5633
  byline "5.x"
5560
5634
 
5561
- log-symbols@4.0.0:
5562
- version "4.0.0"
5563
- resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.0.0.tgz#69b3cc46d20f448eccdb75ea1fa733d9e821c920"
5564
- integrity sha512-FN8JBzLx6CzeMrB0tg6pqlGU1wCrXW+ZXGH481kfsBqer0hToTIiHdjH4Mq8xJUbvATujKCvaREGWpGUionraA==
5635
+ log-symbols@4.1.0:
5636
+ version "4.1.0"
5637
+ resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-4.1.0.tgz#3fbdbb95b4683ac9fc785111e792e558d4abd503"
5638
+ integrity sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==
5565
5639
  dependencies:
5566
- chalk "^4.0.0"
5640
+ chalk "^4.1.0"
5641
+ is-unicode-supported "^0.1.0"
5567
5642
 
5568
5643
  log-symbols@^2.2.0:
5569
5644
  version "2.2.0"
@@ -5823,33 +5898,32 @@ mkdirp@1.0.4:
5823
5898
  dependencies:
5824
5899
  minimist "^1.2.5"
5825
5900
 
5826
- mocha@8.3.2:
5827
- version "8.3.2"
5828
- resolved "https://registry.yarnpkg.com/mocha/-/mocha-8.3.2.tgz#53406f195fa86fbdebe71f8b1c6fb23221d69fcc"
5829
- integrity sha512-UdmISwr/5w+uXLPKspgoV7/RXZwKRTiTjJ2/AC5ZiEztIoOYdfKb19+9jNmEInzx5pBsCyJQzarAxqIGBNYJhg==
5901
+ mocha@9.1.3:
5902
+ version "9.1.3"
5903
+ resolved "https://registry.yarnpkg.com/mocha/-/mocha-9.1.3.tgz#8a623be6b323810493d8c8f6f7667440fa469fdb"
5904
+ integrity sha512-Xcpl9FqXOAYqI3j79pEtHBBnQgVXIhpULjGQa7DVb0Po+VzmSIK9kanAiWLHoRR/dbZ2qpdPshuXr8l1VaHCzw==
5830
5905
  dependencies:
5831
5906
  "@ungap/promise-all-settled" "1.1.2"
5832
5907
  ansi-colors "4.1.1"
5833
5908
  browser-stdout "1.3.1"
5834
- chokidar "3.5.1"
5835
- debug "4.3.1"
5909
+ chokidar "3.5.2"
5910
+ debug "4.3.2"
5836
5911
  diff "5.0.0"
5837
5912
  escape-string-regexp "4.0.0"
5838
5913
  find-up "5.0.0"
5839
- glob "7.1.6"
5914
+ glob "7.1.7"
5840
5915
  growl "1.10.5"
5841
5916
  he "1.2.0"
5842
- js-yaml "4.0.0"
5843
- log-symbols "4.0.0"
5917
+ js-yaml "4.1.0"
5918
+ log-symbols "4.1.0"
5844
5919
  minimatch "3.0.4"
5845
5920
  ms "2.1.3"
5846
- nanoid "3.1.20"
5847
- serialize-javascript "5.0.1"
5921
+ nanoid "3.1.25"
5922
+ serialize-javascript "6.0.0"
5848
5923
  strip-json-comments "3.1.1"
5849
5924
  supports-color "8.1.1"
5850
5925
  which "2.0.2"
5851
- wide-align "1.1.3"
5852
- workerpool "6.1.0"
5926
+ workerpool "6.1.5"
5853
5927
  yargs "16.2.0"
5854
5928
  yargs-parser "20.2.4"
5855
5929
  yargs-unparser "2.0.0"
@@ -5927,10 +6001,10 @@ nan@^2.0.8:
5927
6001
  resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.0.tgz#7818f722027b2459a86f0295d434d1fc2336c52c"
5928
6002
  integrity sha512-INOFj37C7k3AfaNTtX8RhsTw7qRy7eLET14cROi9+5HAVbbHuIWUHEauBv5qT4Av2tWasiTY1Jw6puUNqRJXQg==
5929
6003
 
5930
- nanoid@3.1.20:
5931
- version "3.1.20"
5932
- resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.20.tgz#badc263c6b1dcf14b71efaa85f6ab4c1d6cfc788"
5933
- integrity sha512-a1cQNyczgKbLX9jwbS/+d7W8fX/RfgYR7lVWwWOGIPNgK2m0MWvrGF6/m4kk6U3QcFMnZf3RIhL0v2Jgh/0Uxw==
6004
+ nanoid@3.1.25:
6005
+ version "3.1.25"
6006
+ resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.25.tgz#09ca32747c0e543f0e1814b7d3793477f9c8e152"
6007
+ integrity sha512-rdwtIXaXCLFAQbnfqDRnI6jaRHp9fTcYBjtFKE8eezcZ7LuLjhUaQGNeMXf1HmRoCH32CLz6XwX0TtxEOS/A3Q==
5934
6008
 
5935
6009
  nanomatch@^1.2.9:
5936
6010
  version "1.2.13"
@@ -6006,7 +6080,7 @@ nock@*:
6006
6080
  mkdirp "^0.5.0"
6007
6081
  propagate "^2.0.0"
6008
6082
 
6009
- node-fetch@^2.6.1:
6083
+ node-fetch@2.6.1:
6010
6084
  version "2.6.1"
6011
6085
  resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
6012
6086
  integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
@@ -6561,7 +6635,7 @@ pinkie@^2.0.0:
6561
6635
  resolved "https://registry.yarnpkg.com/pinkie/-/pinkie-2.0.4.tgz#72556b80cfa0d48a974e80e77248e80ed4f7f870"
6562
6636
  integrity sha1-clVrgM+g1IqXToDnckjoDtT3+HA=
6563
6637
 
6564
- pkg-dir@^4.1.0, pkg-dir@^4.2.0:
6638
+ pkg-dir@4.2.0, pkg-dir@^4.1.0, pkg-dir@^4.2.0:
6565
6639
  version "4.2.0"
6566
6640
  resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3"
6567
6641
  integrity sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==
@@ -6615,7 +6689,12 @@ process-on-spawn@^1.0.0:
6615
6689
  dependencies:
6616
6690
  fromentries "^1.2.0"
6617
6691
 
6618
- progress@^2.0.0, progress@^2.0.1:
6692
+ progress@2.0.1:
6693
+ version "2.0.1"
6694
+ resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.1.tgz#c9242169342b1c29d275889c95734621b1952e31"
6695
+ integrity sha512-OE+a6vzqazc+K6LxJrX5UPyKFvGnL5CYmq2jFGNIBWHpc4QyE49/YOumcrpQFJpfejmvRtbJzgO1zPmMCqlbBg==
6696
+
6697
+ progress@^2.0.0:
6619
6698
  version "2.0.3"
6620
6699
  resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
6621
6700
  integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==
@@ -6632,7 +6711,7 @@ propagate@^2.0.0:
6632
6711
  resolved "https://registry.yarnpkg.com/propagate/-/propagate-2.0.1.tgz#40cdedab18085c792334e64f0ac17256d38f9a45"
6633
6712
  integrity sha512-vGrhOavPSTz4QVNuBNdcNXePNdNMaO1xj9yBeH1ScQPjk/rhg9sSlCXPhMkFuaNNW/syTvYqsnbIJxMBfRbbag==
6634
6713
 
6635
- proxy-from-env@^1.1.0:
6714
+ proxy-from-env@1.1.0:
6636
6715
  version "1.1.0"
6637
6716
  resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
6638
6717
  integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
@@ -6670,23 +6749,23 @@ punycode@^2.1.0, punycode@^2.1.1:
6670
6749
  resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
6671
6750
  integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
6672
6751
 
6673
- puppeteer@9.0.0:
6674
- version "9.0.0"
6675
- resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-9.0.0.tgz#b476e17ceb3e33a6667bf682d66dde9898f9c031"
6676
- integrity sha512-Avu8SKWQRC1JKNMgfpH7d4KzzHOL/A65jRYrjNU46hxnOYGwqe4zZp/JW8qulaH0Pnbm5qyO3EbSKvqBUlfvkg==
6752
+ puppeteer@10.4.0:
6753
+ version "10.4.0"
6754
+ resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-10.4.0.tgz#a6465ff97fda0576c4ac29601406f67e6fea3dc7"
6755
+ integrity sha512-2cP8mBoqnu5gzAVpbZ0fRaobBWZM8GEUF4I1F6WbgHrKV/rz7SX8PG2wMymZgD0wo0UBlg2FBPNxlF/xlqW6+w==
6677
6756
  dependencies:
6678
- debug "^4.1.0"
6679
- devtools-protocol "0.0.869402"
6680
- extract-zip "^2.0.0"
6681
- https-proxy-agent "^5.0.0"
6682
- node-fetch "^2.6.1"
6683
- pkg-dir "^4.2.0"
6684
- progress "^2.0.1"
6685
- proxy-from-env "^1.1.0"
6686
- rimraf "^3.0.2"
6687
- tar-fs "^2.0.0"
6688
- unbzip2-stream "^1.3.3"
6689
- ws "^7.2.3"
6757
+ debug "4.3.1"
6758
+ devtools-protocol "0.0.901419"
6759
+ extract-zip "2.0.1"
6760
+ https-proxy-agent "5.0.0"
6761
+ node-fetch "2.6.1"
6762
+ pkg-dir "4.2.0"
6763
+ progress "2.0.1"
6764
+ proxy-from-env "1.1.0"
6765
+ rimraf "3.0.2"
6766
+ tar-fs "2.0.0"
6767
+ unbzip2-stream "1.3.3"
6768
+ ws "7.4.6"
6690
6769
 
6691
6770
  qqjs@^0.3.10:
6692
6771
  version "0.3.11"
@@ -6812,10 +6891,10 @@ readable-stream@^2.0.0, readable-stream@^2.0.2, readable-stream@^2.0.5, readable
6812
6891
  string_decoder "~1.1.1"
6813
6892
  util-deprecate "~1.0.1"
6814
6893
 
6815
- readdirp@~3.5.0:
6816
- version "3.5.0"
6817
- resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.5.0.tgz#9ba74c019b15d365278d2e91bb8c48d7b4d42c9e"
6818
- integrity sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ==
6894
+ readdirp@~3.6.0:
6895
+ version "3.6.0"
6896
+ resolved "https://registry.yarnpkg.com/readdirp/-/readdirp-3.6.0.tgz#74a370bd857116e245b29cc97340cd431a02a6c7"
6897
+ integrity sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==
6819
6898
  dependencies:
6820
6899
  picomatch "^2.2.1"
6821
6900
 
@@ -6867,7 +6946,7 @@ regexpp@^2.0.1:
6867
6946
  resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f"
6868
6947
  integrity sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw==
6869
6948
 
6870
- regexpp@^3.0.0, regexpp@^3.1.0:
6949
+ regexpp@^3.1.0:
6871
6950
  version "3.1.0"
6872
6951
  resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.1.0.tgz#206d0ad0a5648cffbdb8ae46438f3dc51c9f78e2"
6873
6952
  integrity sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q==
@@ -7085,6 +7164,13 @@ rimraf@2.6.3:
7085
7164
  dependencies:
7086
7165
  glob "^7.1.3"
7087
7166
 
7167
+ rimraf@3.0.2, rimraf@^3.0.2:
7168
+ version "3.0.2"
7169
+ resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
7170
+ integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
7171
+ dependencies:
7172
+ glob "^7.1.3"
7173
+
7088
7174
  rimraf@^3.0.0:
7089
7175
  version "3.0.0"
7090
7176
  resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.0.tgz#614176d4b3010b75e5c390eb0ee96f6dc0cebb9b"
@@ -7092,13 +7178,6 @@ rimraf@^3.0.0:
7092
7178
  dependencies:
7093
7179
  glob "^7.1.3"
7094
7180
 
7095
- rimraf@^3.0.2:
7096
- version "3.0.2"
7097
- resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz#f1a5402ba6220ad52cc1282bac1ae3aa49fd061a"
7098
- integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
7099
- dependencies:
7100
- glob "^7.1.3"
7101
-
7102
7181
  rimraf@~2.4.0:
7103
7182
  version "2.4.5"
7104
7183
  resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.4.5.tgz#ee710ce5d93a8fdb856fb5ea8ff0e2d75934b2da"
@@ -7278,15 +7357,22 @@ semver@^7.3.4:
7278
7357
  dependencies:
7279
7358
  lru-cache "^6.0.0"
7280
7359
 
7360
+ semver@^7.3.5:
7361
+ version "7.3.5"
7362
+ resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
7363
+ integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==
7364
+ dependencies:
7365
+ lru-cache "^6.0.0"
7366
+
7281
7367
  sequin@*:
7282
7368
  version "0.1.1"
7283
7369
  resolved "https://registry.yarnpkg.com/sequin/-/sequin-0.1.1.tgz#5c2d389d66a383734eaafbc45edeb2c1cb1be701"
7284
7370
  integrity sha1-XC04nWajg3NOqvvEXt6ywcsb5wE=
7285
7371
 
7286
- serialize-javascript@5.0.1:
7287
- version "5.0.1"
7288
- resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-5.0.1.tgz#7886ec848049a462467a97d3d918ebb2aaf934f4"
7289
- integrity sha512-SaaNal9imEO737H2c05Og0/8LUXG7EnsZyMa8MzkmuHoELfT6txuj0cMqRj6zfPKnmQ1yasR4PCJc8x+M4JSPA==
7372
+ serialize-javascript@6.0.0:
7373
+ version "6.0.0"
7374
+ resolved "https://registry.yarnpkg.com/serialize-javascript/-/serialize-javascript-6.0.0.tgz#efae5d88f45d7924141da8b5c3a7a7e663fefeb8"
7375
+ integrity sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag==
7290
7376
  dependencies:
7291
7377
  randombytes "^2.1.0"
7292
7378
 
@@ -7649,7 +7735,7 @@ string-width@^1.0.1:
7649
7735
  is-fullwidth-code-point "^1.0.0"
7650
7736
  strip-ansi "^3.0.0"
7651
7737
 
7652
- "string-width@^1.0.2 || 2", string-width@^2.0.0, string-width@^2.1.0, string-width@^2.1.1:
7738
+ string-width@^2.0.0, string-width@^2.1.0, string-width@^2.1.1:
7653
7739
  version "2.1.1"
7654
7740
  resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e"
7655
7741
  integrity sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==
@@ -7851,15 +7937,17 @@ table@^5.2.3:
7851
7937
  slice-ansi "^2.1.0"
7852
7938
  string-width "^3.0.0"
7853
7939
 
7854
- table@^6.0.4:
7855
- version "6.0.7"
7856
- resolved "https://registry.yarnpkg.com/table/-/table-6.0.7.tgz#e45897ffbcc1bcf9e8a87bf420f2c9e5a7a52a34"
7857
- integrity sha512-rxZevLGTUzWna/qBLObOe16kB2RTnnbhciwgPbMMlazz1yZGVEgnZK762xyVdVznhqxrfCeBMmMkgOOaPwjH7g==
7940
+ table@^6.0.9:
7941
+ version "6.7.1"
7942
+ resolved "https://registry.yarnpkg.com/table/-/table-6.7.1.tgz#ee05592b7143831a8c94f3cee6aae4c1ccef33e2"
7943
+ integrity sha512-ZGum47Yi6KOOFDE8m223td53ath2enHcYLgOCjGr5ngu8bdIARQk6mN/wRMv4yMRcHnCSnHbCEha4sobQx5yWg==
7858
7944
  dependencies:
7859
- ajv "^7.0.2"
7860
- lodash "^4.17.20"
7945
+ ajv "^8.0.1"
7946
+ lodash.clonedeep "^4.5.0"
7947
+ lodash.truncate "^4.4.2"
7861
7948
  slice-ansi "^4.0.0"
7862
7949
  string-width "^4.2.0"
7950
+ strip-ansi "^6.0.0"
7863
7951
 
7864
7952
  taketalk@^1.0.0:
7865
7953
  version "1.0.0"
@@ -7869,7 +7957,7 @@ taketalk@^1.0.0:
7869
7957
  get-stdin "^4.0.1"
7870
7958
  minimist "^1.1.0"
7871
7959
 
7872
- tar-fs@^2.0.0:
7960
+ tar-fs@2.0.0, tar-fs@^2.0.0:
7873
7961
  version "2.0.0"
7874
7962
  resolved "https://registry.yarnpkg.com/tar-fs/-/tar-fs-2.0.0.tgz#677700fc0c8b337a78bee3623fdc235f21d7afad"
7875
7963
  integrity sha512-vaY0obB6Om/fso8a8vakQBzwholQ7v5+uy+tF3Ozvxv1KNezmVQAiWtcNmMHFSFPqL3dJA8ha6gdtFbfX9mcxA==
@@ -8147,10 +8235,10 @@ tslib@^2.0.0:
8147
8235
  resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.0.tgz#18d13fc2dce04051e20f074cc8387fd8089ce4f3"
8148
8236
  integrity sha512-lTqkx847PI7xEDYJntxZH89L2/aXInsyF2luSafe/+0fHOMjlBNXdH6th7f70qxLDhul7KZK0zC8V5ZIyHl0/g==
8149
8237
 
8150
- tsutils@^3.17.1:
8151
- version "3.17.1"
8152
- resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.17.1.tgz#ed719917f11ca0dee586272b2ac49e015a2dd759"
8153
- integrity sha512-kzeQ5B8H3w60nFY2g8cJIuH7JDpsALXySGtwGJ0p2LSjLgay3NdIpqq5SoOBe46bKDW2iq25irHCr8wjomUS2g==
8238
+ tsutils@^3.21.0:
8239
+ version "3.21.0"
8240
+ resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
8241
+ integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==
8154
8242
  dependencies:
8155
8243
  tslib "^1.8.1"
8156
8244
 
@@ -8222,10 +8310,10 @@ typescript@4.2.4:
8222
8310
  resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.2.4.tgz#8610b59747de028fda898a8aef0e103f156d0961"
8223
8311
  integrity sha512-V+evlYHZnQkaz8TRBuxTA92yZBPotr5H+WhQ7bD3hZUndx5tGOa1fuCgeSjxAzM1RiN5IzvadIXTVefuuwZCRg==
8224
8312
 
8225
- unbzip2-stream@^1.3.3:
8226
- version "1.4.2"
8227
- resolved "https://registry.yarnpkg.com/unbzip2-stream/-/unbzip2-stream-1.4.2.tgz#84eb9e783b186d8fb397515fbb656f312f1a7dbf"
8228
- integrity sha512-pZMVAofMrrHX6Ik39hCk470kulCbmZ2SWfQLPmTWqfJV/oUm0gn1CblvHdUu4+54Je6Jq34x8kY6XjTy6dMkOg==
8313
+ unbzip2-stream@1.3.3:
8314
+ version "1.3.3"
8315
+ resolved "https://registry.yarnpkg.com/unbzip2-stream/-/unbzip2-stream-1.3.3.tgz#d156d205e670d8d8c393e1c02ebd506422873f6a"
8316
+ integrity sha512-fUlAF7U9Ah1Q6EieQ4x4zLNejrRvDWUYmxXUpN3uziFYCHapjWFaCAnreY9bGgxzaMCFAPPpYNng57CypwJVhg==
8229
8317
  dependencies:
8230
8318
  buffer "^5.2.1"
8231
8319
  through "^2.3.8"
@@ -8470,13 +8558,6 @@ which@^1.2.9:
8470
8558
  dependencies:
8471
8559
  isexe "^2.0.0"
8472
8560
 
8473
- wide-align@1.1.3:
8474
- version "1.1.3"
8475
- resolved "https://registry.yarnpkg.com/wide-align/-/wide-align-1.1.3.tgz#ae074e6bdc0c14a431e804e624549c633b000457"
8476
- integrity sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==
8477
- dependencies:
8478
- string-width "^1.0.2 || 2"
8479
-
8480
8561
  widest-line@^2.0.1:
8481
8562
  version "2.0.1"
8482
8563
  resolved "https://registry.yarnpkg.com/widest-line/-/widest-line-2.0.1.tgz#7438764730ec7ef4381ce4df82fb98a53142a3fc"
@@ -8505,10 +8586,10 @@ word-wrap@^1.2.3, word-wrap@~1.2.3:
8505
8586
  resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.3.tgz#610636f6b1f703891bd34771ccb17fb93b47079c"
8506
8587
  integrity sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==
8507
8588
 
8508
- workerpool@6.1.0:
8509
- version "6.1.0"
8510
- resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.1.0.tgz#a8e038b4c94569596852de7a8ea4228eefdeb37b"
8511
- integrity sha512-toV7q9rWNYha963Pl/qyeZ6wG+3nnsyvolaNUS8+R5Wtw6qJPTxIlOP1ZSvcGhEJw+l3HMMmtiNo9Gl61G4GVg==
8589
+ workerpool@6.1.5:
8590
+ version "6.1.5"
8591
+ resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.1.5.tgz#0f7cf076b6215fd7e1da903ff6f22ddd1886b581"
8592
+ integrity sha512-XdKkCK0Zqc6w3iTxLckiuJ81tiD/o5rBE/m+nXpRCB+/Sq4DqkfXZ/x0jW02DG1tGsfUGXbTJyZDP+eu67haSw==
8512
8593
 
8513
8594
  wrap-ansi@^2.0.0:
8514
8595
  version "2.1.0"
@@ -8579,10 +8660,10 @@ write@1.0.3:
8579
8660
  dependencies:
8580
8661
  mkdirp "^0.5.1"
8581
8662
 
8582
- ws@^7.2.3:
8583
- version "7.3.0"
8584
- resolved "https://registry.yarnpkg.com/ws/-/ws-7.3.0.tgz#4b2f7f219b3d3737bc1a2fbf145d825b94d38ffd"
8585
- integrity sha512-iFtXzngZVXPGgpTlP1rBqsUK82p9tKqsWRPg5L56egiljujJT3vGAYnHANvFxBieXrTFavhzhxW52jnaWV+w2w==
8663
+ ws@7.4.6:
8664
+ version "7.4.6"
8665
+ resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.6.tgz#5654ca8ecdeee47c33a9a4bf6d28e2be2980377c"
8666
+ integrity sha512-YmhHDO4MzaDLB+M9ym/mDA5z0naX8j7SIlT8f8z+I0VtzsRbekxEutHSme7NPS2qE8StCYQNUnfWdXta/Yu85A==
8586
8667
 
8587
8668
  xml2js@0.4.19:
8588
8669
  version "0.4.19"