From 1f86f9cf0b67ea6ddb2b9da21439b3f0d8390338 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 22:46:36 +0000 Subject: [PATCH] build(deps): bump ws from 8.16.0 to 8.17.1 in /services/node/node-api Bumps [ws](https://github.com/websockets/ws) from 8.16.0 to 8.17.1. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/8.16.0...8.17.1) --- updated-dependencies: - dependency-name: ws dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- services/node/node-api/package-lock.json | 14 +++++++------- services/node/node-api/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/services/node/node-api/package-lock.json b/services/node/node-api/package-lock.json index 8c57910..45b2559 100644 --- a/services/node/node-api/package-lock.json +++ b/services/node/node-api/package-lock.json @@ -26,7 +26,7 @@ "strong-pubsub-kafka": "^1.0.5", "strong-pubsub-mqtt": "^0.1.0", "winston": "^3.11.0", - "ws": "^8.16.0", + "ws": "^8.17.1", "xml-parser": "^1.2.1" }, "devDependencies": { @@ -3879,9 +3879,9 @@ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" }, "node_modules/ws": { - "version": "8.16.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.16.0.tgz", - "integrity": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==", + "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" }, @@ -7154,9 +7154,9 @@ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" }, "ws": { - "version": "8.16.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.16.0.tgz", - "integrity": "sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==", + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz", + "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==", "requires": {} }, "xml-parser": { diff --git a/services/node/node-api/package.json b/services/node/node-api/package.json index 5638506..31caa42 100644 --- a/services/node/node-api/package.json +++ b/services/node/node-api/package.json @@ -46,7 +46,7 @@ "strong-pubsub-kafka": "^1.0.5", "strong-pubsub-mqtt": "^0.1.0", "winston": "^3.11.0", - "ws": "^8.16.0", + "ws": "^8.17.1", "xml-parser": "^1.2.1" } }