zigbee-herdsman-converters 14.0.306 → 14.0.310

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zigbee-herdsman-converters",
3
- "version": "14.0.306",
3
+ "version": "14.0.310",
4
4
  "lockfileVersion": 1,
5
5
  "requires": true,
6
6
  "dependencies": {
@@ -296,9 +296,9 @@
296
296
  }
297
297
  },
298
298
  "@babel/parser": {
299
- "version": "7.16.0",
300
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.0.tgz",
301
- "integrity": "sha512-TEHWXf0xxpi9wKVyBCmRcSSDjbJ/cl6LUdlbYUHEaNQUJGhreJbZrXT6sR4+fZLxVUJqNRB4KyOvjuy/D9009A==",
299
+ "version": "7.16.2",
300
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.2.tgz",
301
+ "integrity": "sha512-RUVpT0G2h6rOZwqLDTrKk7ksNv7YpAilTnYe1/Q+eDjxEceRMKVWbCsX7t8h6C1qCFi/1Y8WZjcEPBAFG27GPw==",
302
302
  "dev": true
303
303
  },
304
304
  "@babel/plugin-syntax-async-generators": {
@@ -471,9 +471,9 @@
471
471
  "dev": true
472
472
  },
473
473
  "@eslint/eslintrc": {
474
- "version": "1.0.3",
475
- "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.0.3.tgz",
476
- "integrity": "sha512-DHI1wDPoKCBPoLZA3qDR91+3te/wDSc1YhKg3jR8NxKKRJq2hwHwcWv31cSwSYvIBrmbENoYMWcenW8uproQqg==",
474
+ "version": "1.0.4",
475
+ "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.0.4.tgz",
476
+ "integrity": "sha512-h8Vx6MdxwWI2WM8/zREHMoqdgLNXEL4QX3MWSVMdyNJGvXVOs+6lp+m2hc3FnuMHDc4poxFNI20vCk0OmI4G0Q==",
477
477
  "dev": true,
478
478
  "requires": {
479
479
  "ajv": "^6.12.4",
@@ -482,21 +482,9 @@
482
482
  "globals": "^13.9.0",
483
483
  "ignore": "^4.0.6",
484
484
  "import-fresh": "^3.2.1",
485
- "js-yaml": "^3.13.1",
485
+ "js-yaml": "^4.1.0",
486
486
  "minimatch": "^3.0.4",
487
487
  "strip-json-comments": "^3.1.1"
488
- },
489
- "dependencies": {
490
- "js-yaml": {
491
- "version": "3.14.1",
492
- "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
493
- "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
494
- "dev": true,
495
- "requires": {
496
- "argparse": "^1.0.7",
497
- "esprima": "^4.0.0"
498
- }
499
- }
500
488
  }
501
489
  },
502
490
  "@humanwhocodes/config-array": {
@@ -511,9 +499,9 @@
511
499
  }
512
500
  },
513
501
  "@humanwhocodes/object-schema": {
514
- "version": "1.2.0",
515
- "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.0.tgz",
516
- "integrity": "sha512-wdppn25U8z/2yiaT6YGquE6X8sSv7hNMWSXYSSU1jGv/yd6XqjXgTDJ8KP4NgjTXfJ3GbRjeeb8RTV7a/VpM+w==",
502
+ "version": "1.2.1",
503
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz",
504
+ "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==",
517
505
  "dev": true
518
506
  },
519
507
  "@istanbuljs/load-nyc-config": {
@@ -529,6 +517,15 @@
529
517
  "resolve-from": "^5.0.0"
530
518
  },
531
519
  "dependencies": {
520
+ "argparse": {
521
+ "version": "1.0.10",
522
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
523
+ "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
524
+ "dev": true,
525
+ "requires": {
526
+ "sprintf-js": "~1.0.2"
527
+ }
528
+ },
532
529
  "js-yaml": {
533
530
  "version": "3.14.1",
534
531
  "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
@@ -780,9 +777,9 @@
780
777
  }
781
778
  },
782
779
  "@sinonjs/fake-timers": {
783
- "version": "8.0.1",
784
- "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-8.0.1.tgz",
785
- "integrity": "sha512-AU7kwFxreVd6OAXcAFlKSmZquiRUU0FvYm44k1Y1QbK7Co4m0aqfGMhjykIeQp/H6rcl+nFmj0zfdUcGVs9Dew==",
780
+ "version": "8.1.0",
781
+ "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-8.1.0.tgz",
782
+ "integrity": "sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg==",
786
783
  "dev": true,
787
784
  "requires": {
788
785
  "@sinonjs/commons": "^1.7.0"
@@ -908,15 +905,15 @@
908
905
  "dev": true
909
906
  },
910
907
  "@typescript-eslint/experimental-utils": {
911
- "version": "5.2.0",
912
- "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-5.2.0.tgz",
913
- "integrity": "sha512-fWyT3Agf7n7HuZZRpvUYdFYbPk3iDCq6fgu3ulia4c7yxmPnwVBovdSOX7RL+k8u6hLbrXcdAehlWUVpGh6IEw==",
908
+ "version": "5.3.0",
909
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-5.3.0.tgz",
910
+ "integrity": "sha512-NFVxYTjKj69qB0FM+piah1x3G/63WB8vCBMnlnEHUsiLzXSTWb9FmFn36FD9Zb4APKBLY3xRArOGSMQkuzTF1w==",
914
911
  "dev": true,
915
912
  "requires": {
916
913
  "@types/json-schema": "^7.0.9",
917
- "@typescript-eslint/scope-manager": "5.2.0",
918
- "@typescript-eslint/types": "5.2.0",
919
- "@typescript-eslint/typescript-estree": "5.2.0",
914
+ "@typescript-eslint/scope-manager": "5.3.0",
915
+ "@typescript-eslint/types": "5.3.0",
916
+ "@typescript-eslint/typescript-estree": "5.3.0",
920
917
  "eslint-scope": "^5.1.1",
921
918
  "eslint-utils": "^3.0.0"
922
919
  },
@@ -940,29 +937,29 @@
940
937
  }
941
938
  },
942
939
  "@typescript-eslint/scope-manager": {
943
- "version": "5.2.0",
944
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.2.0.tgz",
945
- "integrity": "sha512-RW+wowZqPzQw8MUFltfKYZfKXqA2qgyi6oi/31J1zfXJRpOn6tCaZtd9b5u9ubnDG2n/EMvQLeZrsLNPpaUiFQ==",
940
+ "version": "5.3.0",
941
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.3.0.tgz",
942
+ "integrity": "sha512-22Uic9oRlTsPppy5Tcwfj+QET5RWEnZ5414Prby465XxQrQFZ6nnm5KnXgnsAJefG4hEgMnaxTB3kNEyjdjj6A==",
946
943
  "dev": true,
947
944
  "requires": {
948
- "@typescript-eslint/types": "5.2.0",
949
- "@typescript-eslint/visitor-keys": "5.2.0"
945
+ "@typescript-eslint/types": "5.3.0",
946
+ "@typescript-eslint/visitor-keys": "5.3.0"
950
947
  }
951
948
  },
952
949
  "@typescript-eslint/types": {
953
- "version": "5.2.0",
954
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.2.0.tgz",
955
- "integrity": "sha512-cTk6x08qqosps6sPyP2j7NxyFPlCNsJwSDasqPNjEQ8JMD5xxj2NHxcLin5AJQ8pAVwpQ8BMI3bTxR0zxmK9qQ==",
950
+ "version": "5.3.0",
951
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.3.0.tgz",
952
+ "integrity": "sha512-fce5pG41/w8O6ahQEhXmMV+xuh4+GayzqEogN24EK+vECA3I6pUwKuLi5QbXO721EMitpQne5VKXofPonYlAQg==",
956
953
  "dev": true
957
954
  },
958
955
  "@typescript-eslint/typescript-estree": {
959
- "version": "5.2.0",
960
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.2.0.tgz",
961
- "integrity": "sha512-RsdXq2XmVgKbm9nLsE3mjNUM7BTr/K4DYR9WfFVMUuozHWtH5gMpiNZmtrMG8GR385EOSQ3kC9HiEMJWimxd/g==",
956
+ "version": "5.3.0",
957
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.3.0.tgz",
958
+ "integrity": "sha512-FJ0nqcaUOpn/6Z4Jwbtf+o0valjBLkqc3MWkMvrhA2TvzFXtcclIM8F4MBEmYa2kgcI8EZeSAzwoSrIC8JYkug==",
962
959
  "dev": true,
963
960
  "requires": {
964
- "@typescript-eslint/types": "5.2.0",
965
- "@typescript-eslint/visitor-keys": "5.2.0",
961
+ "@typescript-eslint/types": "5.3.0",
962
+ "@typescript-eslint/visitor-keys": "5.3.0",
966
963
  "debug": "^4.3.2",
967
964
  "globby": "^11.0.4",
968
965
  "is-glob": "^4.0.3",
@@ -971,12 +968,12 @@
971
968
  }
972
969
  },
973
970
  "@typescript-eslint/visitor-keys": {
974
- "version": "5.2.0",
975
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.2.0.tgz",
976
- "integrity": "sha512-Nk7HizaXWWCUBfLA/rPNKMzXzWS8Wg9qHMuGtT+v2/YpPij4nVXrVJc24N/r5WrrmqK31jCrZxeHqIgqRzs0Xg==",
971
+ "version": "5.3.0",
972
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.3.0.tgz",
973
+ "integrity": "sha512-oVIAfIQuq0x2TFDNLVavUn548WL+7hdhxYn+9j3YdJJXB7mH9dAmZNJsPDa7Jc+B9WGqoiex7GUDbyMxV0a/aw==",
977
974
  "dev": true,
978
975
  "requires": {
979
- "@typescript-eslint/types": "5.2.0",
976
+ "@typescript-eslint/types": "5.3.0",
980
977
  "eslint-visitor-keys": "^3.0.0"
981
978
  }
982
979
  },
@@ -1091,13 +1088,10 @@
1091
1088
  }
1092
1089
  },
1093
1090
  "argparse": {
1094
- "version": "1.0.10",
1095
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
1096
- "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
1097
- "dev": true,
1098
- "requires": {
1099
- "sprintf-js": "~1.0.2"
1100
- }
1091
+ "version": "2.0.1",
1092
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
1093
+ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
1094
+ "dev": true
1101
1095
  },
1102
1096
  "array-union": {
1103
1097
  "version": "2.1.0",
@@ -1258,13 +1252,13 @@
1258
1252
  "dev": true
1259
1253
  },
1260
1254
  "browserslist": {
1261
- "version": "4.17.5",
1262
- "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.17.5.tgz",
1263
- "integrity": "sha512-I3ekeB92mmpctWBoLXe0d5wPS2cBuRvvW0JyyJHMrk9/HmP2ZjrTboNAZ8iuGqaEIlKguljbQY32OkOJIRrgoA==",
1255
+ "version": "4.17.6",
1256
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.17.6.tgz",
1257
+ "integrity": "sha512-uPgz3vyRTlEiCv4ee9KlsKgo2V6qPk7Jsn0KAn2OBqbqKo3iNcPEC1Ti6J4dwnz+aIRfEEEuOzC9IBk8tXUomw==",
1264
1258
  "dev": true,
1265
1259
  "requires": {
1266
- "caniuse-lite": "^1.0.30001271",
1267
- "electron-to-chromium": "^1.3.878",
1260
+ "caniuse-lite": "^1.0.30001274",
1261
+ "electron-to-chromium": "^1.3.886",
1268
1262
  "escalade": "^3.1.1",
1269
1263
  "node-releases": "^2.0.1",
1270
1264
  "picocolors": "^1.0.0"
@@ -1312,9 +1306,9 @@
1312
1306
  "dev": true
1313
1307
  },
1314
1308
  "caniuse-lite": {
1315
- "version": "1.0.30001274",
1316
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001274.tgz",
1317
- "integrity": "sha512-+Nkvv0fHyhISkiMIjnyjmf5YJcQ1IQHZN6U9TLUMroWR38FNwpsC51Gb68yueafX1V6ifOisInSgP9WJFS13ew==",
1309
+ "version": "1.0.30001278",
1310
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001278.tgz",
1311
+ "integrity": "sha512-mpF9KeH8u5cMoEmIic/cr7PNS+F5LWBk0t2ekGT60lFf0Wq+n9LspAj0g3P+o7DQhD3sUdlMln4YFAWhFYn9jg==",
1318
1312
  "dev": true
1319
1313
  },
1320
1314
  "chalk": {
@@ -1546,9 +1540,9 @@
1546
1540
  }
1547
1541
  },
1548
1542
  "electron-to-chromium": {
1549
- "version": "1.3.885",
1550
- "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.885.tgz",
1551
- "integrity": "sha512-JXKFJcVWrdHa09n4CNZYfYaK6EW5aAew7/wr3L1OnsD1L+JHL+RCtd7QgIsxUbFPeTwPlvnpqNNTOLkoefmtXg==",
1543
+ "version": "1.3.890",
1544
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.890.tgz",
1545
+ "integrity": "sha512-VWlVXSkv0cA/OOehrEyqjUTHwV8YXCPTfPvbtoeU2aHR21vI4Ejh5aC4AxUwOmbLbBgb6Gd3URZahoCxtBqCYQ==",
1552
1546
  "dev": true
1553
1547
  },
1554
1548
  "emittery": {
@@ -1647,12 +1641,12 @@
1647
1641
  }
1648
1642
  },
