From c0d94af1e90eaf34fb5624e0f1d6ff9f72946a06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jan 2022 04:06:00 +0000 Subject: [PATCH] Bump ws from 7.5.3 to 8.4.1 Bumps [ws](https://github.com/websockets/ws) from 7.5.3 to 8.4.1. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/7.5.3...8.4.1) --- updated-dependencies: - dependency-name: ws dependency-type: direct:production update-type: version-update:semver-major ... 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 c2333ce..ea5272b 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "access": "public" }, "dependencies": { - "ws": "^7.3.1" + "ws": "^8.4.1" }, "devDependencies": { "snazzy": "^9.0.0", diff --git a/yarn.lock b/yarn.lock index 1de260c..c56613b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1607,10 +1607,10 @@ write@1.0.3: dependencies: mkdirp "^0.5.1" -ws@^7.3.1: - version "7.5.3" - resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.3.tgz#160835b63c7d97bfab418fc1b8a9fced2ac01a74" - integrity sha512-kQ/dHIzuLrS6Je9+uv81ueZomEwH0qVYstcAQ4/Z93K8zeko9gtAbttJWzoC5ukqXY1PpoouV3+VSOqEAFt5wg== +ws@^8.4.1: + version "8.4.1" + resolved "https://registry.yarnpkg.com/ws/-/ws-8.4.1.tgz#ce1a17e553d2b794e017fa94887808db5c67f614" + integrity sha512-6eqQ4yN2y2xv8b+BgbkUzPPyfo/PDl3VOWb06ZE0jIFYwuHMsMQN6F7o84yxJYCblfCRAxzpU59We4Rr4w0Luw== xtend@^4.0.1: version "4.0.2"