Skip to content

Commit 26e3992

Browse files
Merge pull request #1031 from IABTechLab/syw-UID2-7308-fix-ws-cve
UID2-7308: fix ws CVE-2026-48779 (HIGH) — upgrade to >=7.5.11
2 parents b7dec49 + d5a5851 commit 26e3992

2 files changed

Lines changed: 8 additions & 59 deletions

File tree

package-lock.json

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

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@
6464
"lodash": "^4.18.0",
6565
"@babel/plugin-transform-modules-systemjs": ">=7.29.4",
6666
"fast-uri": ">=3.1.2",
67-
"shell-quote": "^1.8.4"
67+
"shell-quote": "^1.8.4",
68+
"ws": ">=7.5.11"
6869
},
6970
"browserslist": {
7071
"production": [

0 commit comments

Comments
 (0)