1649
1643
  "eslint": {
1650
- "version": "8.1.0",
1651
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.1.0.tgz",
1652
- "integrity": "sha512-JZvNneArGSUsluHWJ8g8MMs3CfIEzwaLx9KyH4tZ2i+R2/rPWzL8c0zg3rHdwYVpN/1sB9gqnjHwz9HoeJpGHw==",
1644
+ "version": "8.2.0",
1645
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.2.0.tgz",
1646
+ "integrity": "sha512-erw7XmM+CLxTOickrimJ1SiF55jiNlVSp2qqm0NuBWPtHYQCegD5ZMaW0c3i5ytPqL+SSLaCxdvQXFPLJn+ABw==",
1653
1647
  "dev": true,
1654
1648
  "requires": {
1655
- "@eslint/eslintrc": "^1.0.3",
1649
+ "@eslint/eslintrc": "^1.0.4",
1656
1650
  "@humanwhocodes/config-array": "^0.6.0",
1657
1651
  "ajv": "^6.10.0",
1658
1652
  "chalk": "^4.0.0",
@@ -1686,7 +1680,7 @@
1686
1680
  "progress": "^2.0.0",
1687
1681
  "regexpp": "^3.2.0",
1688
1682
  "semver": "^7.2.1",
1689
- "strip-ansi": "^6.0.0",
1683
+ "strip-ansi": "^6.0.1",
1690
1684
  "strip-json-comments": "^3.1.0",
1691
1685
  "text-table": "^0.2.0",
1692
1686
  "v8-compile-cache": "^2.0.3"
@@ -1699,9 +1693,9 @@
1699
1693
  "dev": true
1700
1694
  },
1701
1695
  "eslint-plugin-jest": {
1702
- "version": "25.2.2",
1703
- "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-25.2.2.tgz",
1704
- "integrity": "sha512-frn5yhOF60U4kcqozO3zKTNZQUk+mfx037XOy2iiYL8FhorEkuCuL3/flzKcY1ECDP2WYT9ydmvlO3fRW9o4mg==",
1696
+ "version": "25.2.3",
1697
+ "resolved": "https://registry.npmjs.org/eslint-plugin-jest/-/eslint-plugin-jest-25.2.3.tgz",
1698
+ "integrity": "sha512-Yoa0at3euTjERDvPGPWiItY1uuqKYQ5Ov2SmkSLmKRq9OFiVdEehw0rWuK4PA538k7CNqnvmkztjAB9l+HJ7kQ==",
1705
1699
  "dev": true,
1706
1700
  "requires": {
1707
1701
  "@typescript-eslint/experimental-utils": "^5.0.0"
@@ -2053,9 +2047,9 @@
2053
2047
  },
2054
2048
  "dependencies": {
2055
2049
  "ignore": {
2056
- "version": "5.1.8",
2057
- "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.8.tgz",
2058
- "integrity": "sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==",
2050
+ "version": "5.1.9",
2051
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.9.tgz",
2052
+ "integrity": "sha512-2zeMQpbKz5dhZ9IwL0gbxSW5w0NK/MSAMtNuhgIHEPmaU3vPdKPL0UdvUCXs5SS4JAwsBxysK5sFMW8ocFiVjQ==",
2059
2053
  "dev": true
2060
2054
  }
2061
2055
  }
@@ -2805,14 +2799,6 @@
2805
2799
  "dev": true,
2806
2800
  "requires": {
2807
2801
  "argparse": "^2.0.1"
2808
- },
2809
- "dependencies": {
2810
- "argparse": {
2811
- "version": "2.0.1",
2812
- "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
2813
- "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
2814
- "dev": true
2815
- }
2816
2802
  }
2817
2803
  },
2818
2804
  "jsdom": {
@@ -3856,23 +3842,23 @@
3856
3842
  "dev": true
3857
3843
  },
3858
3844
  "zigbee-herdsman": {
3859
- "version": "0.13.164",
3860
- "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.164.tgz",
3861
- "integrity": "sha512-0XXANpJG0qwkn+I3d8x/yoAtpQEePlxY8T2tWyrZjx+XF6jsbX69S/se/TFxSZKy1k3M1s6k/ED5K9nJSALt0A==",
3845
+ "version": "0.13.166",
3846
+ "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.166.tgz",
3847
+ "integrity": "sha512-RiKdjA7hiBjQUtzGDfPcsumbtqeORXIJ0xgISPRiYqXg1rAvF1vAZSYTAPEZ+sk4XEZ6l7neYUJIEj3jJb9ceg==",
3862
3848
  "requires": {
3863
3849
  "debounce": "^1.2.1",
3864
3850
  "debug": "^4.3.2",
3865
3851
  "fast-deep-equal": "^3.1.3",
3866
3852
  "mixin-deep": "^2.0.1",
3867
3853
  "mz": "^2.7.0",
3868
- "serialport": "9.2.4",
3854
+ "serialport": "9.2.5",
3869
3855
  "slip": "^1.0.2"
3870
3856
  },
3871
3857
  "dependencies": {
3872
3858
  "@babel/cli": {
3873
- "version": "7.15.7",
3874
- "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.15.7.tgz",
3875
- "integrity": "sha512-YW5wOprO2LzMjoWZ5ZG6jfbY9JnkDxuHDwvnrThnuYtByorova/I0HNXJedrUfwuXFQfYOjcqDA4PU3qlZGZjg==",
3859
+ "version": "7.16.0",
3860
+ "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.16.0.tgz",
3861
+ "integrity": "sha512-WLrM42vKX/4atIoQB+eb0ovUof53UUvecb4qGjU2PDDWRiZr50ZpiV8NpcLo7iSxeGYrRG0Mqembsa+UrTAV6Q==",
3876
3862
  "requires": {
3877
3863
  "@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents.3",
3878
3864
  "chokidar": "^3.4.0",
@@ -3886,32 +3872,32 @@
3886
3872
  }
3887
3873
  },
3888
3874
  "@babel/code-frame": {
3889
- "version": "7.14.5",
3890
- "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.14.5.tgz",
3891
- "integrity": "sha512-9pzDqyc6OLDaqe+zbACgFkb6fKMNG6CObKpnYXChRsvYGyEdc7CA2BaqeOM+vOtCS5ndmJicPJhKAwYRI6UfFw==",
3875
+ "version": "7.16.0",
3876
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.0.tgz",
3877
+ "integrity": "sha512-IF4EOMEV+bfYwOmNxGzSnjR2EmQod7f1UXOpZM3l4i4o4QNwzjtJAu/HxdjHq0aYBvdqMuQEY1eg0nqW9ZPORA==",
3892
3878
  "requires": {
3893
- "@babel/highlight": "^7.14.5"
3879
+ "@babel/highlight": "^7.16.0"
3894
3880
  }
3895
3881
  },
3896
3882
  "@babel/compat-data": {
3897
- "version": "7.15.0",
3898
- "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.15.0.tgz",
3899
- "integrity": "sha512-0NqAC1IJE0S0+lL1SWFMxMkz1pKCNCjI4tr2Zx4LJSXxCLAdr6KyArnY+sno5m3yH9g737ygOyPABDsnXkpxiA=="
3883
+ "version": "7.16.0",
3884
+ "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.16.0.tgz",
3885
+ "integrity": "sha512-DGjt2QZse5SGd9nfOSqO4WLJ8NN/oHkijbXbPrxuoJO3oIPJL3TciZs9FX+cOHNiY9E9l0opL8g7BmLe3T+9ew=="
3900
3886
  },
3901
3887
  "@babel/core": {
3902
- "version": "7.15.5",
3903
- "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.15.5.tgz",
3904
- "integrity": "sha512-pYgXxiwAgQpgM1bNkZsDEq85f0ggXMA5L7c+o3tskGMh2BunCI9QUwB9Z4jpvXUOuMdyGKiGKQiRe11VS6Jzvg==",
3905
- "requires": {
3906
- "@babel/code-frame": "^7.14.5",
3907
- "@babel/generator": "^7.15.4",
3908
- "@babel/helper-compilation-targets": "^7.15.4",
3909
- "@babel/helper-module-transforms": "^7.15.4",
3910
- "@babel/helpers": "^7.15.4",
3911
- "@babel/parser": "^7.15.5",
3912
- "@babel/template": "^7.15.4",
3913
- "@babel/traverse": "^7.15.4",
3914
- "@babel/types": "^7.15.4",
3888
+ "version": "7.16.0",
3889
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.16.0.tgz",
3890
+ "integrity": "sha512-mYZEvshBRHGsIAiyH5PzCFTCfbWfoYbO/jcSdXQSUQu1/pW0xDZAUP7KEc32heqWTAfAHhV9j1vH8Sav7l+JNQ==",
3891
+ "requires": {
3892
+ "@babel/code-frame": "^7.16.0",
3893
+ "@babel/generator": "^7.16.0",
3894
+ "@babel/helper-compilation-targets": "^7.16.0",
3895
+ "@babel/helper-module-transforms": "^7.16.0",
3896
+ "@babel/helpers": "^7.16.0",
3897
+ "@babel/parser": "^7.16.0",
3898
+ "@babel/template": "^7.16.0",
3899
+ "@babel/traverse": "^7.16.0",
3900
+ "@babel/types": "^7.16.0",
3915
3901
  "convert-source-map": "^1.7.0",
3916
3902
  "debug": "^4.1.0",
3917
3903
  "gensync": "^1.0.0-beta.2",
@@ -3928,38 +3914,38 @@
3928
3914
  }
3929
3915
  },
3930
3916
  "@babel/generator": {
3931
- "version": "7.15.4",
3932
- "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.15.4.tgz",
3933
- "integrity": "sha512-d3itta0tu+UayjEORPNz6e1T3FtvWlP5N4V5M+lhp/CxT4oAA7/NcScnpRyspUMLK6tu9MNHmQHxRykuN2R7hw==",
3917
+ "version": "7.16.0",
3918
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.16.0.tgz",
3919
+ "integrity": "sha512-RR8hUCfRQn9j9RPKEVXo9LiwoxLPYn6hNZlvUOR8tSnaxlD0p0+la00ZP9/SnRt6HchKr+X0fO2r8vrETiJGew==",
3934
3920
  "requires": {
3935
- "@babel/types": "^7.15.4",
3921
+ "@babel/types": "^7.16.0",
3936
3922
  "jsesc": "^2.5.1",
3937
3923
  "source-map": "^0.5.0"
3938
3924
  }
3939
3925
  },
3940
3926
  "@babel/helper-annotate-as-pure": {
3941
- "version": "7.15.4",
3942
- "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.15.4.tgz",
3943
- "integrity": "sha512-QwrtdNvUNsPCj2lfNQacsGSQvGX8ee1ttrBrcozUP2Sv/jylewBP/8QFe6ZkBsC8T/GYWonNAWJV4aRR9AL2DA==",
3927
+ "version": "7.16.0",
3928
+ "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.0.tgz",
3929
+ "integrity": "sha512-ItmYF9vR4zA8cByDocY05o0LGUkp1zhbTQOH1NFyl5xXEqlTJQCEJjieriw+aFpxo16swMxUnUiKS7a/r4vtHg==",
3944
3930
  "requires": {
3945
- "@babel/types": "^7.15.4"
3931
+ "@babel/types": "^7.16.0"
3946
3932
  }
3947
3933
  },
3948
3934
  "@babel/helper-builder-binary-assignment-operator-visitor": {
3949
- "version": "7.15.4",
3950
- "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.15.4.tgz",
3951
- "integrity": "sha512-P8o7JP2Mzi0SdC6eWr1zF+AEYvrsZa7GSY1lTayjF5XJhVH0kjLYUZPvTMflP7tBgZoe9gIhTa60QwFpqh/E0Q==",
3935
+ "version": "7.16.0",
3936
+ "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.16.0.tgz",
3937
+ "integrity": "sha512-9KuleLT0e77wFUku6TUkqZzCEymBdtuQQ27MhEKzf9UOOJu3cYj98kyaDAzxpC7lV6DGiZFuC8XqDsq8/Kl6aQ==",
3952
3938
  "requires": {
3953
- "@babel/helper-explode-assignable-expression": "^7.15.4",
3954
- "@babel/types": "^7.15.4"
3939
+ "@babel/helper-explode-assignable-expression": "^7.16.0",
3940
+ "@babel/types": "^7.16.0"
3955
3941
  }
3956
3942
  },
3957
3943
  "@babel/helper-compilation-targets": {
3958
- "version": "7.15.4",
3959
- "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.15.4.tgz",
3960
- "integrity": "sha512-rMWPCirulnPSe4d+gwdWXLfAXTTBj8M3guAf5xFQJ0nvFY7tfNAFnWdqaHegHlgDZOCT4qvhF3BYlSJag8yhqQ==",
3944
+ "version": "7.16.0",
3945
+ "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.0.tgz",
3946
+ "integrity": "sha512-S7iaOT1SYlqK0sQaCi21RX4+13hmdmnxIEAnQUB/eh7GeAnRjOUgTYpLkUOiRXzD+yog1JxP0qyAQZ7ZxVxLVg==",
3961
3947
  "requires": {
3962
- "@babel/compat-data": "^7.15.0",
3948
+ "@babel/compat-data": "^7.16.0",
3963
3949
  "@babel/helper-validator-option": "^7.14.5",
3964
3950
  "browserslist": "^4.16.6",
3965
3951
  "semver": "^6.3.0"
@@ -3973,31 +3959,31 @@
3973
3959
  }
3974
3960
  },
3975
3961
  "@babel/helper-create-class-features-plugin": {
3976
- "version": "7.15.4",
3977
- "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.15.4.tgz",
3978
- "integrity": "sha512-7ZmzFi+DwJx6A7mHRwbuucEYpyBwmh2Ca0RvI6z2+WLZYCqV0JOaLb+u0zbtmDicebgKBZgqbYfLaKNqSgv5Pw==",
3962
+ "version": "7.16.0",
3963
+ "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.16.0.tgz",
3964
+ "integrity": "sha512-XLwWvqEaq19zFlF5PTgOod4bUA+XbkR4WLQBct1bkzmxJGB0ZEJaoKF4c8cgH9oBtCDuYJ8BP5NB9uFiEgO5QA==",
3979
3965
  "requires": {
3980
- "@babel/helper-annotate-as-pure": "^7.15.4",
3981
- "@babel/helper-function-name": "^7.15.4",
3982
- "@babel/helper-member-expression-to-functions": "^7.15.4",
3983
- "@babel/helper-optimise-call-expression": "^7.15.4",
3984
- "@babel/helper-replace-supers": "^7.15.4",
3985
- "@babel/helper-split-export-declaration": "^7.15.4"
3966
+ "@babel/helper-annotate-as-pure": "^7.16.0",
3967
+ "@babel/helper-function-name": "^7.16.0",
3968
+ "@babel/helper-member-expression-to-functions": "^7.16.0",
3969
+ "@babel/helper-optimise-call-expression": "^7.16.0",
3970
+ "@babel/helper-replace-supers": "^7.16.0",
3971
+ "@babel/helper-split-export-declaration": "^7.16.0"
3986
3972
  }
3987
3973
  },
3988
3974
  "@babel/helper-create-regexp-features-plugin": {
3989
- "version": "7.14.5",
3990
- "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.14.5.tgz",
3991
- "integrity": "sha512-TLawwqpOErY2HhWbGJ2nZT5wSkR192QpN+nBg1THfBfftrlvOh+WbhrxXCH4q4xJ9Gl16BGPR/48JA+Ryiho/A==",
3975
+ "version": "7.16.0",
3976
+ "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.16.0.tgz",
3977
+ "integrity": "sha512-3DyG0zAFAZKcOp7aVr33ddwkxJ0Z0Jr5V99y3I690eYLpukJsJvAbzTy1ewoCqsML8SbIrjH14Jc/nSQ4TvNPA==",
3992
3978
  "requires": {
3993
- "@babel/helper-annotate-as-pure": "^7.14.5",
3979
+ "@babel/helper-annotate-as-pure": "^7.16.0",
3994
3980
  "regexpu-core": "^4.7.1"
3995
3981
  }
3996
3982
  },
3997
3983
  "@babel/helper-define-polyfill-provider": {
3998
- "version": "0.2.3",
3999
- "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.2.3.tgz",
4000
- "integrity": "sha512-RH3QDAfRMzj7+0Nqu5oqgO5q9mFtQEVvCRsi8qCEfzLR9p2BHfn5FzhSB2oj1fF7I2+DcTORkYaQ6aTR9Cofew==",
3984
+ "version": "0.2.4",
3985
+ "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.2.4.tgz",
3986
+ "integrity": "sha512-OrpPZ97s+aPi6h2n1OXzdhVis1SGSsMU2aMHgLcOKfsp4/v1NWpx3CWT3lBj5eeBq9cDkPkh+YCfdF7O12uNDQ==",
4001
3987
  "requires": {
4002
3988
  "@babel/helper-compilation-targets": "^7.13.0",
4003
3989
  "@babel/helper-module-imports": "^7.12.13",
@@ -4017,76 +4003,76 @@
4017
4003
  }
4018
4004
  },
4019
4005
  "@babel/helper-explode-assignable-expression": {
4020
- "version": "7.15.4",
4021
- "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.15.4.tgz",
4022
- "integrity": "sha512-J14f/vq8+hdC2KoWLIQSsGrC9EFBKE4NFts8pfMpymfApds+fPqR30AOUWc4tyr56h9l/GA1Sxv2q3dLZWbQ/g==",
4006
+ "version": "7.16.0",
4007
+ "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.16.0.tgz",
4008
+ "integrity": "sha512-Hk2SLxC9ZbcOhLpg/yMznzJ11W++lg5GMbxt1ev6TXUiJB0N42KPC+7w8a+eWGuqDnUYuwStJoZHM7RgmIOaGQ==",
4023
4009
  "requires": {
4024
- "@babel/types": "^7.15.4"
4010
+ "@babel/types": "^7.16.0"
4025
4011
  }
4026
4012
  },
4027
4013
  "@babel/helper-function-name": {
4028
- "version": "7.15.4",
4029
- "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.15.4.tgz",
4030
- "integrity": "sha512-Z91cOMM4DseLIGOnog+Z8OI6YseR9bua+HpvLAQ2XayUGU+neTtX+97caALaLdyu53I/fjhbeCnWnRH1O3jFOw==",
4014
+ "version": "7.16.0",
4015
+ "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.16.0.tgz",
4016
+ "integrity": "sha512-BZh4mEk1xi2h4HFjWUXRQX5AEx4rvaZxHgax9gcjdLWdkjsY7MKt5p0otjsg5noXw+pB+clMCjw+aEVYADMjog==",
4031
4017
  "requires": {
4032
- "@babel/helper-get-function-arity": "^7.15.4",
4033
- "@babel/template": "^7.15.4",
4034
- "@babel/types": "^7.15.4"
4018
+ "@babel/helper-get-function-arity": "^7.16.0",
4019
+ "@babel/template": "^7.16.0",
4020
+ "@babel/types": "^7.16.0"
4035
4021
  }
4036
4022
  },
4037
4023
  "@babel/helper-get-function-arity": {
4038
- "version": "7.15.4",
4039
- "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.15.4.tgz",
4040
- "integrity": "sha512-1/AlxSF92CmGZzHnC515hm4SirTxtpDnLEJ0UyEMgTMZN+6bxXKg04dKhiRx5Enel+SUA1G1t5Ed/yQia0efrA==",
4024
+ "version": "7.16.0",
4025
+ "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.0.tgz",
4026
+ "integrity": "sha512-ASCquNcywC1NkYh/z7Cgp3w31YW8aojjYIlNg4VeJiHkqyP4AzIvr4qx7pYDb4/s8YcsZWqqOSxgkvjUz1kpDQ==",
4041
4027
  "requires": {
4042
- "@babel/types": "^7.15.4"
4028
+ "@babel/types": "^7.16.0"
4043
4029
  }
4044
4030
  },
4045
4031
  "@babel/helper-hoist-variables": {
4046
- "version": "7.15.4",
4047
- "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.15.4.tgz",
4048
- "integrity": "sha512-VTy085egb3jUGVK9ycIxQiPbquesq0HUQ+tPO0uv5mPEBZipk+5FkRKiWq5apuyTE9FUrjENB0rCf8y+n+UuhA==",
4032
+ "version": "7.16.0",
4033
+ "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.0.tgz",
4034
+ "integrity": "sha512-1AZlpazjUR0EQZQv3sgRNfM9mEVWPK3M6vlalczA+EECcPz3XPh6VplbErL5UoMpChhSck5wAJHthlj1bYpcmg==",
4049
4035
  "requires": {
4050
- "@babel/types": "^7.15.4"
4036
+ "@babel/types": "^7.16.0"
4051
4037
  }
4052
4038
  },
4053
4039
  "@babel/helper-member-expression-to-functions": {
4054
- "version": "7.15.4",
4055
- "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.15.4.tgz",
4056
- "integrity": "sha512-cokOMkxC/BTyNP1AlY25HuBWM32iCEsLPI4BHDpJCHHm1FU2E7dKWWIXJgQgSFiu4lp8q3bL1BIKwqkSUviqtA==",
4040
+ "version": "7.16.0",
4041
+ "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.16.0.tgz",
4042
+ "integrity": "sha512-bsjlBFPuWT6IWhl28EdrQ+gTvSvj5tqVP5Xeftp07SEuz5pLnsXZuDkDD3Rfcxy0IsHmbZ+7B2/9SHzxO0T+sQ==",
4057
4043
  "requires": {
4058
- "@babel/types": "^7.15.4"
4044
+ "@babel/types": "^7.16.0"
4059
4045
  }
4060
4046
  },
4061
4047
  "@babel/helper-module-imports": {
4062
- "version": "7.15.4",
4063
- "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.15.4.tgz",
4064
- "integrity": "sha512-jeAHZbzUwdW/xHgHQ3QmWR4Jg6j15q4w/gCfwZvtqOxoo5DKtLHk8Bsf4c5RZRC7NmLEs+ohkdq8jFefuvIxAA==",
4048
+ "version": "7.16.0",
4049
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.16.0.tgz",
4050
+ "integrity": "sha512-kkH7sWzKPq0xt3H1n+ghb4xEMP8k0U7XV3kkB+ZGy69kDk2ySFW1qPi06sjKzFY3t1j6XbJSqr4mF9L7CYVyhg==",
4065
4051
  "requires": {
4066
- "@babel/types": "^7.15.4"
4052
+ "@babel/types": "^7.16.0"
4067
4053
  }
4068
4054
  },
4069
4055
  "@babel/helper-module-transforms": {
4070
- "version": "7.15.7",
4071
- "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.15.7.tgz",
4072
- "integrity": "sha512-ZNqjjQG/AuFfekFTY+7nY4RgBSklgTu970c7Rj3m/JOhIu5KPBUuTA9AY6zaKcUvk4g6EbDXdBnhi35FAssdSw==",
4073
- "requires": {
4074
- "@babel/helper-module-imports": "^7.15.4",
4075
- "@babel/helper-replace-supers": "^7.15.4",
4076
- "@babel/helper-simple-access": "^7.15.4",
4077
- "@babel/helper-split-export-declaration": "^7.15.4",
4056
+ "version": "7.16.0",
4057
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.16.0.tgz",
4058
+ "integrity": "sha512-My4cr9ATcaBbmaEa8M0dZNA74cfI6gitvUAskgDtAFmAqyFKDSHQo5YstxPbN+lzHl2D9l/YOEFqb2mtUh4gfA==",
4059
+ "requires": {
4060
+ "@babel/helper-module-imports": "^7.16.0",
4061
+ "@babel/helper-replace-supers": "^7.16.0",
4062
+ "@babel/helper-simple-access": "^7.16.0",
4063
+ "@babel/helper-split-export-declaration": "^7.16.0",
4078
4064
  "@babel/helper-validator-identifier": "^7.15.7",
4079
- "@babel/template": "^7.15.4",
4080
- "@babel/traverse": "^7.15.4",
4081
- "@babel/types": "^7.15.6"
4065
+ "@babel/template": "^7.16.0",
4066
+ "@babel/traverse": "^7.16.0",
4067
+ "@babel/types": "^7.16.0"
4082
4068
  }
4083
4069
  },
4084
4070
  "@babel/helper-optimise-call-expression": {
4085
- "version": "7.15.4",
4086
- "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.15.4.tgz",
4087
- "integrity": "sha512-E/z9rfbAOt1vDW1DR7k4SzhzotVV5+qMciWV6LaG1g4jeFrkDlJedjtV4h0i4Q/ITnUu+Pk08M7fczsB9GXBDw==",
4071
+ "version": "7.16.0",
4072
+ "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.0.tgz",
4073
+ "integrity": "sha512-SuI467Gi2V8fkofm2JPnZzB/SUuXoJA5zXe/xzyPP2M04686RzFKFHPK6HDVN6JvWBIEW8tt9hPR7fXdn2Lgpw==",
4088
4074
  "requires": {
4089
- "@babel/types": "^7.15.4"
4075
+ "@babel/types": "^7.16.0"
4090
4076
  }
4091
4077
  },
4092
4078
  "@babel/helper-plugin-utils": {
@@ -4095,48 +4081,48 @@
4095
4081
  "integrity": "sha512-/37qQCE3K0vvZKwoK4XU/irIJQdIfCJuhU5eKnNxpFDsOkgFaUAwbv+RYw6eYgsC0E4hS7r5KqGULUogqui0fQ=="
4096
4082
  },
4097
4083
  "@babel/helper-remap-async-to-generator": {
4098
- "version": "7.15.4",
4099
- "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.15.4.tgz",
4100
- "integrity": "sha512-v53MxgvMK/HCwckJ1bZrq6dNKlmwlyRNYM6ypaRTdXWGOE2c1/SCa6dL/HimhPulGhZKw9W0QhREM583F/t0vQ==",
4084
+ "version": "7.16.0",
4085
+ "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.16.0.tgz",
4086
+ "integrity": "sha512-MLM1IOMe9aQBqMWxcRw8dcb9jlM86NIw7KA0Wri91Xkfied+dE0QuBFSBjMNvqzmS0OSIDsMNC24dBEkPUi7ew==",
4101
4087
  "requires": {
4102
- "@babel/helper-annotate-as-pure": "^7.15.4",
4103
- "@babel/helper-wrap-function": "^7.15.4",
4104
- "@babel/types": "^7.15.4"
4088
+ "@babel/helper-annotate-as-pure": "^7.16.0",
4089
+ "@babel/helper-wrap-function": "^7.16.0",
4090
+ "@babel/types": "^7.16.0"
4105
4091
  }
4106
4092
  },
4107
4093
  "@babel/helper-replace-supers": {
4108
- "version": "7.15.4",
4109
- "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.15.4.tgz",
4110
- "integrity": "sha512-/ztT6khaXF37MS47fufrKvIsiQkx1LBRvSJNzRqmbyeZnTwU9qBxXYLaaT/6KaxfKhjs2Wy8kG8ZdsFUuWBjzw==",
4094
+ "version": "7.16.0",
4095
+ "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.16.0.tgz",
4096
+ "integrity": "sha512-TQxuQfSCdoha7cpRNJvfaYxxxzmbxXw/+6cS7V02eeDYyhxderSoMVALvwupA54/pZcOTtVeJ0xccp1nGWladA==",
4111
4097
  "requires": {
4112
- "@babel/helper-member-expression-to-functions": "^7.15.4",
4113
- "@babel/helper-optimise-call-expression": "^7.15.4",
4114
- "@babel/traverse": "^7.15.4",
4115
- "@babel/types": "^7.15.4"
4098
+ "@babel/helper-member-expression-to-functions": "^7.16.0",
4099
+ "@babel/helper-optimise-call-expression": "^7.16.0",
4100
+ "@babel/traverse": "^7.16.0",
4101
+ "@babel/types": "^7.16.0"
4116
4102
  }
4117
4103
  },
4118
4104
  "@babel/helper-simple-access": {
4119
- "version": "7.15.4",
4120
- "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.15.4.tgz",
4121
- "integrity": "sha512-UzazrDoIVOZZcTeHHEPYrr1MvTR/K+wgLg6MY6e1CJyaRhbibftF6fR2KU2sFRtI/nERUZR9fBd6aKgBlIBaPg==",
4105
+ "version": "7.16.0",
4106
+ "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.16.0.tgz",
4107
+ "integrity": "sha512-o1rjBT/gppAqKsYfUdfHq5Rk03lMQrkPHG1OWzHWpLgVXRH4HnMM9Et9CVdIqwkCQlobnGHEJMsgWP/jE1zUiw==",
4122
4108
  "requires": {
4123
- "@babel/types": "^7.15.4"
4109
+ "@babel/types": "^7.16.0"
4124
4110
  }
4125
4111
  },
4126
4112
  "@babel/helper-skip-transparent-expression-wrappers": {
4127
- "version": "7.15.4",
4128
- "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.15.4.tgz",
4129
- "integrity": "sha512-BMRLsdh+D1/aap19TycS4eD1qELGrCBJwzaY9IE8LrpJtJb+H7rQkPIdsfgnMtLBA6DJls7X9z93Z4U8h7xw0A==",
4113
+ "version": "7.16.0",
4114
+ "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.16.0.tgz",
4115
+ "integrity": "sha512-+il1gTy0oHwUsBQZyJvukbB4vPMdcYBrFHa0Uc4AizLxbq6BOYC51Rv4tWocX9BLBDLZ4kc6qUFpQ6HRgL+3zw==",
4130
4116
  "requires": {
4131
- "@babel/types": "^7.15.4"
4117
+ "@babel/types": "^7.16.0"
4132
4118
  }
4133
4119
  },
4134
4120
  "@babel/helper-split-export-declaration": {
4135
- "version": "7.15.4",
4136
- "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.15.4.tgz",
4137
- "integrity": "sha512-HsFqhLDZ08DxCpBdEVtKmywj6PQbwnF6HHybur0MAnkAKnlS6uHkwnmRIkElB2Owpfb4xL4NwDmDLFubueDXsw==",
4121
+ "version": "7.16.0",
4122
+ "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.0.tgz",
4123
+ "integrity": "sha512-0YMMRpuDFNGTHNRiiqJX19GjNXA4H0E8jZ2ibccfSxaCogbm3am5WN/2nQNj0YnQwGWM1J06GOcQ2qnh3+0paw==",
4138
4124
  "requires": {
4139
- "@babel/types": "^7.15.4"
4125
+ "@babel/types": "^7.16.0"
4140
4126
  }
4141
4127
  },
4142
4128
  "@babel/helper-validator-identifier": {
@@ -4150,191 +4136,199 @@
4150
4136
  "integrity": "sha512-OX8D5eeX4XwcroVW45NMvoYaIuFI+GQpA2a8Gi+X/U/cDUIRsV37qQfF905F0htTRCREQIB4KqPeaveRJUl3Ow=="
4151
4137
  },
4152
4138
  "@babel/helper-wrap-function": {
4153
- "version": "7.15.4",
4154
- "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.15.4.tgz",
4155
- "integrity": "sha512-Y2o+H/hRV5W8QhIfTpRIBwl57y8PrZt6JM3V8FOo5qarjshHItyH5lXlpMfBfmBefOqSCpKZs/6Dxqp0E/U+uw==",
4139
+ "version": "7.16.0",
4140
+ "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.16.0.tgz",
4141
+ "integrity": "sha512-VVMGzYY3vkWgCJML+qVLvGIam902mJW0FvT7Avj1zEe0Gn7D93aWdLblYARTxEw+6DhZmtzhBM2zv0ekE5zg1g==",
4156
4142
  "requires": {
4157
- "@babel/helper-function-name": "^7.15.4",
4158
- "@babel/template": "^7.15.4",
4159
- "@babel/traverse": "^7.15.4",
4160
- "@babel/types": "^7.15.4"
4143
+ "@babel/helper-function-name": "^7.16.0",
4144
+ "@babel/template": "^7.16.0",
4145
+ "@babel/traverse": "^7.16.0",
4146
+ "@babel/types": "^7.16.0"
4161
4147
  }
4162
4148
  },
4163
4149
  "@babel/helpers": {
4164
- "version": "7.15.4",
4165
- "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.15.4.tgz",
4166
- "integrity": "sha512-V45u6dqEJ3w2rlryYYXf6i9rQ5YMNu4FLS6ngs8ikblhu2VdR1AqAd6aJjBzmf2Qzh6KOLqKHxEN9+TFbAkAVQ==",
4150
+ "version": "7.16.0",
4151
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.16.0.tgz",
4152
+ "integrity": "sha512-dVRM0StFMdKlkt7cVcGgwD8UMaBfWJHl3A83Yfs8GQ3MO0LHIIIMvK7Fa0RGOGUQ10qikLaX6D7o5htcQWgTMQ==",
4167
4153
  "requires": {
4168
- "@babel/template": "^7.15.4",
4169
- "@babel/traverse": "^7.15.4",
4170
- "@babel/types": "^7.15.4"
4154
+ "@babel/template": "^7.16.0",
4155
+ "@babel/traverse": "^7.16.0",
4156
+ "@babel/types": "^7.16.0"
4171
4157
  }
4172
4158
  },
4173
4159
  "@babel/highlight": {
4174
- "version": "7.14.5",
4175
- "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.14.5.tgz",
4176
- "integrity": "sha512-qf9u2WFWVV0MppaL877j2dBtQIDgmidgjGk5VIMw3OadXvYaXn66U1BFlH2t4+t3i+8PhedppRv+i40ABzd+gg==",
4160
+ "version": "7.16.0",
4161
+ "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.16.0.tgz",
4162
+ "integrity": "sha512-t8MH41kUQylBtu2+4IQA3atqevA2lRgqA2wyVB/YiWmsDSuylZZuXOUy9ric30hfzauEFfdsuk/eXTRrGrfd0g==",
4177
4163
  "requires": {
4178
- "@babel/helper-validator-identifier": "^7.14.5",
4164
+ "@babel/helper-validator-identifier": "^7.15.7",
4179
4165
  "chalk": "^2.0.0",
4180
4166
  "js-tokens": "^4.0.0"
4181
4167
  }
4182
4168
  },
4183
4169
  "@babel/parser": {
4184
- "version": "7.15.7",
4185
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.15.7.tgz",
4186
- "integrity": "sha512-rycZXvQ+xS9QyIcJ9HXeDWf1uxqlbVFAUq0Rq0dbc50Zb/+wUe/ehyfzGfm9KZZF0kBejYgxltBXocP+gKdL2g=="
4170
+ "version": "7.16.0",
4171
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.0.tgz",
4172
+ "integrity": "sha512-TEHWXf0xxpi9wKVyBCmRcSSDjbJ/cl6LUdlbYUHEaNQUJGhreJbZrXT6sR4+fZLxVUJqNRB4KyOvjuy/D9009A=="
4173
+ },
4174
+ "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
4175
+ "version": "7.16.0",
4176
+ "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.16.0.tgz",
4177
+ "integrity": "sha512-djyecbGMEh4rOb/Tc1M5bUW2Ih1IZRa9PoubnPOCzM+DRE89uGUHR1Y+3aDdTMW4drjGRZ2ol8dt1JUFg6hJLQ==",
4178
+ "requires": {
4179
+ "@babel/helper-plugin-utils": "^7.14.5"
4180
+ }
4187
4181
  },
4188
4182
  "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": {
4189
- "version": "7.15.4",
4190
- "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.15.4.tgz",
4191
- "integrity": "sha512-eBnpsl9tlhPhpI10kU06JHnrYXwg3+V6CaP2idsCXNef0aeslpqyITXQ74Vfk5uHgY7IG7XP0yIH8b42KSzHog==",
4183
+ "version": "7.16.0",
4184
+ "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.16.0.tgz",
4185
+ "integrity": "sha512-4tcFwwicpWTrpl9qjf7UsoosaArgImF85AxqCRZlgc3IQDvkUHjJpruXAL58Wmj+T6fypWTC/BakfEkwIL/pwA==",
4192
4186
  "requires": {
4193
4187
  "@babel/helper-plugin-utils": "^7.14.5",
4194
- "@babel/helper-skip-transparent-expression-wrappers": "^7.15.4",
4195
- "@babel/plugin-proposal-optional-chaining": "^7.14.5"
4188
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.16.0",
4189
+ "@babel/plugin-proposal-optional-chaining": "^7.16.0"
4196
4190
  }
4197
4191
  },
4198
4192
  "@babel/plugin-proposal-async-generator-functions": {
4199
- "version": "7.15.4",
4200
- "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.15.4.tgz",
4201
- "integrity": "sha512-2zt2g5vTXpMC3OmK6uyjvdXptbhBXfA77XGrd3gh93zwG8lZYBLOBImiGBEG0RANu3JqKEACCz5CGk73OJROBw==",
4193
+ "version": "7.16.0",
4194
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.16.0.tgz",
4195
+ "integrity": "sha512-nyYmIo7ZqKsY6P4lnVmBlxp9B3a96CscbLotlsNuktMHahkDwoPYEjXrZHU0Tj844Z9f1IthVxQln57mhkcExw==",
4202
4196
  "requires": {
4203
4197
  "@babel/helper-plugin-utils": "^7.14.5",
4204
- "@babel/helper-remap-async-to-generator": "^7.15.4",
4198
+ "@babel/helper-remap-async-to-generator": "^7.16.0",
4205
4199
  "@babel/plugin-syntax-async-generators": "^7.8.4"
4206
4200
  }
4207
4201
  },
4208
4202
  "@babel/plugin-proposal-class-properties": {
4209
- "version": "7.14.5",
4210
- "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.14.5.tgz",
4211
- "integrity": "sha512-q/PLpv5Ko4dVc1LYMpCY7RVAAO4uk55qPwrIuJ5QJ8c6cVuAmhu7I/49JOppXL6gXf7ZHzpRVEUZdYoPLM04Gg==",
4203
+ "version": "7.16.0",
4204
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.16.0.tgz",
4205
+ "integrity": "sha512-mCF3HcuZSY9Fcx56Lbn+CGdT44ioBMMvjNVldpKtj8tpniETdLjnxdHI1+sDWXIM1nNt+EanJOZ3IG9lzVjs7A==",
4212
4206
  "requires": {
4213
- "@babel/helper-create-class-features-plugin": "^7.14.5",
4207
+ "@babel/helper-create-class-features-plugin": "^7.16.0",
4214
4208
  "@babel/helper-plugin-utils": "^7.14.5"
4215
4209
  }
4216
4210
  },
4217
4211
  "@babel/plugin-proposal-class-static-block": {
4218
- "version": "7.15.4",
4219
- "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.15.4.tgz",
4220
- "integrity": "sha512-M682XWrrLNk3chXCjoPUQWOyYsB93B9z3mRyjtqqYJWDf2mfCdIYgDrA11cgNVhAQieaq6F2fn2f3wI0U4aTjA==",
4212
+ "version": "7.16.0",
4213
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.16.0.tgz",
4214
+ "integrity": "sha512-mAy3sdcY9sKAkf3lQbDiv3olOfiLqI51c9DR9b19uMoR2Z6r5pmGl7dfNFqEvqOyqbf1ta4lknK4gc5PJn3mfA==",
4221
4215
  "requires": {
4222
- "@babel/helper-create-class-features-plugin": "^7.15.4",
4216
+ "@babel/helper-create-class-features-plugin": "^7.16.0",
4223
4217
  "@babel/helper-plugin-utils": "^7.14.5",
4224
4218
  "@babel/plugin-syntax-class-static-block": "^7.14.5"
4225
4219
  }
4226
4220
  },
4227
4221
  "@babel/plugin-proposal-dynamic-import": {
4228
- "version": "7.14.5",
4229
- "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.14.5.tgz",
4230
- "integrity": "sha512-ExjiNYc3HDN5PXJx+bwC50GIx/KKanX2HiggnIUAYedbARdImiCU4RhhHfdf0Kd7JNXGpsBBBCOm+bBVy3Gb0g==",
4222
+ "version": "7.16.0",
4223
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.16.0.tgz",
4224
+ "integrity": "sha512-QGSA6ExWk95jFQgwz5GQ2Dr95cf7eI7TKutIXXTb7B1gCLTCz5hTjFTQGfLFBBiC5WSNi7udNwWsqbbMh1c4yQ==",
4231
4225
  "requires": {
4232
4226
  "@babel/helper-plugin-utils": "^7.14.5",
4233
4227
  "@babel/plugin-syntax-dynamic-import": "^7.8.3"
4234
4228
  }
4235
4229
  },
4236
4230
  "@babel/plugin-proposal-export-namespace-from": {
4237
- "version": "7.14.5",
4238
- "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.14.5.tgz",
4239
- "integrity": "sha512-g5POA32bXPMmSBu5Dx/iZGLGnKmKPc5AiY7qfZgurzrCYgIztDlHFbznSNCoQuv57YQLnQfaDi7dxCtLDIdXdA==",
4231
+ "version": "7.16.0",
4232
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.16.0.tgz",
4233
+ "integrity": "sha512-CjI4nxM/D+5wCnhD11MHB1AwRSAYeDT+h8gCdcVJZ/OK7+wRzFsf7PFPWVpVpNRkHMmMkQWAHpTq+15IXQ1diA==",
4240
4234
  "requires": {
4241
4235
  "@babel/helper-plugin-utils": "^7.14.5",
4242
4236
  "@babel/plugin-syntax-export-namespace-from": "^7.8.3"
4243
4237
  }
4244
4238
  },
4245
4239
  "@babel/plugin-proposal-json-strings": {
4246
- "version": "7.14.5",
4247
- "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.14.5.tgz",
4248
- "integrity": "sha512-NSq2fczJYKVRIsUJyNxrVUMhB27zb7N7pOFGQOhBKJrChbGcgEAqyZrmZswkPk18VMurEeJAaICbfm57vUeTbQ==",
4240
+ "version": "7.16.0",
4241
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.16.0.tgz",
4242
+ "integrity": "sha512-kouIPuiv8mSi5JkEhzApg5Gn6hFyKPnlkO0a9YSzqRurH8wYzSlf6RJdzluAsbqecdW5pBvDJDfyDIUR/vLxvg==",
4249
4243
  "requires": {
4250
4244
  "@babel/helper-plugin-utils": "^7.14.5",
4251
4245
  "@babel/plugin-syntax-json-strings": "^7.8.3"
4252
4246
  }
4253
4247
  },
4254
4248
  "@babel/plugin-proposal-logical-assignment-operators": {
4255
- "version": "7.14.5",
4256
- "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.14.5.tgz",
4257
- "integrity": "sha512-YGn2AvZAo9TwyhlLvCCWxD90Xq8xJ4aSgaX3G5D/8DW94L8aaT+dS5cSP+Z06+rCJERGSr9GxMBZ601xoc2taw==",
4249
+ "version": "7.16.0",
4250
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.16.0.tgz",
4251
+ "integrity": "sha512-pbW0fE30sVTYXXm9lpVQQ/Vc+iTeQKiXlaNRZPPN2A2VdlWyAtsUrsQ3xydSlDW00TFMK7a8m3cDTkBF5WnV3Q==",
4258
4252
  "requires": {
4259
4253
  "@babel/helper-plugin-utils": "^7.14.5",
4260
4254
  "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4"
4261
4255
  }
4262
4256
  },
4263
4257
  "@babel/plugin-proposal-nullish-coalescing-operator": {
4264
- "version": "7.14.5",
4265
- "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.14.5.tgz",
4266
- "integrity": "sha512-gun/SOnMqjSb98Nkaq2rTKMwervfdAoz6NphdY0vTfuzMfryj+tDGb2n6UkDKwez+Y8PZDhE3D143v6Gepp4Hg==",
4258
+ "version": "7.16.0",
4259
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.16.0.tgz",
4260
+ "integrity": "sha512-3bnHA8CAFm7cG93v8loghDYyQ8r97Qydf63BeYiGgYbjKKB/XP53W15wfRC7dvKfoiJ34f6Rbyyx2btExc8XsQ==",
4267
4261
  "requires": {
4268
4262
  "@babel/helper-plugin-utils": "^7.14.5",
4269
4263
  "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
4270
4264
  }
4271
4265
  },
4272
4266
  "@babel/plugin-proposal-numeric-separator": {
4273
- "version": "7.14.5",
4274
- "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.14.5.tgz",
4275
- "integrity": "sha512-yiclALKe0vyZRZE0pS6RXgjUOt87GWv6FYa5zqj15PvhOGFO69R5DusPlgK/1K5dVnCtegTiWu9UaBSrLLJJBg==",
4267
+ "version": "7.16.0",
4268
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.16.0.tgz",
4269
+ "integrity": "sha512-FAhE2I6mjispy+vwwd6xWPyEx3NYFS13pikDBWUAFGZvq6POGs5eNchw8+1CYoEgBl9n11I3NkzD7ghn25PQ9Q==",
4276
4270
  "requires": {
4277
4271
  "@babel/helper-plugin-utils": "^7.14.5",
4278
4272
  "@babel/plugin-syntax-numeric-separator": "^7.10.4"
4279
4273
  }
4280
4274
  },
4281
4275
  "@babel/plugin-proposal-object-rest-spread": {
4282
- "version": "7.15.6",
4283
- "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.15.6.tgz",
4284
- "integrity": "sha512-qtOHo7A1Vt+O23qEAX+GdBpqaIuD3i9VRrWgCJeq7WO6H2d14EK3q11urj5Te2MAeK97nMiIdRpwd/ST4JFbNg==",
4276
+ "version": "7.16.0",
4277
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.16.0.tgz",
4278
+ "integrity": "sha512-LU/+jp89efe5HuWJLmMmFG0+xbz+I2rSI7iLc1AlaeSMDMOGzWlc5yJrMN1d04osXN4sSfpo4O+azkBNBes0jg==",
4285
4279
  "requires": {
4286
- "@babel/compat-data": "^7.15.0",
4287
- "@babel/helper-compilation-targets": "^7.15.4",
4280
+ "@babel/compat-data": "^7.16.0",
4281
+ "@babel/helper-compilation-targets": "^7.16.0",
4288
4282
  "@babel/helper-plugin-utils": "^7.14.5",
4289
4283
  "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
4290
- "@babel/plugin-transform-parameters": "^7.15.4"
4284
+ "@babel/plugin-transform-parameters": "^7.16.0"
4291
4285
  }
4292
4286
  },
4293
4287
  "@babel/plugin-proposal-optional-catch-binding": {
4294
- "version": "7.14.5",
4295
- "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.14.5.tgz",
4296
- "integrity": "sha512-3Oyiixm0ur7bzO5ybNcZFlmVsygSIQgdOa7cTfOYCMY+wEPAYhZAJxi3mixKFCTCKUhQXuCTtQ1MzrpL3WT8ZQ==",
4288
+ "version": "7.16.0",
4289
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.16.0.tgz",
4290
+ "integrity": "sha512-kicDo0A/5J0nrsCPbn89mTG3Bm4XgYi0CZtvex9Oyw7gGZE3HXGD0zpQNH+mo+tEfbo8wbmMvJftOwpmPy7aVw==",
4297
4291
  "requires": {
4298
4292
  "@babel/helper-plugin-utils": "^7.14.5",
4299
4293
  "@babel/plugin-syntax-optional-catch-binding": "^7.8.3"
4300
4294
  }
4301
4295
  },
4302
4296
  "@babel/plugin-proposal-optional-chaining": {
4303
- "version": "7.14.5",
4304
- "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.14.5.tgz",
4305
- "integrity": "sha512-ycz+VOzo2UbWNI1rQXxIuMOzrDdHGrI23fRiz/Si2R4kv2XZQ1BK8ccdHwehMKBlcH/joGW/tzrUmo67gbJHlQ==",
4297
+ "version": "7.16.0",
4298
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.16.0.tgz",
4299
+ "integrity": "sha512-Y4rFpkZODfHrVo70Uaj6cC1JJOt3Pp0MdWSwIKtb8z1/lsjl9AmnB7ErRFV+QNGIfcY1Eruc2UMx5KaRnXjMyg==",
4306
4300
  "requires": {
4307
4301
  "@babel/helper-plugin-utils": "^7.14.5",
4308
- "@babel/helper-skip-transparent-expression-wrappers": "^7.14.5",
4302
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.16.0",
4309
4303
  "@babel/plugin-syntax-optional-chaining": "^7.8.3"
4310
4304
  }
4311
4305
  },
4312
4306
  "@babel/plugin-proposal-private-methods": {
4313
- "version": "7.14.5",
4314
- "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.14.5.tgz",
4315
- "integrity": "sha512-838DkdUA1u+QTCplatfq4B7+1lnDa/+QMI89x5WZHBcnNv+47N8QEj2k9I2MUU9xIv8XJ4XvPCviM/Dj7Uwt9g==",
4307
+ "version": "7.16.0",
4308
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.16.0.tgz",
4309
+ "integrity": "sha512-IvHmcTHDFztQGnn6aWq4t12QaBXTKr1whF/dgp9kz84X6GUcwq9utj7z2wFCUfeOup/QKnOlt2k0zxkGFx9ubg==",
4316
4310
  "requires": {
4317
- "@babel/helper-create-class-features-plugin": "^7.14.5",
4311
+ "@babel/helper-create-class-features-plugin": "^7.16.0",
4318
4312
  "@babel/helper-plugin-utils": "^7.14.5"
4319
4313
  }
4320
4314
  },
4321
4315
  "@babel/plugin-proposal-private-property-in-object": {
4322
- "version": "7.15.4",
4323
- "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.15.4.tgz",
4324
- "integrity": "sha512-X0UTixkLf0PCCffxgu5/1RQyGGbgZuKoI+vXP4iSbJSYwPb7hu06omsFGBvQ9lJEvwgrxHdS8B5nbfcd8GyUNA==",
4316
+ "version": "7.16.0",
4317
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.16.0.tgz",
4318
+ "integrity": "sha512-3jQUr/HBbMVZmi72LpjQwlZ55i1queL8KcDTQEkAHihttJnAPrcvG9ZNXIfsd2ugpizZo595egYV6xy+pv4Ofw==",
4325
4319
  "requires": {
4326
- "@babel/helper-annotate-as-pure": "^7.15.4",
4327
- "@babel/helper-create-class-features-plugin": "^7.15.4",
4320
+ "@babel/helper-annotate-as-pure": "^7.16.0",
4321
+ "@babel/helper-create-class-features-plugin": "^7.16.0",
4328
4322
  "@babel/helper-plugin-utils": "^7.14.5",
4329
4323
  "@babel/plugin-syntax-private-property-in-object": "^7.14.5"
4330
4324
  }
4331
4325
  },
4332
4326
  "@babel/plugin-proposal-unicode-property-regex": {
4333
- "version": "7.14.5",
4334
- "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.14.5.tgz",
4335
- "integrity": "sha512-6axIeOU5LnY471KenAB9vI8I5j7NQ2d652hIYwVyRfgaZT5UpiqFKCuVXCDMSrU+3VFafnu2c5m3lrWIlr6A5Q==",
4327
+ "version": "7.16.0",
4328
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.16.0.tgz",
4329
+ "integrity": "sha512-ti7IdM54NXv29cA4+bNNKEMS4jLMCbJgl+Drv+FgYy0erJLAxNAIXcNjNjrRZEcWq0xJHsNVwQezskMFpF8N9g==",
4336
4330
  "requires": {
4337
- "@babel/helper-create-regexp-features-plugin": "^7.14.5",
4331
+ "@babel/helper-create-regexp-features-plugin": "^7.16.0",
4338
4332
  "@babel/helper-plugin-utils": "^7.14.5"
4339
4333
  }
4340
4334
  },
@@ -4467,328 +4461,329 @@
4467
4461
  }
4468
4462
  },
4469
4463
  "@babel/plugin-syntax-typescript": {
4470
- "version": "7.14.5",
4471
- "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.14.5.tgz",
4472
- "integrity": "sha512-u6OXzDaIXjEstBRRoBCQ/uKQKlbuaeE5in0RvWdA4pN6AhqxTIwUsnHPU1CFZA/amYObMsuWhYfRl3Ch90HD0Q==",
4464
+ "version": "7.16.0",
4465
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.16.0.tgz",
4466
+ "integrity": "sha512-Xv6mEXqVdaqCBfJFyeab0fH2DnUoMsDmhamxsSi4j8nLd4Vtw213WMJr55xxqipC/YVWyPY3K0blJncPYji+dQ==",
4473
4467
  "requires": {
4474
4468
  "@babel/helper-plugin-utils": "^7.14.5"
4475
4469
  }
4476
4470
  },
4477
4471
  "@babel/plugin-transform-arrow-functions": {
4478
- "version": "7.14.5",
4479
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.14.5.tgz",
4480
- "integrity": "sha512-KOnO0l4+tD5IfOdi4x8C1XmEIRWUjNRV8wc6K2vz/3e8yAOoZZvsRXRRIF/yo/MAOFb4QjtAw9xSxMXbSMRy8A==",
4472
+ "version": "7.16.0",
4473
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.16.0.tgz",
4474
+ "integrity": "sha512-vIFb5250Rbh7roWARvCLvIJ/PtAU5Lhv7BtZ1u24COwpI9Ypjsh+bZcKk6rlIyalK+r0jOc1XQ8I4ovNxNrWrA==",
4481
4475
  "requires": {
4482
4476
  "@babel/helper-plugin-utils": "^7.14.5"
4483
4477
  }
4484
4478
  },
4485
4479
  "@babel/plugin-transform-async-to-generator": {
4486
- "version": "7.14.5",
4487
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.14.5.tgz",
4488
- "integrity": "sha512-szkbzQ0mNk0rpu76fzDdqSyPu0MuvpXgC+6rz5rpMb5OIRxdmHfQxrktL8CYolL2d8luMCZTR0DpIMIdL27IjA==",
4480
+ "version": "7.16.0",
4481
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.16.0.tgz",
4482
+ "integrity": "sha512-PbIr7G9kR8tdH6g8Wouir5uVjklETk91GMVSUq+VaOgiinbCkBP6Q7NN/suM/QutZkMJMvcyAriogcYAdhg8Gw==",
4489
4483
  "requires": {
4490
- "@babel/helper-module-imports": "^7.14.5",
4484
+ "@babel/helper-module-imports": "^7.16.0",
4491
4485
  "@babel/helper-plugin-utils": "^7.14.5",
4492
- "@babel/helper-remap-async-to-generator": "^7.14.5"
4486
+ "@babel/helper-remap-async-to-generator": "^7.16.0"
4493
4487
  }
4494
4488
  },
4495
4489
  "@babel/plugin-transform-block-scoped-functions": {
4496
- "version": "7.14.5",
4497
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.14.5.tgz",
4498
- "integrity": "sha512-dtqWqdWZ5NqBX3KzsVCWfQI3A53Ft5pWFCT2eCVUftWZgjc5DpDponbIF1+c+7cSGk2wN0YK7HGL/ezfRbpKBQ==",
4490
+ "version": "7.16.0",
4491
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.16.0.tgz",
4492
+ "integrity": "sha512-V14As3haUOP4ZWrLJ3VVx5rCnrYhMSHN/jX7z6FAt5hjRkLsb0snPCmJwSOML5oxkKO4FNoNv7V5hw/y2bjuvg==",
4499
4493
  "requires": {
4500
4494
  "@babel/helper-plugin-utils": "^7.14.5"
4501
4495
  }
4502
4496
  },
4503
4497
  "@babel/plugin-transform-block-scoping": {
4504
- "version": "7.15.3",
4505
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.15.3.tgz",
4506
- "integrity": "sha512-nBAzfZwZb4DkaGtOes1Up1nOAp9TDRRFw4XBzBBSG9QK7KVFmYzgj9o9sbPv7TX5ofL4Auq4wZnxCoPnI/lz2Q==",
4498
+ "version": "7.16.0",
4499
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.16.0.tgz",
4500
+ "integrity": "sha512-27n3l67/R3UrXfizlvHGuTwsRIFyce3D/6a37GRxn28iyTPvNXaW4XvznexRh1zUNLPjbLL22Id0XQElV94ruw==",
4507
4501
  "requires": {
4508
4502
  "@babel/helper-plugin-utils": "^7.14.5"
4509
4503
  }
4510
4504
  },
4511
4505
  "@babel/plugin-transform-classes": {
4512
- "version": "7.15.4",
4513
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.15.4.tgz",
4514
- "integrity": "sha512-Yjvhex8GzBmmPQUvpXRPWQ9WnxXgAFuZSrqOK/eJlOGIXwvv8H3UEdUigl1gb/bnjTrln+e8bkZUYCBt/xYlBg==",
4506
+ "version": "7.16.0",
4507
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.16.0.tgz",
4508
+ "integrity": "sha512-HUxMvy6GtAdd+GKBNYDWCIA776byUQH8zjnfjxwT1P1ARv/wFu8eBDpmXQcLS/IwRtrxIReGiplOwMeyO7nsDQ==",
4515
4509
  "requires": {
4516
- "@babel/helper-annotate-as-pure": "^7.15.4",
4517
- "@babel/helper-function-name": "^7.15.4",
4518
- "@babel/helper-optimise-call-expression": "^7.15.4",
4510
+ "@babel/helper-annotate-as-pure": "^7.16.0",
4511
+ "@babel/helper-function-name": "^7.16.0",
4512
+ "@babel/helper-optimise-call-expression": "^7.16.0",
4519
4513
  "@babel/helper-plugin-utils": "^7.14.5",
4520
- "@babel/helper-replace-supers": "^7.15.4",
4521
- "@babel/helper-split-export-declaration": "^7.15.4",
4514
+ "@babel/helper-replace-supers": "^7.16.0",
4515
+ "@babel/helper-split-export-declaration": "^7.16.0",
4522
4516
  "globals": "^11.1.0"
4523
4517
  }
4524
4518
  },
4525
4519
  "@babel/plugin-transform-computed-properties": {
4526
- "version": "7.14.5",
4527
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.14.5.tgz",
4528
- "integrity": "sha512-pWM+E4283UxaVzLb8UBXv4EIxMovU4zxT1OPnpHJcmnvyY9QbPPTKZfEj31EUvG3/EQRbYAGaYEUZ4yWOBC2xg==",
4520
+ "version": "7.16.0",
4521
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.16.0.tgz",
4522
+ "integrity": "sha512-63l1dRXday6S8V3WFY5mXJwcRAnPYxvFfTlt67bwV1rTyVTM5zrp0DBBb13Kl7+ehkCVwIZPumPpFP/4u70+Tw==",
4529
4523
  "requires": {
4530
4524
  "@babel/helper-plugin-utils": "^7.14.5"
4531
4525
  }
4532
4526
  },
4533
4527
  "@babel/plugin-transform-destructuring": {
4534
- "version": "7.14.7",
4535
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.14.7.tgz",
4536
- "integrity": "sha512-0mDE99nK+kVh3xlc5vKwB6wnP9ecuSj+zQCa/n0voENtP/zymdT4HH6QEb65wjjcbqr1Jb/7z9Qp7TF5FtwYGw==",
4528
+ "version": "7.16.0",
4529
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.16.0.tgz",
4530
+ "integrity": "sha512-Q7tBUwjxLTsHEoqktemHBMtb3NYwyJPTJdM+wDwb0g8PZ3kQUIzNvwD5lPaqW/p54TXBc/MXZu9Jr7tbUEUM8Q==",
4537
4531
  "requires": {
4538
4532
  "@babel/helper-plugin-utils": "^7.14.5"
4539
4533
  }
4540
4534
  },
4541
4535
  "@babel/plugin-transform-dotall-regex": {
4542
- "version": "7.14.5",
4543
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.14.5.tgz",
4544
- "integrity": "sha512-loGlnBdj02MDsFaHhAIJzh7euK89lBrGIdM9EAtHFo6xKygCUGuuWe07o1oZVk287amtW1n0808sQM99aZt3gw==",
4536
+ "version": "7.16.0",
4537
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.16.0.tgz",
4538
+ "integrity": "sha512-FXlDZfQeLILfJlC6I1qyEwcHK5UpRCFkaoVyA1nk9A1L1Yu583YO4un2KsLBsu3IJb4CUbctZks8tD9xPQubLw==",
4545
4539
  "requires": {
4546
- "@babel/helper-create-regexp-features-plugin": "^7.14.5",
4540
+ "@babel/helper-create-regexp-features-plugin": "^7.16.0",
4547
4541
  "@babel/helper-plugin-utils": "^7.14.5"
4548
4542
  }
4549
4543
  },
4550
4544
  "@babel/plugin-transform-duplicate-keys": {
4551
- "version": "7.14.5",
4552
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.14.5.tgz",
4553
- "integrity": "sha512-iJjbI53huKbPDAsJ8EmVmvCKeeq21bAze4fu9GBQtSLqfvzj2oRuHVx4ZkDwEhg1htQ+5OBZh/Ab0XDf5iBZ7A==",
4545
+ "version": "7.16.0",
4546
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.16.0.tgz",
4547
+ "integrity": "sha512-LIe2kcHKAZOJDNxujvmp6z3mfN6V9lJxubU4fJIGoQCkKe3Ec2OcbdlYP+vW++4MpxwG0d1wSDOJtQW5kLnkZQ==",
4554
4548
  "requires": {
4555
4549
  "@babel/helper-plugin-utils": "^7.14.5"
4556
4550
  }
4557
4551
  },
4558
4552
  "@babel/plugin-transform-exponentiation-operator": {
4559
- "version": "7.14.5",
4560
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.14.5.tgz",
4561
- "integrity": "sha512-jFazJhMBc9D27o9jDnIE5ZErI0R0m7PbKXVq77FFvqFbzvTMuv8jaAwLZ5PviOLSFttqKIW0/wxNSDbjLk0tYA==",
4553
+ "version": "7.16.0",
4554
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.16.0.tgz",
4555
+ "integrity": "sha512-OwYEvzFI38hXklsrbNivzpO3fh87skzx8Pnqi4LoSYeav0xHlueSoCJrSgTPfnbyzopo5b3YVAJkFIcUpK2wsw==",
4562
4556
  "requires": {
4563
- "@babel/helper-builder-binary-assignment-operator-visitor": "^7.14.5",
4557
+ "@babel/helper-builder-binary-assignment-operator-visitor": "^7.16.0",
4564
4558
  "@babel/helper-plugin-utils": "^7.14.5"
4565
4559
  }
4566
4560
  },
4567
4561
  "@babel/plugin-transform-for-of": {
4568
- "version": "7.15.4",
4569
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.15.4.tgz",
4570
- "integrity": "sha512-DRTY9fA751AFBDh2oxydvVm4SYevs5ILTWLs6xKXps4Re/KG5nfUkr+TdHCrRWB8C69TlzVgA9b3RmGWmgN9LA==",
4562
+ "version": "7.16.0",
4563
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.16.0.tgz",
4564
+ "integrity": "sha512-5QKUw2kO+GVmKr2wMYSATCTTnHyscl6sxFRAY+rvN7h7WB0lcG0o4NoV6ZQU32OZGVsYUsfLGgPQpDFdkfjlJQ==",
4571
4565
  "requires": {
4572
4566
  "@babel/helper-plugin-utils": "^7.14.5"
4573
4567
  }
4574
4568
  },
4575
4569
  "@babel/plugin-transform-function-name": {
4576
- "version": "7.14.5",
4577
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.14.5.tgz",
4578
- "integrity": "sha512-vbO6kv0fIzZ1GpmGQuvbwwm+O4Cbm2NrPzwlup9+/3fdkuzo1YqOZcXw26+YUJB84Ja7j9yURWposEHLYwxUfQ==",
4570
+ "version": "7.16.0",
4571
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.16.0.tgz",
4572
+ "integrity": "sha512-lBzMle9jcOXtSOXUpc7tvvTpENu/NuekNJVova5lCCWCV9/U1ho2HH2y0p6mBg8fPm/syEAbfaaemYGOHCY3mg==",
4579
4573
  "requires": {
4580
- "@babel/helper-function-name": "^7.14.5",
4574
+ "@babel/helper-function-name": "^7.16.0",
4581
4575
  "@babel/helper-plugin-utils": "^7.14.5"
4582
4576
  }
4583
4577
  },
4584
4578
  "@babel/plugin-transform-literals": {
4585
- "version": "7.14.5",
4586
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.14.5.tgz",
4587
- "integrity": "sha512-ql33+epql2F49bi8aHXxvLURHkxJbSmMKl9J5yHqg4PLtdE6Uc48CH1GS6TQvZ86eoB/ApZXwm7jlA+B3kra7A==",
4579
+ "version": "7.16.0",
4580
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.16.0.tgz",
4581
+ "integrity": "sha512-gQDlsSF1iv9RU04clgXqRjrPyyoJMTclFt3K1cjLmTKikc0s/6vE3hlDeEVC71wLTRu72Fq7650kABrdTc2wMQ==",
4588
4582
  "requires": {
4589
4583
  "@babel/helper-plugin-utils": "^7.14.5"
4590
4584
  }
4591
4585
  },
4592
4586
  "@babel/plugin-transform-member-expression-literals": {
4593
- "version": "7.14.5",
4594
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.14.5.tgz",
4595
- "integrity": "sha512-WkNXxH1VXVTKarWFqmso83xl+2V3Eo28YY5utIkbsmXoItO8Q3aZxN4BTS2k0hz9dGUloHK26mJMyQEYfkn/+Q==",
4587
+ "version": "7.16.0",
4588
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.16.0.tgz",
4589
+ "integrity": "sha512-WRpw5HL4Jhnxw8QARzRvwojp9MIE7Tdk3ez6vRyUk1MwgjJN0aNpRoXainLR5SgxmoXx/vsXGZ6OthP6t/RbUg==",
4596
4590
  "requires": {
4597
4591
  "@babel/helper-plugin-utils": "^7.14.5"
4598
4592
  }
4599
4593
  },
4600
4594
  "@babel/plugin-transform-modules-amd": {
4601
- "version": "7.14.5",
4602
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.14.5.tgz",
4603
- "integrity": "sha512-3lpOU8Vxmp3roC4vzFpSdEpGUWSMsHFreTWOMMLzel2gNGfHE5UWIh/LN6ghHs2xurUp4jRFYMUIZhuFbody1g==",
4595
+ "version": "7.16.0",
4596
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.16.0.tgz",
4597
+ "integrity": "sha512-rWFhWbCJ9Wdmzln1NmSCqn7P0RAD+ogXG/bd9Kg5c7PKWkJtkiXmYsMBeXjDlzHpVTJ4I/hnjs45zX4dEv81xw==",
4604
4598
  "requires": {
4605
- "@babel/helper-module-transforms": "^7.14.5",
4599
+ "@babel/helper-module-transforms": "^7.16.0",
4606
4600
  "@babel/helper-plugin-utils": "^7.14.5",
4607
4601
  "babel-plugin-dynamic-import-node": "^2.3.3"
4608
4602
  }
4609
4603
  },
4610
4604
  "@babel/plugin-transform-modules-commonjs": {
4611
- "version": "7.15.4",
4612
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.15.4.tgz",
4613
- "integrity": "sha512-qg4DPhwG8hKp4BbVDvX1s8cohM8a6Bvptu4l6Iingq5rW+yRUAhe/YRup/YcW2zCOlrysEWVhftIcKzrEZv3sA==",
4605
+ "version": "7.16.0",
4606
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.16.0.tgz",
4607
+ "integrity": "sha512-Dzi+NWqyEotgzk/sb7kgQPJQf7AJkQBWsVp1N6JWc1lBVo0vkElUnGdr1PzUBmfsCCN5OOFya3RtpeHk15oLKQ==",
4614
4608
  "requires": {
4615
- "@babel/helper-module-transforms": "^7.15.4",
4609
+ "@babel/helper-module-transforms": "^7.16.0",
4616
4610
  "@babel/helper-plugin-utils": "^7.14.5",
4617
- "@babel/helper-simple-access": "^7.15.4",
4611
+ "@babel/helper-simple-access": "^7.16.0",
4618
4612
  "babel-plugin-dynamic-import-node": "^2.3.3"
4619
4613
  }
4620
4614
  },
4621
4615
  "@babel/plugin-transform-modules-systemjs": {
4622
- "version": "7.15.4",
4623
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.15.4.tgz",
4624
- "integrity": "sha512-fJUnlQrl/mezMneR72CKCgtOoahqGJNVKpompKwzv3BrEXdlPspTcyxrZ1XmDTIr9PpULrgEQo3qNKp6dW7ssw==",
4616
+ "version": "7.16.0",
4617
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.16.0.tgz",
4618
+ "integrity": "sha512-yuGBaHS3lF1m/5R+6fjIke64ii5luRUg97N2wr+z1sF0V+sNSXPxXDdEEL/iYLszsN5VKxVB1IPfEqhzVpiqvg==",
4625
4619
  "requires": {
4626
- "@babel/helper-hoist-variables": "^7.15.4",
4627
- "@babel/helper-module-transforms": "^7.15.4",
4620
+ "@babel/helper-hoist-variables": "^7.16.0",
4621
+ "@babel/helper-module-transforms": "^7.16.0",
4628
4622
  "@babel/helper-plugin-utils": "^7.14.5",
4629
- "@babel/helper-validator-identifier": "^7.14.9",
4623
+ "@babel/helper-validator-identifier": "^7.15.7",
4630
4624
  "babel-plugin-dynamic-import-node": "^2.3.3"
4631
4625
  }
4632
4626
  },
4633
4627
  "@babel/plugin-transform-modules-umd": {
4634
- "version": "7.14.5",
4635
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.14.5.tgz",
4636
- "integrity": "sha512-RfPGoagSngC06LsGUYyM9QWSXZ8MysEjDJTAea1lqRjNECE3y0qIJF/qbvJxc4oA4s99HumIMdXOrd+TdKaAAA==",
4628
+ "version": "7.16.0",
4629
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.16.0.tgz",
4630
+ "integrity": "sha512-nx4f6no57himWiHhxDM5pjwhae5vLpTK2zCnDH8+wNLJy0TVER/LJRHl2bkt6w9Aad2sPD5iNNoUpY3X9sTGDg==",
4637
4631
  "requires": {
4638
- "@babel/helper-module-transforms": "^7.14.5",
4632
+ "@babel/helper-module-transforms": "^7.16.0",
4639
4633
  "@babel/helper-plugin-utils": "^7.14.5"
4640
4634
  }
4641
4635
  },
4642
4636
  "@babel/plugin-transform-named-capturing-groups-regex": {
4643
- "version": "7.14.9",
4644
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.14.9.tgz",
4645
- "integrity": "sha512-l666wCVYO75mlAtGFfyFwnWmIXQm3kSH0C3IRnJqWcZbWkoihyAdDhFm2ZWaxWTqvBvhVFfJjMRQ0ez4oN1yYA==",
4637
+ "version": "7.16.0",
4638
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.16.0.tgz",
4639
+ "integrity": "sha512-LogN88uO+7EhxWc8WZuQ8vxdSyVGxhkh8WTC3tzlT8LccMuQdA81e9SGV6zY7kY2LjDhhDOFdQVxdGwPyBCnvg==",
4646
4640
  "requires": {
4647
- "@babel/helper-create-regexp-features-plugin": "^7.14.5"
4641
+ "@babel/helper-create-regexp-features-plugin": "^7.16.0"
4648
4642
  }
4649
4643
  },
4650
4644
  "@babel/plugin-transform-new-target": {
4651
- "version": "7.14.5",
4652
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.14.5.tgz",
4653
- "integrity": "sha512-Nx054zovz6IIRWEB49RDRuXGI4Gy0GMgqG0cII9L3MxqgXz/+rgII+RU58qpo4g7tNEx1jG7rRVH4ihZoP4esQ==",
4645
+ "version": "7.16.0",
4646
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.16.0.tgz",
4647
+ "integrity": "sha512-fhjrDEYv2DBsGN/P6rlqakwRwIp7rBGLPbrKxwh7oVt5NNkIhZVOY2GRV+ULLsQri1bDqwDWnU3vhlmx5B2aCw==",
4654
4648
  "requires": {
4655
4649
  "@babel/helper-plugin-utils": "^7.14.5"
4656
4650
  }
4657
4651
  },
4658
4652
  "@babel/plugin-transform-object-super": {
4659
- "version": "7.14.5",
4660
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.14.5.tgz",
4661
- "integrity": "sha512-MKfOBWzK0pZIrav9z/hkRqIk/2bTv9qvxHzPQc12RcVkMOzpIKnFCNYJip00ssKWYkd8Sf5g0Wr7pqJ+cmtuFg==",
4653
+ "version": "7.16.0",
4654
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.16.0.tgz",
4655
+ "integrity": "sha512-fds+puedQHn4cPLshoHcR1DTMN0q1V9ou0mUjm8whx9pGcNvDrVVrgw+KJzzCaiTdaYhldtrUps8DWVMgrSEyg==",
4662
4656
  "requires": {
4663
4657
  "@babel/helper-plugin-utils": "^7.14.5",
4664
- "@babel/helper-replace-supers": "^7.14.5"
4658
+ "@babel/helper-replace-supers": "^7.16.0"
4665
4659
  }
4666
4660
  },
4667
4661
  "@babel/plugin-transform-parameters": {
4668
- "version": "7.15.4",
4669
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.15.4.tgz",
4670
- "integrity": "sha512-9WB/GUTO6lvJU3XQsSr6J/WKvBC2hcs4Pew8YxZagi6GkTdniyqp8On5kqdK8MN0LMeu0mGbhPN+O049NV/9FQ==",
4662
+ "version": "7.16.0",
4663
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.16.0.tgz",
4664
+ "integrity": "sha512-XgnQEm1CevKROPx+udOi/8f8TiGhrUWiHiaUCIp47tE0tpFDjzXNTZc9E5CmCwxNjXTWEVqvRfWZYOTFvMa/ZQ==",
4671
4665
  "requires": {
4672
4666
  "@babel/helper-plugin-utils": "^7.14.5"
4673
4667
  }
4674
4668
  },
4675
4669
  "@babel/plugin-transform-property-literals": {
4676
- "version": "7.14.5",
4677
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.14.5.tgz",
4678
- "integrity": "sha512-r1uilDthkgXW8Z1vJz2dKYLV1tuw2xsbrp3MrZmD99Wh9vsfKoob+JTgri5VUb/JqyKRXotlOtwgu4stIYCmnw==",
4670
+ "version": "7.16.0",
4671
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.16.0.tgz",
4672
+ "integrity": "sha512-XLldD4V8+pOqX2hwfWhgwXzGdnDOThxaNTgqagOcpBgIxbUvpgU2FMvo5E1RyHbk756WYgdbS0T8y0Cj9FKkWQ==",
4679
4673
  "requires": {
4680
4674
  "@babel/helper-plugin-utils": "^7.14.5"
4681
4675
  }
4682
4676
  },
4683
4677
  "@babel/plugin-transform-regenerator": {
4684
- "version": "7.14.5",
4685
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.14.5.tgz",
4686
- "integrity": "sha512-NVIY1W3ITDP5xQl50NgTKlZ0GrotKtLna08/uGY6ErQt6VEQZXla86x/CTddm5gZdcr+5GSsvMeTmWA5Ii6pkg==",
4678
+ "version": "7.16.0",
4679
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.16.0.tgz",
4680
+ "integrity": "sha512-JAvGxgKuwS2PihiSFaDrp94XOzzTUeDeOQlcKzVAyaPap7BnZXK/lvMDiubkPTdotPKOIZq9xWXWnggUMYiExg==",
4687
4681
  "requires": {
4688
4682
  "regenerator-transform": "^0.14.2"
4689
4683
  }
4690
4684
  },
4691
4685
  "@babel/plugin-transform-reserved-words": {
4692
- "version": "7.14.5",
4693
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.14.5.tgz",
4694
- "integrity": "sha512-cv4F2rv1nD4qdexOGsRQXJrOcyb5CrgjUH9PKrrtyhSDBNWGxd0UIitjyJiWagS+EbUGjG++22mGH1Pub8D6Vg==",
4686
+ "version": "7.16.0",
4687
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.16.0.tgz",
4688
+ "integrity": "sha512-Dgs8NNCehHSvXdhEhln8u/TtJxfVwGYCgP2OOr5Z3Ar+B+zXicEOKNTyc+eca2cuEOMtjW6m9P9ijOt8QdqWkg==",
4695
4689
  "requires": {
4696
4690
  "@babel/helper-plugin-utils": "^7.14.5"
4697
4691
  }
4698
4692
  },
4699
4693
  "@babel/plugin-transform-shorthand-properties": {
4700
- "version": "7.14.5",
4701
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.14.5.tgz",
4702
- "integrity": "sha512-xLucks6T1VmGsTB+GWK5Pl9Jl5+nRXD1uoFdA5TSO6xtiNjtXTjKkmPdFXVLGlK5A2/or/wQMKfmQ2Y0XJfn5g==",
4694
+ "version": "7.16.0",
4695
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.16.0.tgz",
4696
+ "integrity": "sha512-iVb1mTcD8fuhSv3k99+5tlXu5N0v8/DPm2mO3WACLG6al1CGZH7v09HJyUb1TtYl/Z+KrM6pHSIJdZxP5A+xow==",
4703
4697
  "requires": {
4704
4698
  "@babel/helper-plugin-utils": "^7.14.5"
4705
4699
  }
4706
4700
  },
4707
4701
  "@babel/plugin-transform-spread": {
4708
- "version": "7.14.6",
4709
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.14.6.tgz",
4710
- "integrity": "sha512-Zr0x0YroFJku7n7+/HH3A2eIrGMjbmAIbJSVv0IZ+t3U2WUQUA64S/oeied2e+MaGSjmt4alzBCsK9E8gh+fag==",
4702
+ "version": "7.16.0",
4703
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.16.0.tgz",
4704
+ "integrity": "sha512-Ao4MSYRaLAQczZVp9/7E7QHsCuK92yHRrmVNRe/SlEJjhzivq0BSn8mEraimL8wizHZ3fuaHxKH0iwzI13GyGg==",
4711
4705
  "requires": {
4712
4706
  "@babel/helper-plugin-utils": "^7.14.5",
4713
- "@babel/helper-skip-transparent-expression-wrappers": "^7.14.5"
4707
+ "@babel/helper-skip-transparent-expression-wrappers": "^7.16.0"
4714
4708
  }
4715
4709
  },
4716
4710
  "@babel/plugin-transform-sticky-regex": {
4717
- "version": "7.14.5",
4718
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.14.5.tgz",
4719
- "integrity": "sha512-Z7F7GyvEMzIIbwnziAZmnSNpdijdr4dWt+FJNBnBLz5mwDFkqIXU9wmBcWWad3QeJF5hMTkRe4dAq2sUZiG+8A==",
4711
+ "version": "7.16.0",
4712
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.16.0.tgz",
4713
+ "integrity": "sha512-/ntT2NljR9foobKk4E/YyOSwcGUXtYWv5tinMK/3RkypyNBNdhHUaq6Orw5DWq9ZcNlS03BIlEALFeQgeVAo4Q==",
4720
4714
  "requires": {
4721
4715
  "@babel/helper-plugin-utils": "^7.14.5"
4722
4716
  }
4723
4717
  },
4724
4718
  "@babel/plugin-transform-template-literals": {
4725
- "version": "7.14.5",
4726
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.14.5.tgz",
4727
- "integrity": "sha512-22btZeURqiepOfuy/VkFr+zStqlujWaarpMErvay7goJS6BWwdd6BY9zQyDLDa4x2S3VugxFb162IZ4m/S/+Gg==",
4719
+ "version": "7.16.0",
4720
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.16.0.tgz",
4721
+ "integrity": "sha512-Rd4Ic89hA/f7xUSJQk5PnC+4so50vBoBfxjdQAdvngwidM8jYIBVxBZ/sARxD4e0yMXRbJVDrYf7dyRtIIKT6Q==",
4728
4722
  "requires": {
4729
4723
  "@babel/helper-plugin-utils": "^7.14.5"
4730
4724
  }
4731
4725
  },
4732
4726
  "@babel/plugin-transform-typeof-symbol": {
4733
- "version": "7.14.5",
4734
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.14.5.tgz",
4735
- "integrity": "sha512-lXzLD30ffCWseTbMQzrvDWqljvZlHkXU+CnseMhkMNqU1sASnCsz3tSzAaH3vCUXb9PHeUb90ZT1BdFTm1xxJw==",
4727
+ "version": "7.16.0",
4728
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.16.0.tgz",
4729
+ "integrity": "sha512-++V2L8Bdf4vcaHi2raILnptTBjGEFxn5315YU+e8+EqXIucA+q349qWngCLpUYqqv233suJ6NOienIVUpS9cqg==",
4736
4730
  "requires": {
4737
4731
  "@babel/helper-plugin-utils": "^7.14.5"
4738
4732
  }
4739
4733
  },
4740
4734
  "@babel/plugin-transform-typescript": {
4741
- "version": "7.15.4",
4742
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.15.4.tgz",
4743
- "integrity": "sha512-sM1/FEjwYjXvMwu1PJStH11kJ154zd/lpY56NQJ5qH2D0mabMv1CAy/kdvS9RP4Xgfj9fBBA3JiSLdDHgXdzOA==",
4735
+ "version": "7.16.1",
4736
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.16.1.tgz",
4737
+ "integrity": "sha512-NO4XoryBng06jjw/qWEU2LhcLJr1tWkhpMam/H4eas/CDKMX/b2/Ylb6EI256Y7+FVPCawwSM1rrJNOpDiz+Lg==",
4744
4738
  "requires": {
4745
- "@babel/helper-create-class-features-plugin": "^7.15.4",
4739
+ "@babel/helper-create-class-features-plugin": "^7.16.0",
4746
4740
  "@babel/helper-plugin-utils": "^7.14.5",
4747
- "@babel/plugin-syntax-typescript": "^7.14.5"
4741
+ "@babel/plugin-syntax-typescript": "^7.16.0"
4748
4742
  }
4749
4743
  },
4750
4744
  "@babel/plugin-transform-unicode-escapes": {
4751
- "version": "7.14.5",
4752
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.14.5.tgz",
4753
- "integrity": "sha512-crTo4jATEOjxj7bt9lbYXcBAM3LZaUrbP2uUdxb6WIorLmjNKSpHfIybgY4B8SRpbf8tEVIWH3Vtm7ayCrKocA==",
4745
+ "version": "7.16.0",
4746
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.16.0.tgz",
4747
+ "integrity": "sha512-VFi4dhgJM7Bpk8lRc5CMaRGlKZ29W9C3geZjt9beuzSUrlJxsNwX7ReLwaL6WEvsOf2EQkyIJEPtF8EXjB/g2A==",
4754
4748
  "requires": {
4755
4749
  "@babel/helper-plugin-utils": "^7.14.5"
4756
4750
  }
4757
4751
  },
4758
4752
  "@babel/plugin-transform-unicode-regex": {
4759
- "version": "7.14.5",
4760
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.14.5.tgz",
4761
- "integrity": "sha512-UygduJpC5kHeCiRw/xDVzC+wj8VaYSoKl5JNVmbP7MadpNinAm3SvZCxZ42H37KZBKztz46YC73i9yV34d0Tzw==",
4753
+ "version": "7.16.0",
4754
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.16.0.tgz",
4755
+ "integrity": "sha512-jHLK4LxhHjvCeZDWyA9c+P9XH1sOxRd1RO9xMtDVRAOND/PczPqizEtVdx4TQF/wyPaewqpT+tgQFYMnN/P94A==",
4762
4756
  "requires": {
4763
- "@babel/helper-create-regexp-features-plugin": "^7.14.5",
4757
+ "@babel/helper-create-regexp-features-plugin": "^7.16.0",
4764
4758
  "@babel/helper-plugin-utils": "^7.14.5"
4765
4759
  }
4766
4760
  },
4767
4761
  "@babel/preset-env": {
4768
- "version": "7.15.6",
4769
- "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.15.6.tgz",
4770
- "integrity": "sha512-L+6jcGn7EWu7zqaO2uoTDjjMBW+88FXzV8KvrBl2z6MtRNxlsmUNRlZPaNNPUTgqhyC5DHNFk/2Jmra+ublZWw==",
4762
+ "version": "7.16.0",
4763
+ "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.16.0.tgz",
4764
+ "integrity": "sha512-cdTu/W0IrviamtnZiTfixPfIncr2M1VqRrkjzZWlr1B4TVYimCFK5jkyOdP4qw2MrlKHi+b3ORj6x8GoCew8Dg==",
4771
4765
  "requires": {
4772
- "@babel/compat-data": "^7.15.0",
4773
- "@babel/helper-compilation-targets": "^7.15.4",
4766
+ "@babel/compat-data": "^7.16.0",
4767
+ "@babel/helper-compilation-targets": "^7.16.0",
4774
4768
  "@babel/helper-plugin-utils": "^7.14.5",
4775
4769
  "@babel/helper-validator-option": "^7.14.5",
4776
- "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.15.4",
4777
- "@babel/plugin-proposal-async-generator-functions": "^7.15.4",
4778
- "@babel/plugin-proposal-class-properties": "^7.14.5",
4779
- "@babel/plugin-proposal-class-static-block": "^7.15.4",
4780
- "@babel/plugin-proposal-dynamic-import": "^7.14.5",
4781
- "@babel/plugin-proposal-export-namespace-from": "^7.14.5",
4782
- "@babel/plugin-proposal-json-strings": "^7.14.5",
4783
- "@babel/plugin-proposal-logical-assignment-operators": "^7.14.5",
4784
- "@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
4785
- "@babel/plugin-proposal-numeric-separator": "^7.14.5",
4786
- "@babel/plugin-proposal-object-rest-spread": "^7.15.6",
4787
- "@babel/plugin-proposal-optional-catch-binding": "^7.14.5",
4788
- "@babel/plugin-proposal-optional-chaining": "^7.14.5",
4789
- "@babel/plugin-proposal-private-methods": "^7.14.5",
4790
- "@babel/plugin-proposal-private-property-in-object": "^7.15.4",
4791
- "@babel/plugin-proposal-unicode-property-regex": "^7.14.5",
4770
+ "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.16.0",
4771
+ "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.16.0",
4772
+ "@babel/plugin-proposal-async-generator-functions": "^7.16.0",
4773
+ "@babel/plugin-proposal-class-properties": "^7.16.0",
4774
+ "@babel/plugin-proposal-class-static-block": "^7.16.0",
4775
+ "@babel/plugin-proposal-dynamic-import": "^7.16.0",
4776
+ "@babel/plugin-proposal-export-namespace-from": "^7.16.0",
4777
+ "@babel/plugin-proposal-json-strings": "^7.16.0",
4778
+ "@babel/plugin-proposal-logical-assignment-operators": "^7.16.0",
4779
+ "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.0",
4780
+ "@babel/plugin-proposal-numeric-separator": "^7.16.0",
4781
+ "@babel/plugin-proposal-object-rest-spread": "^7.16.0",
4782
+ "@babel/plugin-proposal-optional-catch-binding": "^7.16.0",
4783
+ "@babel/plugin-proposal-optional-chaining": "^7.16.0",
4784
+ "@babel/plugin-proposal-private-methods": "^7.16.0",
4785
+ "@babel/plugin-proposal-private-property-in-object": "^7.16.0",
4786
+ "@babel/plugin-proposal-unicode-property-regex": "^7.16.0",
4792
4787
  "@babel/plugin-syntax-async-generators": "^7.8.4",
4793
4788
  "@babel/plugin-syntax-class-properties": "^7.12.13",
4794
4789
  "@babel/plugin-syntax-class-static-block": "^7.14.5",
@@ -4803,44 +4798,44 @@
4803
4798
  "@babel/plugin-syntax-optional-chaining": "^7.8.3",
4804
4799
  "@babel/plugin-syntax-private-property-in-object": "^7.14.5",
4805
4800
  "@babel/plugin-syntax-top-level-await": "^7.14.5",
4806
- "@babel/plugin-transform-arrow-functions": "^7.14.5",
4807
- "@babel/plugin-transform-async-to-generator": "^7.14.5",
4808
- "@babel/plugin-transform-block-scoped-functions": "^7.14.5",
4809
- "@babel/plugin-transform-block-scoping": "^7.15.3",
4810
- "@babel/plugin-transform-classes": "^7.15.4",
4811
- "@babel/plugin-transform-computed-properties": "^7.14.5",
4812
- "@babel/plugin-transform-destructuring": "^7.14.7",
4813
- "@babel/plugin-transform-dotall-regex": "^7.14.5",
4814
- "@babel/plugin-transform-duplicate-keys": "^7.14.5",
4815
- "@babel/plugin-transform-exponentiation-operator": "^7.14.5",
4816
- "@babel/plugin-transform-for-of": "^7.15.4",
4817
- "@babel/plugin-transform-function-name": "^7.14.5",
4818
- "@babel/plugin-transform-literals": "^7.14.5",
4819
- "@babel/plugin-transform-member-expression-literals": "^7.14.5",
4820
- "@babel/plugin-transform-modules-amd": "^7.14.5",
4821
- "@babel/plugin-transform-modules-commonjs": "^7.15.4",
4822
- "@babel/plugin-transform-modules-systemjs": "^7.15.4",
4823
- "@babel/plugin-transform-modules-umd": "^7.14.5",
4824
- "@babel/plugin-transform-named-capturing-groups-regex": "^7.14.9",
4825
- "@babel/plugin-transform-new-target": "^7.14.5",
4826
- "@babel/plugin-transform-object-super": "^7.14.5",
4827
- "@babel/plugin-transform-parameters": "^7.15.4",
4828
- "@babel/plugin-transform-property-literals": "^7.14.5",
4829
- "@babel/plugin-transform-regenerator": "^7.14.5",
4830
- "@babel/plugin-transform-reserved-words": "^7.14.5",
4831
- "@babel/plugin-transform-shorthand-properties": "^7.14.5",
4832
- "@babel/plugin-transform-spread": "^7.14.6",
4833
- "@babel/plugin-transform-sticky-regex": "^7.14.5",
4834
- "@babel/plugin-transform-template-literals": "^7.14.5",
4835
- "@babel/plugin-transform-typeof-symbol": "^7.14.5",
4836
- "@babel/plugin-transform-unicode-escapes": "^7.14.5",
4837
- "@babel/plugin-transform-unicode-regex": "^7.14.5",
4838
- "@babel/preset-modules": "^0.1.4",
4839
- "@babel/types": "^7.15.6",
4840
- "babel-plugin-polyfill-corejs2": "^0.2.2",
4841
- "babel-plugin-polyfill-corejs3": "^0.2.2",
4842
- "babel-plugin-polyfill-regenerator": "^0.2.2",
4843
- "core-js-compat": "^3.16.0",
4801
+ "@babel/plugin-transform-arrow-functions": "^7.16.0",
4802
+ "@babel/plugin-transform-async-to-generator": "^7.16.0",
4803
+ "@babel/plugin-transform-block-scoped-functions": "^7.16.0",
4804
+ "@babel/plugin-transform-block-scoping": "^7.16.0",
4805
+ "@babel/plugin-transform-classes": "^7.16.0",
4806
+ "@babel/plugin-transform-computed-properties": "^7.16.0",
4807
+ "@babel/plugin-transform-destructuring": "^7.16.0",
4808
+ "@babel/plugin-transform-dotall-regex": "^7.16.0",
4809
+ "@babel/plugin-transform-duplicate-keys": "^7.16.0",
4810
+ "@babel/plugin-transform-exponentiation-operator": "^7.16.0",
4811
+ "@babel/plugin-transform-for-of": "^7.16.0",
4812
+ "@babel/plugin-transform-function-name": "^7.16.0",
4813
+ "@babel/plugin-transform-literals": "^7.16.0",
4814
+ "@babel/plugin-transform-member-expression-literals": "^7.16.0",
4815
+ "@babel/plugin-transform-modules-amd": "^7.16.0",
4816
+ "@babel/plugin-transform-modules-commonjs": "^7.16.0",
4817
+ "@babel/plugin-transform-modules-systemjs": "^7.16.0",
4818
+ "@babel/plugin-transform-modules-umd": "^7.16.0",
4819
+ "@babel/plugin-transform-named-capturing-groups-regex": "^7.16.0",
4820
+ "@babel/plugin-transform-new-target": "^7.16.0",
4821
+ "@babel/plugin-transform-object-super": "^7.16.0",
4822
+ "@babel/plugin-transform-parameters": "^7.16.0",
4823
+ "@babel/plugin-transform-property-literals": "^7.16.0",
4824
+ "@babel/plugin-transform-regenerator": "^7.16.0",
4825
+ "@babel/plugin-transform-reserved-words": "^7.16.0",
4826
+ "@babel/plugin-transform-shorthand-properties": "^7.16.0",
4827
+ "@babel/plugin-transform-spread": "^7.16.0",
4828
+ "@babel/plugin-transform-sticky-regex": "^7.16.0",
4829
+ "@babel/plugin-transform-template-literals": "^7.16.0",
4830
+ "@babel/plugin-transform-typeof-symbol": "^7.16.0",
4831
+ "@babel/plugin-transform-unicode-escapes": "^7.16.0",
4832
+ "@babel/plugin-transform-unicode-regex": "^7.16.0",
4833
+ "@babel/preset-modules": "^0.1.5",
4834
+ "@babel/types": "^7.16.0",
4835
+ "babel-plugin-polyfill-corejs2": "^0.2.3",
4836
+ "babel-plugin-polyfill-corejs3": "^0.3.0",
4837
+ "babel-plugin-polyfill-regenerator": "^0.2.3",
4838
+ "core-js-compat": "^3.19.0",
4844
4839
  "semver": "^6.3.0"
4845
4840
  },
4846
4841
  "dependencies": {
@@ -4852,9 +4847,9 @@
4852
4847
  }
4853
4848
  },
4854
4849
  "@babel/preset-modules": {
4855
- "version": "0.1.4",
4856
- "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.4.tgz",
4857
- "integrity": "sha512-J36NhwnfdzpmH41M1DrnkkgAqhZaqr/NBdPfQ677mLzlaXo+oDiv1deyCDtgAhz8p328otdob0Du7+xgHGZbKg==",
4850
+ "version": "0.1.5",
4851
+ "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.5.tgz",
4852
+ "integrity": "sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==",
4858
4853
  "requires": {
4859
4854
  "@babel/helper-plugin-utils": "^7.0.0",
4860
4855
  "@babel/plugin-proposal-unicode-property-regex": "^7.4.4",
@@ -4864,55 +4859,55 @@
4864
4859
  }
4865
4860
  },
4866
4861
  "@babel/preset-typescript": {
4867
- "version": "7.15.0",
4868
- "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.15.0.tgz",
4869
- "integrity": "sha512-lt0Y/8V3y06Wq/8H/u0WakrqciZ7Fz7mwPDHWUJAXlABL5hiUG42BNlRXiELNjeWjO5rWmnNKlx+yzJvxezHow==",
4862
+ "version": "7.16.0",
4863
+ "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.16.0.tgz",
4864
+ "integrity": "sha512-txegdrZYgO9DlPbv+9QOVpMnKbOtezsLHWsnsRF4AjbSIsVaujrq1qg8HK0mxQpWv0jnejt0yEoW1uWpvbrDTg==",
4870
4865
  "requires": {
4871
4866
  "@babel/helper-plugin-utils": "^7.14.5",
4872
4867
  "@babel/helper-validator-option": "^7.14.5",
4873
- "@babel/plugin-transform-typescript": "^7.15.0"
4868
+ "@babel/plugin-transform-typescript": "^7.16.0"
4874
4869
  }
4875
4870
  },
4876
4871
  "@babel/runtime": {
4877
- "version": "7.15.4",
4878
- "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.15.4.tgz",
4879
- "integrity": "sha512-99catp6bHCaxr4sJ/DbTGgHS4+Rs2RVd2g7iOap6SLGPDknRK9ztKNsE/Fg6QhSeh1FGE5f6gHGQmvvn3I3xhw==",
4872
+ "version": "7.16.0",
4873
+ "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.0.tgz",
4874
+ "integrity": "sha512-Nht8L0O8YCktmsDV6FqFue7vQLRx3Hb0B37lS5y0jDRqRxlBG4wIJHnf9/bgSE2UyipKFA01YtS+npRdTWBUyw==",
4880
4875
  "requires": {
4881
4876
  "regenerator-runtime": "^0.13.4"
4882
4877
  }
4883
4878
  },
4884
4879
  "@babel/template": {
4885
- "version": "7.15.4",
4886
- "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.15.4.tgz",
4887
- "integrity": "sha512-UgBAfEa1oGuYgDIPM2G+aHa4Nlo9Lh6mGD2bDBGMTbYnc38vulXPuC1MGjYILIEmlwl6Rd+BPR9ee3gm20CBtg==",
4880
+ "version": "7.16.0",
4881
+ "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.0.tgz",
4882
+ "integrity": "sha512-MnZdpFD/ZdYhXwiunMqqgyZyucaYsbL0IrjoGjaVhGilz+x8YB++kRfygSOIj1yOtWKPlx7NBp+9I1RQSgsd5A==",
4888
4883
  "requires": {
4889
- "@babel/code-frame": "^7.14.5",
4890
- "@babel/parser": "^7.15.4",
4891
- "@babel/types": "^7.15.4"
4884
+ "@babel/code-frame": "^7.16.0",
4885
+ "@babel/parser": "^7.16.0",
4886
+ "@babel/types": "^7.16.0"
4892
4887
  }
4893
4888
  },
4894
4889
  "@babel/traverse": {
4895
- "version": "7.15.4",
4896
- "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.15.4.tgz",
4897
- "integrity": "sha512-W6lQD8l4rUbQR/vYgSuCAE75ADyyQvOpFVsvPPdkhf6lATXAsQIG9YdtOcu8BB1dZ0LKu+Zo3c1wEcbKeuhdlA==",
4898
- "requires": {
4899
- "@babel/code-frame": "^7.14.5",
4900
- "@babel/generator": "^7.15.4",
4901
- "@babel/helper-function-name": "^7.15.4",
4902
- "@babel/helper-hoist-variables": "^7.15.4",
4903
- "@babel/helper-split-export-declaration": "^7.15.4",
4904
- "@babel/parser": "^7.15.4",
4905
- "@babel/types": "^7.15.4",
4890
+ "version": "7.16.0",
4891
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.16.0.tgz",
4892
+ "integrity": "sha512-qQ84jIs1aRQxaGaxSysII9TuDaguZ5yVrEuC0BN2vcPlalwfLovVmCjbFDPECPXcYM/wLvNFfp8uDOliLxIoUQ==",
4893
+ "requires": {
4894
+ "@babel/code-frame": "^7.16.0",
4895
+ "@babel/generator": "^7.16.0",
4896
+ "@babel/helper-function-name": "^7.16.0",
4897
+ "@babel/helper-hoist-variables": "^7.16.0",
4898
+ "@babel/helper-split-export-declaration": "^7.16.0",
4899
+ "@babel/parser": "^7.16.0",
4900
+ "@babel/types": "^7.16.0",
4906
4901
  "debug": "^4.1.0",
4907
4902
  "globals": "^11.1.0"
4908
4903
  }
4909
4904
  },
4910
4905
  "@babel/types": {
4911
- "version": "7.15.6",
4912
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.15.6.tgz",
4913
- "integrity": "sha512-BPU+7QhqNjmWyDO0/vitH/CuhpV8ZmK1wpKva8nuyNF5MJfuRNWMc+hc14+u9xT93kvykMdncrJT19h74uB1Ig==",
4906
+ "version": "7.16.0",
4907
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.16.0.tgz",
4908
+ "integrity": "sha512-PJgg/k3SdLsGb3hhisFvtLOw5ts113klrpLuIPtCJIU+BB24fqq6lf8RWqKJEjzqXR9AEH1rIb5XTqwBHB+kQg==",
4914
4909
  "requires": {
4915
- "@babel/helper-validator-identifier": "^7.14.9",
4910
+ "@babel/helper-validator-identifier": "^7.15.7",
4916
4911
  "to-fast-properties": "^2.0.0"
4917
4912
  }
4918
4913
  },
@@ -4922,13 +4917,13 @@
4922
4917
  "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw=="
4923
4918
  },
4924
4919
  "@eslint/eslintrc": {
4925
- "version": "0.4.3",
4926
- "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.4.3.tgz",
4927
- "integrity": "sha512-J6KFFz5QCYUJq3pf0mjEcCJVERbzv71PUIDczuh9JkwGEzced6CO5ADLHB1rbf/+oPBtoPfMYNOpGDzCANlbXw==",
4920
+ "version": "1.0.3",
4921
+ "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.0.3.tgz",
4922
+ "integrity": "sha512-DHI1wDPoKCBPoLZA3qDR91+3te/wDSc1YhKg3jR8NxKKRJq2hwHwcWv31cSwSYvIBrmbENoYMWcenW8uproQqg==",
4928
4923
  "requires": {
4929
4924
  "ajv": "^6.12.4",
4930
- "debug": "^4.1.1",
4931
- "espree": "^7.3.0",
4925
+ "debug": "^4.3.2",
4926
+ "espree": "^9.0.0",
4932
4927
  "globals": "^13.9.0",
4933
4928
  "ignore": "^4.0.6",
4934
4929
  "import-fresh": "^3.2.1",
@@ -4938,9 +4933,9 @@
4938
4933
  },
4939
4934
  "dependencies": {
4940
4935
  "globals": {
4941
- "version": "13.11.0",
4942
- "resolved": "https://registry.npmjs.org/globals/-/globals-13.11.0.tgz",
4943
- "integrity": "sha512-08/xrJ7wQjK9kkkRoI3OFUBbLx4f+6x3SGwcPvQ0QH6goFDrOU2oyAWrmh3dJezu65buo+HBMzAMQy6rovVC3g==",
4936
+ "version": "13.12.0",
4937
+ "resolved": "https://registry.npmjs.org/globals/-/globals-13.12.0.tgz",
4938
+ "integrity": "sha512-uS8X6lSKN2JumVoXrbUz+uG4BYG+eiawqm3qFcT7ammfbUHeCBoJMlHcec/S3krSk73/AE/f0szYFmgAA3kYZg==",
4944
4939
  "requires": {
4945
4940
  "type-fest": "^0.20.2"
4946
4941
  }
@@ -4958,9 +4953,9 @@
4958
4953
  }
4959
4954
  },
4960
4955
  "@humanwhocodes/config-array": {
4961
- "version": "0.5.0",
4962
- "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.5.0.tgz",
4963
- "integrity": "sha512-FagtKFz74XrTl7y6HCzQpwDfXP0yhxe9lHLD1UZxjvZIcbyRz8zTFF/yYNfSfzU414eDwZ1SrO0Qvtyf+wFMQg==",
4956
+ "version": "0.6.0",
4957
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.6.0.tgz",
4958
+ "integrity": "sha512-JQlEKbcgEUjBFhLIF4iqM7u/9lwgHRBcpHrmUNCALK0Q3amXN6lxdoXLnF0sm11E9VqTmBALR87IlUg1bZ8A9A==",
4964
4959
  "requires": {
4965
4960
  "@humanwhocodes/object-schema": "^1.2.0",
4966
4961
  "debug": "^4.1.1",
@@ -4990,15 +4985,15 @@
4990
4985
  "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA=="
4991
4986
  },
4992
4987
  "@jest/console": {
4993
- "version": "27.2.4",
4994
- "resolved": "https://registry.npmjs.org/@jest/console/-/console-27.2.4.tgz",
4995
- "integrity": "sha512-94znCKynPZpDpYHQ6esRJSc11AmONrVkBOBZiD7S+bSubHhrUfbS95EY5HIOxhm4PQO7cnvZkL3oJcY0oMA+Wg==",
4988
+ "version": "27.3.1",
4989
+ "resolved": "https://registry.npmjs.org/@jest/console/-/console-27.3.1.tgz",
4990
+ "integrity": "sha512-RkFNWmv0iui+qsOr/29q9dyfKTTT5DCuP31kUwg7rmOKPT/ozLeGLKJKVIiOfbiKyleUZKIrHwhmiZWVe8IMdw==",
4996
4991
  "requires": {
4997
- "@jest/types": "^27.2.4",
4992
+ "@jest/types": "^27.2.5",
4998
4993
  "@types/node": "*",
4999
4994
  "chalk": "^4.0.0",
5000
- "jest-message-util": "^27.2.4",
5001
- "jest-util": "^27.2.4",
4995
+ "jest-message-util": "^27.3.1",
4996
+ "jest-util": "^27.3.1",
5002
4997
  "slash": "^3.0.0"
5003
4998
  },
5004
4999
  "dependencies": {
@@ -5053,34 +5048,34 @@
5053
5048
  }
5054
5049
  },
5055
5050
  "@jest/core": {
5056
- "version": "27.2.4",
5057
- "resolved": "https://registry.npmjs.org/@jest/core/-/core-27.2.4.tgz",
5058
- "integrity": "sha512-UNQLyy+rXoojNm2MGlapgzWhZD1CT1zcHZQYeiD0xE7MtJfC19Q6J5D/Lm2l7i4V97T30usKDoEtjI8vKwWcLg==",
5059
- "requires": {
5060
- "@jest/console": "^27.2.4",
5061
- "@jest/reporters": "^27.2.4",
5062
- "@jest/test-result": "^27.2.4",
5063
- "@jest/transform": "^27.2.4",
5064
- "@jest/types": "^27.2.4",
5051
+ "version": "27.3.1",
5052
+ "resolved": "https://registry.npmjs.org/@jest/core/-/core-27.3.1.tgz",
5053
+ "integrity": "sha512-DMNE90RR5QKx0EA+wqe3/TNEwiRpOkhshKNxtLxd4rt3IZpCt+RSL+FoJsGeblRZmqdK4upHA/mKKGPPRAifhg==",
5054
+ "requires": {
5055
+ "@jest/console": "^27.3.1",
5056
+ "@jest/reporters": "^27.3.1",
5057
+ "@jest/test-result": "^27.3.1",
5058
+ "@jest/transform": "^27.3.1",
5059
+ "@jest/types": "^27.2.5",
5065
5060
  "@types/node": "*",
5066
5061
  "ansi-escapes": "^4.2.1",
5067
5062
  "chalk": "^4.0.0",
5068
5063
  "emittery": "^0.8.1",
5069
5064
  "exit": "^0.1.2",
5070
5065
  "graceful-fs": "^4.2.4",
5071
- "jest-changed-files": "^27.2.4",
5072
- "jest-config": "^27.2.4",
5073
- "jest-haste-map": "^27.2.4",
5074
- "jest-message-util": "^27.2.4",
5066
+ "jest-changed-files": "^27.3.0",
5067
+ "jest-config": "^27.3.1",
5068
+ "jest-haste-map": "^27.3.1",
5069
+ "jest-message-util": "^27.3.1",
5075
5070
  "jest-regex-util": "^27.0.6",
5076
- "jest-resolve": "^27.2.4",
5077
- "jest-resolve-dependencies": "^27.2.4",
5078
- "jest-runner": "^27.2.4",
5079
- "jest-runtime": "^27.2.4",
5080
- "jest-snapshot": "^27.2.4",
5081
- "jest-util": "^27.2.4",
5082
- "jest-validate": "^27.2.4",
5083
- "jest-watcher": "^27.2.4",
5071
+ "jest-resolve": "^27.3.1",
5072
+ "jest-resolve-dependencies": "^27.3.1",
5073
+ "jest-runner": "^27.3.1",
5074
+ "jest-runtime": "^27.3.1",
5075
+ "jest-snapshot": "^27.3.1",
5076
+ "jest-util": "^27.3.1",
5077
+ "jest-validate": "^27.3.1",
5078
+ "jest-watcher": "^27.3.1",
5084
5079
  "micromatch": "^4.0.4",
5085
5080
  "rimraf": "^3.0.0",
5086
5081
  "slash": "^3.0.0",
@@ -5151,49 +5146,50 @@
5151
5146
  }
5152
5147
  },
5153
5148
  "@jest/environment": {
5154
- "version": "27.2.4",
5155
- "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-27.2.4.tgz",
5156
- "integrity": "sha512-wkuui5yr3SSQW0XD0Qm3TATUbL/WE3LDEM3ulC+RCQhMf2yxhci8x7svGkZ4ivJ6Pc94oOzpZ6cdHBAMSYd1ew==",
5149
+ "version": "27.3.1",
5150
+ "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-27.3.1.tgz",
5151
+ "integrity": "sha512-BCKCj4mOVLme6Tanoyc9k0ultp3pnmuyHw73UHRPeeZxirsU/7E3HC4le/VDb/SMzE1JcPnto+XBKFOcoiJzVw==",
5157
5152
  "requires": {
5158
- "@jest/fake-timers": "^27.2.4",
5159
- "@jest/types": "^27.2.4",
5153
+ "@jest/fake-timers": "^27.3.1",
5154
+ "@jest/types": "^27.2.5",
5160
5155
  "@types/node": "*",
5161
- "jest-mock": "^27.2.4"
5156
+ "jest-mock": "^27.3.0"
5162
5157
  }
5163
5158
  },
5164
5159
  "@jest/fake-timers": {
5165
- "version": "27.2.4",
5166
- "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-27.2.4.tgz",
5167
- "integrity": "sha512-cs/TzvwWUM7kAA6Qm/890SK6JJ2pD5RfDNM3SSEom6BmdyV6OiWP1qf/pqo6ts6xwpcM36oN0wSEzcZWc6/B6w==",
5160
+ "version": "27.3.1",
5161
+ "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-27.3.1.tgz",
5162
+ "integrity": "sha512-M3ZFgwwlqJtWZ+QkBG5NmC23A9w+A6ZxNsO5nJxJsKYt4yguBd3i8TpjQz5NfCX91nEve1KqD9RA2Q+Q1uWqoA==",
5168
5163
  "requires": {
5169
- "@jest/types": "^27.2.4",
5164
+ "@jest/types": "^27.2.5",
5170
5165
  "@sinonjs/fake-timers": "^8.0.1",
5171
5166
  "@types/node": "*",
5172
- "jest-message-util": "^27.2.4",
5173
- "jest-mock": "^27.2.4",
5174
- "jest-util": "^27.2.4"
5167
+ "jest-message-util": "^27.3.1",
5168
+ "jest-mock": "^27.3.0",
5169
+ "jest-util": "^27.3.1"
5175
5170
  }
5176
5171
  },
5177
5172
  "@jest/globals": {
5178
- "version": "27.2.4",
5179
- "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-27.2.4.tgz",
5180
- "integrity": "sha512-DRsRs5dh0i+fA9mGHylTU19+8fhzNJoEzrgsu+zgJoZth3x8/0juCQ8nVVdW1er4Cqifb/ET7/hACYVPD0dBEA==",
5173
+ "version": "27.3.1",
5174
+ "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-27.3.1.tgz",
5175
+ "integrity": "sha512-Q651FWiWQAIFiN+zS51xqhdZ8g9b88nGCobC87argAxA7nMfNQq0Q0i9zTfQYgLa6qFXk2cGANEqfK051CZ8Pg==",
5181
5176
  "requires": {
5182
- "@jest/environment": "^27.2.4",
5183
- "@jest/types": "^27.2.4",
5184
- "expect": "^27.2.4"
5177
+ "@jest/environment": "^27.3.1",
5178
+ "@jest/types": "^27.2.5",
5179
+ "expect": "^27.3.1"
5185
5180
  }
5186
5181
  },
5187
5182
  "@jest/reporters": {
5188
- "version": "27.2.4",
5189
- "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-27.2.4.tgz",
5190
- "integrity": "sha512-LHeSdDnDZkDnJ8kvnjcqV8P1Yv/32yL4d4XfR5gBiy3xGO0onwll1QEbvtW96fIwhx2nejug0GTaEdNDoyr3fQ==",
5183
+ "version": "27.3.1",
5184
+ "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-27.3.1.tgz",
5185
+ "integrity": "sha512-m2YxPmL9Qn1emFVgZGEiMwDntDxRRQ2D58tiDQlwYTg5GvbFOKseYCcHtn0WsI8CG4vzPglo3nqbOiT8ySBT/w==",
5191
5186
  "requires": {
5192
5187
  "@bcoe/v8-coverage": "^0.2.3",
5193
- "@jest/console": "^27.2.4",
5194
- "@jest/test-result": "^27.2.4",
5195
- "@jest/transform": "^27.2.4",
5196
- "@jest/types": "^27.2.4",
5188
+ "@jest/console": "^27.3.1",
5189
+ "@jest/test-result": "^27.3.1",
5190
+ "@jest/transform": "^27.3.1",
5191
+ "@jest/types": "^27.2.5",
5192
+ "@types/node": "*",
5197
5193
  "chalk": "^4.0.0",
5198
5194
  "collect-v8-coverage": "^1.0.0",
5199
5195
  "exit": "^0.1.2",
@@ -5204,10 +5200,10 @@
5204
5200
  "istanbul-lib-report": "^3.0.0",
5205
5201
  "istanbul-lib-source-maps": "^4.0.0",
5206
5202
  "istanbul-reports": "^3.0.2",
5207
- "jest-haste-map": "^27.2.4",
5208
- "jest-resolve": "^27.2.4",
5209
- "jest-util": "^27.2.4",
5210
- "jest-worker": "^27.2.4",
5203
+ "jest-haste-map": "^27.3.1",
5204
+ "jest-resolve": "^27.3.1",
5205
+ "jest-util": "^27.3.1",
5206
+ "jest-worker": "^27.3.1",
5211
5207
  "slash": "^3.0.0",
5212
5208
  "source-map": "^0.6.0",
5213
5209
  "string-length": "^4.0.1",
@@ -5250,6 +5246,22 @@
5250
5246
  "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
5251
5247
  "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
5252
5248
  },
5249
+ "istanbul-lib-instrument": {
5250
+ "version": "4.0.3",
5251
+ "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-4.0.3.tgz",
5252
+ "integrity": "sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ==",
5253
+ "requires": {
5254
+ "@babel/core": "^7.7.5",
5255
+ "@istanbuljs/schema": "^0.1.2",
5256
+ "istanbul-lib-coverage": "^3.0.0",
5257
+ "semver": "^6.3.0"
5258
+ }
5259
+ },
5260
+ "semver": {
5261
+ "version": "6.3.0",
5262
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
5263
+ "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
5264
+ },
5253
5265
  "slash": {
5254
5266
  "version": "3.0.0",
5255
5267
  "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
@@ -5288,42 +5300,42 @@
5288
5300
  }
5289
5301
  },
5290
5302
  "@jest/test-result": {
5291
- "version": "27.2.4",
5292
- "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-27.2.4.tgz",
5293
- "integrity": "sha512-eU+PRo0+lIS01b0dTmMdVZ0TtcRSxEaYquZTRFMQz6CvsehGhx9bRzi9Zdw6VROviJyv7rstU+qAMX5pNBmnfQ==",
5303
+ "version": "27.3.1",
5304
+ "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-27.3.1.tgz",
5305
+ "integrity": "sha512-mLn6Thm+w2yl0opM8J/QnPTqrfS4FoXsXF2WIWJb2O/GBSyResL71BRuMYbYRsGt7ELwS5JGcEcGb52BNrumgg==",
5294
5306
  "requires": {
5295
- "@jest/console": "^27.2.4",
5296
- "@jest/types": "^27.2.4",
5307
+ "@jest/console": "^27.3.1",
5308
+ "@jest/types": "^27.2.5",
5297
5309
  "@types/istanbul-lib-coverage": "^2.0.0",
5298
5310
  "collect-v8-coverage": "^1.0.0"
5299
5311
  }
5300
5312
  },
5301
5313
  "@jest/test-sequencer": {
5302
- "version": "27.2.4",
5303
- "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-27.2.4.tgz",
5304
- "integrity": "sha512-fpk5eknU3/DXE2QCCG1wv/a468+cfPo3Asu6d6yUtM9LOPh709ubZqrhuUOYfM8hXMrIpIdrv1CdCrWWabX0rQ==",
5314
+ "version": "27.3.1",
5315
+ "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-27.3.1.tgz",
5316
+ "integrity": "sha512-siySLo07IMEdSjA4fqEnxfIX8lB/lWYsBPwNFtkOvsFQvmBrL3yj3k3uFNZv/JDyApTakRpxbKLJ3CT8UGVCrA==",
5305
5317
  "requires": {
5306
- "@jest/test-result": "^27.2.4",
5318
+ "@jest/test-result": "^27.3.1",
5307
5319
  "graceful-fs": "^4.2.4",
5308
- "jest-haste-map": "^27.2.4",
5309
- "jest-runtime": "^27.2.4"
5320
+ "jest-haste-map": "^27.3.1",
5321
+ "jest-runtime": "^27.3.1"
5310
5322
  }
5311
5323
  },
5312
5324
  "@jest/transform": {
5313
- "version": "27.2.4",
5314
- "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.2.4.tgz",
5315
- "integrity": "sha512-n5FlX2TH0oQGwyVDKPxdJ5nI2sO7TJBFe3u3KaAtt7TOiV4yL+Y+rSFDl+Ic5MpbiA/eqXmLAQxjnBmWgS2rEA==",
5325
+ "version": "27.3.1",
5326
+ "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.3.1.tgz",
5327
+ "integrity": "sha512-3fSvQ02kuvjOI1C1ssqMVBKJpZf6nwoCiSu00zAKh5nrp3SptNtZy/8s5deayHnqxhjD9CWDJ+yqQwuQ0ZafXQ==",
5316
5328
  "requires": {
5317
5329
  "@babel/core": "^7.1.0",
5318
- "@jest/types": "^27.2.4",
5330
+ "@jest/types": "^27.2.5",
5319
5331
  "babel-plugin-istanbul": "^6.0.0",
5320
5332
  "chalk": "^4.0.0",
5321
5333
  "convert-source-map": "^1.4.0",
5322
5334
  "fast-json-stable-stringify": "^2.0.0",
5323
5335
  "graceful-fs": "^4.2.4",
5324
- "jest-haste-map": "^27.2.4",
5336
+ "jest-haste-map": "^27.3.1",
5325
5337
  "jest-regex-util": "^27.0.6",
5326
- "jest-util": "^27.2.4",
5338
+ "jest-util": "^27.3.1",
5327
5339
  "micromatch": "^4.0.4",
5328
5340
  "pirates": "^4.0.1",
5329
5341
  "slash": "^3.0.0",
@@ -5387,9 +5399,9 @@
5387
5399
  }
5388
5400
  },
5389
5401
  "@jest/types": {
5390
- "version": "27.2.4",
5391
- "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.2.4.tgz",
5392
- "integrity": "sha512-IDO2ezTxeMvQAHxzG/ZvEyA47q0aVfzT95rGFl7bZs/Go0aIucvfDbS2rmnoEdXxlLQhcolmoG/wvL/uKx4tKA==",
5402
+ "version": "27.2.5",
5403
+ "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.2.5.tgz",
5404
+ "integrity": "sha512-nmuM4VuDtCZcY+eTpw+0nvstwReMsjPoj7ZR80/BbixulhLaiX+fbv8oeLW8WZlJMcsGQsTmMKT/iTZu1Uy/lQ==",
5393
5405
  "requires": {
5394
5406
  "@types/istanbul-lib-coverage": "^2.0.0",
5395
5407
  "@types/istanbul-reports": "^3.0.0",
@@ -5490,9 +5502,9 @@
5490
5502
  }
5491
5503
  },
5492
5504
  "@serialport/bindings": {
5493
- "version": "9.2.4",
5494
- "resolved": "https://registry.npmjs.org/@serialport/bindings/-/bindings-9.2.4.tgz",
5495
- "integrity": "sha512-l3IHtIL9aN42Xrqu9L8g/+jZcR0jfnXwRxHslDA8YRd7Jw9lo1qL/vqiIYkvC8NAW3Iz2JdWeM7Pr98l/rwjSQ==",
5505
+ "version": "9.2.5",
5506
+ "resolved": "https://registry.npmjs.org/@serialport/bindings/-/bindings-9.2.5.tgz",
5507
+ "integrity": "sha512-fyabNg56gWbOMuYJc5c45z94sANC/WzTnGeML7Nr1IYVk0SJ1uksN4ETI8Nea9ZAtr4DhNiIMQ3/IOkyof6Tqg==",
5496
5508
  "requires": {
5497
5509
  "@serialport/binding-abstract": "9.2.3",
5498
5510
  "@serialport/parser-readline": "9.2.4",
@@ -5684,9 +5696,9 @@
5684
5696
  }
5685
5697
  },
5686
5698
  "@types/node": {
5687
- "version": "16.10.2",
5688
- "resolved": "https://registry.npmjs.org/@types/node/-/node-16.10.2.tgz",
5689
- "integrity": "sha512-zCclL4/rx+W5SQTzFs9wyvvyCwoK9QtBpratqz2IYJ3O8Umrn0m3nsTv0wQBk9sRGpvUe9CwPDrQFB10f1FIjQ=="
5699
+ "version": "16.11.6",
5700
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.6.tgz",
5701
+ "integrity": "sha512-ua7PgUoeQFjmWPcoo9khiPum3Pd60k4/2ZGXt18sm2Slk0W0xZTqt5Y0Ny1NyBiN1EVQ/+FaF9NcY4Qe6rwk5w=="
5690
5702
  },
5691
5703
  "@types/prettier": {
5692
5704
  "version": "2.4.1",
@@ -5720,16 +5732,16 @@
5720
5732
  "integrity": "sha512-7tFImggNeNBVMsn0vLrpn1H1uPrUBdnARPTpZoitY37ZrdJREzf7I16tMrlK3hen349gr1NYh8CmZQa7CTG6Aw=="
5721
5733
  },
5722
5734
  "@typescript-eslint/eslint-plugin": {
5723
- "version": "4.32.0",
5724
- "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.32.0.tgz",
5725
- "integrity": "sha512-+OWTuWRSbWI1KDK8iEyG/6uK2rTm3kpS38wuVifGUTDB6kjEuNrzBI1MUtxnkneuWG/23QehABe2zHHrj+4yuA==",
5735
+ "version": "5.2.0",
5736
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.2.0.tgz",
5737
+ "integrity": "sha512-qQwg7sqYkBF4CIQSyRQyqsYvP+g/J0To9ZPVNJpfxfekl5RmdvQnFFTVVwpRtaUDFNvjfe/34TgY/dpc3MgNTw==",
5726
5738
  "requires": {
5727
- "@typescript-eslint/experimental-utils": "4.32.0",
5728
- "@typescript-eslint/scope-manager": "4.32.0",
5729
- "debug": "^4.3.1",
5739
+ "@typescript-eslint/experimental-utils": "5.2.0",
5740
+ "@typescript-eslint/scope-manager": "5.2.0",
5741
+ "debug": "^4.3.2",
5730
5742
  "functional-red-black-tree": "^1.0.1",
5731
5743
  "ignore": "^5.1.8",
5732
- "regexpp": "^3.1.0",
5744
+ "regexpp": "^3.2.0",
5733
5745
  "semver": "^7.3.5",
5734
5746
  "tsutils": "^3.21.0"
5735
5747
  },
@@ -5745,53 +5757,53 @@
5745
5757
  }
5746
5758
  },
5747
5759
  "@typescript-eslint/experimental-utils": {
5748
- "version": "4.32.0",
5749
- "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-4.32.0.tgz",
5750
- "integrity": "sha512-WLoXcc+cQufxRYjTWr4kFt0DyEv6hDgSaFqYhIzQZ05cF+kXfqXdUh+//kgquPJVUBbL3oQGKQxwPbLxHRqm6A==",
5751
- "requires": {
5752
- "@types/json-schema": "^7.0.7",
5753
- "@typescript-eslint/scope-manager": "4.32.0",
5754
- "@typescript-eslint/types": "4.32.0",
5755
- "@typescript-eslint/typescript-estree": "4.32.0",
5760
+ "version": "5.2.0",
5761
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-5.2.0.tgz",
5762
+ "integrity": "sha512-fWyT3Agf7n7HuZZRpvUYdFYbPk3iDCq6fgu3ulia4c7yxmPnwVBovdSOX7RL+k8u6hLbrXcdAehlWUVpGh6IEw==",
5763
+ "requires": {
5764
+ "@types/json-schema": "^7.0.9",
5765
+ "@typescript-eslint/scope-manager": "5.2.0",
5766
+ "@typescript-eslint/types": "5.2.0",
5767
+ "@typescript-eslint/typescript-estree": "5.2.0",
5756
5768
  "eslint-scope": "^5.1.1",
5757
5769
  "eslint-utils": "^3.0.0"
5758
5770
  }
5759
5771
  },
5760
5772
  "@typescript-eslint/parser": {
5761
- "version": "4.32.0",
5762
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-4.32.0.tgz",
5763
- "integrity": "sha512-lhtYqQ2iEPV5JqV7K+uOVlPePjClj4dOw7K4/Z1F2yvjIUvyr13yJnDzkK6uon4BjHYuHy3EG0c2Z9jEhFk56w==",
5773
+ "version": "5.2.0",
5774
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.2.0.tgz",
5775
+ "integrity": "sha512-Uyy4TjJBlh3NuA8/4yIQptyJb95Qz5PX//6p8n7zG0QnN4o3NF9Je3JHbVU7fxf5ncSXTmnvMtd/LDQWDk0YqA==",
5764
5776
  "requires": {
5765
- "@typescript-eslint/scope-manager": "4.32.0",
5766
- "@typescript-eslint/types": "4.32.0",
5767
- "@typescript-eslint/typescript-estree": "4.32.0",
5768
- "debug": "^4.3.1"
5777
+ "@typescript-eslint/scope-manager": "5.2.0",
5778
+ "@typescript-eslint/types": "5.2.0",
5779
+ "@typescript-eslint/typescript-estree": "5.2.0",
5780
+ "debug": "^4.3.2"
5769
5781
  }
5770
5782
  },
5771
5783
  "@typescript-eslint/scope-manager": {
5772
- "version": "4.32.0",
5773
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-4.32.0.tgz",
5774
- "integrity": "sha512-DK+fMSHdM216C0OM/KR1lHXjP1CNtVIhJ54kQxfOE6x8UGFAjha8cXgDMBEIYS2XCYjjCtvTkjQYwL3uvGOo0w==",
5784
+ "version": "5.2.0",
5785
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.2.0.tgz",
5786
+ "integrity": "sha512-RW+wowZqPzQw8MUFltfKYZfKXqA2qgyi6oi/31J1zfXJRpOn6tCaZtd9b5u9ubnDG2n/EMvQLeZrsLNPpaUiFQ==",
5775
5787
  "requires": {
5776
- "@typescript-eslint/types": "4.32.0",
5777
- "@typescript-eslint/visitor-keys": "4.32.0"
5788
+ "@typescript-eslint/types": "5.2.0",
5789
+ "@typescript-eslint/visitor-keys": "5.2.0"
5778
5790
  }
5779
5791
  },
5780
5792
  "@typescript-eslint/types": {
5781
- "version": "4.32.0",
5782
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-4.32.0.tgz",
5783
- "integrity": "sha512-LE7Z7BAv0E2UvqzogssGf1x7GPpUalgG07nGCBYb1oK4mFsOiFC/VrSMKbZQzFJdN2JL5XYmsx7C7FX9p9ns0w=="
5793
+ "version": "5.2.0",
5794
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.2.0.tgz",
5795
+ "integrity": "sha512-cTk6x08qqosps6sPyP2j7NxyFPlCNsJwSDasqPNjEQ8JMD5xxj2NHxcLin5AJQ8pAVwpQ8BMI3bTxR0zxmK9qQ=="
5784
5796
  },
5785
5797
  "@typescript-eslint/typescript-estree": {
5786
- "version": "4.32.0",
5787
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-4.32.0.tgz",
5788
- "integrity": "sha512-tRYCgJ3g1UjMw1cGG8Yn1KzOzNlQ6u1h9AmEtPhb5V5a1TmiHWcRyF/Ic+91M4f43QeChyYlVTcf3DvDTZR9vw==",
5789
- "requires": {
5790
- "@typescript-eslint/types": "4.32.0",
5791
- "@typescript-eslint/visitor-keys": "4.32.0",
5792
- "debug": "^4.3.1",
5793
- "globby": "^11.0.3",
5794
- "is-glob": "^4.0.1",
5798
+ "version": "5.2.0",
5799
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.2.0.tgz",
5800
+ "integrity": "sha512-RsdXq2XmVgKbm9nLsE3mjNUM7BTr/K4DYR9WfFVMUuozHWtH5gMpiNZmtrMG8GR385EOSQ3kC9HiEMJWimxd/g==",
5801
+ "requires": {
5802
+ "@typescript-eslint/types": "5.2.0",
5803
+ "@typescript-eslint/visitor-keys": "5.2.0",
5804
+ "debug": "^4.3.2",
5805
+ "globby": "^11.0.4",
5806
+ "is-glob": "^4.0.3",
5795
5807
  "semver": "^7.3.5",
5796
5808
  "tsutils": "^3.21.0"
5797
5809
  },
@@ -5807,12 +5819,12 @@
5807
5819
  }
5808
5820
  },
5809
5821
  "@typescript-eslint/visitor-keys": {
5810
- "version": "4.32.0",
5811
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-4.32.0.tgz",
5812
- "integrity": "sha512-e7NE0qz8W+atzv3Cy9qaQ7BTLwWsm084Z0c4nIO2l3Bp6u9WIgdqCgyPyV5oSPDMIW3b20H59OOCmVk3jw3Ptw==",
5822
+ "version": "5.2.0",
5823
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.2.0.tgz",
5824
+ "integrity": "sha512-Nk7HizaXWWCUBfLA/rPNKMzXzWS8Wg9qHMuGtT+v2/YpPij4nVXrVJc24N/r5WrrmqK31jCrZxeHqIgqRzs0Xg==",
5813
5825
  "requires": {
5814
- "@typescript-eslint/types": "4.32.0",
5815
- "eslint-visitor-keys": "^2.0.0"
5826
+ "@typescript-eslint/types": "5.2.0",
5827
+ "eslint-visitor-keys": "^3.0.0"
5816
5828
  }
5817
5829
  },
5818
5830
  "abab": {
@@ -5821,9 +5833,9 @@
5821
5833
  "integrity": "sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q=="
5822
5834
  },
5823
5835
  "acorn": {
5824
- "version": "7.4.1",
5825
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz",
5826
- "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A=="
5836
+ "version": "8.5.0",
5837
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.5.0.tgz",
5838
+ "integrity": "sha512-yXbYeFy+jUuYd3/CDcg2NkIYE991XYX/bje7LmjJigUciaeO1JR4XxXgCIV1/Zc/dRuFEyw1L0pbA+qynJkW5Q=="
5827
5839
  },
5828
5840
  "acorn-globals": {
5829
5841
  "version": "6.0.0",
@@ -5832,6 +5844,13 @@
5832
5844
  "requires": {
5833
5845
  "acorn": "^7.1.1",
5834
5846
  "acorn-walk": "^7.1.1"
5847
+ },
5848
+ "dependencies": {
5849
+ "acorn": {
5850
+ "version": "7.4.1",
5851
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz",
5852
+ "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A=="
5853
+ }
5835
5854
  }
5836
5855
  },
5837
5856
  "acorn-jsx": {
@@ -5937,23 +5956,18 @@
5937
5956
  "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
5938
5957
  "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw=="
5939
5958
  },
5940
- "astral-regex": {
5941
- "version": "2.0.0",
5942
- "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-2.0.0.tgz",
5943
- "integrity": "sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ=="
5944
- },
5945
5959
  "asynckit": {
5946
5960
  "version": "0.4.0",
5947
5961
  "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
5948
5962
  "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k="
5949
5963
  },
5950
5964
  "babel-jest": {
5951
- "version": "27.2.4",
5952
- "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.2.4.tgz",
5953
- "integrity": "sha512-f24OmxyWymk5jfgLdlCMu4fTs4ldxFBIdn5sJdhvGC1m08rSkJ5hYbWkNmfBSvE/DjhCVNSHXepxsI6THGfGsg==",
5965
+ "version": "27.3.1",
5966
+ "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.3.1.tgz",
5967
+ "integrity": "sha512-SjIF8hh/ir0peae2D6S6ZKRhUy7q/DnpH7k/V6fT4Bgs/LXXUztOpX4G2tCgq8mLo5HA9mN6NmlFMeYtKmIsTQ==",
5954
5968
  "requires": {
5955
- "@jest/transform": "^27.2.4",
5956
- "@jest/types": "^27.2.4",
5969
+ "@jest/transform": "^27.3.1",
5970
+ "@jest/types": "^27.2.5",
5957
5971
  "@types/babel__core": "^7.1.14",
5958
5972
  "babel-plugin-istanbul": "^6.0.0",
5959
5973
  "babel-preset-jest": "^27.2.0",
@@ -6021,14 +6035,14 @@
6021
6035
  }
6022
6036
  },
6023
6037
  "babel-plugin-istanbul": {
6024
- "version": "6.0.0",
6025
- "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.0.0.tgz",
6026
- "integrity": "sha512-AF55rZXpe7trmEylbaE1Gv54wn6rwU03aptvRoVIGP8YykoSxqdVLV1TfwflBCE/QtHmqtP8SWlTENqbK8GCSQ==",
6038
+ "version": "6.1.1",
6039
+ "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz",
6040
+ "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==",
6027
6041
  "requires": {
6028
6042
  "@babel/helper-plugin-utils": "^7.0.0",
6029
6043
  "@istanbuljs/load-nyc-config": "^1.0.0",
6030
6044
  "@istanbuljs/schema": "^0.1.2",
6031
- "istanbul-lib-instrument": "^4.0.0",
6045
+ "istanbul-lib-instrument": "^5.0.4",
6032
6046
  "test-exclude": "^6.0.0"
6033
6047
  }
6034
6048
  },
@@ -6044,12 +6058,12 @@
6044
6058
  }
6045
6059
  },
6046
6060
  "babel-plugin-polyfill-corejs2": {
6047
- "version": "0.2.2",
6048
- "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.2.2.tgz",
6049
- "integrity": "sha512-kISrENsJ0z5dNPq5eRvcctITNHYXWOA4DUZRFYCz3jYCcvTb/A546LIddmoGNMVYg2U38OyFeNosQwI9ENTqIQ==",
6061
+ "version": "0.2.3",
6062
+ "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.2.3.tgz",
6063
+ "integrity": "sha512-NDZ0auNRzmAfE1oDDPW2JhzIMXUk+FFe2ICejmt5T4ocKgiQx3e0VCRx9NCAidcMtL2RUZaWtXnmjTCkx0tcbA==",
6050
6064
  "requires": {
6051
6065
  "@babel/compat-data": "^7.13.11",
6052
- "@babel/helper-define-polyfill-provider": "^0.2.2",
6066
+ "@babel/helper-define-polyfill-provider": "^0.2.4",
6053
6067
  "semver": "^6.1.1"
6054
6068
  },
6055
6069
  "dependencies": {
@@ -6061,20 +6075,20 @@
6061
6075
  }
6062
6076
  },
6063
6077
  "babel-plugin-polyfill-corejs3": {
6064
- "version": "0.2.5",
6065
- "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.2.5.tgz",
6066
- "integrity": "sha512-ninF5MQNwAX9Z7c9ED+H2pGt1mXdP4TqzlHKyPIYmJIYz0N+++uwdM7RnJukklhzJ54Q84vA4ZJkgs7lu5vqcw==",
6078
+ "version": "0.3.0",
6079
+ "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.3.0.tgz",
6080
+ "integrity": "sha512-JLwi9vloVdXLjzACL80j24bG6/T1gYxwowG44dg6HN/7aTPdyPbJJidf6ajoA3RPHHtW0j9KMrSOLpIZpAnPpg==",
6067
6081
  "requires": {
6068
- "@babel/helper-define-polyfill-provider": "^0.2.2",
6069
- "core-js-compat": "^3.16.2"
6082
+ "@babel/helper-define-polyfill-provider": "^0.2.4",
6083
+ "core-js-compat": "^3.18.0"
6070
6084
  }
6071
6085
  },
6072
6086
  "babel-plugin-polyfill-regenerator": {
6073
- "version": "0.2.2",
6074
- "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.2.2.tgz",
6075
- "integrity": "sha512-Goy5ghsc21HgPDFtzRkSirpZVW35meGoTmTOb2bxqdl60ghub4xOidgNTHaZfQ2FaxQsKmwvXtOAkcIS4SMBWg==",
6087
+ "version": "0.2.3",
6088
+ "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.2.3.tgz",
6089
+ "integrity": "sha512-JVE78oRZPKFIeUqFGrSORNzQnrDwZR16oiWeGM8ZyjBn2XAT5OjP+wXx5ESuo33nUsFUEJYjtklnsKbxW5L+7g==",
6076
6090
  "requires": {
6077
- "@babel/helper-define-polyfill-provider": "^0.2.2"
6091
+ "@babel/helper-define-polyfill-provider": "^0.2.4"
6078
6092
  }
6079
6093
  },
6080
6094
  "babel-preset-current-node-syntax": {
@@ -6174,15 +6188,15 @@
6174
6188
  "integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow=="
6175
6189
  },
6176
6190
  "browserslist": {
6177
- "version": "4.17.2",
6178
- "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.17.2.tgz",
6179
- "integrity": "sha512-jSDZyqJmkKMEMi7SZAgX5UltFdR5NAO43vY0AwTpu4X3sGH7GLLQ83KiUomgrnvZRCeW0yPPnKqnxPqQOER9zQ==",
6191
+ "version": "4.17.5",
6192
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.17.5.tgz",
6193
+ "integrity": "sha512-I3ekeB92mmpctWBoLXe0d5wPS2cBuRvvW0JyyJHMrk9/HmP2ZjrTboNAZ8iuGqaEIlKguljbQY32OkOJIRrgoA==",
6180
6194
  "requires": {
6181
- "caniuse-lite": "^1.0.30001261",
6182
- "electron-to-chromium": "^1.3.854",
6195
+ "caniuse-lite": "^1.0.30001271",
6196
+ "electron-to-chromium": "^1.3.878",
6183
6197
  "escalade": "^3.1.1",
6184
- "nanocolors": "^0.2.12",
6185
- "node-releases": "^1.1.76"
6198
+ "node-releases": "^2.0.1",
6199
+ "picocolors": "^1.0.0"
6186
6200
  }
6187
6201
  },
6188
6202
  "bser": {
@@ -6227,9 +6241,9 @@
6227
6241
  "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg=="
6228
6242
  },
6229
6243
  "caniuse-lite": {
6230
- "version": "1.0.30001263",
6231
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001263.tgz",
6232
- "integrity": "sha512-doiV5dft6yzWO1WwU19kt8Qz8R0/8DgEziz6/9n2FxUasteZNwNNYSmJO3GLBH8lCVE73AB1RPDPAeYbcO5Cvw=="
6244
+ "version": "1.0.30001274",
6245
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001274.tgz",
6246
+ "integrity": "sha512-+Nkvv0fHyhISkiMIjnyjmf5YJcQ1IQHZN6U9TLUMroWR38FNwpsC51Gb68yueafX1V6ifOisInSgP9WJFS13ew=="
6233
6247
  },
6234
6248
  "chalk": {
6235
6249
  "version": "2.4.2",
@@ -6377,11 +6391,11 @@
6377
6391
  }
6378
6392
  },
6379
6393
  "core-js-compat": {
6380
- "version": "3.18.1",
6381
- "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.18.1.tgz",
6382
- "integrity": "sha512-XJMYx58zo4W0kLPmIingVZA10+7TuKrMLPt83+EzDmxFJQUMcTVVmQ+n5JP4r6Z14qSzhQBRi3NSWoeVyKKXUg==",
6394
+ "version": "3.19.0",
6395
+ "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.19.0.tgz",
6396
+ "integrity": "sha512-R09rKZ56ccGBebjTLZHvzDxhz93YPT37gBm6qUhnwj3Kt7aCjjZWD1injyNbyeFHxNKfeZBSyds6O9n3MKq1sw==",
6383
6397
  "requires": {
6384
- "browserslist": "^4.17.1",
6398
+ "browserslist": "^4.17.5",
6385
6399
  "semver": "7.0.0"
6386
6400
  },
6387
6401
  "dependencies": {
@@ -6548,9 +6562,9 @@
6548
6562
  }
6549
6563
  },
6550
6564
  "electron-to-chromium": {
6551
- "version": "1.3.857",
6552
- "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.857.tgz",
6553
- "integrity": "sha512-a5kIr2lajm4bJ5E4D3fp8Y/BRB0Dx2VOcCRE5Gtb679mXIME/OFhWler8Gy2ksrf8gFX+EFCSIGA33FB3gqYpg=="
6565
+ "version": "1.3.885",
6566
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.885.tgz",
6567
+ "integrity": "sha512-JXKFJcVWrdHa09n4CNZYfYaK6EW5aAew7/wr3L1OnsD1L+JHL+RCtd7QgIsxUbFPeTwPlvnpqNNTOLkoefmtXg=="
6554
6568
  },
6555
6569
  "emittery": {
6556
6570
  "version": "0.8.1",
@@ -6601,9 +6615,9 @@
6601
6615
  },
6602
6616
  "dependencies": {
6603
6617
  "estraverse": {
6604
- "version": "5.2.0",
6605
- "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.2.0.tgz",
6606
- "integrity": "sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ=="
6618
+ "version": "5.3.0",
6619
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
6620
+ "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA=="
6607
6621
  },
6608
6622
  "levn": {
6609
6623
  "version": "0.3.0",
@@ -6649,36 +6663,35 @@
6649
6663
  }
6650
6664
  },
6651
6665
  "eslint": {
6652
- "version": "7.32.0",
6653
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-7.32.0.tgz",
6654
- "integrity": "sha512-VHZ8gX+EDfz+97jGcgyGCyRia/dPOd6Xh9yPv8Bl1+SoaIwD+a/vlrOmGRUyOYu7MwUhc7CxqeaDZU13S4+EpA==",
6666
+ "version": "8.1.0",
6667
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.1.0.tgz",
6668
+ "integrity": "sha512-JZvNneArGSUsluHWJ8g8MMs3CfIEzwaLx9KyH4tZ2i+R2/rPWzL8c0zg3rHdwYVpN/1sB9gqnjHwz9HoeJpGHw==",
6655
6669
  "requires": {
6656
- "@babel/code-frame": "7.12.11",
6657
- "@eslint/eslintrc": "^0.4.3",
6658
- "@humanwhocodes/config-array": "^0.5.0",
6670
+ "@eslint/eslintrc": "^1.0.3",
6671
+ "@humanwhocodes/config-array": "^0.6.0",
6659
6672
  "ajv": "^6.10.0",
6660
6673
  "chalk": "^4.0.0",
6661
6674
  "cross-spawn": "^7.0.2",
6662
- "debug": "^4.0.1",
6675
+ "debug": "^4.3.2",
6663
6676
  "doctrine": "^3.0.0",
6664
6677
  "enquirer": "^2.3.5",
6665
6678
  "escape-string-regexp": "^4.0.0",
6666
- "eslint-scope": "^5.1.1",
6667
- "eslint-utils": "^2.1.0",
6668
- "eslint-visitor-keys": "^2.0.0",
6669
- "espree": "^7.3.1",
6679
+ "eslint-scope": "^6.0.0",
6680
+ "eslint-utils": "^3.0.0",
6681
+ "eslint-visitor-keys": "^3.0.0",
6682
+ "espree": "^9.0.0",
6670
6683
  "esquery": "^1.4.0",
6671
6684
  "esutils": "^2.0.2",
6672
6685
  "fast-deep-equal": "^3.1.3",
6673
6686
  "file-entry-cache": "^6.0.1",
6674
6687
  "functional-red-black-tree": "^1.0.1",
6675
- "glob-parent": "^5.1.2",
6688
+ "glob-parent": "^6.0.1",
6676
6689
  "globals": "^13.6.0",
6677
6690
  "ignore": "^4.0.6",
6678
6691
  "import-fresh": "^3.0.0",
6679
6692
  "imurmurhash": "^0.1.4",
6680
6693
  "is-glob": "^4.0.0",
6681
- "js-yaml": "^3.13.1",
6694
+ "js-yaml": "^4.1.0",
6682
6695
  "json-stable-stringify-without-jsonify": "^1.0.1",
6683
6696
  "levn": "^0.4.1",
6684
6697
  "lodash.merge": "^4.6.2",
@@ -6686,23 +6699,14 @@
6686
6699
  "natural-compare": "^1.4.0",
6687
6700
  "optionator": "^0.9.1",
6688
6701
  "progress": "^2.0.0",
6689
- "regexpp": "^3.1.0",
6702
+ "regexpp": "^3.2.0",
6690
6703
  "semver": "^7.2.1",
6691
6704
  "strip-ansi": "^6.0.0",
6692
6705
  "strip-json-comments": "^3.1.0",
6693
- "table": "^6.0.9",
6694
6706
  "text-table": "^0.2.0",
6695
6707
  "v8-compile-cache": "^2.0.3"
6696
6708
  },
6697
6709
  "dependencies": {
6698
- "@babel/code-frame": {
6699
- "version": "7.12.11",
6700
- "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.11.tgz",
6701
- "integrity": "sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==",
6702
- "requires": {
6703
- "@babel/highlight": "^7.10.4"
6704
- }
6705
- },
6706
6710
  "ansi-regex": {
6707
6711
  "version": "5.0.1",
6708
6712
  "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
@@ -6716,6 +6720,11 @@
6716
6720
  "color-convert": "^2.0.1"
6717
6721
  }
6718
6722
  },
6723
+ "argparse": {
6724
+ "version": "2.0.1",
6725
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
6726
+ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
6727
+ },
6719
6728
  "chalk": {
6720
6729
  "version": "4.1.2",
6721
6730
  "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
@@ -6743,25 +6752,32 @@
6743
6752
  "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
6744
6753
  "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA=="
6745
6754
  },
6746
- "eslint-utils": {
6747
- "version": "2.1.0",
6748
- "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.1.0.tgz",
6749
- "integrity": "sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg==",
6755
+ "eslint-scope": {
6756
+ "version": "6.0.0",
6757
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-6.0.0.tgz",
6758
+ "integrity": "sha512-uRDL9MWmQCkaFus8RF5K9/L/2fn+80yoW3jkD53l4shjCh26fCtvJGasxjUqP5OT87SYTxCVA3BwTUzuELx9kA==",
6750
6759
  "requires": {
6751
- "eslint-visitor-keys": "^1.1.0"
6752
- },
6753
- "dependencies": {
6754
- "eslint-visitor-keys": {
6755
- "version": "1.3.0",
6756
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz",
6757
- "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ=="
6758
- }
6760
+ "esrecurse": "^4.3.0",
6761
+ "estraverse": "^5.2.0"
6762
+ }
6763
+ },
6764
+ "estraverse": {
6765
+ "version": "5.3.0",
6766
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
6767
+ "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA=="
6768
+ },
6769
+ "glob-parent": {
6770
+ "version": "6.0.2",
6771
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
6772
+ "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
6773
+ "requires": {
6774
+ "is-glob": "^4.0.3"
6759
6775
  }
6760
6776
  },
6761
6777
  "globals": {
6762
- "version": "13.11.0",
6763
- "resolved": "https://registry.npmjs.org/globals/-/globals-13.11.0.tgz",
6764
- "integrity": "sha512-08/xrJ7wQjK9kkkRoI3OFUBbLx4f+6x3SGwcPvQ0QH6goFDrOU2oyAWrmh3dJezu65buo+HBMzAMQy6rovVC3g==",
6778
+ "version": "13.12.0",
6779
+ "resolved": "https://registry.npmjs.org/globals/-/globals-13.12.0.tgz",
6780
+ "integrity": "sha512-uS8X6lSKN2JumVoXrbUz+uG4BYG+eiawqm3qFcT7ammfbUHeCBoJMlHcec/S3krSk73/AE/f0szYFmgAA3kYZg==",
6765
6781
  "requires": {
6766
6782
  "type-fest": "^0.20.2"
6767
6783
  }
@@ -6776,6 +6792,14 @@
6776
6792
  "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz",
6777
6793
  "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg=="
6778
6794
  },
6795
+ "js-yaml": {
6796
+ "version": "4.1.0",
6797
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
6798
+ "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
6799
+ "requires": {
6800
+ "argparse": "^2.0.1"
6801
+ }
6802
+ },
6779
6803
  "semver": {
6780
6804
  "version": "7.3.5",
6781
6805
  "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz",
@@ -6822,28 +6846,28 @@
6822
6846
  "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==",
6823
6847
  "requires": {
6824
6848
  "eslint-visitor-keys": "^2.0.0"
6849
+ },
6850
+ "dependencies": {
6851
+ "eslint-visitor-keys": {
6852
+ "version": "2.1.0",
6853
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
6854
+ "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw=="
6855
+ }
6825
6856
  }
6826
6857
  },
6827
6858
  "eslint-visitor-keys": {
6828
- "version": "2.1.0",
6829
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
6830
- "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw=="
6859
+ "version": "3.0.0",
6860
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.0.0.tgz",
6861
+ "integrity": "sha512-mJOZa35trBTb3IyRmo8xmKBZlxf+N7OnUl4+ZhJHs/r+0770Wh/LEACE2pqMGMe27G/4y8P2bYGk4J70IC5k1Q=="
6831
6862
  },
6832
6863
  "espree": {
6833
- "version": "7.3.1",
6834
- "resolved": "https://registry.npmjs.org/espree/-/espree-7.3.1.tgz",
6835
- "integrity": "sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g==",
6864
+ "version": "9.0.0",
6865
+ "resolved": "https://registry.npmjs.org/espree/-/espree-9.0.0.tgz",
6866
+ "integrity": "sha512-r5EQJcYZ2oaGbeR0jR0fFVijGOcwai07/690YRXLINuhmVeRY4UKSAsQPe/0BNuDgwP7Ophoc1PRsr2E3tkbdQ==",
6836
6867
  "requires": {
6837
- "acorn": "^7.4.0",
6868
+ "acorn": "^8.5.0",
6838
6869
  "acorn-jsx": "^5.3.1",
6839
- "eslint-visitor-keys": "^1.3.0"
6840
- },
6841
- "dependencies": {
6842
- "eslint-visitor-keys": {
6843
- "version": "1.3.0",
6844
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.3.0.tgz",
6845
- "integrity": "sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ=="
6846
- }
6870
+ "eslint-visitor-keys": "^3.0.0"
6847
6871
  }
6848
6872
  },
6849
6873
  "esprima": {
@@ -6860,9 +6884,9 @@
6860
6884
  },
6861
6885
  "dependencies": {
6862
6886
  "estraverse": {
6863
- "version": "5.2.0",
6864
- "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.2.0.tgz",
6865
- "integrity": "sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ=="
6887
+ "version": "5.3.0",
6888
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
6889
+ "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA=="
6866
6890
  }
6867
6891
  }
6868
6892
  },
@@ -6875,9 +6899,9 @@
6875
6899
  },
6876
6900
  "dependencies": {
6877
6901
  "estraverse": {
6878
- "version": "5.2.0",
6879
- "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.2.0.tgz",
6880
- "integrity": "sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ=="
6902
+ "version": "5.3.0",
6903
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
6904
+ "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA=="
6881
6905
  }
6882
6906
  }
6883
6907
  },
@@ -6918,15 +6942,15 @@
6918
6942
  "integrity": "sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg=="
6919
6943
  },
