fix(ignore): update dependencies (#22986)

This commit is contained in:
Koen Kanters
2024-06-09 15:48:05 +02:00
committed by GitHub
parent a4a0c6f3b9
commit dbcae00316
2 changed files with 612 additions and 603 deletions
+603 -594
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.14.0",
"ajv": "^8.16.0",
"bind-decorator": "^1.0.11",
"connect-gzip-static": "3.0.1",
"debounce": "^2.1.0",
@@ -63,25 +63,25 @@
"zigbee2mqtt-frontend": "0.7.2"
},
"devDependencies": {
"@babel/core": "^7.24.6",
"@babel/plugin-proposal-decorators": "^7.24.6",
"@babel/preset-env": "^7.24.6",
"@babel/preset-typescript": "^7.24.6",
"@babel/core": "^7.24.7",
"@babel/plugin-proposal-decorators": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@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.13.0",
"@types/node": "^20.14.2",
"@types/object-assign-deep": "^0.4.3",
"@types/readable-stream": "4.0.14",
"@types/ws": "8.5.10",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/parser": "^7.12.0",
"babel-jest": "^29.7.0",
"eslint": "^8.57.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-jest": "^28.5.0",
"eslint-plugin-jest": "^28.6.0",
"jest": "^29.7.0",
"tmp": "^0.2.3",
"typescript": "^5.4.5"