Skip to content

Commit e24ec79

Browse files
fix(ignore): bump the minor-patch group with 4 updates (#28916)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nerivec <[email protected]>
1 parent d18dbb3 commit e24ec79

File tree

3 files changed

+89
-432
lines changed

3 files changed

+89
-432
lines changed

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.2.4/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.2.5/schema.json",
33
"vcs": {
44
"enabled": true,
55
"clientKind": "git",

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"semver": "^7.7.1",
5959
"source-map-support": "^0.5.21",
6060
"throttleit": "^2.1.0",
61-
"winston": "^3.18.2",
61+
"winston": "^3.18.3",
6262
"winston-syslog": "^2.7.1",
6363
"winston-transport": "^4.9.0",
6464
"ws": "^8.18.1",
@@ -68,14 +68,14 @@
6868
"zigbee2mqtt-windfront": "2.2.1"
6969
},
7070
"devDependencies": {
71-
"@biomejs/biome": "^2.2.4",
71+
"@biomejs/biome": "^2.2.5",
7272
"@types/finalhandler": "^1.2.3",
7373
"@types/humanize-duration": "^3.27.4",
7474
"@types/js-yaml": "^4.0.9",
75-
"@types/node": "^24.6.0",
75+
"@types/node": "^24.7.0",
7676
"@types/object-assign-deep": "^0.4.3",
7777
"@types/readable-stream": "4.0.21",
78-
"@types/serve-static": "^1.15.7",
78+
"@types/serve-static": "^1.15.9",
7979
"@types/ws": "8.18.1",
8080
"@vitest/coverage-v8": "^3.1.1",
8181
"tmp": "^0.2.5",

0 commit comments

Comments
 (0)