From ce76fc1ee32e802470d7e245615bae95d9f058db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 11:28:41 +0000 Subject: [PATCH] [npm] Bump ws from 8.18.1 to 8.18.2 Bumps [ws](https://github.com/websockets/ws) from 8.18.1 to 8.18.2. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.18.1...8.18.2) --- updated-dependencies: - dependency-name: ws dependency-version: 8.18.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 6b4b6f6b..9c63d5fe 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "qs": "^6.13.1", "readable-stream": "^4.5.2", "form-data-encoder": "^4.0.2", - "ws": "^8.14.2", + "ws": "^8.18.2", "uuid": "9.0.1", "zod": "^3.23.8" }, diff --git a/yarn.lock b/yarn.lock index b2fb6b44..07570788 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3180,10 +3180,10 @@ write-file-atomic@^4.0.2: imurmurhash "^0.1.4" signal-exit "^3.0.7" -ws@^8.11.0, ws@^8.14.2: - version "8.18.1" - resolved "https://registry.yarnpkg.com/ws/-/ws-8.18.1.tgz#ea131d3784e1dfdff91adb0a4a116b127515e3cb" - integrity sha512-RKW2aJZMXeMxVpnZ6bck+RswznaxmzdULiBr6KY7XkTnW8uvt0iT9H5DkHUChXrc+uurzwa0rVI16n/Xzjdz1w== +ws@^8.11.0, ws@^8.18.2: + version "8.18.2" + resolved "https://registry.yarnpkg.com/ws/-/ws-8.18.2.tgz#42738b2be57ced85f46154320aabb51ab003705a" + integrity sha512-DMricUmwGZUVr++AEAe2uiVM7UoO9MAVZMDu05UQOaUII0lp+zOzLLU4Xqh/JvTqklB1T4uELaaPBKyjE1r4fQ== xml-name-validator@^4.0.0: version "4.0.0"