zigbee-herdsman-converters 14.0.395 → 14.0.396

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.
@@ -2336,7 +2336,7 @@ const converters = {
2336
2336
  matsee_garage_door_opener: {
2337
2337
  key: ['trigger'],
2338
2338
  convertSet: (entity, key, value, meta) => {
2339
- tuya.sendDataPointBool(entity, tuya.dataPoints.action, true);
2339
+ tuya.sendDataPointBool(entity, tuya.dataPoints.garageDoorTrigger, true);
2340
2340
  },
2341
2341
  },
2342
2342
  SPZ01_power_outage_memory: {
@@ -5096,7 +5096,7 @@ const converters = {
5096
5096
  await tuya.sendDataPointEnum(
5097
5097
  entity,
5098
5098
  tuya.dataPoints.neoAOVolume,
5099
- {'low': 2, 'medium': 1, 'high': 0}[value]);
5099
+ {'low': 0, 'medium': 1, 'high': 2}[value]);
5100
5100
  break;
5101
5101
  case 'duration':
5102
5102
  await tuya.sendDataPointValue(entity, tuya.dataPoints.neoAODuration, value);
package/devices/lidl.js CHANGED
@@ -394,7 +394,7 @@ module.exports = [
394
394
  },
395
395
  {
396
396
  fingerprint: [{modelID: 'TY0202', manufacturerName: '_TZ1800_fcdjzz3s'}],
397
- model: 'HG06335',
397
+ model: 'HG06335/HG07310',
398
398
  vendor: 'Lidl',
399
399
  description: 'Silvercrest smart motion sensor',
400
400
  fromZigbee: [fz.ias_occupancy_alarm_1, fz.battery],
@@ -321,6 +321,14 @@ module.exports = [
321
321
  extend: hueExtend.light_onoff_brightness_colortemp_color({colorTempRange: [153, 500]}),
322
322
  ota: ota.zigbeeOTA,
323
323
  },
324
+ {
325
+ zigbeeModel: ['929003055901'],
326
+ model: '929003055901',
327
+ vendor: 'Philips',
328
+ description: 'Hue white ambiance bathroom ceiling light Adore with Bluetooth',
329
+ extend: extend.light_onoff_brightness_colortemp_color({colorTempRange: [153, 454]}),
330
+ ota: ota.zigbeeOTA,
331
+ },
324
332
  {
325
333
  zigbeeModel: ['LLC020'],
326
334
  model: '7146060PH',
@@ -1210,7 +1218,7 @@ module.exports = [
1210
1218
  ota: ota.zigbeeOTA,
1211
1219
  },
1212
1220
  {
1213
- zigbeeModel: ['3261031P6', '929003055001'],
1221
+ zigbeeModel: ['3261031P6', '929003055001', '929003055101'],
1214
1222
  model: '3261031P6',
1215
1223
  vendor: 'Philips',
1216
1224
  description: 'Hue Being white',
@@ -1344,7 +1352,7 @@ module.exports = [
1344
1352
  ota: ota.zigbeeOTA,
1345
1353
  },
1346
1354
  {
1347
- zigbeeModel: ['929003099001'],
1355
+ zigbeeModel: ['929003099001', '929003099201'],
1348
1356
  model: '929003099001',
1349
1357
  vendor: 'Philips',
1350
1358
  description: 'Hue white ambiance Aurelle square panel light',
@@ -2652,4 +2660,13 @@ module.exports = [
2652
2660
  extend: extend.light_onoff_brightness_colortemp({colorTempRange: [153, 454]}),
2653
2661
  ota: ota.zigbeeOTA,
2654
2662
  },
2663
+ {
2664
+ zigbeeModel: ['3417611P6', '3417511P9'],
2665
+ model: '3417511P9',
2666
+ vendor: 'Philips',
2667
+ description: 'Hue white ambiance bathroom recessed downlight Adore with Bluetooth',
2668
+ meta: {turnsOffAtBrightness1: true},
2669
+ extend: extend.light_onoff_brightness_colortemp({colorTempRange: [153, 454]}),
2670
+ ota: ota.zigbeeOTA,
2671
+ },
2655
2672
  ];
package/devices/tuya.js CHANGED
@@ -1290,7 +1290,7 @@ module.exports = [
1290
1290
  exposes: [e.humidity(), e.temperature(), e.battery()],
1291
1291
  },
1292
1292
  {
1293
- fingerprint: [{modelID: 'TS0011', manufacturerName: '_TZ3000_l8fsgo6p'}, {modelID: 'TS0011', manufacturerName: '_TZ3000_ji4araar'}],
1293
+ fingerprint: [{modelID: 'TS0011', manufacturerName: '_TZ3000_l8fsgo6p'}],
1294
1294
  zigbeeModel: ['TS0011'],
1295
1295
  model: 'TS0011',
1296
1296
  vendor: 'TuYa',
@@ -1311,7 +1311,7 @@ module.exports = [
1311
1311
  },
1312
1312
  {
1313
1313
  fingerprint: [{modelID: 'TS0011', manufacturerName: '_TZ3000_qmi1cfuq'},
1314
- {modelID: 'TS0011', manufacturerName: '_TZ3000_txpirhfq'}],
1314
+ {modelID: 'TS0011', manufacturerName: '_TZ3000_txpirhfq'}, {modelID: 'TS0011', manufacturerName: '_TZ3000_ji4araar'}],
1315
1315
  model: 'TS0011_switch_module',
1316
1316
  vendor: 'TuYa',
1317
1317
  description: '1 gang switch module - (without neutral)',
@@ -36,6 +36,9 @@ module.exports = [
36
36
  await reporting.bind(device.getEndpoint(ID), coordinatorEndpoint, ['genOnOff']);
37
37
  }
38
38
  },
39
+ endpoint: (device) => {
40
+ return {'l1': 1, 'l2': 2, 'l3': 3, 'l4': 4, 'l5': 5};
41
+ },
39
42
  },
40
43
  {
41
44
  fingerprint: [{modelID: 'TS011F', manufacturerName: '_TZ3000_tvuarksa'}],
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zigbee-herdsman-converters",
3
- "version": "14.0.395",
3
+ "version": "14.0.396",
4
4
  "lockfileVersion": 1,
5
5
  "requires": true,
6
6
  "dependencies": {
@@ -20,20 +20,20 @@
20
20
  "dev": true
21
21
  },
22
22
  "@babel/core": {
23
- "version": "7.16.7",
24
- "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.16.7.tgz",
25
- "integrity": "sha512-aeLaqcqThRNZYmbMqtulsetOQZ/5gbR/dWruUCJcpas4Qoyy+QeagfDsPdMrqwsPRDNxJvBlRiZxxX7THO7qtA==",
23
+ "version": "7.16.12",
24
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.16.12.tgz",
25
+ "integrity": "sha512-dK5PtG1uiN2ikk++5OzSYsitZKny4wOCD0nrO4TqnW4BVBTQ2NGS3NgilvT/TEyxTST7LNyWV/T4tXDoD3fOgg==",
26
26
  "dev": true,
27
27
  "requires": {
28
28
  "@babel/code-frame": "^7.16.7",
29
- "@babel/generator": "^7.16.7",
29
+ "@babel/generator": "^7.16.8",
30
30
  "@babel/helper-compilation-targets": "^7.16.7",
31
31
  "@babel/helper-module-transforms": "^7.16.7",
32
32
  "@babel/helpers": "^7.16.7",
33
- "@babel/parser": "^7.16.7",
33
+ "@babel/parser": "^7.16.12",
34
34
  "@babel/template": "^7.16.7",
35
- "@babel/traverse": "^7.16.7",
36
- "@babel/types": "^7.16.7",
35
+ "@babel/traverse": "^7.16.10",
36
+ "@babel/types": "^7.16.8",
37
37
  "convert-source-map": "^1.7.0",
38
38
  "debug": "^4.1.0",
39
39
  "gensync": "^1.0.0-beta.2",
@@ -206,9 +206,9 @@
206
206
  }
207
207
  },
208
208
  "@babel/highlight": {
209
- "version": "7.16.7",
210
- "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.16.7.tgz",
211
- "integrity": "sha512-aKpPMfLvGO3Q97V0qhw/V2SWNWlwfJknuwAunU7wZLSfrM4xTBvg7E5opUVi1kJTBKihE38CPg4nBiqX83PWYw==",
209
+ "version": "7.16.10",
210
+ "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.16.10.tgz",
211
+ "integrity": "sha512-5FnTQLSLswEj6IkgVw5KusNUUFY9ZGqe/TRFnP/BKYHYgfh7tc+C7mwiy95/yNP7Dh9x580Vv8r7u7ZfTBFxdw==",
212
212
  "dev": true,
213
213
  "requires": {
214
214
  "@babel/helper-validator-identifier": "^7.16.7",
@@ -275,9 +275,9 @@
275
275
  }
276
276
  },
277
277
  "@babel/parser": {
278
- "version": "7.16.8",
279
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.8.tgz",
280
- "integrity": "sha512-i7jDUfrVBWc+7OKcBzEe5n7fbv3i2fWtxKzzCvOjnzSxMfWMigAhtfJ7qzZNGFNMsCCd67+uz553dYKWXPvCKw==",
278
+ "version": "7.16.12",
279
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.12.tgz",
280
+ "integrity": "sha512-VfaV15po8RiZssrkPweyvbGVSe4x2y+aciFCgn0n0/SJMR22cwofRV1mtnJQYcSB1wUTaA/X1LnA3es66MCO5A==",
281
281
  "dev": true
282
282
  },
283
283
  "@babel/plugin-syntax-async-generators": {
@@ -409,9 +409,9 @@
409
409
  }
410
410
  },
411
411
  "@babel/traverse": {
412
- "version": "7.16.8",
413
- "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.16.8.tgz",
414
- "integrity": "sha512-xe+H7JlvKsDQwXRsBhSnq1/+9c+LlQcCK3Tn/l5sbx02HYns/cn7ibp9+RV1sIUqu7hKg91NWsgHurO9dowITQ==",
412
+ "version": "7.16.10",
413
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.16.10.tgz",
414
+ "integrity": "sha512-yzuaYXoRJBGMlBhsMJoUW7G1UmSb/eXr/JHYM/MsOJgavJibLwASijW7oXBdw3NQ6T0bW7Ty5P/VarOs9cHmqw==",
415
415
  "dev": true,
416
416
  "requires": {
417
417
  "@babel/code-frame": "^7.16.7",
@@ -420,7 +420,7 @@
420
420
  "@babel/helper-function-name": "^7.16.7",
421
421
  "@babel/helper-hoist-variables": "^7.16.7",
422
422
  "@babel/helper-split-export-declaration": "^7.16.7",
423
- "@babel/parser": "^7.16.8",
423
+ "@babel/parser": "^7.16.10",
424
424
  "@babel/types": "^7.16.8",
425
425
  "debug": "^4.1.0",
426
426
  "globals": "^11.1.0"
@@ -465,6 +465,14 @@
465
465
  "js-yaml": "^4.1.0",
466
466
  "minimatch": "^3.0.4",
467
467
  "strip-json-comments": "^3.1.1"
468
+ },
469
+ "dependencies": {
470
+ "ignore": {
471
+ "version": "4.0.6",
472
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz",
473
+ "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==",
474
+ "dev": true
475
+ }
468
476
  }
469
477
  },
470
478
  "@humanwhocodes/config-array": {
@@ -852,9 +860,9 @@
852
860
  "dev": true
853
861
  },
854
862
  "@types/node": {
855
- "version": "17.0.8",
856
- "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.8.tgz",
857
- "integrity": "sha512-YofkM6fGv4gDJq78g4j0mMuGMkZVxZDgtU0JRdx6FgiJDG+0fY0GKVolOV8WqVmEhLCXkQRjwDdKyPxJp/uucg==",
863
+ "version": "17.0.10",
864
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.10.tgz",
865
+ "integrity": "sha512-S/3xB4KzyFxYGCppyDt68yzBU9ysL88lSdIah4D6cptdcltc4NCPCAMc0+PCpg/lLIyC7IPvj2Z52OJWeIUkog==",
858
866
  "dev": true
859
867
  },
860
868
  "@types/prettier": {
@@ -885,15 +893,55 @@
885
893
  "dev": true
886
894
  },
887
895
  "@typescript-eslint/experimental-utils": {
888
- "version": "5.9.1",
889
- "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-5.9.1.tgz",
890
- "integrity": "sha512-cb1Njyss0mLL9kLXgS/eEY53SZQ9sT519wpX3i+U457l2UXRDuo87hgKfgRazmu9/tQb0x2sr3Y0yrU+Zz0y+w==",
896
+ "version": "5.10.0",
897
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-5.10.0.tgz",
898
+ "integrity": "sha512-GeQAPqQMI5DVMGOUwGbSR+NdsirryyKOgUFRTWInhlsKUArns/MVnXmPpzxfrzB1nU36cT5WJAwmfCsjoaVBWg==",
899
+ "dev": true,
900
+ "requires": {
901
+ "@typescript-eslint/utils": "5.10.0"
902
+ }
903
+ },
904
+ "@typescript-eslint/scope-manager": {
905
+ "version": "5.10.0",
906
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.10.0.tgz",
907
+ "integrity": "sha512-tgNgUgb4MhqK6DoKn3RBhyZ9aJga7EQrw+2/OiDk5hKf3pTVZWyqBi7ukP+Z0iEEDMF5FDa64LqODzlfE4O/Dg==",
908
+ "dev": true,
909
+ "requires": {
910
+ "@typescript-eslint/types": "5.10.0",
911
+ "@typescript-eslint/visitor-keys": "5.10.0"
912
+ }
913
+ },
914
+ "@typescript-eslint/types": {
915
+ "version": "5.10.0",
916
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.10.0.tgz",
917
+ "integrity": "sha512-wUljCgkqHsMZbw60IbOqT/puLfyqqD5PquGiBo1u1IS3PLxdi3RDGlyf032IJyh+eQoGhz9kzhtZa+VC4eWTlQ==",
918
+ "dev": true
919
+ },
920
+ "@typescript-eslint/typescript-estree": {
921
+ "version": "5.10.0",
922
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.10.0.tgz",
923
+ "integrity": "sha512-x+7e5IqfwLwsxTdliHRtlIYkgdtYXzE0CkFeV6ytAqq431ZyxCFzNMNR5sr3WOlIG/ihVZr9K/y71VHTF/DUQA==",
924
+ "dev": true,
925
+ "requires": {
926
+ "@typescript-eslint/types": "5.10.0",
927
+ "@typescript-eslint/visitor-keys": "5.10.0",
928
+ "debug": "^4.3.2",
929
+ "globby": "^11.0.4",
930
+ "is-glob": "^4.0.3",
931
+ "semver": "^7.3.5",
932
+ "tsutils": "^3.21.0"
933
+ }
934
+ },
935
+ "@typescript-eslint/utils": {
936
+ "version": "5.10.0",
937
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.10.0.tgz",
938
+ "integrity": "sha512-IGYwlt1CVcFoE2ueW4/ioEwybR60RAdGeiJX/iDAw0t5w0wK3S7QncDwpmsM70nKgGTuVchEWB8lwZwHqPAWRg==",
891
939
  "dev": true,
892
940
  "requires": {
893
941
  "@types/json-schema": "^7.0.9",
894
- "@typescript-eslint/scope-manager": "5.9.1",
895
- "@typescript-eslint/types": "5.9.1",
896
- "@typescript-eslint/typescript-estree": "5.9.1",
942
+ "@typescript-eslint/scope-manager": "5.10.0",
943
+ "@typescript-eslint/types": "5.10.0",
944
+ "@typescript-eslint/typescript-estree": "5.10.0",
897
945
  "eslint-scope": "^5.1.1",
898
946
  "eslint-utils": "^3.0.0"
899
947
  },
@@ -916,44 +964,13 @@
916
964
  }
917
965
  }
918
966
  },
919
- "@typescript-eslint/scope-manager": {
920
- "version": "5.9.1",
921
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.9.1.tgz",
922
- "integrity": "sha512-8BwvWkho3B/UOtzRyW07ffJXPaLSUKFBjpq8aqsRvu6HdEuzCY57+ffT7QoV4QXJXWSU1+7g3wE4AlgImmQ9pQ==",
923
- "dev": true,
924
- "requires": {
925
- "@typescript-eslint/types": "5.9.1",
926
- "@typescript-eslint/visitor-keys": "5.9.1"
927
- }
928
- },
929
- "@typescript-eslint/types": {
930
- "version": "5.9.1",
931
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.9.1.tgz",
932
- "integrity": "sha512-SsWegWudWpkZCwwYcKoDwuAjoZXnM1y2EbEerTHho19Hmm+bQ56QG4L4jrtCu0bI5STaRTvRTZmjprWlTw/5NQ==",
933
- "dev": true
934
- },
935
- "@typescript-eslint/typescript-estree": {
936
- "version": "5.9.1",
937
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.9.1.tgz",
938
- "integrity": "sha512-gL1sP6A/KG0HwrahVXI9fZyeVTxEYV//6PmcOn1tD0rw8VhUWYeZeuWHwwhnewnvEMcHjhnJLOBhA9rK4vmb8A==",
939
- "dev": true,
940
- "requires": {
941
- "@typescript-eslint/types": "5.9.1",
942
- "@typescript-eslint/visitor-keys": "5.9.1",
943
- "debug": "^4.3.2",
944
- "globby": "^11.0.4",
945
- "is-glob": "^4.0.3",
946
- "semver": "^7.3.5",
947
- "tsutils": "^3.21.0"
948
- }
949
- },
950
967
  "@typescript-eslint/visitor-keys": {
951
- "version": "5.9.1",
952
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.9.1.tgz",
953
- "integrity": "sha512-Xh37pNz9e9ryW4TVdwiFzmr4hloty8cFj8GTWMXh3Z8swGwyQWeCcNgF0hm6t09iZd6eiZmIf4zHedQVP6TVtg==",
968
+ "version": "5.10.0",
969
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.10.0.tgz",
970
+ "integrity": "sha512-GMxj0K1uyrFLPKASLmZzCuSddmjZVbVj3Ouy5QVuIGKZopxvOr24JsS7gruz6C3GExE01mublZ3mIBOaon9zuQ==",
954
971
  "dev": true,
955
972
  "requires": {
956
- "@typescript-eslint/types": "5.9.1",
973
+ "@typescript-eslint/types": "5.10.0",
957
974
  "eslint-visitor-keys": "^3.0.0"
958
975
  }
959
976
  },
@@ -1019,12 +1036,6 @@
1019
1036
  "uri-js": "^4.2.2"
1020
1037
  }
1021
1038
  },
