From 1a4d8202a7ae99c3598a333a1baa81303ce71047 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Dec 2021 23:11:07 +0000 Subject: [PATCH] Bump ws from 7.4.5 to 8.4.0 Bumps [ws](https://github.com/websockets/ws) from 7.4.5 to 8.4.0. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/7.4.5...8.4.0) --- updated-dependencies: - dependency-name: ws dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index b79c541..b39e5b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4453,9 +4453,9 @@ "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" }, "ws": { - "version": "7.4.5", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.4.5.tgz", - "integrity": "sha512-xzyu3hFvomRfXKH8vOFMU3OguG6oOvhXMo3xsGy3xWExqaM2dxBbVxuD99O7m3ZUFMvvscsZDqxfgMaRr/Nr1g==" + "version": "8.4.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.4.0.tgz", + "integrity": "sha512-IHVsKe2pjajSUIl4KYMQOdlyliovpEPquKkqbwswulszzI7r0SfQrxnXdWAEqOlDCLrVSJzo+O1hAwdog2sKSQ==" }, "xtend": { "version": "4.0.2", diff --git a/package.json b/package.json index 9ebf07e..4a09bab 100644 --- a/package.json +++ b/package.json @@ -72,6 +72,6 @@ "mysql2": "^2.2.5", "nexe": "^4.0.0-beta.18", "node-fetch": "^2.6.1", - "ws": "^7.4.5" + "ws": "^8.4.0" } }