From b74f97e8bf727e8e293c80dedaf5a9ef995ab4d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 01:32:34 +0000 Subject: [PATCH] Bump ws from 7.5.5 to 7.5.7 Bumps [ws](https://github.com/websockets/ws) from 7.5.5 to 7.5.7. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/7.5.5...7.5.7) --- updated-dependencies: - dependency-name: ws 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 008bac0a32..f1d629a9c2 100644 --- a/package.json +++ b/package.json @@ -272,7 +272,7 @@ "winston": "^3.6.0", "winston-console-format": "^1.0.8", "winston-transport-browserconsole": "^1.0.5", - "ws": "^7.5.5" + "ws": "^7.5.7" }, "devDependencies": { "@async-fn/jest": "1.5.3", diff --git a/yarn.lock b/yarn.lock index 252c61ad50..5158efa873 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13870,10 +13870,10 @@ ws@8.4.2, ws@^8.4.2: resolved "https://registry.yarnpkg.com/ws/-/ws-8.4.2.tgz#18e749868d8439f2268368829042894b6907aa0b" integrity sha512-Kbk4Nxyq7/ZWqr/tarI9yIt/+iNNFOjBXEWgTb4ydaNHBNGgvf2QHbS9fdfsndfjFlFwEd4Al+mw83YkaD10ZA== -ws@^7.3.1, ws@^7.4.6, ws@^7.5.5: - version "7.5.5" - resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.5.tgz#8b4bc4af518cfabd0473ae4f99144287b33eb881" - integrity sha512-BAkMFcAzl8as1G/hArkxOxq3G7pjUqQ3gzYbLL0/5zNkph70e+lCoxBGnm6AW1+/aiNeV4fnKqZ8m4GZewmH2w== +ws@^7.3.1, ws@^7.4.6, ws@^7.5.7: + version "7.5.7" + resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.7.tgz#9e0ac77ee50af70d58326ecff7e85eb3fa375e67" + integrity sha512-KMvVuFzpKBuiIXW3E4u3mySRO2/mCHSyZDJQM5NQ9Q9KHWHWh0NHgfbRMLLrceUK5qAL4ytALJbpRMjixFZh8A== xdg-basedir@^3.0.0: version "3.0.0"