fix(ignore): update dependencies (#22456)

Co-authored-by: Koenkk <2892853+Koenkk@users.noreply.github.com>
This commit is contained in:
Koen Kanters
2024-05-05 21:44:20 +02:00
committed by GitHub
parent e4c9bac348
commit b754b9d463
2 changed files with 246 additions and 361 deletions
+237 -352
View File
File diff suppressed because it is too large Load Diff
+9 -9
View File
@@ -35,7 +35,7 @@
},
"homepage": "https://koenkk.github.io/zigbee2mqtt",
"dependencies": {
"ajv": "^8.12.0",
"ajv": "^8.13.0",
"bind-decorator": "^1.0.11",
"connect-gzip-static": "3.0.1",
"debounce": "^2.0.0",
@@ -49,7 +49,7 @@
"jszip": "^3.10.1",
"mkdir-recursive": "^0.4.0",
"moment": "^2.30.1",
"mqtt": "^5.5.4",
"mqtt": "^5.5.5",
"object-assign-deep": "^0.4.0",
"rimraf": "^5.0.5",
"semver": "^7.6.0",
@@ -64,25 +64,25 @@
"zigbee2mqtt-frontend": "0.6.167"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/core": "^7.24.5",
"@babel/plugin-proposal-decorators": "^7.24.1",
"@babel/preset-env": "^7.24.4",
"@babel/preset-env": "^7.24.5",
"@babel/preset-typescript": "^7.24.1",
"@types/debounce": "^1.2.4",
"@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.12.7",
"@types/node": "^20.12.8",
"@types/object-assign-deep": "^0.4.3",
"@types/readable-stream": "4.0.11",
"@types/readable-stream": "4.0.12",
"@types/ws": "8.5.10",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"babel-jest": "^29.7.0",
"eslint": "^8.57.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-jest": "^28.3.0",
"eslint-plugin-jest": "^28.5.0",
"jest": "^29.7.0",
"tmp": "^0.2.3",
"typescript": "^5.4.5"