From e8444cf5c0456787b55ff52afa9558ce333b5a38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 17:54:37 +0000 Subject: [PATCH] Bump ws from 8.14.2 to 8.17.1 Bumps [ws](https://github.com/websockets/ws) from 8.14.2 to 8.17.1. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.14.2...8.17.1) --- updated-dependencies: - dependency-name: ws dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index f9102ae..6ff5329 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "mqtt": "^5.1.2", "slugify": "^1.6.6", "winston": "^3.11.0", - "ws": "^8.14.2", + "ws": "^8.17.1", "yaml": "^2.3.2", "yargs": "^17.7.2" }, @@ -5848,9 +5848,9 @@ } }, "node_modules/ws": { - "version": "8.14.2", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.14.2.tgz", - "integrity": "sha512-wEBG1ftX4jcglPxgFCMJmZ2PLtSbJ2Peg6TmpJFTbe9GZYOQCDPdMYu/Tm0/bGZkw8paZnJY45J4K2PZrLYq8g==", + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz", + "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==", "engines": { "node": ">=10.0.0" }, diff --git a/package.json b/package.json index d375d9f..9cee0e0 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "mqtt": "^5.1.2", "slugify": "^1.6.6", "winston": "^3.11.0", - "ws": "^8.14.2", + "ws": "^8.17.1", "yaml": "^2.3.2", "yargs": "^17.7.2" }