Skip to content

Commit 51b6105

Browse files
fix(deps): update dependency ws to ^8.21.0 (#345)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c18b20c commit 51b6105

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

bun.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@fedify/vocab": "^2.2.3",
2828
"effect": "^3.21.2",
2929
"node-pty": "^1.1.0",
30-
"ws": "^8.20.1"
30+
"ws": "^8.21.0"
3131
},
3232
"repository": {
3333
"type": "git",

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,6 @@
123123
"typescript-eslint": "^8.59.4",
124124
"vite": "^8.0.14",
125125
"vitest": "^4.1.7",
126-
"ws": "^8.20.1"
126+
"ws": "^8.21.0"
127127
}
128128
}

0 commit comments

Comments
 (0)