1022
- "ansi-colors": {
1023
- "version": "4.1.1",
1024
- "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.1.tgz",
1025
- "integrity": "sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==",
1026
- "dev": true
1027
- },
1028
1039
  "ansi-escapes": {
1029
1040
  "version": "4.3.2",
1030
1041
  "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
@@ -1086,11 +1097,11 @@
1086
1097
  "dev": true
1087
1098
  },
1088
1099
  "axios": {
1089
- "version": "0.24.0",
1090
- "resolved": "https://registry.npmjs.org/axios/-/axios-0.24.0.tgz",
1091
- "integrity": "sha512-Q6cWsys88HoPgAaFAVUb0WpPk0O8iTeisR9IMqy9G8AbO4NlpVknrnQS03zzF9PGAWgO3cgletO3VjV/P7VztA==",
1100
+ "version": "0.25.0",
1101
+ "resolved": "https://registry.npmjs.org/axios/-/axios-0.25.0.tgz",
1102
+ "integrity": "sha512-cD8FOb0tRH3uuEe6+evtAbgJtfxr7ly3fQjYcMcuPlgkwVS9xboaVIpcDV+cYQe+yGykgwZCs1pzjntcGa6l5g==",
1092
1103
  "requires": {
1093
- "follow-redirects": "^1.14.4"
1104
+ "follow-redirects": "^1.14.7"
1094
1105
  }
1095
1106
  },