6920
6944
  "expect": {
6921
- "version": "27.2.4",
6922
- "resolved": "https://registry.npmjs.org/expect/-/expect-27.2.4.tgz",
6923
- "integrity": "sha512-gOtuonQ8TCnbNNCSw2fhVzRf8EFYDII4nB5NmG4IEV0rbUnW1I5zXvoTntU4iicB/Uh0oZr20NGlOLdJiwsOZA==",
6945
+ "version": "27.3.1",
6946
+ "resolved": "https://registry.npmjs.org/expect/-/expect-27.3.1.tgz",
6947
+ "integrity": "sha512-MrNXV2sL9iDRebWPGOGFdPQRl2eDQNu/uhxIMShjjx74T6kC6jFIkmQ6OqXDtevjGUkyB2IT56RzDBqXf/QPCg==",
6924
6948
  "requires": {
6925
- "@jest/types": "^27.2.4",
6949
+ "@jest/types": "^27.2.5",
6926
6950
  "ansi-styles": "^5.0.0",
6927
- "jest-get-type": "^27.0.6",
6928
- "jest-matcher-utils": "^27.2.4",
6929
- "jest-message-util": "^27.2.4",
6951
+ "jest-get-type": "^27.3.1",
6952
+ "jest-matcher-utils": "^27.3.1",
6953
+ "jest-message-util": "^27.3.1",
6930
6954
  "jest-regex-util": "^27.0.6"
6931
6955
  },
6932
6956
  "dependencies": {
@@ -7280,9 +7304,9 @@
7280
7304
  }
7281
7305
  },
