fix(ignore): update dependencies (#19679)

Co-authored-by: Koenkk <Koenkk@users.noreply.github.com>
This commit is contained in:
Koen Kanters 2023-11-12 21:37:34 +01:00 committed by GitHub
parent baae082258
commit c8848be981
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 954 additions and 891 deletions

1813
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -45,13 +45,13 @@
"fast-deep-equal": "^3.1.3",
"finalhandler": "^1.2.0",
"git-last-commit": "^1.0.1",
"humanize-duration": "^3.30.0",
"humanize-duration": "^3.31.0",
"js-yaml": "^4.1.0",
"json-stable-stringify-without-jsonify": "^1.0.1",
"jszip": "^3.10.1",
"mkdir-recursive": "^0.4.0",
"moment": "^2.29.4",
"mqtt": "5.1.4",
"mqtt": "5.2.1",
"object-assign-deep": "^0.4.0",
"rimraf": "^5.0.5",
"semver": "^7.5.4",
@ -66,23 +66,23 @@
"zigbee2mqtt-frontend": "0.6.143"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/core": "^7.23.3",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/preset-typescript": "^7.23.2",
"@types/debounce": "^1.2.3",
"@types/finalhandler": "^1.2.2",
"@types/humanize-duration": "^3.27.2",
"@types/jest": "^29.5.7",
"@types/js-yaml": "^4.0.8",
"@types/node": "^20.8.10",
"@types/object-assign-deep": "^0.4.2",
"@types/readable-stream": "4.0.4",
"@babel/plugin-proposal-decorators": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@types/debounce": "^1.2.4",
"@types/finalhandler": "^1.2.3",
"@types/humanize-duration": "^3.27.3",
"@types/jest": "^29.5.8",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.9.0",
"@types/object-assign-deep": "^0.4.3",
"@types/readable-stream": "4.0.5",
"@types/rimraf": "^3.0.2",
"@types/ws": "8.5.4",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@typescript-eslint/eslint-plugin": "^6.10.0",
"@typescript-eslint/parser": "^6.10.0",
"babel-jest": "^29.7.0",
"eslint": "^8.53.0",
"eslint-config-google": "^0.14.0",