From fc0032be46712574d86698fd04d50065566d63c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 21:29:55 +0000 Subject: [PATCH] Build(deps): bump ws from 8.13.0 to 8.14.2 Bumps [ws](https://github.com/websockets/ws) from 8.13.0 to 8.14.2. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.13.0...8.14.2) --- updated-dependencies: - dependency-name: ws dependency-type: direct:production update-type: version-update:semver-minor ... 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 1393ec2..df16624 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "lzma-native": "^8.0.6", "node-cron": "^3.0.2", "node-fetch": "^3.2.10", - "ws": "^8.9.0", + "ws": "^8.14.2", "xmldoc": "^1.2.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index b2460e0..3d06819 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1072,10 +1072,10 @@ wrap-ansi@^7.0.0: string-width "^4.1.0" strip-ansi "^6.0.0" -ws@^8.9.0: - version "8.13.0" - resolved "https://registry.yarnpkg.com/ws/-/ws-8.13.0.tgz#9a9fb92f93cf41512a0735c8f4dd09b8a1211cd0" - integrity sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA== +ws@^8.14.2: + version "8.14.2" + resolved "https://registry.yarnpkg.com/ws/-/ws-8.14.2.tgz#6c249a806eb2db7a20d26d51e7709eab7b2e6c7f" + integrity sha512-wEBG1ftX4jcglPxgFCMJmZ2PLtSbJ2Peg6TmpJFTbe9GZYOQCDPdMYu/Tm0/bGZkw8paZnJY45J4K2PZrLYq8g== xmldoc@^1.2.0: version "1.3.0"