7282
7306
  "import-local": {
7283
- "version": "3.0.2",
7284
- "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.0.2.tgz",
7285
- "integrity": "sha512-vjL3+w0oulAVZ0hBHnxa/Nm5TAurf9YLQJDhqRZyqb+VKGOB6LU8t9H1Nr5CIo16vh9XfJTOoHwU0B71S557gA==",
7307
+ "version": "3.0.3",
7308
+ "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.0.3.tgz",
7309
+ "integrity": "sha512-bE9iaUY3CXH8Cwfan/abDKAxe1KGT9kyGsBPqf6DMK/z0a2OzAsrukeYNgIH6cH5Xr452jb1TUL8rSfCLjZ9uA==",
7286
7310
  "requires": {
7287
7311
  "pkg-dir": "^4.2.0",
7288
7312
  "resolve-cwd": "^3.0.0"
@@ -7321,18 +7345,10 @@
7321
7345
  "binary-extensions": "^2.0.0"
7322
7346
  }
7323
7347
  },
7324
- "is-ci": {
7325
- "version": "3.0.0",
7326
- "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-3.0.0.tgz",
7327
- "integrity": "sha512-kDXyttuLeslKAHYL/K28F2YkM3x5jvFPEw3yXbRptXydjD9rpLEz+C5K5iutY9ZiUu6AP41JdvRQwF4Iqs4ZCQ==",
7328
- "requires": {
7329
- "ci-info": "^3.1.1"
7330
- }
7331
- },
7332
7348
  "is-core-module": {
7333
- "version": "2.7.0",
7334
- "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.7.0.tgz",
7335
- "integrity": "sha512-ByY+tjCciCr+9nLryBYcSD50EOGWt95c7tIsKTG1J2ixKKXPvF7Ej3AVd+UfDydAJom3biBGDBALaO79ktwgEQ==",
7349
+ "version": "2.8.0",
7350
+ "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.0.tgz",
7351
+ "integrity": "sha512-vd15qHsaqrRL7dtH6QNuy0ndJmRDrS9HAM1CAiSifNUFv4x1a0CCVsj18hJ1mShxIG6T2i1sO78MkP56r0nYRw==",
7336
7352
  "requires": {
7337
7353
  "has": "^1.0.3"
7338
7354
  }
@@ -7394,18 +7410,19 @@
7394
7410
  "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA="
7395
7411
  },