1096
1107
  "babel-jest": {
@@ -1265,9 +1276,9 @@
1265
1276
  "dev": true
1266
1277
  },
1267
1278
  "caniuse-lite": {
1268
- "version": "1.0.30001299",
1269
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001299.tgz",
1270
- "integrity": "sha512-iujN4+x7QzqA2NCSrS5VUy+4gLmRd4xv6vbBBsmfVqTx8bLAD8097euLqQgKxSVLvxjSDcvF1T/i9ocgnUFexw==",
1279
+ "version": "1.0.30001301",
1280
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001301.tgz",
1281
+ "integrity": "sha512-csfD/GpHMqgEL3V3uIgosvh+SVIQvCh43SNu9HRbP1lnxkKm1kjDG4f32PP571JplkLjfS+mg2p1gxR7MYrrIA==",
1271
1282
  "dev": true
1272
1283
  },
1273
1284
  "chalk": {
@@ -1499,9 +1510,9 @@
1499
1510
  }
1500
1511
  },
1501
1512
  "electron-to-chromium": {
1502
- "version": "1.4.46",
1503
- "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.46.tgz",
1504
- "integrity": "sha512-UtV0xUA/dibCKKP2JMxOpDtXR74zABevuUEH4K0tvduFSIoxRVcYmQsbB51kXsFTX8MmOyWMt8tuZAlmDOqkrQ==",
1513
+ "version": "1.4.51",
1514
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.51.tgz",
1515
+ "integrity": "sha512-JNEmcYl3mk1tGQmy0EvL5eik/CKSBuzAyGP0QFdG6LIgxQe3II0BL1m2zKc2MZMf3uGqHWE1TFddJML0RpjSHQ==",
1505
1516
  "dev": true
1506
1517
  },
1507
1518
  "emittery": {
@@ -1524,15 +1535,6 @@
1524
1535
  "once": "^1.4.0"
1525
1536
  }
1526
1537
  },
1527
- "enquirer": {
1528
- "version": "2.3.6",
1529
- "resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.3.6.tgz",
1530
- "integrity": "sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==",
1531
- "dev": true,
1532
- "requires": {
1533
- "ansi-colors": "^4.1.1"
1534
- }
1535
- },
1536
1538
  "escalade": {
1537
1539
  "version": "3.1.1",
1538
1540
  "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz",
@@ -1600,9 +1602,9 @@
1600
1602
  }
1601
1603
  },
1602
1604
  "eslint": {
1603
- "version": "8.6.0",
1604
- "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.6.0.tgz",
1605
- "integrity": "sha512-UvxdOJ7mXFlw7iuHZA4jmzPaUqIw54mZrv+XPYKNbKdLR0et4rf60lIZUU9kiNtnzzMzGWxMV+tQ7uG7JG8DPw==",
1605
+ "version": "8.7.0",
1606
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.7.0.tgz",
1607
+ "integrity": "sha512-ifHYzkBGrzS2iDU7KjhCAVMGCvF6M3Xfs8X8b37cgrUlDt6bWRTpRh6T/gtSXv1HJ/BUGgmjvNvOEGu85Iif7w==",
1606
1608
  "dev": true,
1607
1609
  "requires": {
1608
1610
  "@eslint/eslintrc": "^1.0.5",
@@ -1612,11 +1614,10 @@
1612
1614
  "cross-spawn": "^7.0.2",
1613
1615
  "debug": "^4.3.2",
1614
1616
  "doctrine": "^3.0.0",
1615
- "enquirer": "^2.3.5",
1616
1617
  "escape-string-regexp": "^4.0.0",
1617
1618
  "eslint-scope": "^7.1.0",
1618
1619
  "eslint-utils": "^3.0.0",
1619
- "eslint-visitor-keys": "^3.1.0",
1620
+ "eslint-visitor-keys": "^3.2.0",
1620
1621
  "espree": "^9.3.0",
1621
1622
  "esquery": "^1.4.0",
1622
1623
  "esutils": "^2.0.2",
@@ -1625,7 +1626,7 @@
1625
1626
  "functional-red-black-tree": "^1.0.1",
1626
1627
  "glob-parent": "^6.0.1",
1627
1628
  "globals": "^13.6.0",
1628
- "ignore": "^4.0.6",
1629
+ "ignore": "^5.2.0",
1629
1630
  "import-fresh": "^3.0.0",
1630
1631
  "imurmurhash": "^0.1.4",
1631
1632
  "is-glob": "^4.0.0",
@@ -1636,9 +1637,7 @@
1636
1637
  "minimatch": "^3.0.4",
1637
1638
  "natural-compare": "^1.4.0",
1638
1639
  "optionator": "^0.9.1",
1639
- "progress": "^2.0.0",
1640
1640
  "regexpp": "^3.2.0",
1641
- "semver": "^7.2.1",
1642
1641
  "strip-ansi": "^6.0.1",
1643
1642
  "strip-json-comments": "^3.1.0",
1644
1643
  "text-table": "^0.2.0",
@@ -1993,14 +1992,6 @@
1993
1992
  "ignore": "^5.2.0",
1994
1993
  "merge2": "^1.4.1",
1995
1994
  "slash": "^3.0.0"
1996
- },
1997
- "dependencies": {
1998
- "ignore": {
1999
- "version": "5.2.0",
2000
- "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz",
2001
- "integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==",
2002
- "dev": true
2003
- }
2004
1995
  }
2005
1996
  },
2006
1997
  "graceful-fs": {
@@ -2080,9 +2071,9 @@
2080
2071
  "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA=="
2081
2072
  },
