Update dependencies (#16738)

Co-authored-by: Koenkk <Koenkk@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-02-19 09:36:47 +01:00
committed by GitHub
co-authored by Koenkk
parent 7605e1ec06
commit 08a0ace11a
2 changed files with 720 additions and 722 deletions
+715 -717
View File
File diff suppressed because it is too large Load Diff
+5 -5
View File
@@ -58,7 +58,7 @@
"winston": "^3.8.2",
"winston-syslog": "^2.7.0",
"winston-transport": "^4.5.0",
"ws": "^8.12.0",
"ws": "^8.12.1",
"zigbee-herdsman": "0.14.93",
"zigbee-herdsman-converters": "15.0.49",
"zigbee2mqtt-frontend": "0.6.124"
@@ -76,13 +76,13 @@
"@types/object-assign-deep": "^0.4.0",
"@types/rimraf": "^3.0.2",
"@types/ws": "^8.5.4",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"babel-jest": "^29.4.2",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"babel-jest": "^29.4.3",
"eslint": "^8.34.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-jest": "^27.2.1",
"jest": "^29.4.2",
"jest": "^29.4.3",
"tmp": "^0.2.1",
"typescript": "^4.9.5"
},