Update dependencies (#8884)

Co-authored-by: Koenkk <Koenkk@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2021-09-26 17:18:04 +02:00 committed by GitHub
parent 0dfadb3a10
commit 918d8e2f88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 355 additions and 338 deletions

677
npm-shrinkwrap.json generated

File diff suppressed because it is too large Load Diff

View File

@ -58,28 +58,28 @@
"ws": "^8.2.2",
"zigbee-herdsman": "0.13.148",
"zigbee-herdsman-converters": "14.0.255",
"zigbee2mqtt-frontend": "0.6.8"
"zigbee2mqtt-frontend": "0.6.9"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/plugin-proposal-decorators": "^7.15.4",
"@babel/preset-env": "^7.15.6",
"@babel/preset-typescript": "^7.15.0",
"@types/debounce": "^1.2.0",
"@types/debounce": "^1.2.1",
"@types/finalhandler": "^1.1.1",
"@types/humanize-duration": "^3.25.1",
"@types/jest": "^27.0.1",
"@types/jest": "^27.0.2",
"@types/js-yaml": "^4.0.3",
"@types/object-assign-deep": "^0.4.0",
"@types/serve-static": "^1.13.10",
"@types/ws": "^7.4.7",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"babel-jest": "^27.2.0",
"@types/ws": "^8.2.0",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@typescript-eslint/parser": "^4.31.2",
"babel-jest": "^27.2.2",
"eslint": "^7.32.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-jest": "^24.4.2",
"jest": "^27.2.0",
"jest": "^27.2.2",
"tmp": "^0.2.1",
"typescript": "^4.4.3"
},