2082
2073
  "ignore": {
2083
- "version": "4.0.6",
2084
- "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz",
2085
- "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==",
2074
+ "version": "5.2.0",
2075
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz",
2076
+ "integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==",
2086
2077
  "dev": true
2087
2078
  },
2088
2079
  "import-fresh": {
@@ -3139,12 +3130,6 @@
3139
3130
  }
3140
3131
  }
3141
3132
  },
3142
- "progress": {
3143
- "version": "2.0.3",
3144
- "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.3.tgz",
3145
- "integrity": "sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==",
3146
- "dev": true
3147
- },
3148
3133
  "prompts": {
3149
3134
  "version": "2.4.2",
3150
3135
  "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
@@ -3202,12 +3187,12 @@
3202
3187
  "dev": true
3203
3188
  },
3204
3189
  "resolve": {
3205
- "version": "1.21.0",
3206
- "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.21.0.tgz",
3207
- "integrity": "sha512-3wCbTpk5WJlyE4mSOtDLhqQmGFi0/TD9VPwmiolnk8U0wRgMEktqCXd3vy5buTO3tljvalNvKrjHEfrd2WpEKA==",
3190
+ "version": "1.22.0",
3191
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.0.tgz",
3192
+ "integrity": "sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==",
3208
3193
  "dev": true,
3209
3194
  "requires": {
3210
- "is-core-module": "^2.8.0",
3195
+ "is-core-module": "^2.8.1",
3211
3196
  "path-parse": "^1.0.7",
3212
3197
  "supports-preserve-symlinks-flag": "^1.0.0"
3213
3198
  }
@@ -3783,9 +3768,9 @@
3783
3768
  "dev": true
3784
3769
  },
3785
3770
  "zigbee-herdsman": {
3786
- "version": "0.13.194",
3787
- "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.13.194.tgz",
3788
- "integrity": "sha512-+ZGeeGh9/4d2LxZYQEnm7vgcHQl/+UDUfgDN2BKnHb8RFsvLIWY1aUr3Sj6lKH34tCtCPY5CSiQmTrkLWq3YlQ==",
3771
+ "version": "0.14.5",
3772
+ "resolved": "https://registry.npmjs.org/zigbee-herdsman/-/zigbee-herdsman-0.14.5.tgz",
3773
+ "integrity": "sha512-9+ilZh3ENsnX3TYdRQ8JH9QtcuTIUr7UtaajqranhRP8aCjbqjTRqqjCye54kxCxt4Vn0iEGs4KAGgEFthHizQ==",
3789
3774
  "requires": {
3790
3775
  "debounce": "^1.2.1",
3791
3776
  "debug": "^4.3.3",
@@ -3797,9 +3782,9 @@
3797
3782
  },
3798
3783
  "dependencies": {
3799
3784
  "@babel/cli": {
3800
- "version": "7.16.7",
3801
- "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.16.7.tgz",
3802
- "integrity": "sha512-0iBF+G2Qml0y3mY5dirolyToLSR88a/KB6F2Gm8J/lOnyL8wbEOHak0DHF8gjc9XZGgTDGv/jYXNiapvsYyHTA==",
3785
+ "version": "7.16.8",
3786
+ "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.16.8.tgz",
3787
+ "integrity": "sha512-FTKBbxyk5TclXOGmwYyqelqP5IF6hMxaeJskd85jbR5jBfYlwqgwAbJwnixi1ZBbTqKfFuAA95mdmUFeSRwyJA==",
3803
3788
  "requires": {
3804
3789
  "@nicolo-ribaudo/chokidar-2": "2.1.8-no-fsevents.3",
3805
3790
  "chokidar": "^3.4.0",
@@ -3821,9 +3806,9 @@
3821
3806
  }
3822
3807
  },
3823
3808
  "@babel/compat-data": {
3824
- "version": "7.16.4",
3825
- "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.16.4.tgz",
3826
- "integrity": "sha512-1o/jo7D+kC9ZjHX5v+EHrdjl3PhxMrLSOTGsOdHJ+KL8HCaEK6ehrVL2RS6oHDZp+L7xLirLrPmQtEng769J/Q=="
3809
+ "version": "7.16.8",
3810
+ "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.16.8.tgz",
3811
+ "integrity": "sha512-m7OkX0IdKLKPpBlJtF561YJal5y/jyI5fNfWbPxh2D/nbzzGI4qRyrD8xO2jB24u7l+5I2a43scCG2IrfjC50Q=="
3827
3812
  },
3828
3813
  "@babel/core": {
3829
3814
  "version": "7.16.7",
@@ -3855,11 +3840,11 @@
3855
3840
  }
3856
3841
  },
3857
3842
  "@babel/generator": {
3858
- "version": "7.16.7",
3859
- "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.16.7.tgz",
3860
- "integrity": "sha512-/ST3Sg8MLGY5HVYmrjOgL60ENux/HfO/CsUh7y4MalThufhE/Ff/6EibFDHi4jiDCaWfJKoqbE6oTh21c5hrRg==",
3843
+ "version": "7.16.8",
3844
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.16.8.tgz",
3845
+ "integrity": "sha512-1ojZwE9+lOXzcWdWmO6TbUzDfqLD39CmEhN8+2cX9XkDo5yW1OpgfejfliysR2AWLpMamTiOiAp/mtroaymhpw==",
3861
3846
  "requires": {
3862
- "@babel/types": "^7.16.7",
3847
+ "@babel/types": "^7.16.8",
3863
3848
  "jsesc": "^2.5.1",
3864
3849
  "source-map": "^0.5.0"
3865
3850
  }
@@ -3923,9 +3908,9 @@
3923
3908
  }
3924
3909
  },
3925
3910
  "@babel/helper-define-polyfill-provider": {
3926
- "version": "0.3.0",
3927
- "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.0.tgz",
3928
- "integrity": "sha512-7hfT8lUljl/tM3h+izTX/pO3W3frz2ok6Pk+gzys8iJqDfZrZy2pXjRTZAvG2YmfHun1X4q8/UZRLatMfqc5Tg==",
3911
+ "version": "0.3.1",
3912
+ "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.1.tgz",
3913
+ "integrity": "sha512-J9hGMpJQmtWmj46B3kBHmL38UhJGhYX7eqkcq+2gsstyYt341HmPeWspihX43yVRA0mS+8GGk2Gckc7bY/HCmA==",
3929
3914
  "requires": {
3930
3915
  "@babel/helper-compilation-targets": "^7.13.0",
3931
3916
  "@babel/helper-module-imports": "^7.12.13",
@@ -4031,13 +4016,13 @@
4031
4016
  "integrity": "sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA=="
4032
4017
  },
4033
4018
  "@babel/helper-remap-async-to-generator": {
4034
- "version": "7.16.7",
4035
- "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.16.7.tgz",
4036
- "integrity": "sha512-C3o117GnP/j/N2OWo+oepeWbFEKRfNaay+F1Eo5Mj3A1SRjyx+qaFhm23nlipub7Cjv2azdUUiDH+VlpdwUFRg==",
4019
+ "version": "7.16.8",
4020
+ "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.16.8.tgz",
4021
+ "integrity": "sha512-fm0gH7Flb8H51LqJHy3HJ3wnE1+qtYR2A99K06ahwrawLdOFsCEWjZOrYricXJHoPSudNKxrMBUPEIPxiIIvBw==",
4037
4022
  "requires": {
4038
4023
  "@babel/helper-annotate-as-pure": "^7.16.7",
4039
- "@babel/helper-wrap-function": "^7.16.7",
4040
- "@babel/types": "^7.16.7"
4024
+ "@babel/helper-wrap-function": "^7.16.8",
4025
+ "@babel/types": "^7.16.8"
4041
4026
  }
4042
4027
  },
4043
4028
  "@babel/helper-replace-supers": {
@@ -4087,14 +4072,14 @@
4087
4072
  "integrity": "sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ=="
4088
4073
  },
4089
4074
  "@babel/helper-wrap-function": {
4090
- "version": "7.16.7",
4091
- "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.16.7.tgz",
4092
- "integrity": "sha512-7a9sABeVwcunnztZZ7WTgSw6jVYLzM1wua0Z4HIXm9S3/HC96WKQTkFgGEaj5W06SHHihPJ6Le6HzS5cGOQMNw==",
4075
+ "version": "7.16.8",
4076
+ "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.16.8.tgz",
4077
+ "integrity": "sha512-8RpyRVIAW1RcDDGTA+GpPAwV22wXCfKOoM9bet6TLkGIFTkRQSkH1nMQ5Yet4MpoXe1ZwHPVtNasc2w0uZMqnw==",
4093
4078
  "requires": {
4094
4079
  "@babel/helper-function-name": "^7.16.7",
4095
4080
  "@babel/template": "^7.16.7",
4096
- "@babel/traverse": "^7.16.7",
4097
- "@babel/types": "^7.16.7"
4081
+ "@babel/traverse": "^7.16.8",
4082
+ "@babel/types": "^7.16.8"
4098
4083
  }
4099
4084
  },
4100
4085
  "@babel/helpers": {
@@ -4118,9 +4103,9 @@
4118
4103
  }
4119
4104
  },
