fix(ignore): update dependencies (#19127)

Co-authored-by: Koenkk <Koenkk@users.noreply.github.com>
This commit is contained in:
Koen Kanters 2023-10-03 10:38:48 +02:00 committed by GitHub
parent 90763fd83f
commit 1c7bb8fc24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 396 additions and 384 deletions

762
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -51,7 +51,7 @@
"moment": "^2.29.4",
"mqtt": "5.0.5",
"object-assign-deep": "^0.4.0",
"rimraf": "^5.0.1",
"rimraf": "^5.0.5",
"semver": "^7.5.4",
"source-map-support": "^0.5.21",
"uri-js": "^4.4.1",
@ -64,27 +64,27 @@
"zigbee2mqtt-frontend": "0.6.136"
},
"devDependencies": {
"@babel/core": "^7.22.20",
"@babel/core": "^7.23.0",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.22.15",
"@babel/plugin-proposal-decorators": "^7.23.0",
"@babel/preset-env": "^7.22.20",
"@babel/preset-typescript": "^7.22.15",
"@babel/preset-typescript": "^7.23.0",
"@types/debounce": "^1.2.2",
"@types/finalhandler": "^1.2.1",
"@types/humanize-duration": "^3.27.1",
"@types/jest": "^29.5.5",
"@types/js-yaml": "^4.0.6",
"@types/node": "^20.6.4",
"@types/node": "^20.8.0",
"@types/object-assign-deep": "^0.4.1",
"@types/readable-stream": "4.0.2",
"@types/readable-stream": "4.0.3",
"@types/rimraf": "^3.0.2",
"@types/ws": "8.5.4",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"babel-jest": "^29.7.0",
"eslint": "^8.50.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-jest": "^27.4.0",
"eslint-plugin-jest": "^27.4.2",
"jest": "^29.7.0",
"tmp": "^0.2.1",
"typescript": "^5.2.2"