Update dependencies (#10667)

Co-authored-by: Koenkk <Koenkk@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2022-01-09 09:26:41 +01:00
committed by GitHub
co-authored by Koenkk
parent 89693df2e1
commit a10687ecaa
2 changed files with 353 additions and 361 deletions
+348 -356
View File
File diff suppressed because it is too large Load Diff
+5 -5
View File
@@ -49,7 +49,7 @@
"json-stable-stringify-without-jsonify": "^1.0.1",
"mkdir-recursive": "^0.4.0",
"moment": "^2.29.1",
"mqtt": "4.3.2",
"mqtt": "4.3.4",
"object-assign-deep": "^0.4.0",
"rimraf": "^3.0.2",
"semver": "^7.3.5",
@@ -75,13 +75,13 @@
"@types/object-assign-deep": "^0.4.0",
"@types/rimraf": "^3.0.2",
"@types/ws": "^8.2.2",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"babel-jest": "^27.4.5",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"babel-jest": "^27.4.6",
"eslint": "^8.6.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-jest": "^25.3.4",
"jest": "^27.4.5",
"jest": "^27.4.7",
"tmp": "^0.2.1",
"typescript": "^4.5.4"
},