Skip to content

Commit

Permalink
fix(ignore): update dependencies (#20133)
Browse files Browse the repository at this point in the history
Co-authored-by: Koenkk <[email protected]>
  • Loading branch information
Koenkk and Koenkk authored Dec 13, 2023
1 parent bcf50bd commit b415443
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 48 deletions.
84 changes: 42 additions & 42 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"jszip": "^3.10.1",
"mkdir-recursive": "^0.4.0",
"moment": "^2.29.4",
"mqtt": "^5.3.2",
"mqtt": "^5.3.3",
"object-assign-deep": "^0.4.0",
"rimraf": "^5.0.5",
"semver": "^7.5.4",
Expand All @@ -60,7 +60,7 @@
"winston": "^3.11.0",
"winston-syslog": "^2.7.0",
"winston-transport": "^4.6.0",
"ws": "^8.14.2",
"ws": "^8.15.0",
"zigbee-herdsman": "0.26.1",
"zigbee-herdsman-converters": "16.8.0",
"zigbee2mqtt-frontend": "0.6.149"
Expand All @@ -74,11 +74,11 @@
"@types/debounce": "^1.2.4",
"@types/finalhandler": "^1.2.3",
"@types/humanize-duration": "^3.27.3",
"@types/jest": "^29.5.10",
"@types/jest": "^29.5.11",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.10.3",
"@types/node": "^20.10.4",
"@types/object-assign-deep": "^0.4.3",
"@types/readable-stream": "4.0.9",
"@types/readable-stream": "4.0.10",
"@types/rimraf": "^3.0.2",
"@types/ws": "8.5.10",
"@typescript-eslint/eslint-plugin": "^6.13.2",
Expand All @@ -89,7 +89,7 @@
"eslint-plugin-jest": "^27.6.0",
"jest": "^29.7.0",
"tmp": "^0.2.1",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
},
"jest": {
"coverageThreshold": {
Expand Down

0 comments on commit b415443

Please sign in to comment.