fix(ignore): update dependencies (#23276)

Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com>
This commit is contained in:
Koen Kanters
2024-07-15 21:53:56 +02:00
committed by GitHub
co-authored by Koenkk
parent bd78f56d5f
commit 5d05ebbfd2
2 changed files with 296 additions and 279 deletions
+281 -264
View File
File diff suppressed because it is too large Load Diff
+15 -15
View File
@@ -37,7 +37,7 @@
},
"homepage": "https://koenkk.github.io/zigbee2mqtt",
"dependencies": {
"ajv": "^8.16.0",
"ajv": "^8.17.1",
"bind-decorator": "^1.0.11",
"connect-gzip-static": "3.0.1",
"debounce": "^2.1.0",
@@ -50,44 +50,44 @@
"jszip": "^3.10.1",
"mkdir-recursive": "^0.4.0",
"moment": "^2.30.1",
"mqtt": "^5.7.3",
"mqtt": "^5.8.0",
"object-assign-deep": "^0.4.0",
"rimraf": "^5.0.7",
"rimraf": "^6.0.1",
"semver": "^7.6.2",
"source-map-support": "^0.5.21",
"uri-js": "^4.4.1",
"winston": "^3.13.0",
"winston": "^3.13.1",
"winston-syslog": "^2.7.0",
"winston-transport": "^4.7.0",
"ws": "^8.17.1",
"winston-transport": "^4.7.1",
"ws": "^8.18.0",
"zigbee-herdsman": "0.53.1",
"zigbee-herdsman-converters": "19.68.0",
"zigbee2mqtt-frontend": "0.7.2"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/core": "^7.24.8",
"@babel/plugin-proposal-decorators": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-env": "^7.24.8",
"@babel/preset-typescript": "^7.24.7",
"@types/finalhandler": "^1.2.3",
"@types/humanize-duration": "^3.27.4",
"@types/jest": "^29.5.12",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.14.9",
"@types/node": "^20.14.10",
"@types/object-assign-deep": "^0.4.3",
"@types/readable-stream": "4.0.14",
"@types/ws": "8.5.10",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"@types/readable-stream": "4.0.15",
"@types/ws": "8.5.11",
"@typescript-eslint/eslint-plugin": "^7.16.0",
"@typescript-eslint/parser": "^7.16.0",
"babel-jest": "^29.7.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^28.6.0",
"eslint-plugin-perfectionist": "^2.11.0",
"jest": "^29.7.0",
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"tmp": "^0.2.3",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
},
"overrides": {
"zigbee-herdsman-converters": {