4120
4105
  "@babel/parser": {
4121
- "version": "7.16.7",
4122
- "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.7.tgz",
4123
- "integrity": "sha512-sR4eaSrnM7BV7QPzGfEX5paG/6wrZM3I0HDzfIAK06ESvo9oy3xBuVBxE3MbQaKNhvg8g/ixjMWo2CGpzpHsDA=="
4106
+ "version": "7.16.8",
4107
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.16.8.tgz",
4108
+ "integrity": "sha512-i7jDUfrVBWc+7OKcBzEe5n7fbv3i2fWtxKzzCvOjnzSxMfWMigAhtfJ7qzZNGFNMsCCd67+uz553dYKWXPvCKw=="
4124
4109
  },
4125
4110
  "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": {
4126
4111
  "version": "7.16.7",
@@ -4141,12 +4126,12 @@
4141
4126
  }
4142
4127
  },
4143
4128
  "@babel/plugin-proposal-async-generator-functions": {
4144
- "version": "7.16.7",
4145
- "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.16.7.tgz",
4146
- "integrity": "sha512-TTXBT3A5c11eqRzaC6beO6rlFT3Mo9C2e8eB44tTr52ESXSK2CIc2fOp1ynpAwQA8HhBMho+WXhMHWlAe3xkpw==",
4129
+ "version": "7.16.8",
4130
+ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.16.8.tgz",
4131
+ "integrity": "sha512-71YHIvMuiuqWJQkebWJtdhQTfd4Q4mF76q2IX37uZPkG9+olBxsX+rH1vkhFto4UeJZ9dPY2s+mDvhDm1u2BGQ==",
4147
4132
  "requires": {
4148
4133
  "@babel/helper-plugin-utils": "^7.16.7",
4149
- "@babel/helper-remap-async-to-generator": "^7.16.7",
4134
+ "@babel/helper-remap-async-to-generator": "^7.16.8",
4150
4135
  "@babel/plugin-syntax-async-generators": "^7.8.4"
4151
4136
  }
4152
4137
  },
@@ -4428,13 +4413,13 @@
4428
4413
  }
4429
4414
  },
4430
4415
  "@babel/plugin-transform-async-to-generator": {
4431
- "version": "7.16.7",
4432
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.16.7.tgz",
4433
- "integrity": "sha512-pFEfjnK4DfXCfAlA5I98BYdDJD8NltMzx19gt6DAmfE+2lXRfPUoa0/5SUjT4+TDE1W/rcxU/1lgN55vpAjjdg==",
4416
+ "version": "7.16.8",
4417
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.16.8.tgz",
4418
+ "integrity": "sha512-MtmUmTJQHCnyJVrScNzNlofQJ3dLFuobYn3mwOTKHnSCMtbNsqvF71GQmJfFjdrXSsAA7iysFmYWw4bXZ20hOg==",
4434
4419
  "requires": {
4435
4420
  "@babel/helper-module-imports": "^7.16.7",
4436
4421
  "@babel/helper-plugin-utils": "^7.16.7",
4437
- "@babel/helper-remap-async-to-generator": "^7.16.7"
4422
+ "@babel/helper-remap-async-to-generator": "^7.16.8"
4438
4423
  }
4439
4424
  },
4440
4425
  "@babel/plugin-transform-block-scoped-functions": {
@@ -4555,9 +4540,9 @@
4555
4540
  }
4556
4541
  },
4557
4542
  "@babel/plugin-transform-modules-commonjs": {
4558
- "version": "7.16.7",
4559
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.16.7.tgz",
4560
- "integrity": "sha512-h2RP2kE7He1ZWKyAlanMZrAbdv+Acw1pA8dQZhE025WJZE2z0xzFADAinXA9fxd5bn7JnM+SdOGcndGx1ARs9w==",
4543
+ "version": "7.16.8",
4544
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.16.8.tgz",
4545
+ "integrity": "sha512-oflKPvsLT2+uKQopesJt3ApiaIS2HW+hzHFcwRNtyDGieAeC/dIHZX8buJQ2J2X1rxGPy4eRcUijm3qcSPjYcA==",
4561
4546
  "requires": {
4562
4547
  "@babel/helper-module-transforms": "^7.16.7",
4563
4548
  "@babel/helper-plugin-utils": "^7.16.7",
@@ -4587,9 +4572,9 @@
4587
4572
  }
4588
4573
  },
4589
4574
  "@babel/plugin-transform-named-capturing-groups-regex": {
4590
- "version": "7.16.7",
4591
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.16.7.tgz",
4592
- "integrity": "sha512-kFy35VwmwIQwCjwrAQhl3+c/kr292i4KdLPKp5lPH03Ltc51qnFlIADoyPxc/6Naz3ok3WdYKg+KK6AH+D4utg==",
4575
+ "version": "7.16.8",
4576
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.16.8.tgz",
4577
+ "integrity": "sha512-j3Jw+n5PvpmhRR+mrgIh04puSANCk/T/UA3m3P1MjJkhlK906+ApHhDIqBQDdOgL/r1UYpz4GNclTXxyZrYGSw==",
4593
4578
  "requires": {
4594
4579
  "@babel/helper-create-regexp-features-plugin": "^7.16.7"
4595
4580
  }
@@ -4685,9 +4670,9 @@
4685
4670
  }
4686
4671
  },
4687
4672
  "@babel/plugin-transform-typescript": {
4688
- "version": "7.16.7",
4689
- "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.16.7.tgz",
4690
- "integrity": "sha512-Hzx1lvBtOCWuCEwMmYOfpQpO7joFeXLgoPuzZZBtTxXqSqUGUubvFGZv2ygo1tB5Bp9q6PXV3H0E/kf7KM0RLA==",
4673
+ "version": "7.16.8",
4674
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.16.8.tgz",
4675
+ "integrity": "sha512-bHdQ9k7YpBDO2d0NVfkj51DpQcvwIzIusJ7mEUaMlbZq3Kt/U47j24inXZHQ5MDiYpCs+oZiwnXyKedE8+q7AQ==",
4691
4676
  "requires": {
4692
4677
  "@babel/helper-create-class-features-plugin": "^7.16.7",
4693
4678
  "@babel/helper-plugin-utils": "^7.16.7",
@@ -4712,17 +4697,17 @@
4712
4697
  }
4713
4698
  },
