Update dependencies (#10495)

Co-authored-by: Koenkk <Koenkk@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2022-01-02 10:33:26 +01:00 committed by GitHub
parent e8caddaf63
commit 38b07fb8ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 574 additions and 573 deletions

1125
npm-shrinkwrap.json generated

File diff suppressed because it is too large Load Diff

View File

@ -38,7 +38,7 @@
"ajv": "^8.8.2",
"bind-decorator": "^1.0.11",
"connect-gzip-static": "^2.1.1",
"core-js": "^3.20.1",
"core-js": "^3.20.2",
"debounce": "^1.2.1",
"deep-object-diff": "^1.1.0",
"fast-deep-equal": "^3.1.3",
@ -49,7 +49,7 @@
"json-stable-stringify-without-jsonify": "^1.0.1",
"mkdir-recursive": "^0.4.0",
"moment": "^2.29.1",
"mqtt": "4.3.1",
"mqtt": "4.3.2",
"object-assign-deep": "^0.4.0",
"rimraf": "^3.0.2",
"semver": "^7.3.5",
@ -62,24 +62,24 @@
"zigbee2mqtt-frontend": "0.6.67"
},
"devDependencies": {
"@babel/core": "^7.16.5",
"@babel/plugin-proposal-decorators": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"@babel/preset-typescript": "^7.16.5",
"@babel/core": "^7.16.7",
"@babel/plugin-proposal-decorators": "^7.16.7",
"@babel/preset-env": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@types/debounce": "^1.2.1",
"@types/finalhandler": "^1.1.1",
"@types/humanize-duration": "^3.27.1",
"@types/jest": "^27.0.3",
"@types/jest": "^27.4.0",
"@types/js-yaml": "^4.0.5",
"@types/object-assign-deep": "^0.4.0",
"@types/rimraf": "^3.0.2",
"@types/ws": "^8.2.2",
"@typescript-eslint/eslint-plugin": "^5.8.0",
"@typescript-eslint/parser": "^5.8.0",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"babel-jest": "^27.4.5",
"eslint": "^8.5.0",
"eslint": "^8.6.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-jest": "^25.3.0",
"eslint-plugin-jest": "^25.3.4",
"jest": "^27.4.5",
"tmp": "^0.2.1",
"typescript": "^4.5.4"