Skip to content

Commit 78277e8

Browse files
committed
fix: packages/cli-v3/package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WS-16722635
1 parent a9f756b commit 78277e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/cli-v3/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
"resolve": "^1.22.8",
136136
"semver": "^7.5.0",
137137
"signal-exit": "^4.1.0",
138-
"socket.io-client": "4.7.5",
138+
"socket.io-client": "4.8.0",
139139
"source-map-support": "0.5.21",
140140
"std-env": "^3.7.0",
141141
"strip-ansi": "^7.1.0",
@@ -144,7 +144,7 @@
144144
"tiny-invariant": "^1.2.0",
145145
"tinyexec": "^0.3.1",
146146
"tinyglobby": "^0.2.10",
147-
"ws": "^8.18.0",
147+
"ws": "^8.20.1",
148148
"xdg-app-paths": "^8.3.0",
149149
"zod": "3.25.76",
150150
"zod-validation-error": "^1.5.0"

0 commit comments

Comments
 (0)