4714
4699
  "@babel/preset-env": {
4715
- "version": "7.16.7",
4716
- "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.16.7.tgz",
4717
- "integrity": "sha512-urX3Cee4aOZbRWOSa3mKPk0aqDikfILuo+C7qq7HY0InylGNZ1fekq9jmlr3pLWwZHF4yD7heQooc2Pow2KMyQ==",
4700
+ "version": "7.16.8",
4701
+ "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.16.8.tgz",
4702
+ "integrity": "sha512-9rNKgVCdwHb3z1IlbMyft6yIXIeP3xz6vWvGaLHrJThuEIqWfHb0DNBH9VuTgnDfdbUDhkmkvMZS/YMCtP7Elg==",
4718
4703
  "requires": {
4719
- "@babel/compat-data": "^7.16.4",
4704
+ "@babel/compat-data": "^7.16.8",
4720
4705
  "@babel/helper-compilation-targets": "^7.16.7",
4721
4706
  "@babel/helper-plugin-utils": "^7.16.7",
4722
4707
  "@babel/helper-validator-option": "^7.16.7",
4723
4708
  "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.16.7",
4724
4709
  "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.16.7",
4725
- "@babel/plugin-proposal-async-generator-functions": "^7.16.7",
4710
+ "@babel/plugin-proposal-async-generator-functions": "^7.16.8",
4726
4711
  "@babel/plugin-proposal-class-properties": "^7.16.7",
4727
4712
  "@babel/plugin-proposal-class-static-block": "^7.16.7",
4728
4713
  "@babel/plugin-proposal-dynamic-import": "^7.16.7",
@@ -4752,7 +4737,7 @@
4752
4737
  "@babel/plugin-syntax-private-property-in-object": "^7.14.5",
4753
4738
  "@babel/plugin-syntax-top-level-await": "^7.14.5",
4754
4739
  "@babel/plugin-transform-arrow-functions": "^7.16.7",
4755
- "@babel/plugin-transform-async-to-generator": "^7.16.7",
4740
+ "@babel/plugin-transform-async-to-generator": "^7.16.8",
4756
4741
  "@babel/plugin-transform-block-scoped-functions": "^7.16.7",
4757
4742
  "@babel/plugin-transform-block-scoping": "^7.16.7",
4758
4743
  "@babel/plugin-transform-classes": "^7.16.7",
@@ -4766,10 +4751,10 @@
4766
4751
  "@babel/plugin-transform-literals": "^7.16.7",
4767
4752
  "@babel/plugin-transform-member-expression-literals": "^7.16.7",
4768
4753
  "@babel/plugin-transform-modules-amd": "^7.16.7",
4769
- "@babel/plugin-transform-modules-commonjs": "^7.16.7",
4754
+ "@babel/plugin-transform-modules-commonjs": "^7.16.8",
4770
4755
  "@babel/plugin-transform-modules-systemjs": "^7.16.7",
4771
4756
  "@babel/plugin-transform-modules-umd": "^7.16.7",
4772
- "@babel/plugin-transform-named-capturing-groups-regex": "^7.16.7",
4757
+ "@babel/plugin-transform-named-capturing-groups-regex": "^7.16.8",
4773
4758
  "@babel/plugin-transform-new-target": "^7.16.7",
4774
4759
  "@babel/plugin-transform-object-super": "^7.16.7",
4775
4760
  "@babel/plugin-transform-parameters": "^7.16.7",
@@ -4784,11 +4769,11 @@
4784
4769
  "@babel/plugin-transform-unicode-escapes": "^7.16.7",
4785
4770
  "@babel/plugin-transform-unicode-regex": "^7.16.7",
4786
4771
  "@babel/preset-modules": "^0.1.5",
4787
- "@babel/types": "^7.16.7",
4772
+ "@babel/types": "^7.16.8",
4788
4773
  "babel-plugin-polyfill-corejs2": "^0.3.0",
4789
- "babel-plugin-polyfill-corejs3": "^0.4.0",
4774
+ "babel-plugin-polyfill-corejs3": "^0.5.0",
4790
4775
  "babel-plugin-polyfill-regenerator": "^0.3.0",
4791
- "core-js-compat": "^3.19.1",
4776
+ "core-js-compat": "^3.20.2",
4792
4777
  "semver": "^6.3.0"
4793
4778
  },
4794
4779
  "dependencies": {
@@ -4840,26 +4825,26 @@
4840
4825
  }
4841
4826
  },
4842
4827
  "@babel/traverse": {
4843
- "version": "7.16.7",
4844
- "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.16.7.tgz",
4845
- "integrity": "sha512-8KWJPIb8c2VvY8AJrydh6+fVRo2ODx1wYBU2398xJVq0JomuLBZmVQzLPBblJgHIGYG4znCpUZUZ0Pt2vdmVYQ==",
4828
+ "version": "7.16.8",
4829
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.16.8.tgz",
4830
+ "integrity": "sha512-xe+H7JlvKsDQwXRsBhSnq1/+9c+LlQcCK3Tn/l5sbx02HYns/cn7ibp9+RV1sIUqu7hKg91NWsgHurO9dowITQ==",
4846
4831
  "requires": {
4847
4832
  "@babel/code-frame": "^7.16.7",
4848
- "@babel/generator": "^7.16.7",
4833
+ "@babel/generator": "^7.16.8",
4849
4834
  "@babel/helper-environment-visitor": "^7.16.7",
4850
4835
  "@babel/helper-function-name": "^7.16.7",
4851
4836
  "@babel/helper-hoist-variables": "^7.16.7",
4852
4837
  "@babel/helper-split-export-declaration": "^7.16.7",
4853
- "@babel/parser": "^7.16.7",
4854
- "@babel/types": "^7.16.7",
4838
+ "@babel/parser": "^7.16.8",
4839
+ "@babel/types": "^7.16.8",
4855
4840
  "debug": "^4.1.0",
4856
4841
  "globals": "^11.1.0"
4857
4842
  }
4858
4843
  },