7396
7412
  "istanbul-lib-coverage": {
7397
- "version": "3.0.1",
7398
- "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.0.1.tgz",
7399
- "integrity": "sha512-GvCYYTxaCPqwMjobtVcVKvSHtAGe48MNhGjpK8LtVF8K0ISX7hCKl85LgtuaSneWVyQmaGcW3iXVV3GaZSLpmQ=="
7413
+ "version": "3.2.0",
7414
+ "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz",
7415
+ "integrity": "sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw=="
7400
7416
  },
7401
7417
  "istanbul-lib-instrument": {
7402
- "version": "4.0.3",
7403
- "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-4.0.3.tgz",
7404
- "integrity": "sha512-BXgQl9kf4WTCPCCpmFGoJkz/+uhvm7h7PFKUYxh7qarQd3ER33vHG//qaE8eN25l07YqZPpHXU9I09l/RD5aGQ==",
7418
+ "version": "5.1.0",
7419
+ "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.1.0.tgz",
7420
+ "integrity": "sha512-czwUz525rkOFDJxfKK6mYfIs9zBKILyrZQxjz3ABhjQXhbhFsSbo1HW/BFcsDnfJYJWA6thRR5/TUY2qs5W99Q==",
7405
7421
  "requires": {
7406
- "@babel/core": "^7.7.5",
7422
+ "@babel/core": "^7.12.3",
7423
+ "@babel/parser": "^7.14.7",
7407
7424
  "@istanbuljs/schema": "^0.1.2",
7408
- "istanbul-lib-coverage": "^3.0.0",
7425
+ "istanbul-lib-coverage": "^3.2.0",
7409
7426
  "semver": "^6.3.0"
7410
7427
  },
7411
7428
  "dependencies": {
@@ -7455,9 +7472,9 @@
7455
7472
  }
7456
7473
  },
