Update dependencies (#8812)

Co-authored-by: Koenkk <Koenkk@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2021-09-20 12:11:07 +02:00
committed by GitHub
co-authored by Koenkk
parent 9f12ef7370
commit 41b1d53723
2 changed files with 423 additions and 208 deletions
+417 -202
View File
File diff suppressed because it is too large Load Diff
+6 -6
View File
@@ -35,7 +35,7 @@
},
"homepage": "https://koenkk.github.io/zigbee2mqtt",
"dependencies": {
"ajv": "^8.6.2",
"ajv": "^8.6.3",
"bind-decorator": "^1.0.11",
"debounce": "^1.2.1",
"deep-object-diff": "^1.1.0",
@@ -71,13 +71,13 @@
"@types/js-yaml": "^4.0.3",
"@types/object-assign-deep": "^0.4.0",
"@types/ws": "^7.4.7",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.31.0",
"babel-jest": "^27.1.1",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"babel-jest": "^27.2.0",
"eslint": "^7.32.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-jest": "^24.4.0",
"jest": "^27.1.1",
"eslint-plugin-jest": "^24.4.2",
"jest": "^27.2.0",
"tmp": "^0.2.1",
"typescript": "^4.4.3"
},