4859
4844
  "@babel/types": {
4860
- "version": "7.16.7",
4861
- "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.16.7.tgz",
4862
- "integrity": "sha512-E8HuV7FO9qLpx6OtoGfUQ2cjIYnbFwvZWYBS+87EwtdMvmUPJSwykpovFB+8insbpF0uJcpr8KMUi64XZntZcg==",
4845
+ "version": "7.16.8",
4846
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.16.8.tgz",
4847
+ "integrity": "sha512-smN2DQc5s4M7fntyjGtyIPbRJv6wW4rU/94fmYJ7PKQuZkC0qGMHXJbg6sNGt12JmVr4k5YaptI/XtiLJBnmIg==",
4863
4848
  "requires": {
4864
4849
  "@babel/helper-validator-identifier": "^7.16.7",
4865
4850
  "to-fast-properties": "^2.0.0"
@@ -5652,9 +5637,9 @@
5652
5637
  "integrity": "sha512-YofkM6fGv4gDJq78g4j0mMuGMkZVxZDgtU0JRdx6FgiJDG+0fY0GKVolOV8WqVmEhLCXkQRjwDdKyPxJp/uucg=="
5653
5638
  },
5654
5639
  "@types/prettier": {
5655
- "version": "2.4.2",
5656
- "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.4.2.tgz",
5657
- "integrity": "sha512-ekoj4qOQYp7CvjX8ZDBgN86w3MqQhLE1hczEJbEIjgFEumDy+na/4AJAbLXfgEWFNB2pKadM5rPFtuSGMWK7xA=="
5640
+ "version": "2.4.3",
5641
+ "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.4.3.tgz",
5642
+ "integrity": "sha512-QzSuZMBuG5u8HqYz01qtMdg/Jfctlnvj1z/lYnIDXs/golxw0fxtRAHd9KrzjR7Yxz1qVeI00o0kiO3PmVdJ9w=="
5658
5643
  },
5659
5644
  "@types/serialport": {
5660
5645
  "version": "8.0.2",
@@ -5683,13 +5668,13 @@
5683
5668
  "integrity": "sha512-7tFImggNeNBVMsn0vLrpn1H1uPrUBdnARPTpZoitY37ZrdJREzf7I16tMrlK3hen349gr1NYh8CmZQa7CTG6Aw=="
5684
5669
  },
5685
5670
  "@typescript-eslint/eslint-plugin": {
5686
- "version": "5.9.0",
5687
- "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.9.0.tgz",
5688
- "integrity": "sha512-qT4lr2jysDQBQOPsCCvpPUZHjbABoTJW8V9ZzIYKHMfppJtpdtzszDYsldwhFxlhvrp7aCHeXD1Lb9M1zhwWwQ==",
5671
+ "version": "5.9.1",
5672
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.9.1.tgz",
5673
+ "integrity": "sha512-Xv9tkFlyD4MQGpJgTo6wqDqGvHIRmRgah/2Sjz1PUnJTawjHWIwBivUE9x0QtU2WVii9baYgavo/bHjrZJkqTw==",
5689
5674
  "requires": {
5690
- "@typescript-eslint/experimental-utils": "5.9.0",
5691
- "@typescript-eslint/scope-manager": "5.9.0",
5692
- "@typescript-eslint/type-utils": "5.9.0",
5675
+ "@typescript-eslint/experimental-utils": "5.9.1",
5676
+ "@typescript-eslint/scope-manager": "5.9.1",
5677
+ "@typescript-eslint/type-utils": "5.9.1",
5693
5678
  "debug": "^4.3.2",
5694
5679
  "functional-red-black-tree": "^1.0.1",
5695
5680
  "ignore": "^5.1.8",
@@ -5699,60 +5684,60 @@
5699
5684
  }
5700
5685
  },
5701
5686
  "@typescript-eslint/experimental-utils": {
5702
- "version": "5.9.0",
5703
- "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-5.9.0.tgz",
5704
- "integrity": "sha512-ZnLVjBrf26dn7ElyaSKa6uDhqwvAi4jBBmHK1VxuFGPRAxhdi18ubQYSGA7SRiFiES3q9JiBOBHEBStOFkwD2g==",
5687
+ "version": "5.9.1",
5688
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-5.9.1.tgz",
5689
+ "integrity": "sha512-cb1Njyss0mLL9kLXgS/eEY53SZQ9sT519wpX3i+U457l2UXRDuo87hgKfgRazmu9/tQb0x2sr3Y0yrU+Zz0y+w==",
5705
5690
  "requires": {
5706
5691
  "@types/json-schema": "^7.0.9",
5707
- "@typescript-eslint/scope-manager": "5.9.0",
5708
- "@typescript-eslint/types": "5.9.0",
5709
- "@typescript-eslint/typescript-estree": "5.9.0",
5692
+ "@typescript-eslint/scope-manager": "5.9.1",
5693
+ "@typescript-eslint/types": "5.9.1",
5694
+ "@typescript-eslint/typescript-estree": "5.9.1",
5710
5695
  "eslint-scope": "^5.1.1",
5711
5696
  "eslint-utils": "^3.0.0"
5712
5697
  }
5713
5698
  },
5714
5699
  "@typescript-eslint/parser": {
5715
- "version": "5.9.0",
5716
- "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.9.0.tgz",
5717
- "integrity": "sha512-/6pOPz8yAxEt4PLzgbFRDpZmHnXCeZgPDrh/1DaVKOjvn/UPMlWhbx/gA96xRi2JxY1kBl2AmwVbyROUqys5xQ==",
5700
+ "version": "5.9.1",
5701
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.9.1.tgz",
5702
+ "integrity": "sha512-PLYO0AmwD6s6n0ZQB5kqPgfvh73p0+VqopQQLuNfi7Lm0EpfKyDalchpVwkE+81k5HeiRrTV/9w1aNHzjD7C4g==",
5718
5703
  "requires": {
5719
- "@typescript-eslint/scope-manager": "5.9.0",
5720
- "@typescript-eslint/types": "5.9.0",
5721
- "@typescript-eslint/typescript-estree": "5.9.0",
5704
+ "@typescript-eslint/scope-manager": "5.9.1",
5705
+ "@typescript-eslint/types": "5.9.1",
5706
+ "@typescript-eslint/typescript-estree": "5.9.1",
5722
5707
  "debug": "^4.3.2"
5723
5708
  }
5724
5709
  },
5725
5710
  "@typescript-eslint/scope-manager": {
5726
- "version": "5.9.0",
5727
- "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.9.0.tgz",
5728
- "integrity": "sha512-DKtdIL49Qxk2a8icF6whRk7uThuVz4A6TCXfjdJSwOsf+9ree7vgQWcx0KOyCdk0i9ETX666p4aMhrRhxhUkyg==",
5711
+ "version": "5.9.1",
5712
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.9.1.tgz",
5713
+ "integrity": "sha512-8BwvWkho3B/UOtzRyW07ffJXPaLSUKFBjpq8aqsRvu6HdEuzCY57+ffT7QoV4QXJXWSU1+7g3wE4AlgImmQ9pQ==",
5729
5714
  "requires": {
5730
- "@typescript-eslint/types": "5.9.0",
5731
- "@typescript-eslint/visitor-keys": "5.9.0"
5715
+ "@typescript-eslint/types": "5.9.1",
5716
+ "@typescript-eslint/visitor-keys": "5.9.1"
5732
5717
  }
5733
5718
  },
5734
5719
  "@typescript-eslint/type-utils": {
5735
- "version": "5.9.0",
5736
- "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.9.0.tgz",
5737
- "integrity": "sha512-uVCb9dJXpBrK1071ri5aEW7ZHdDHAiqEjYznF3HSSvAJXyrkxGOw2Ejibz/q6BXdT8lea8CMI0CzKNFTNI6TEQ==",
5720
+ "version": "5.9.1",
5721
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.9.1.tgz",
5722
+ "integrity": "sha512-tRSpdBnPRssjlUh35rE9ug5HrUvaB9ntREy7gPXXKwmIx61TNN7+l5YKgi1hMKxo5NvqZCfYhA5FvyuJG6X6vg==",
5738
5723
  "requires": {
5739
- "@typescript-eslint/experimental-utils": "5.9.0",
5724
+ "@typescript-eslint/experimental-utils": "5.9.1",
5740
5725
  "debug": "^4.3.2",
5741
5726
  "tsutils": "^3.21.0"
5742
5727
  }
5743
5728
  },
5744
5729
  "@typescript-eslint/types": {
5745
- "version": "5.9.0",
5746
- "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.9.0.tgz",
5747
- "integrity": "sha512-mWp6/b56Umo1rwyGCk8fPIzb9Migo8YOniBGPAQDNC6C52SeyNGN4gsVwQTAR+RS2L5xyajON4hOLwAGwPtUwg=="
5730
+ "version": "5.9.1",
5731
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.9.1.tgz",
5732
+ "integrity": "sha512-SsWegWudWpkZCwwYcKoDwuAjoZXnM1y2EbEerTHho19Hmm+bQ56QG4L4jrtCu0bI5STaRTvRTZmjprWlTw/5NQ=="
5748
5733
  },
5749
5734
  "@typescript-eslint/typescript-estree": {
5750
- "version": "5.9.0",
5751
- "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.9.0.tgz",
5752
- "integrity": "sha512-kxo3xL2mB7XmiVZcECbaDwYCt3qFXz99tBSuVJR4L/sR7CJ+UNAPrYILILktGj1ppfZ/jNt/cWYbziJUlHl1Pw==",
5735
+ "version": "5.9.1",
5736
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.9.1.tgz",
5737
+ "integrity": "sha512-gL1sP6A/KG0HwrahVXI9fZyeVTxEYV//6PmcOn1tD0rw8VhUWYeZeuWHwwhnewnvEMcHjhnJLOBhA9rK4vmb8A==",
5753
5738
  "requires": {
5754
- "@typescript-eslint/types": "5.9.0",
5755
- "@typescript-eslint/visitor-keys": "5.9.0",
5739
+ "@typescript-eslint/types": "5.9.1",
5740
+ "@typescript-eslint/visitor-keys": "5.9.1",
5756
5741
  "debug": "^4.3.2",
5757
5742
  "globby": "^11.0.4",
5758
5743
  "is-glob": "^4.0.3",
@@ -5761,11 +5746,11 @@
5761
5746
  }
5762
5747
  },
5763
5748
  "@typescript-eslint/visitor-keys": {
5764
- "version": "5.9.0",
5765
- "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.9.0.tgz",
5766
- "integrity": "sha512-6zq0mb7LV0ThExKlecvpfepiB+XEtFv/bzx7/jKSgyXTFD7qjmSu1FoiS0x3OZaiS+UIXpH2vd9O89f02RCtgw==",
5749
+ "version": "5.9.1",
5750
+ "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.9.1.tgz",
5751
+ "integrity": "sha512-Xh37pNz9e9ryW4TVdwiFzmr4hloty8cFj8GTWMXh3Z8swGwyQWeCcNgF0hm6t09iZd6eiZmIf4zHedQVP6TVtg==",
5767
5752
  "requires": {
5768
- "@typescript-eslint/types": "5.9.0",
5753
+ "@typescript-eslint/types": "5.9.1",
5769
5754
  "eslint-visitor-keys": "^3.0.0"
5770
5755
  }
5771
5756
  },
@@ -6000,12 +5985,12 @@
6000
5985
  }
6001
5986
  },
6002
5987
  "babel-plugin-polyfill-corejs2": {
6003
- "version": "0.3.0",
6004
- "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.0.tgz",
6005
- "integrity": "sha512-wMDoBJ6uG4u4PNFh72Ty6t3EgfA91puCuAwKIazbQlci+ENb/UU9A3xG5lutjUIiXCIn1CY5L15r9LimiJyrSA==",
5988
+ "version": "0.3.1",
5989
+ "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.1.tgz",
5990
+ "integrity": "sha512-v7/T6EQcNfVLfcN2X8Lulb7DjprieyLWJK/zOWH5DUYcAgex9sP3h25Q+DLsX9TloXe3y1O8l2q2Jv9q8UVB9w==",
6006
5991
  "requires": {
6007
5992
  "@babel/compat-data": "^7.13.11",
6008
- "@babel/helper-define-polyfill-provider": "^0.3.0",
5993
+ "@babel/helper-define-polyfill-provider": "^0.3.1",
6009
5994
  "semver": "^6.1.1"
6010
5995
  },
6011
5996
  "dependencies": {
@@ -6017,20 +6002,20 @@
6017
6002
  }
6018
6003
  },
6019
6004
  "babel-plugin-polyfill-corejs3": {
6020
- "version": "0.4.0",
6021
- "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.4.0.tgz",
6022
- "integrity": "sha512-YxFreYwUfglYKdLUGvIF2nJEsGwj+RhWSX/ije3D2vQPOXuyMLMtg/cCGMDpOA7Nd+MwlNdnGODbd2EwUZPlsw==",
6005
+ "version": "0.5.1",
6006
+ "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.1.tgz",
6007
+ "integrity": "sha512-TihqEe4sQcb/QcPJvxe94/9RZuLQuF1+To4WqQcRvc+3J3gLCPIPgDKzGLG6zmQLfH3nn25heRuDNkS2KR4I8A==",
6023
6008
  "requires": {
6024
- "@babel/helper-define-polyfill-provider": "^0.3.0",
6025
- "core-js-compat": "^3.18.0"
6009
+ "@babel/helper-define-polyfill-provider": "^0.3.1",
6010
+ "core-js-compat": "^3.20.0"
6026
6011
  }
6027
6012
  },
