From 7d2d0a2f19f1692ee263afdc8f51819af79a6cdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 21:21:24 +0000 Subject: [PATCH] Build(deps): bump ws from 8.13.0 to 8.14.1 Bumps [ws](https://github.com/websockets/ws) from 8.13.0 to 8.14.1. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.13.0...8.14.1) --- 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..6ebc9c4 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.1", "xmldoc": "^1.2.0" }, "devDependencies": { diff --git a/yarn.lock b/yarn.lock index b2460e0..6f0a76f 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.1: + version "8.14.1" + resolved "https://registry.yarnpkg.com/ws/-/ws-8.14.1.tgz#4b9586b4f70f9e6534c7bb1d3dc0baa8b8cf01e0" + integrity sha512-4OOseMUq8AzRBI/7SLMUwO+FEDnguetSk7KMb1sHwvF2w2Wv5Hoj0nlifx8vtGsftE/jWHojPy8sMMzYLJ2G/A== xmldoc@^1.2.0: version "1.3.0"