Skip to content

Commit 15e385b

Browse files
fix(ignore): bump the minor-patch group with 3 updates (#31011)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
1 parent c7dae39 commit 15e385b

File tree

3 files changed

+74
-77
lines changed

3 files changed

+74
-77
lines changed

lib/util/logger.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -142,11 +142,7 @@ class Logger {
142142
}
143143

144144
public getDebugNamespaceIgnore(): string {
145-
return (
146-
this.debugNamespaceIgnoreRegex
147-
?.toString()
148-
.slice(1, -1) /* remove slashes */ ?? ""
149-
);
145+
return this.debugNamespaceIgnoreRegex?.toString().slice(1, -1) /* remove slashes */ ?? "";
150146
}
151147

152148
public setDebugNamespaceIgnore(value: string): void {

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"mqtt": "^5.15.0",
5656
"object-assign-deep": "^0.4.0",
5757
"rimraf": "^6.1.2",
58-
"semver": "^7.7.3",
58+
"semver": "^7.7.4",
5959
"source-map-support": "^0.5.21",
6060
"throttleit": "^2.1.0",
6161
"winston": "^3.19.0",
@@ -68,11 +68,11 @@
6868
"zigbee2mqtt-windfront": "2.8.1"
6969
},
7070
"devDependencies": {
71-
"@biomejs/biome": "^2.3.13",
71+
"@biomejs/biome": "^2.3.14",
7272
"@types/finalhandler": "^1.2.3",
7373
"@types/humanize-duration": "^3.27.4",
7474
"@types/js-yaml": "^4.0.9",
75-
"@types/node": "^24.10.9",
75+
"@types/node": "^24.10.12",
7676
"@types/object-assign-deep": "^0.4.3",
7777
"@types/readable-stream": "4.0.23",
7878
"@types/serve-static": "^2.2.0",

0 commit comments

Comments
 (0)