Update dependencies (#13023)

Co-authored-by: Koenkk <Koenkk@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2022-07-04 17:05:01 +02:00
committed by GitHub
parent 53ae00c46f
commit d8c0ef8a9c
2 changed files with 1355 additions and 1365 deletions
+1343 -1353
View File
File diff suppressed because it is too large Load Diff
+12 -12
View File
@@ -56,8 +56,8 @@
"semver": "^7.3.7",
"source-map-support": "^0.5.21",
"uri-js": "^4.4.1",
"winston": "^3.8.0",
"winston-syslog": "^2.5.0",
"winston": "^3.8.1",
"winston-syslog": "^2.6.0",
"winston-transport": "^4.5.0",
"ws": "^8.8.0",
"zigbee-herdsman": "0.14.40",
@@ -65,25 +65,25 @@
"zigbee2mqtt-frontend": "0.6.104"
},
"devDependencies": {
"@babel/core": "^7.18.5",
"@babel/plugin-proposal-decorators": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"@babel/preset-typescript": "^7.17.12",
"@babel/core": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@types/debounce": "^1.2.1",
"@types/finalhandler": "^1.1.1",
"@types/humanize-duration": "^3.27.1",
"@types/jest": "^28.1.3",
"@types/jest": "^28.1.4",
"@types/js-yaml": "^4.0.5",
"@types/object-assign-deep": "^0.4.0",
"@types/rimraf": "^3.0.2",
"@types/ws": "^8.5.3",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"babel-jest": "^28.1.1",
"eslint": "^8.18.0",
"@typescript-eslint/eslint-plugin": "^5.30.3",
"@typescript-eslint/parser": "^5.30.3",
"babel-jest": "^28.1.2",
"eslint": "^8.19.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-jest": "^26.5.3",
"jest": "^28.1.1",
"jest": "^28.1.2",
"tmp": "^0.2.1",
"typescript": "^4.7.4"
},