Skip to content

Commit 194e16f

Browse files
benoitfclaude
andcommitted
fix: resolve CVE-2026-48779 in ws
Upgrade ws to satisfy >=8.21.0 Advisory: GHSA-96hv-2xvq-fx4p Co-authored-by: Claude <noreply@anthropic.com> Signed-off-by: Florent Benoit <fbenoit@redhat.com>
1 parent ea11e1f commit 194e16f

2 files changed

Lines changed: 11 additions & 9 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@
114114
"ip-address": "^10.1.1",
115115
"minimatch@<3.1.3": "^3.1.3",
116116
"picomatch@>=4.0.0 <4.0.4": ">=4.0.4",
117-
"esbuild": ">=0.28.1"
117+
"esbuild": ">=0.28.1",
118+
"ws": ">=8.21.0"
118119
}
119120
},
120121
"extensionDependencies": [

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)