7457
7474
  "istanbul-lib-source-maps": {
7458
- "version": "4.0.0",
7459
- "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.0.tgz",
7460
- "integrity": "sha512-c16LpFRkR8vQXyHZ5nLpY35JZtzj1PQY1iZmesUbf1FZHbIupcWfjgOXBY9YHkLEQ6puz1u4Dgj6qmU/DisrZg==",
7475
+ "version": "4.0.1",
7476
+ "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz",
7477
+ "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==",
7461
7478
  "requires": {
7462
7479
  "debug": "^4.1.1",
7463
7480
  "istanbul-lib-coverage": "^3.0.0",
@@ -7472,22 +7489,22 @@
7472
7489
  }
7473
7490
  },
7474
7491
  "istanbul-reports": {
7475
- "version": "3.0.2",
7476
- "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.0.2.tgz",
7477
- "integrity": "sha512-9tZvz7AiR3PEDNGiV9vIouQ/EAcqMXFmkcA1CDFTwOB98OZVDL0PH9glHotf5Ugp6GCOTypfzGWI/OqjWNCRUw==",
7492
+ "version": "3.0.5",
7493
+ "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.0.5.tgz",
7494
+ "integrity": "sha512-5+19PlhnGabNWB7kOFnuxT8H3T/iIyQzIbQMxXsURmmvKg86P2sbkrGOT77VnHw0Qr0gc2XzRaRfMZYYbSQCJQ==",
7478
7495
  "requires": {
7479
7496
  "html-escaper": "^2.0.0",
7480
7497
  "istanbul-lib-report": "^3.0.0"
7481
7498
  }
7482
7499
  },