6028
6013
  "babel-plugin-polyfill-regenerator": {
6029
- "version": "0.3.0",
6030
- "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.0.tgz",
6031
- "integrity": "sha512-dhAPTDLGoMW5/84wkgwiLRwMnio2i1fUe53EuvtKMv0pn2p3S8OCoV1xAzfJPl0KOX7IB89s2ib85vbYiea3jg==",
6014
+ "version": "0.3.1",
6015
+ "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.3.1.tgz",
6016
+ "integrity": "sha512-Y2B06tvgHYt1x0yz17jGkGeeMr5FeKUu+ASJ+N6nB5lQ8Dapfg42i0OVrf8PNGJ3zKL4A23snMi1IRwrqqND7A==",
6032
6017
  "requires": {
6033
- "@babel/helper-define-polyfill-provider": "^0.3.0"
6018
+ "@babel/helper-define-polyfill-provider": "^0.3.1"
6034
6019
  }
6035
6020
  },
6036
6021
  "babel-preset-current-node-syntax": {
@@ -6183,9 +6168,9 @@
6183
6168
  "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg=="
6184
6169
  },
6185
6170
  "caniuse-lite": {
6186
- "version": "1.0.30001298",
6187
- "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001298.tgz",
6188
- "integrity": "sha512-AcKqikjMLlvghZL/vfTHorlQsLDhGRalYf1+GmWCf5SCMziSGjRYQW/JEksj14NaYHIR6KIhrFAy0HV5C25UzQ=="
6171
+ "version": "1.0.30001299",
6172
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001299.tgz",
6173
+ "integrity": "sha512-iujN4+x7QzqA2NCSrS5VUy+4gLmRd4xv6vbBBsmfVqTx8bLAD8097euLqQgKxSVLvxjSDcvF1T/i9ocgnUFexw=="
6189
6174
  },
6190
6175
  "chalk": {
6191
6176
  "version": "2.4.2",
@@ -6333,9 +6318,9 @@
6333
6318
  }
6334
6319
  },
6335
6320
  "core-js-compat": {
6336
- "version": "3.20.2",
6337
- "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.20.2.tgz",
6338
- "integrity": "sha512-qZEzVQ+5Qh6cROaTPFLNS4lkvQ6mBzE3R6A6EEpssj7Zr2egMHgsy4XapdifqJDGC9CBiNv7s+ejI96rLNQFdg==",
6321
+ "version": "3.20.3",
6322
+ "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.20.3.tgz",
6323
+ "integrity": "sha512-c8M5h0IkNZ+I92QhIpuSijOxGAcj3lgpsWdkCqmUTZNwidujF4r3pi6x1DCN+Vcs5qTS2XWWMfWSuCqyupX8gw==",
6339
6324
  "requires": {
6340
6325
  "browserslist": "^4.19.1",
6341
6326
  "semver": "7.0.0"
@@ -6504,9 +6489,9 @@
6504
6489
  }
6505
6490
  },
6506
6491
  "electron-to-chromium": {
6507
- "version": "1.4.38",
6508
- "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.38.tgz",
6509
- "integrity": "sha512-WhHt3sZazKj0KK/UpgsbGQnUUoFeAHVishzHFExMxagpZgjiGYSC9S0ZlbhCfSH2L2i+2A1yyqOIliTctMx7KQ=="
6492
+ "version": "1.4.46",
6493
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.46.tgz",
6494
+ "integrity": "sha512-UtV0xUA/dibCKKP2JMxOpDtXR74zABevuUEH4K0tvduFSIoxRVcYmQsbB51kXsFTX8MmOyWMt8tuZAlmDOqkrQ=="
6510
6495
  },
6511
6496
  "emittery": {
6512
6497
  "version": "0.8.1",
@@ -6790,9 +6775,9 @@
6790
6775
  }
6791
6776
  },
6792
6777
  "eslint-visitor-keys": {
6793
- "version": "3.1.0",
6794
- "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.1.0.tgz",
6795
- "integrity": "sha512-yWJFpu4DtjsWKkt5GeNBBuZMlNcYVs6vRCLoCVEJrTjaSB6LC98gFipNK/erM2Heg/E8mIK+hXG/pJMLK+eRZA=="
6778
+ "version": "3.2.0",
6779
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.2.0.tgz",
6780
+ "integrity": "sha512-IOzT0X126zn7ALX0dwFiUQEdsfzrm4+ISsQS8nukaJXwEyYKRSnEIIDULYg1mCtGp7UUXgfGl7BIolXREQK+XQ=="
6796
6781
  },
6797
6782
  "espree": {
6798
6783
  "version": "9.3.0",
@@ -6892,9 +6877,9 @@
6892
6877
  "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
6893
6878
  },
6894
6879
  "fast-glob": {
6895
- "version": "3.2.9",
6896
- "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.9.tgz",
6897
- "integrity": "sha512-MBwILhhD92sziIrMQwpqcuGERF+BH99ei2a3XsGJuqEKcSycAL+w0HWokFenZXona+kjFr82Lf71eTxNRC06XQ==",
6880
+ "version": "3.2.11",
6881
+ "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.11.tgz",
6882
+ "integrity": "sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==",
6898
6883
  "requires": {
6899
6884
  "@nodelib/fs.stat": "^2.0.2",
6900
6885
  "@nodelib/fs.walk": "^1.2.3",
@@ -9698,9 +9683,9 @@
9698
9683
  }
9699
9684
  },
9700
9685
  "typedoc-plugin-markdown": {
9701
- "version": "3.11.9",
9702
- "resolved": "https://registry.npmjs.org/typedoc-plugin-markdown/-/typedoc-plugin-markdown-3.11.9.tgz",
9703
- "integrity": "sha512-wgJWPfq2wXMktfeBBx1ZObQw2a02Qz0F67juYt6urCY9PYpAX38XcB2d2Nb4grymn95X/ThwtU5PaK2eWyq7AQ==",
9686
+ "version": "3.11.11",
9687
+ "resolved": "https://registry.npmjs.org/typedoc-plugin-markdown/-/typedoc-plugin-markdown-3.11.11.tgz",
9688
+ "integrity": "sha512-LyephgG2yHiSqJppuDVKy3dPLSbzP+ke/VBxGvH4I/+31NXzuEhLFhxx/X4UMqzh2XbUB44ttABtGd11biKr4Q==",
9704
9689
  "requires": {
9705
9690
  "handlebars": "^4.7.7"
9706
9691
  }
@@ -9774,9 +9759,9 @@
9774
9759
  "integrity": "sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA=="
9775
9760
  },
9776
9761
  "v8-to-istanbul": {
9777
- "version": "8.1.0",
9778
- "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-8.1.0.tgz",
9779
- "integrity": "sha512-/PRhfd8aTNp9Ggr62HPzXg2XasNFGy5PBt0Rp04du7/8GNNSgxFL6WBTkgMKSL9bFjH+8kKEG3f37FmxiTqUUA==",
9762
+ "version": "8.1.1",
9763
+ "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-8.1.1.tgz",
9764
+ "integrity": "sha512-FGtKtv3xIpR6BYhvgH8MI/y78oT7d8Au3ww4QIxymrCtZEh5b8gCw2siywE+puhEmuWKDtmfrvF5UlB298ut3w==",
9780
9765
  "requires": {
9781
9766
  "@types/istanbul-lib-coverage": "^2.0.1",
9782
9767
  "convert-source-map": "^1.6.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zigbee-herdsman-converters",
3
- "version": "14.0.395",
3
+ "version": "14.0.396",
4
4
  "description": "Collection of device converters to be used with zigbee-herdsman",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -34,11 +34,11 @@
34
34
  },
35
35
  "homepage": "https://github.com/Koenkk/zigbee-herdsman-converters",
36
36
  "dependencies": {
37
- "axios": "^0.24.0",
37
+ "axios": "^0.25.0",
38
38
  "buffer-crc32": "^0.2.13",
39
39
  "https-proxy-agent": "^5.0.0",
40
40
  "tar-stream": "^2.2.0",
41
- "zigbee-herdsman": "^0.13.194"
41
+ "zigbee-herdsman": "^0.14.5"
42
42
  },
43
43
  "devDependencies": {
44
44
  "eslint": "*",