From d8791d45557b68f24a85cb6e62064e2ba7325829 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 02:42:33 +0000 Subject: [PATCH] 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-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index c7d05f9..10e7663 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "ah-resque-ui": "^3.0.1", "ioredis": "^5.3.2", "winston": "^3.10.0", - "ws": "^8.13.0" + "ws": "^8.14.2" }, "devDependencies": { "@types/jest": "^29.5.5", @@ -4758,9 +4758,9 @@ } }, "node_modules/ws": { - "version": "8.13.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz", - "integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==", + "version": "8.14.2", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.14.2.tgz", + "integrity": "sha512-wEBG1ftX4jcglPxgFCMJmZ2PLtSbJ2Peg6TmpJFTbe9GZYOQCDPdMYu/Tm0/bGZkw8paZnJY45J4K2PZrLYq8g==", "engines": { "node": ">=10.0.0" }, @@ -8462,9 +8462,9 @@ } }, "ws": { - "version": "8.13.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.13.0.tgz", - "integrity": "sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==", + "version": "8.14.2", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.14.2.tgz", + "integrity": "sha512-wEBG1ftX4jcglPxgFCMJmZ2PLtSbJ2Peg6TmpJFTbe9GZYOQCDPdMYu/Tm0/bGZkw8paZnJY45J4K2PZrLYq8g==", "requires": {} }, "xtend": { diff --git a/package.json b/package.json index b06fb49..083a354 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "ah-resque-ui": "^3.0.1", "ioredis": "^5.3.2", "winston": "^3.10.0", - "ws": "^8.13.0" + "ws": "^8.14.2" }, "devDependencies": { "@types/jest": "^29.5.5",