7483
7500
  "jest": {
7484
- "version": "27.2.4",
7485
- "resolved": "https://registry.npmjs.org/jest/-/jest-27.2.4.tgz",
7486
- "integrity": "sha512-h4uqb1EQLfPulWyUFFWv9e9Nn8sCqsJ/j3wk/KCY0p4s4s0ICCfP3iMf6hRf5hEhsDyvyrCgKiZXma63gMz16A==",
7501
+ "version": "27.3.1",
7502
+ "resolved": "https://registry.npmjs.org/jest/-/jest-27.3.1.tgz",
7503
+ "integrity": "sha512-U2AX0AgQGd5EzMsiZpYt8HyZ+nSVIh5ujQ9CPp9EQZJMjXIiSZpJNweZl0swatKRoqHWgGKM3zaSwm4Zaz87ng==",
7487
7504
  "requires": {
7488
- "@jest/core": "^27.2.4",
7505
+ "@jest/core": "^27.3.1",
7489
7506
  "import-local": "^3.0.2",
7490
- "jest-cli": "^27.2.4"
7507
+ "jest-cli": "^27.3.1"
7491
7508
  },
7492
7509
  "dependencies": {
7493
7510
  "ansi-styles": {
@@ -7526,20 +7543,20 @@
7526
7543
  "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
7527
7544
  },
7528
7545
  "jest-cli": {
7529
- "version": "27.2.4",
7530
- "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-27.2.4.tgz",
7531
- "integrity": "sha512-4kpQQkg74HYLaXo3nzwtg4PYxSLgL7puz1LXHj5Tu85KmlIpxQFjRkXlx4V47CYFFIDoyl3rHA/cXOxUWyMpNg==",
7546
+ "version": "27.3.1",
7547
+ "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-27.3.1.tgz",
7548
+ "integrity": "sha512-WHnCqpfK+6EvT62me6WVs8NhtbjAS4/6vZJnk7/2+oOr50cwAzG4Wxt6RXX0hu6m1169ZGMlhYYUNeKBXCph/Q==",
7532
7549
  "requires": {
7533
- "@jest/core": "^27.2.4",
7534
- "@jest/test-result": "^27.2.4",
7535
- "@jest/types": "^27.2.4",
7550
+ "@jest/core": "^27.3.1",
7551
+ "@jest/test-result": "^27.3.1",
7552
+ "@jest/types": "^27.2.5",
7536
7553
  "chalk": "^4.0.0",
7537
7554
  "exit": "^0.1.2",
7538
7555
  "graceful-fs": "^4.2.4",
7539
7556
  "import-local": "^3.0.2",
7540
- "jest-config": "^27.2.4",
7541
- "jest-util": "^27.2.4",
7542
- "jest-validate": "^27.2.4",
7557
+ "jest-config": "^27.3.1",
7558
+ "jest-util": "^27.3.1",
7559
+ "jest-validate": "^27.3.1",
7543
7560
  "prompts": "^2.0.1",
7544
7561
  "yargs": "^16.2.0"
7545
7562
  }
@@ -7555,36 +7572,36 @@
7555
7572
  }
7556
7573
  },
7557
7574
  "jest-changed-files": {
7558
- "version": "27.2.4",
7559
- "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-27.2.4.tgz",
7560
- "integrity": "sha512-eeO1C1u4ex7pdTroYXezr+rbr957myyVoKGjcY4R1TJi3A+9v+4fu1Iv9J4eLq1bgFyT3O3iRWU9lZsEE7J72Q==",
7575
+ "version": "27.3.0",
7576
+ "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-27.3.0.tgz",
7577
+ "integrity": "sha512-9DJs9garMHv4RhylUMZgbdCJ3+jHSkpL9aaVKp13xtXAD80qLTLrqcDZL1PHA9dYA0bCI86Nv2BhkLpLhrBcPg==",
7561
7578
  "requires": {
7562
- "@jest/types": "^27.2.4",
7579
+ "@jest/types": "^27.2.5",
7563
7580
  "execa": "^5.0.0",
7564
7581
  "throat": "^6.0.1"
7565
7582
  }
7566
7583
  },
7567
7584
  "jest-circus": {
7568
- "version": "27.2.4",
7569
- "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-27.2.4.tgz",
7570
- "integrity": "sha512-TtheheTElrGjlsY9VxkzUU1qwIx05ItIusMVKnvNkMt4o/PeegLRcjq3Db2Jz0GGdBalJdbzLZBgeulZAJxJWA==",
7585
+ "version": "27.3.1",
7586
+ "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-27.3.1.tgz",
7587
+ "integrity": "sha512-v1dsM9II6gvXokgqq6Yh2jHCpfg7ZqV4jWY66u7npz24JnhP3NHxI0sKT7+ZMQ7IrOWHYAaeEllOySbDbWsiXw==",
7571
7588
  "requires": {
7572
- "@jest/environment": "^27.2.4",
7573
- "@jest/test-result": "^27.2.4",
7574
- "@jest/types": "^27.2.4",
7589
+ "@jest/environment": "^27.3.1",
7590
+ "@jest/test-result": "^27.3.1",
7591
+ "@jest/types": "^27.2.5",
7575
7592
  "@types/node": "*",
7576
7593
  "chalk": "^4.0.0",
7577
7594
  "co": "^4.6.0",
7578
7595
  "dedent": "^0.7.0",
7579
- "expect": "^27.2.4",
7596
+ "expect": "^27.3.1",
7580
7597
  "is-generator-fn": "^2.0.0",
7581
- "jest-each": "^27.2.4",
7582
- "jest-matcher-utils": "^27.2.4",
7583
- "jest-message-util": "^27.2.4",
7584
- "jest-runtime": "^27.2.4",
7585
- "jest-snapshot": "^27.2.4",
7586
- "jest-util": "^27.2.4",
7587
- "pretty-format": "^27.2.4",
7598
+ "jest-each": "^27.3.1",
7599
+ "jest-matcher-utils": "^27.3.1",
7600
+ "jest-message-util": "^27.3.1",
7601
+ "jest-runtime": "^27.3.1",
7602
+ "jest-snapshot": "^27.3.1",
7603
+ "jest-util": "^27.3.1",
7604
+ "pretty-format": "^27.3.1",
7588
7605
  "slash": "^3.0.0",
7589
7606
  "stack-utils": "^2.0.3",
7590
7607
  "throat": "^6.0.1"
@@ -7641,31 +7658,31 @@
7641
7658
  }
7642
7659
  },
7643
7660
  "jest-config": {
7644
- "version": "27.2.4",
7645
- "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-27.2.4.tgz",
7646
- "integrity": "sha512-tWy0UxhdzqiKyp4l5Vq4HxLyD+gH5td+GCF3c22/DJ0bYAOsMo+qi2XtbJI6oYMH5JOJQs9nLW/r34nvFCehjA==",
7661
+ "version": "27.3.1",
7662
+ "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-27.3.1.tgz",
7663
+ "integrity": "sha512-KY8xOIbIACZ/vdYCKSopL44I0xboxC751IX+DXL2+Wx6DKNycyEfV3rryC3BPm5Uq/BBqDoMrKuqLEUNJmMKKg==",
7647
7664
  "requires": {
7648
7665
  "@babel/core": "^7.1.0",
7649
- "@jest/test-sequencer": "^27.2.4",
7650
- "@jest/types": "^27.2.4",
7651
- "babel-jest": "^27.2.4",
7666
+ "@jest/test-sequencer": "^27.3.1",
7667
+ "@jest/types": "^27.2.5",
7668
+ "babel-jest": "^27.3.1",
7652
7669
  "chalk": "^4.0.0",
7670
+ "ci-info": "^3.2.0",
7653
7671
  "deepmerge": "^4.2.2",
7654
7672
  "glob": "^7.1.1",
7655
7673
  "graceful-fs": "^4.2.4",
7656
- "is-ci": "^3.0.0",
7657
- "jest-circus": "^27.2.4",
7658
- "jest-environment-jsdom": "^27.2.4",
7659
- "jest-environment-node": "^27.2.4",
7660
- "jest-get-type": "^27.0.6",
7661
- "jest-jasmine2": "^27.2.4",
7674
+ "jest-circus": "^27.3.1",
7675
+ "jest-environment-jsdom": "^27.3.1",
7676
+ "jest-environment-node": "^27.3.1",
7677
+ "jest-get-type": "^27.3.1",
7678
+ "jest-jasmine2": "^27.3.1",
7662
7679
  "jest-regex-util": "^27.0.6",
7663
- "jest-resolve": "^27.2.4",
7664
- "jest-runner": "^27.2.4",
7665
- "jest-util": "^27.2.4",
7666
- "jest-validate": "^27.2.4",
7680
+ "jest-resolve": "^27.3.1",
7681
+ "jest-runner": "^27.3.1",
7682
+ "jest-util": "^27.3.1",
7683
+ "jest-validate": "^27.3.1",
7667
7684
  "micromatch": "^4.0.4",
7668
- "pretty-format": "^27.2.4"
7685
+ "pretty-format": "^27.3.1"
7669
7686
  },
7670
7687
  "dependencies": {
7671
7688
  "ansi-styles": {
@@ -7714,14 +7731,14 @@
7714
7731
  }
7715
7732
  },
7716
7733
  "jest-diff": {
7717
- "version": "27.2.4",
7718
- "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-27.2.4.tgz",
7719
- "integrity": "sha512-bLAVlDSCR3gqUPGv+4nzVpEXGsHh98HjUL7Vb2hVyyuBDoQmja8eJb0imUABsuxBeUVmf47taJSAd9nDrwWKEg==",
7734
+ "version": "27.3.1",
7735
+ "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-27.3.1.tgz",
7736
+ "integrity": "sha512-PCeuAH4AWUo2O5+ksW4pL9v5xJAcIKPUPfIhZBcG1RKv/0+dvaWTQK1Nrau8d67dp65fOqbeMdoil+6PedyEPQ==",
7720
7737
  "requires": {
7721
7738
  "chalk": "^4.0.0",
7722
7739
  "diff-sequences": "^27.0.6",
7723
- "jest-get-type": "^27.0.6",
7724
- "pretty-format": "^27.2.4"
7740
+ "jest-get-type": "^27.3.1",
7741
+ "pretty-format": "^27.3.1"
7725
7742
  },
7726
7743
  "dependencies": {
7727
7744
  "ansi-styles": {
@@ -7778,15 +7795,15 @@
7778
7795
  }
7779
7796
  },
7780
7797
  "jest-each": {
7781
- "version": "27.2.4",
7782
- "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-27.2.4.tgz",
7783
- "integrity": "sha512-w9XVc+0EDBUTJS4xBNJ7N2JCcWItFd006lFjz77OarAQcQ10eFDBMrfDv2GBJMKlXe9aq0HrIIF51AXcZrRJyg==",
7798
+ "version": "27.3.1",
7799
+ "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-27.3.1.tgz",
7800
+ "integrity": "sha512-E4SwfzKJWYcvOYCjOxhZcxwL+AY0uFMvdCOwvzgutJiaiodFjkxQQDxHm8FQBeTqDnSmKsQWn7ldMRzTn2zJaQ==",
7784
7801
  "requires": {
7785
- "@jest/types": "^27.2.4",
7802
+ "@jest/types": "^27.2.5",
7786
7803
  "chalk": "^4.0.0",
7787
- "jest-get-type": "^27.0.6",
7788
- "jest-util": "^27.2.4",
7789
- "pretty-format": "^27.2.4"
7804
+ "jest-get-type": "^27.3.1",
7805
+ "jest-util": "^27.3.1",
7806
+ "pretty-format": "^27.3.1"
7790
7807
  },
7791
7808
  "dependencies": {
7792
7809
  "ansi-styles": {
@@ -7835,43 +7852,43 @@
7835
7852
  }
7836
7853
  },
7837
7854
  "jest-environment-jsdom": {
7838
- "version": "27.2.4",
7839
- "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-27.2.4.tgz",
7840
- "integrity": "sha512-X70pTXFSypD7AIzKT1mLnDi5hP9w9mdTRcOGOmoDoBrNyNEg4rYm6d4LQWFLc9ps1VnMuDOkFSG0wjSNYGjkng==",
7855
+ "version": "27.3.1",
7856
+ "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-27.3.1.tgz",
7857
+ "integrity": "sha512-3MOy8qMzIkQlfb3W1TfrD7uZHj+xx8Olix5vMENkj5djPmRqndMaXtpnaZkxmxM+Qc3lo+yVzJjzuXbCcZjAlg==",
7841
7858
  "requires": {
7842
- "@jest/environment": "^27.2.4",
7843
- "@jest/fake-timers": "^27.2.4",
7844
- "@jest/types": "^27.2.4",
7859
+ "@jest/environment": "^27.3.1",
7860
+ "@jest/fake-timers": "^27.3.1",
7861
+ "@jest/types": "^27.2.5",
7845
7862
  "@types/node": "*",
7846
- "jest-mock": "^27.2.4",
7847
- "jest-util": "^27.2.4",
7863
+ "jest-mock": "^27.3.0",
7864
+ "jest-util": "^27.3.1",
7848
7865
  "jsdom": "^16.6.0"
7849
7866
  }
7850
7867
  },
7851
7868
  "jest-environment-node": {
7852
- "version": "27.2.4",
7853
- "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-27.2.4.tgz",
7854
- "integrity": "sha512-ZbVbFSnbzTvhLOIkqh5lcLuGCCFvtG4xTXIRPK99rV2KzQT3kNg16KZwfTnLNlIiWCE8do960eToeDfcqmpSAw==",
7869
+ "version": "27.3.1",
7870
+ "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-27.3.1.tgz",
7871
+ "integrity": "sha512-T89F/FgkE8waqrTSA7/ydMkcc52uYPgZZ6q8OaZgyiZkJb5QNNCF6oPZjH9IfPFfcc9uBWh1574N0kY0pSvTXw==",
7855
7872
  "requires": {
7856
- "@jest/environment": "^27.2.4",
7857
- "@jest/fake-timers": "^27.2.4",
7858
- "@jest/types": "^27.2.4",
7873
+ "@jest/environment": "^27.3.1",
7874
+ "@jest/fake-timers": "^27.3.1",
7875
+ "@jest/types": "^27.2.5",
7859
7876
  "@types/node": "*",
7860
- "jest-mock": "^27.2.4",
7861
- "jest-util": "^27.2.4"
7877
+ "jest-mock": "^27.3.0",
7878
+ "jest-util": "^27.3.1"
7862
7879
  }
7863
7880
  },
7864
7881
  "jest-get-type": {
7865
- "version": "27.0.6",
7866
- "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-27.0.6.tgz",
7867
- "integrity": "sha512-XTkK5exIeUbbveehcSR8w0bhH+c0yloW/Wpl+9vZrjzztCPWrxhHwkIFpZzCt71oRBsgxmuUfxEqOYoZI2macg=="
7882
+ "version": "27.3.1",
7883
+ "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-27.3.1.tgz",
7884
+ "integrity": "sha512-+Ilqi8hgHSAdhlQ3s12CAVNd8H96ZkQBfYoXmArzZnOfAtVAJEiPDBirjByEblvG/4LPJmkL+nBqPO3A1YJAEg=="
7868
7885
  },
7869
7886
  "jest-haste-map": {
7870
- "version": "27.2.4",
7871
- "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.2.4.tgz",
7872
- "integrity": "sha512-bkJ4bT00T2K+1NZXbRcyKnbJ42I6QBvoDNMTAQQDBhaGNnZreiQKUNqax0e6hLTx7E75pKDeltVu3V1HAdu+YA==",
7887
+ "version": "27.3.1",
7888
+ "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.3.1.tgz",
7889
+ "integrity": "sha512-lYfNZIzwPccDJZIyk9Iz5iQMM/MH56NIIcGj7AFU1YyA4ewWFBl8z+YPJuSCRML/ee2cCt2y3W4K3VXPT6Nhzg==",
7873
7890
  "requires": {
7874
- "@jest/types": "^27.2.4",
7891
+ "@jest/types": "^27.2.5",
7875
7892
  "@types/graceful-fs": "^4.1.2",
7876
7893
  "@types/node": "*",
7877
7894
  "anymatch": "^3.0.3",
@@ -7880,34 +7897,34 @@
7880
7897
  "graceful-fs": "^4.2.4",
7881
7898
  "jest-regex-util": "^27.0.6",
7882
7899
  "jest-serializer": "^27.0.6",
7883
- "jest-util": "^27.2.4",
7884
- "jest-worker": "^27.2.4",
7900
+ "jest-util": "^27.3.1",
7901
+ "jest-worker": "^27.3.1",
7885
7902
  "micromatch": "^4.0.4",
7886
7903
  "walker": "^1.0.7"
7887
7904
  }
7888
7905
  },
7889
7906
  "jest-jasmine2": {
7890
- "version": "27.2.4",
7891
- "resolved": "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-27.2.4.tgz",
7892
- "integrity": "sha512-fcffjO/xLWLVnW2ct3No4EksxM5RyPwHDYu9QU+90cC+/eSMLkFAxS55vkqsxexOO5zSsZ3foVpMQcg/amSeIQ==",
7907
+ "version": "27.3.1",
7908
+ "resolved": "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-27.3.1.tgz",
7909
+ "integrity": "sha512-WK11ZUetDQaC09w4/j7o4FZDUIp+4iYWH/Lik34Pv7ukL+DuXFGdnmmi7dT58J2ZYKFB5r13GyE0z3NPeyJmsg==",
7893
7910
  "requires": {
7894
7911
  "@babel/traverse": "^7.1.0",
7895
- "@jest/environment": "^27.2.4",
7912
+ "@jest/environment": "^27.3.1",
7896
7913
  "@jest/source-map": "^27.0.6",
7897
- "@jest/test-result": "^27.2.4",
7898
- "@jest/types": "^27.2.4",
7914
+ "@jest/test-result": "^27.3.1",
7915
+ "@jest/types": "^27.2.5",
7899
7916
  "@types/node": "*",
7900
7917
  "chalk": "^4.0.0",
7901
7918
  "co": "^4.6.0",
7902
- "expect": "^27.2.4",
7919
+ "expect": "^27.3.1",
7903
7920
  "is-generator-fn": "^2.0.0",
7904
- "jest-each": "^27.2.4",
7905
- "jest-matcher-utils": "^27.2.4",
7906
- "jest-message-util": "^27.2.4",
7907
- "jest-runtime": "^27.2.4",
7908
- "jest-snapshot": "^27.2.4",
7909
- "jest-util": "^27.2.4",
7910
- "pretty-format": "^27.2.4",
7921
+ "jest-each": "^27.3.1",
7922
+ "jest-matcher-utils": "^27.3.1",
7923
+ "jest-message-util": "^27.3.1",
7924
+ "jest-runtime": "^27.3.1",
7925
+ "jest-snapshot": "^27.3.1",
7926
+ "jest-util": "^27.3.1",
7927
+ "pretty-format": "^27.3.1",
7911
7928
  "throat": "^6.0.1"
7912
7929
  },
7913
7930
  "dependencies": {
@@ -7957,23 +7974,23 @@
7957
7974
  }
7958
7975
  },
7959
7976
  "jest-leak-detector": {
7960
- "version": "27.2.4",
7961
- "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-27.2.4.tgz",
7962
- "integrity": "sha512-SrcHWbe0EHg/bw2uBjVoHacTo5xosl068x2Q0aWsjr2yYuW2XwqrSkZV4lurUop0jhv1709ymG4or+8E4sH27Q==",
7977
+ "version": "27.3.1",
7978
+ "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-27.3.1.tgz",
7979
+ "integrity": "sha512-78QstU9tXbaHzwlRlKmTpjP9k4Pvre5l0r8Spo4SbFFVy/4Abg9I6ZjHwjg2QyKEAMg020XcjP+UgLZIY50yEg==",
7963
7980
  "requires": {
7964
- "jest-get-type": "^27.0.6",
7965
- "pretty-format": "^27.2.4"
7981
+ "jest-get-type": "^27.3.1",
7982
+ "pretty-format": "^27.3.1"
7966
7983
  }
7967
7984
  },
7968
7985
  "jest-matcher-utils": {
7969
- "version": "27.2.4",
7970
- "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-27.2.4.tgz",
7971
- "integrity": "sha512-nQeLfFAIPPkyhkDfifAPfP/U5wm1x0fLtAzqXZSSKckXDNuk2aaOfQiDYv1Mgf5GY6yOsxfUnvNm3dDjXM+BXw==",
7986
+ "version": "27.3.1",
7987
+ "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-27.3.1.tgz",
7988
+ "integrity": "sha512-hX8N7zXS4k+8bC1Aj0OWpGb7D3gIXxYvPNK1inP5xvE4ztbz3rc4AkI6jGVaerepBnfWB17FL5lWFJT3s7qo8w==",
7972
7989
  "requires": {
7973
7990
  "chalk": "^4.0.0",
7974
- "jest-diff": "^27.2.4",
7975
- "jest-get-type": "^27.0.6",
7976
- "pretty-format": "^27.2.4"
7991
+ "jest-diff": "^27.3.1",
7992
+ "jest-get-type": "^27.3.1",
7993
+ "pretty-format": "^27.3.1"
7977
7994
  },
7978
7995
  "dependencies": {
7979
7996
  "ansi-styles": {
@@ -8022,17 +8039,17 @@
8022
8039
  }
8023
8040
  },
8024
8041
  "jest-message-util": {
8025
- "version": "27.2.4",
8026
- "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-27.2.4.tgz",
8027
- "integrity": "sha512-wbKT/BNGnBVB9nzi+IoaLkXt6fbSvqUxx+IYY66YFh96J3goY33BAaNG3uPqaw/Sh/FR9YpXGVDfd5DJdbh4nA==",
8042
+ "version": "27.3.1",
8043
+ "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-27.3.1.tgz",
8044
+ "integrity": "sha512-bh3JEmxsTZ/9rTm0jQrPElbY2+y48Rw2t47uMfByNyUVR+OfPh4anuyKsGqsNkXk/TI4JbLRZx+7p7Hdt6q1yg==",
8028
8045
  "requires": {
8029
8046
  "@babel/code-frame": "^7.12.13",
8030
- "@jest/types": "^27.2.4",
8047
+ "@jest/types": "^27.2.5",
8031
8048
  "@types/stack-utils": "^2.0.0",
8032
8049
  "chalk": "^4.0.0",
8033
8050
  "graceful-fs": "^4.2.4",
8034
8051
  "micromatch": "^4.0.4",
8035
- "pretty-format": "^27.2.4",
8052
+ "pretty-format": "^27.3.1",
8036
8053
  "slash": "^3.0.0",
8037
8054
  "stack-utils": "^2.0.3"
8038
8055
  },
@@ -8088,11 +8105,11 @@
8088
8105
  }
8089
8106
  },
8090
8107
  "jest-mock": {
8091
- "version": "27.2.4",
8092
- "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-27.2.4.tgz",
8093
- "integrity": "sha512-iVRU905rutaAoUcrt5Tm1JoHHWi24YabqEGXjPJI4tAyA6wZ7mzDi3GrZ+M7ebgWBqUkZE93GAx1STk7yCMIQA==",
8108
+ "version": "27.3.0",
8109
+ "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-27.3.0.tgz",
8110
+ "integrity": "sha512-ziZiLk0elZOQjD08bLkegBzv5hCABu/c8Ytx45nJKkysQwGaonvmTxwjLqEA4qGdasq9o2I8/HtdGMNnVsMTGw==",
8094
8111
  "requires": {
8095
- "@jest/types": "^27.2.4",
8112
+ "@jest/types": "^27.2.5",
8096
8113
  "@types/node": "*"
8097
8114
  }
8098
8115
  },
@@ -8107,19 +8124,19 @@
8107
8124
  "integrity": "sha512-SUhPzBsGa1IKm8hx2F4NfTGGp+r7BXJ4CulsZ1k2kI+mGLG+lxGrs76veN2LF/aUdGosJBzKgXmNCw+BzFqBDQ=="
8108
8125
  },
8109
8126
  "jest-resolve": {
8110
- "version": "27.2.4",
8111
- "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-27.2.4.tgz",
8112
- "integrity": "sha512-IsAO/3+3BZnKjI2I4f3835TBK/90dxR7Otgufn3mnrDFTByOSXclDi3G2XJsawGV4/18IMLARJ+V7Wm7t+J89Q==",
8127
+ "version": "27.3.1",
8128
+ "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-27.3.1.tgz",
8129
+ "integrity": "sha512-Dfzt25CFSPo3Y3GCbxynRBZzxq9AdyNN+x/v2IqYx6KVT5Z6me2Z/PsSGFSv3cOSUZqJ9pHxilao/I/m9FouLw==",
8113
8130
  "requires": {
8114
- "@jest/types": "^27.2.4",
8131
+ "@jest/types": "^27.2.5",
8115
8132
  "chalk": "^4.0.0",
8116
- "escalade": "^3.1.1",
8117
8133
  "graceful-fs": "^4.2.4",
8118
- "jest-haste-map": "^27.2.4",
8134
+ "jest-haste-map": "^27.3.1",
8119
8135
  "jest-pnp-resolver": "^1.2.2",
8120
- "jest-util": "^27.2.4",
8121
- "jest-validate": "^27.2.4",
8136
+ "jest-util": "^27.3.1",
8137
+ "jest-validate": "^27.3.1",
8122
8138
  "resolve": "^1.20.0",
8139
+ "resolve.exports": "^1.1.0",
8123
8140
  "slash": "^3.0.0"
8124
8141
  },
8125
8142
  "dependencies": {
@@ -8174,40 +8191,40 @@
8174
8191
  }
8175
8192
  },
8176
8193
  "jest-resolve-dependencies": {
8177
- "version": "27.2.4",
8178
- "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-27.2.4.tgz",
8179
- "integrity": "sha512-i5s7Uh9B3Q6uwxLpMhNKlgBf6pcemvWaORxsW1zNF/YCY3jd5EftvnGBI+fxVwJ1CBxkVfxqCvm1lpZkbaoGmg==",
8194
+ "version": "27.3.1",
8195
+ "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-27.3.1.tgz",
8196
+ "integrity": "sha512-X7iLzY8pCiYOnvYo2YrK3P9oSE8/3N2f4pUZMJ8IUcZnT81vlSonya1KTO9ZfKGuC+svE6FHK/XOb8SsoRUV1A==",
8180
8197
  "requires": {
8181
- "@jest/types": "^27.2.4",
8198
+ "@jest/types": "^27.2.5",
8182
8199
  "jest-regex-util": "^27.0.6",
8183
- "jest-snapshot": "^27.2.4"
8200
+ "jest-snapshot": "^27.3.1"
8184
8201
  }
8185
8202
  },
8186
8203
  "jest-runner": {
8187
- "version": "27.2.4",
8188
- "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-27.2.4.tgz",
8189
- "integrity": "sha512-hIo5PPuNUyVDidZS8EetntuuJbQ+4IHWxmHgYZz9FIDbG2wcZjrP6b52uMDjAEQiHAn8yn8ynNe+TL8UuGFYKg==",
8190
- "requires": {
8191
- "@jest/console": "^27.2.4",
8192
- "@jest/environment": "^27.2.4",
8193
- "@jest/test-result": "^27.2.4",
8194
- "@jest/transform": "^27.2.4",
8195
- "@jest/types": "^27.2.4",
8204
+ "version": "27.3.1",
8205
+ "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-27.3.1.tgz",
8206
+ "integrity": "sha512-r4W6kBn6sPr3TBwQNmqE94mPlYVn7fLBseeJfo4E2uCTmAyDFm2O5DYAQAFP7Q3YfiA/bMwg8TVsciP7k0xOww==",
8207
+ "requires": {
8208
+ "@jest/console": "^27.3.1",
8209
+ "@jest/environment": "^27.3.1",
8210
+ "@jest/test-result": "^27.3.1",
8211
+ "@jest/transform": "^27.3.1",
8212
+ "@jest/types": "^27.2.5",
8196
8213
  "@types/node": "*",
8197
8214
  "chalk": "^4.0.0",
8198
8215
  "emittery": "^0.8.1",
8199
8216
  "exit": "^0.1.2",
8200
8217
  "graceful-fs": "^4.2.4",
8201
8218
  "jest-docblock": "^27.0.6",
8202
- "jest-environment-jsdom": "^27.2.4",
8203
- "jest-environment-node": "^27.2.4",
8204
- "jest-haste-map": "^27.2.4",
8205
- "jest-leak-detector": "^27.2.4",
8206
- "jest-message-util": "^27.2.4",
8207
- "jest-resolve": "^27.2.4",
8208
- "jest-runtime": "^27.2.4",
8209
- "jest-util": "^27.2.4",
8210
- "jest-worker": "^27.2.4",
8219
+ "jest-environment-jsdom": "^27.3.1",
8220
+ "jest-environment-node": "^27.3.1",
8221
+ "jest-haste-map": "^27.3.1",
8222
+ "jest-leak-detector": "^27.3.1",
8223
+ "jest-message-util": "^27.3.1",
8224
+ "jest-resolve": "^27.3.1",
8225
+ "jest-runtime": "^27.3.1",
8226
+ "jest-util": "^27.3.1",
8227
+ "jest-worker": "^27.3.1",
8211
8228
  "source-map-support": "^0.5.6",
8212
8229
  "throat": "^6.0.1"
8213
8230
  },
@@ -8258,18 +8275,17 @@
8258
8275
  }
8259
8276
  },
8260
8277
  "jest-runtime": {
8261
- "version": "27.2.4",
8262
- "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-27.2.4.tgz",
8263
- "integrity": "sha512-ICKzzYdjIi70P17MZsLLIgIQFCQmIjMFf+xYww3aUySiUA/QBPUTdUqo5B2eg4HOn9/KkUsV0z6GVgaqAPBJvg==",
8264
- "requires": {
8265
- "@jest/console": "^27.2.4",
8266
- "@jest/environment": "^27.2.4",
8267
- "@jest/fake-timers": "^27.2.4",
8268
- "@jest/globals": "^27.2.4",
8278
+ "version": "27.3.1",
8279
+ "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-27.3.1.tgz",
8280
+ "integrity": "sha512-qtO6VxPbS8umqhEDpjA4pqTkKQ1Hy4ZSi9mDVeE9Za7LKBo2LdW2jmT+Iod3XFaJqINikZQsn2wEi0j9wPRbLg==",
8281
+ "requires": {
8282
+ "@jest/console": "^27.3.1",
8283
+ "@jest/environment": "^27.3.1",
8284
+ "@jest/globals": "^27.3.1",
8269
8285
  "@jest/source-map": "^27.0.6",
8270
- "@jest/test-result": "^27.2.4",
8271
- "@jest/transform": "^27.2.4",
8272
- "@jest/types": "^27.2.4",
8286
+ "@jest/test-result": "^27.3.1",
8287
+ "@jest/transform": "^27.3.1",
8288
+ "@jest/types": "^27.2.5",
8273
8289
  "@types/yargs": "^16.0.0",
8274
8290
  "chalk": "^4.0.0",
8275
8291
  "cjs-module-lexer": "^1.0.0",
@@ -8278,14 +8294,14 @@
8278
8294
  "exit": "^0.1.2",
8279
8295
  "glob": "^7.1.3",
8280
8296
  "graceful-fs": "^4.2.4",
8281
- "jest-haste-map": "^27.2.4",
8282
- "jest-message-util": "^27.2.4",
8283
- "jest-mock": "^27.2.4",
8297
+ "jest-haste-map": "^27.3.1",
8298
+ "jest-message-util": "^27.3.1",
8299
+ "jest-mock": "^27.3.0",
8284
8300
  "jest-regex-util": "^27.0.6",
8285
- "jest-resolve": "^27.2.4",
8286
- "jest-snapshot": "^27.2.4",
8287
- "jest-util": "^27.2.4",
8288
- "jest-validate": "^27.2.4",
8301
+ "jest-resolve": "^27.3.1",
8302
+ "jest-snapshot": "^27.3.1",
8303
+ "jest-util": "^27.3.1",
8304
+ "jest-validate": "^27.3.1",
8289
8305
  "slash": "^3.0.0",
8290
8306
  "strip-bom": "^4.0.0",
8291
8307
  "yargs": "^16.2.0"
@@ -8351,9 +8367,9 @@
8351
8367
  }
8352
8368
  },
8353
8369
  "jest-snapshot": {
8354
- "version": "27.2.4",
8355
- "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-27.2.4.tgz",
8356
- "integrity": "sha512-5DFxK31rYS8X8C6WXsFx8XxrxW3PGa6+9IrUcZdTLg1aEyXDGIeiBh4jbwvh655bg/9vTETbEj/njfZicHTZZw==",
8370
+ "version": "27.3.1",
8371
+ "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-27.3.1.tgz",
8372
+ "integrity": "sha512-APZyBvSgQgOT0XumwfFu7X3G5elj6TGhCBLbBdn3R1IzYustPGPE38F51dBWMQ8hRXa9je0vAdeVDtqHLvB6lg==",
8357
8373
  "requires": {
8358
8374
  "@babel/core": "^7.7.2",
8359
8375
  "@babel/generator": "^7.7.2",
@@ -8361,23 +8377,23 @@
8361
8377
  "@babel/plugin-syntax-typescript": "^7.7.2",
8362
8378
  "@babel/traverse": "^7.7.2",
8363
8379
  "@babel/types": "^7.0.0",
8364
- "@jest/transform": "^27.2.4",
8365
- "@jest/types": "^27.2.4",
8380
+ "@jest/transform": "^27.3.1",
8381
+ "@jest/types": "^27.2.5",
8366
8382
  "@types/babel__traverse": "^7.0.4",
8367
8383
  "@types/prettier": "^2.1.5",
8368
8384
  "babel-preset-current-node-syntax": "^1.0.0",
8369
8385
  "chalk": "^4.0.0",
8370
- "expect": "^27.2.4",
8386
+ "expect": "^27.3.1",
8371
8387
  "graceful-fs": "^4.2.4",
8372
- "jest-diff": "^27.2.4",
8373
- "jest-get-type": "^27.0.6",
8374
- "jest-haste-map": "^27.2.4",
8375
- "jest-matcher-utils": "^27.2.4",
8376
- "jest-message-util": "^27.2.4",
8377
- "jest-resolve": "^27.2.4",
8378
- "jest-util": "^27.2.4",
8388
+ "jest-diff": "^27.3.1",
8389
+ "jest-get-type": "^27.3.1",
8390
+ "jest-haste-map": "^27.3.1",
8391
+ "jest-matcher-utils": "^27.3.1",
8392
+ "jest-message-util": "^27.3.1",
8393
+ "jest-resolve": "^27.3.1",
8394
+ "jest-util": "^27.3.1",
8379
8395
  "natural-compare": "^1.4.0",
8380
- "pretty-format": "^27.2.4",
8396
+ "pretty-format": "^27.3.1",
8381
8397
  "semver": "^7.3.2"
8382
8398
  },
8383
8399
  "dependencies": {
@@ -8435,15 +8451,15 @@
8435
8451
  }
8436
8452
  },
8437
8453
  "jest-util": {
8438
- "version": "27.2.4",
8439
- "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.2.4.tgz",
8440
- "integrity": "sha512-mW++4u+fSvAt3YBWm5IpbmRAceUqa2B++JlUZTiuEt2AmNYn0Yw5oay4cP17TGsMINRNPSGiJ2zNnX60g+VbFg==",
8454
+ "version": "27.3.1",
8455
+ "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.3.1.tgz",
8456
+ "integrity": "sha512-8fg+ifEH3GDryLQf/eKZck1DEs2YuVPBCMOaHQxVVLmQwl/CDhWzrvChTX4efLZxGrw+AA0mSXv78cyytBt/uw==",
8441
8457
  "requires": {
8442
- "@jest/types": "^27.2.4",
8458
+ "@jest/types": "^27.2.5",
8443
8459
  "@types/node": "*",
8444
8460
  "chalk": "^4.0.0",
8461
+ "ci-info": "^3.2.0",
8445
8462
  "graceful-fs": "^4.2.4",
8446
- "is-ci": "^3.0.0",
8447
8463
  "picomatch": "^2.2.3"
8448
8464
  },
8449
8465
  "dependencies": {
@@ -8493,16 +8509,16 @@
8493
8509
  }
8494
8510
  },
8495
8511
  "jest-validate": {
8496
- "version": "27.2.4",
8497
- "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-27.2.4.tgz",
8498
- "integrity": "sha512-VMtbxbkd7LHnIH7PChdDtrluCFRJ4b1YV2YJzNwwsASMWftq/HgqiqjvptBOWyWOtevgO3f14wPxkPcLlVBRog==",
8512
+ "version": "27.3.1",
8513
+ "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-27.3.1.tgz",
8514
+ "integrity": "sha512-3H0XCHDFLA9uDII67Bwi1Vy7AqwA5HqEEjyy934lgVhtJ3eisw6ShOF1MDmRPspyikef5MyExvIm0/TuLzZ86Q==",
8499
8515
  "requires": {
8500
- "@jest/types": "^27.2.4",
8516
+ "@jest/types": "^27.2.5",
8501
8517
  "camelcase": "^6.2.0",
8502
8518
  "chalk": "^4.0.0",
8503
- "jest-get-type": "^27.0.6",
8519
+ "jest-get-type": "^27.3.1",
8504
8520
  "leven": "^3.1.0",
8505
- "pretty-format": "^27.2.4"
8521
+ "pretty-format": "^27.3.1"
8506
8522
  },
8507
8523
  "dependencies": {
8508
8524
  "ansi-styles": {
@@ -8556,16 +8572,16 @@
8556
8572
  }
8557
8573
  },
8558
8574
  "jest-watcher": {
8559
- "version": "27.2.4",
8560
- "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-27.2.4.tgz",
8561
- "integrity": "sha512-LXC/0+dKxhK7cfF7reflRYlzDIaQE+fL4ynhKhzg8IMILNMuI4xcjXXfUJady7OR4/TZeMg7X8eHx8uan9vqaQ==",
8575
+ "version": "27.3.1",
8576
+ "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-27.3.1.tgz",
8577
+ "integrity": "sha512-9/xbV6chABsGHWh9yPaAGYVVKurWoP3ZMCv6h+O1v9/+pkOroigs6WzZ0e9gLP/njokUwM7yQhr01LKJVMkaZA==",
8562
8578
  "requires": {
8563
- "@jest/test-result": "^27.2.4",
8564
- "@jest/types": "^27.2.4",
8579
+ "@jest/test-result": "^27.3.1",
8580
+ "@jest/types": "^27.2.5",
8565
8581
  "@types/node": "*",
8566
8582
  "ansi-escapes": "^4.2.1",
8567
8583
  "chalk": "^4.0.0",
8568
- "jest-util": "^27.2.4",
8584
+ "jest-util": "^27.3.1",
8569
8585
  "string-length": "^4.0.1"
8570
8586
  },
8571
8587
  "dependencies": {
@@ -8615,9 +8631,9 @@
8615
8631
  }
8616
8632
  },
8617
8633
  "jest-worker": {
8618
- "version": "27.2.4",
8619
- "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.2.4.tgz",
8620
- "integrity": "sha512-Zq9A2Pw59KkVjBBKD1i3iE2e22oSjXhUKKuAK1HGX8flGwkm6NMozyEYzKd41hXc64dbd/0eWFeEEuxqXyhM+g==",
8634
+ "version": "27.3.1",
8635
+ "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.3.1.tgz",
8636
+ "integrity": "sha512-ks3WCzsiZaOPJl/oMsDjaf0TRiSv7ctNgs0FqRr2nARsovz6AWWy4oLElwcquGSz692DzgZQrCLScPNs5YlC4g==",
8621
8637
  "requires": {
8622
8638
  "@types/node": "*",
8623
8639
  "merge-stream": "^2.0.0",
@@ -8685,13 +8701,6 @@
8685
8701
  "whatwg-url": "^8.5.0",
8686
8702
  "ws": "^7.4.6",
8687
8703
  "xml-name-validator": "^3.0.0"
8688
- },
8689
- "dependencies": {
8690
- "acorn": {
8691
- "version": "8.5.0",
8692
- "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.5.0.tgz",
8693
- "integrity": "sha512-yXbYeFy+jUuYd3/CDcg2NkIYE991XYX/bje7LmjJigUciaeO1JR4XxXgCIV1/Zc/dRuFEyw1L0pbA+qynJkW5Q=="
8694
- }
8695
8704
  }
8696
8705
  },
8697
8706
  "jsesc": {
@@ -8754,11 +8763,6 @@
8754
8763
  "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
8755
8764
  "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
8756
8765
  },
8757
- "lodash.clonedeep": {
8758
- "version": "4.5.0",
8759
- "resolved": "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz",
8760
- "integrity": "sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8="
8761
- },
8762
8766
  "lodash.debounce": {
8763
8767
  "version": "4.0.8",
8764
8768
  "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
@@ -8769,11 +8773,6 @@
8769
8773
  "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
8770
8774
  "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ=="
8771
8775
  },
8772
- "lodash.truncate": {
8773
- "version": "4.4.2",
8774
- "resolved": "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz",
8775
- "integrity": "sha1-WjUNoLERO4N+z//VgSy+WNbq4ZM="
8776
- },
8777
8776
  "lru-cache": {
8778
8777
  "version": "6.0.0",
8779
8778
  "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
@@ -8797,17 +8796,17 @@
8797
8796
  }
8798
8797
  },
8799
8798
  "makeerror": {
8800
- "version": "1.0.11",
8801
- "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.11.tgz",
8802
- "integrity": "sha1-4BpckQnyr3lmDk6LlYd5AYT1qWw=",
8799
+ "version": "1.0.12",
8800
+ "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz",
8801
+ "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==",
8803
8802
  "requires": {
8804
- "tmpl": "1.0.x"
8803
+ "tmpl": "1.0.5"
8805
8804
  }
8806
8805
  },
8807
8806
  "marked": {
8808
- "version": "3.0.4",
8809
- "resolved": "https://registry.npmjs.org/marked/-/marked-3.0.4.tgz",
8810
- "integrity": "sha512-jBo8AOayNaEcvBhNobg6/BLhdsK3NvnKWJg33MAAPbvTWiG4QBn9gpW1+7RssrKu4K1dKlN+0goVQwV41xEfOA=="
8807
+ "version": "3.0.8",
8808
+ "resolved": "https://registry.npmjs.org/marked/-/marked-3.0.8.tgz",
8809
+ "integrity": "sha512-0gVrAjo5m0VZSJb4rpL59K1unJAMb/hm8HRXqasD8VeC8m91ytDPMritgFSlKonfdt+rRYYpP/JfLxgIX8yoSw=="
8811
8810
  },
8812
8811
  "merge-stream": {
8813
8812
  "version": "2.0.0",
@@ -8894,11 +8893,6 @@
8894
8893
  "resolved": "https://registry.npmjs.org/nan/-/nan-2.15.0.tgz",
8895
8894
  "integrity": "sha512-8ZtvEnA2c5aYCZYd1cvgdnU6cqwixRoYg70xPLWUws5ORTa/lnw+u4amixRS/Ac5U5mQVgp9pnlSUnbNWFaWZQ=="
8896
8895
  },
8897
- "nanocolors": {
8898
- "version": "0.2.12",
8899
- "resolved": "https://registry.npmjs.org/nanocolors/-/nanocolors-0.2.12.tgz",
8900
- "integrity": "sha512-SFNdALvzW+rVlzqexid6epYdt8H9Zol7xDoQarioEFcFN0JHo4CYNztAxmtfgGTVRCmFlEOqqhBpoFGKqSAMug=="
8901
- },
8902
8896
  "napi-build-utils": {
8903
8897
  "version": "1.0.2",
8904
8898
  "resolved": "https://registry.npmjs.org/napi-build-utils/-/napi-build-utils-1.0.2.tgz",
@@ -8933,9 +8927,9 @@
8933
8927
  "integrity": "sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA="
8934
8928
  },
8935
8929
  "node-releases": {
8936
- "version": "1.1.77",
8937
- "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.77.tgz",
8938
- "integrity": "sha512-rB1DUFUNAN4Gn9keO2K1efO35IDK7yKHCdCaIMvFO7yUYmmZYeDjnGKle26G4rwj+LKRQpjyUUvMkPglwGCYNQ=="
8930
+ "version": "2.0.1",
8931
+ "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.1.tgz",
8932
+ "integrity": "sha512-CqyzN6z7Q6aMeF/ktcMVTzhAHCEpf8SOarwpzpf8pNBY2k5/oM34UHldUwp8VKI7uxct2HxSRdJjBaZeESzcxA=="
8939
8933
  },
8940
8934
  "normalize-path": {
8941
8935
  "version": "3.0.0",
@@ -9103,6 +9097,11 @@
9103
9097
  "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
9104
9098
  "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw=="
9105
9099
  },
9100
+ "picocolors": {
9101
+ "version": "1.0.0",
9102
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
9103
+ "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ=="
9104
+ },
9106
9105
  "picomatch": {
9107
9106
  "version": "2.3.0",
9108
9107
  "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.0.tgz",
@@ -9155,11 +9154,11 @@
9155
9154
  "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g=="
9156
9155
  },
9157
9156
  "pretty-format": {
9158
- "version": "27.2.4",
9159
- "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.2.4.tgz",
9160
- "integrity": "sha512-NUjw22WJHldzxyps2YjLZkUj6q1HvjqFezkB9Y2cklN8NtVZN/kZEXGZdFw4uny3oENzV5EEMESrkI0YDUH8vg==",
9157
+ "version": "27.3.1",
9158
+ "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.3.1.tgz",
9159
+ "integrity": "sha512-DR/c+pvFc52nLimLROYjnXPtolawm+uWDxr4FjuLDLUn+ktWnSN851KoHwHzzqq6rfCOjkzN8FLgDrSub6UDuA==",
9161
9160
  "requires": {
9162
- "@jest/types": "^27.2.4",
9161
+ "@jest/types": "^27.2.5",
9163
9162
  "ansi-regex": "^5.0.1",
9164
9163
  "ansi-styles": "^5.0.0",
9165
9164
  "react-is": "^17.0.1"
@@ -9188,9 +9187,9 @@
9188
9187
  "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA=="
9189
9188
  },
9190
9189
  "prompts": {
9191
- "version": "2.4.1",
9192
- "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.1.tgz",
9193
- "integrity": "sha512-EQyfIuO2hPDsX1L/blblV+H7I0knhgAd82cVneCwcdND9B8AuCDuRcBH6yIcG4dFzlOUqbazQqwGjx5xmsNLuQ==",
9190
+ "version": "2.4.2",
9191
+ "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
9192
+ "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
9194
9193
  "requires": {
9195
9194
  "kleur": "^3.0.3",
9196
9195
  "sisteransi": "^1.0.5"
@@ -9328,11 +9327,6 @@
9328
9327
  "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
9329
9328
  "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I="
9330
9329
  },
9331
- "require-from-string": {
9332
- "version": "2.0.2",
9333
- "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz",
9334
- "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw=="
9335
- },
9336
9330
  "resolve": {
9337
9331
  "version": "1.20.0",
9338
9332
  "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz",
@@ -9355,6 +9349,11 @@
9355
9349
  "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
9356
9350
  "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw=="
9357
9351
  },
9352
+ "resolve.exports": {
9353
+ "version": "1.1.0",
9354
+ "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-1.1.0.tgz",
9355
+ "integrity": "sha512-J1l+Zxxp4XK3LUDZ9m60LRJF/mAe4z6a4xyabPHk7pvK5t35dACV32iIjJDFeWZFfZlO29w6SZ67knR0tHzJtQ=="
9356
+ },
9358
9357
  "reusify": {
9359
9358
  "version": "1.0.4",
9360
9359
  "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
@@ -9400,12 +9399,12 @@
9400
9399
  "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="
9401
9400
  },
9402
9401
  "serialport": {
9403
- "version": "9.2.4",
9404
- "resolved": "https://registry.npmjs.org/serialport/-/serialport-9.2.4.tgz",
9405
- "integrity": "sha512-QRn9/iYTK7qXfACskR+f2NIXwSZf/DwPQgFNRP89THFoX2sQVsMyNQZ9quB1XP5RujL7wYTRtZ/eSGSACI1d3A==",
9402
+ "version": "9.2.5",
9403
+ "resolved": "https://registry.npmjs.org/serialport/-/serialport-9.2.5.tgz",
9404
+ "integrity": "sha512-nsDsD2GN/43T2a8jQYr1HH76gmDZ575Ts8FOdcBRUY8ecaI16BPbXa612cPPkQjOfg28+KL5qtQL9c0vvTaidg==",
9406
9405
  "requires": {
9407
9406
  "@serialport/binding-mock": "9.2.4",
9408
- "@serialport/bindings": "9.2.4",
9407
+ "@serialport/bindings": "9.2.5",
9409
9408
  "@serialport/parser-byte-length": "9.2.4",
9410
9409
  "@serialport/parser-cctalk": "9.2.4",
9411
9410
  "@serialport/parser-delimiter": "9.2.4",
@@ -9436,9 +9435,9 @@
9436
9435
  "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A=="
9437
9436
  },
9438
9437
  "shiki": {
9439
- "version": "0.9.11",
9440
- "resolved": "https://registry.npmjs.org/shiki/-/shiki-0.9.11.tgz",
9441
- "integrity": "sha512-tjruNTLFhU0hruCPoJP0y+B9LKOmcqUhTpxn7pcJB3fa+04gFChuEmxmrUfOJ7ZO6Jd+HwMnDHgY3lv3Tqonuw==",
9438
+ "version": "0.9.12",
9439
+ "resolved": "https://registry.npmjs.org/shiki/-/shiki-0.9.12.tgz",
9440
+ "integrity": "sha512-VXcROdldv0/Qu0w2XvzU4IrvTeBNs/Kj/FCmtcEXGz7Tic/veQzliJj6tEiAgoKianhQstpYmbPDStHU5Opqcw==",
9442
9441
  "requires": {
9443
9442
  "jsonc-parser": "^3.0.0",
9444
9443
  "onigasm": "^2.2.5",
@@ -9475,44 +9474,6 @@
9475
9474
  "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz",
9476
9475
  "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A=="
9477
9476
  },
9478
- "slice-ansi": {
9479
- "version": "4.0.0",
9480
- "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-4.0.0.tgz",
9481
- "integrity": "sha512-qMCMfhY040cVHT43K9BFygqYbUPFZKHOg7K73mtTWJRb8pyP3fzf4Ixd5SzdEJQ6MRUg/WBnOLxghZtKKurENQ==",
9482
- "requires": {
9483
- "ansi-styles": "^4.0.0",
9484
- "astral-regex": "^2.0.0",
9485
- "is-fullwidth-code-point": "^3.0.0"
9486
- },
9487
- "dependencies": {
9488
- "ansi-styles": {
9489
- "version": "4.3.0",
9490
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
9491
- "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
9492
- "requires": {
9493
- "color-convert": "^2.0.1"
9494
- }
9495
- },
9496
- "color-convert": {
9497
- "version": "2.0.1",
9498
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
9499
- "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
9500
- "requires": {
9501
- "color-name": "~1.1.4"
9502
- }
9503
- },
9504
- "color-name": {
9505
- "version": "1.1.4",
9506
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
9507
- "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
9508
- },
9509
- "is-fullwidth-code-point": {
9510
- "version": "3.0.0",
9511
- "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
9512
- "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg=="
9513
- }
9514
- }
9515
- },
9516
9477
  "slip": {
9517
9478
  "version": "1.0.2",
9518
9479
  "resolved": "https://registry.npmjs.org/slip/-/slip-1.0.2.tgz",
@@ -9661,65 +9622,6 @@
9661
9622
  "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
9662
9623
  "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw=="
9663
9624
  },
9664
- "table": {
9665
- "version": "6.7.2",
9666
- "resolved": "https://registry.npmjs.org/table/-/table-6.7.2.tgz",
9667
- "integrity": "sha512-UFZK67uvyNivLeQbVtkiUs8Uuuxv24aSL4/Vil2PJVtMgU8Lx0CYkP12uCGa3kjyQzOSgV1+z9Wkb82fCGsO0g==",
9668
- "requires": {
9669
- "ajv": "^8.0.1",
9670
- "lodash.clonedeep": "^4.5.0",
9671
- "lodash.truncate": "^4.4.2",
9672
- "slice-ansi": "^4.0.0",
9673
- "string-width": "^4.2.3",
9674
- "strip-ansi": "^6.0.1"
9675
- },
9676
- "dependencies": {
9677
- "ajv": {
9678
- "version": "8.6.3",
9679
- "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.6.3.tgz",
9680
- "integrity": "sha512-SMJOdDP6LqTkD0Uq8qLi+gMwSt0imXLSV080qFVwJCpH9U6Mb+SUGHAXM0KNbcBPguytWyvFxcHgMLe2D2XSpw==",
9681
- "requires": {
9682
- "fast-deep-equal": "^3.1.1",
9683
- "json-schema-traverse": "^1.0.0",
9684
- "require-from-string": "^2.0.2",
9685
- "uri-js": "^4.2.2"
9686
- }
9687
- },
9688
- "ansi-regex": {
9689
- "version": "5.0.1",
9690
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
9691
- "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ=="
9692
- },
9693
- "is-fullwidth-code-point": {
9694
- "version": "3.0.0",
9695
- "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
9696
- "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg=="
9697
- },
9698
- "json-schema-traverse": {
9699
- "version": "1.0.0",
9700
- "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
9701
- "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug=="
9702
- },
9703
- "string-width": {
9704
- "version": "4.2.3",
9705
- "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
9706
- "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
9707
- "requires": {
9708
- "emoji-regex": "^8.0.0",
9709
- "is-fullwidth-code-point": "^3.0.0",
9710
- "strip-ansi": "^6.0.1"
9711
- }
9712
- },
9713
- "strip-ansi": {
9714
- "version": "6.0.1",
9715
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
9716
- "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
9717
- "requires": {
9718
- "ansi-regex": "^5.0.1"
9719
- }
9720
- }
9721
- }
9722
- },
9723
9625
  "tar-fs": {
9724
9626
  "version": "2.1.1",
9725
9627
  "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.1.tgz",
@@ -9884,29 +9786,29 @@
9884
9786
  }
9885
9787
  },
9886
9788
  "typedoc": {
9887
- "version": "0.22.5",
9888
- "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.22.5.tgz",
9889
- "integrity": "sha512-KFrWGU1iKiTGw0RcyjLNYDmhd7uICU14HgBNPmFKY/sT4Pm/fraaLyWyisst9vGTUAKxqibqoDITR7+ZcAkhHg==",
9789
+ "version": "0.22.7",
9790
+ "resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.22.7.tgz",
9791
+ "integrity": "sha512-ndxxp+tU1Wczvdxp4u2/PvT1qjD6hdFdSdehpORHjE+JXmMkl2bftXCR0upHmsnesBG7VCcr8vfgloGHIH8glQ==",
9890
9792
  "requires": {
9891
9793
  "glob": "^7.2.0",
9892
9794
  "lunr": "^2.3.9",
9893
- "marked": "^3.0.4",
9795
+ "marked": "^3.0.8",
9894
9796
  "minimatch": "^3.0.4",
9895
- "shiki": "^0.9.11"
9797
+ "shiki": "^0.9.12"
9896
9798
  }
9897
9799
  },
9898
9800
  "typedoc-plugin-markdown": {
9899
- "version": "3.11.2",
9900
- "resolved": "https://registry.npmjs.org/typedoc-plugin-markdown/-/typedoc-plugin-markdown-3.11.2.tgz",
9901
- "integrity": "sha512-+qMq9AE49Uc3wQda9ZMNeD46Cx8FwGCkFhPG6N8GGCXBoo7AOUF83UemBzjehpL9xDZeL6U08q6qlrXKnUtXaQ==",
9801
+ "version": "3.11.3",
9802
+ "resolved": "https://registry.npmjs.org/typedoc-plugin-markdown/-/typedoc-plugin-markdown-3.11.3.tgz",
9803
+ "integrity": "sha512-rWiHbEIe0oZetDIsBR24XJVxGOJ91kDcHoj2KhFKxCLoJGX659EKBQkHne9QJ4W2stGhu1fRgFyQaouSBnxukA==",
9902
9804
  "requires": {
9903
9805
  "handlebars": "^4.7.7"
9904
9806
  }
9905
9807
  },
9906
9808
  "typedoc-plugin-no-inherit": {
9907
- "version": "1.3.0",
9908
- "resolved": "https://registry.npmjs.org/typedoc-plugin-no-inherit/-/typedoc-plugin-no-inherit-1.3.0.tgz",
9909
- "integrity": "sha512-Om4yu8sDHkHWi6FcOYUbg6fv2jh7kS51xbuZ/zs4VEtO5bJwTkO8FlzRUyDrTA3puxvF9XcoottntD0mpEgULg=="
9809
+ "version": "1.3.1",
9810
+ "resolved": "https://registry.npmjs.org/typedoc-plugin-no-inherit/-/typedoc-plugin-no-inherit-1.3.1.tgz",
9811
+ "integrity": "sha512-3fdPHRaIcCVV1W5gJYpZTdZL+F2VZTlUMd3Hw9xIv931ILh18CcD8IfxZtTtOijJRuKbgRLJ+J/+hVlgCbq1RQ=="
9910
9812
  },
9911
9813
  "typedoc-plugin-sourcefile-url": {
9912
9814
  "version": "1.0.6",
@@ -9914,9 +9816,9 @@
9914
9816
  "integrity": "sha512-xHq9DzkoQywS7FyPneMm2/Hr9GRoCpjSQXkVN0W6SCJKP7fguqg2tasgh+8l5/mW6YSYvqCqEbkSYLbuD4Y6gA=="
9915
9817
  },
9916
9818
  "typescript": {
9917
- "version": "4.4.3",
9918
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.3.tgz",
9919
- "integrity": "sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA=="
9819
+ "version": "4.4.4",
9820
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.4.4.tgz",
9821
+ "integrity": "sha512-DqGhF5IKoBl8WNf8C1gu8q0xZSInh9j1kJJMqT3a94w1JzVaBU4EXOSMrz9yDqMT0xt3selp83fuFMQ0uzv6qA=="
9920
9822
  },
9921
9823
  "uglify-js": {
9922
9824
  "version": "3.14.2",
@@ -10010,11 +9912,11 @@
10010
9912
  }
10011
9913
  },
10012
9914
  "walker": {
10013
- "version": "1.0.7",
10014
- "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.7.tgz",
10015
- "integrity": "sha1-L3+bj9ENZ3JisYqITijRlhjgKPs=",
9915
+ "version": "1.0.8",
9916
+ "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz",
9917
+ "integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==",
10016
9918
  "requires": {
10017
- "makeerror": "1.0.x"
9919
+ "makeerror": "1.0.12"
10018
9920
  }
10019
9921
  },
10020
9922
  "webidl-conversions": {
@@ -10054,11 +9956,11 @@
10054
9956
  }
10055
9957
  },
10056
9958
  "wide-align": {
10057
- "version": "1.1.3",
10058
- "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz",
10059
- "integrity": "sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==",
9959
+ "version": "1.1.5",
9960
+ "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz",
9961
+ "integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==",
10060
9962
  "requires": {
10061
- "string-width": "^1.0.2 || 2"
9963
+ "string-width": "^1.0.2 || 2 || 3 || 4"
10062
9964
  }
10063
9965
  },
10064
9966
  "word-wrap": {