From 7d88466f5c2bf57efcba7a879a7a22b28e57e332 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 06:18:34 +0000 Subject: [PATCH] Bump ws from 5.2.3 to 5.2.4 in /ingestion/streaming Bumps [ws](https://github.com/websockets/ws) from 5.2.3 to 5.2.4. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](https://github.com/websockets/ws/compare/5.2.3...5.2.4) --- updated-dependencies: - dependency-name: ws dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ingestion/streaming/package-lock.json | 14 +++++++------- ingestion/streaming/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ingestion/streaming/package-lock.json b/ingestion/streaming/package-lock.json index 31b0a3b03..f4d197cec 100644 --- a/ingestion/streaming/package-lock.json +++ b/ingestion/streaming/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@google-cloud/pubsub": "^3.0.1", - "ws": "~5.2.3" + "ws": "~5.2.4" }, "bin": { "pubsock": "index.js" @@ -1643,9 +1643,9 @@ "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" }, "node_modules/ws": { - "version": "5.2.3", - "resolved": "https://registry.npmjs.org/ws/-/ws-5.2.3.tgz", - "integrity": "sha512-jZArVERrMsKUatIdnLzqvcfydI85dvd/Fp1u/VOpfdDWQ4c9qWXe+VIeAbQ5FrDwciAkr+lzofXLz3Kuf26AOA==", + "version": "5.2.4", + "resolved": "https://registry.npmjs.org/ws/-/ws-5.2.4.tgz", + "integrity": "sha512-fFCejsuC8f9kOSu9FYaOw8CdO68O3h5v0lg4p74o8JqWpwTf9tniOD+nOB78aWoVSS6WptVUmDrp/KPsMVBWFQ==", "dependencies": { "async-limiter": "~1.0.0" } @@ -2926,9 +2926,9 @@ "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" }, "ws": { - "version": "5.2.3", - "resolved": "https://registry.npmjs.org/ws/-/ws-5.2.3.tgz", - "integrity": "sha512-jZArVERrMsKUatIdnLzqvcfydI85dvd/Fp1u/VOpfdDWQ4c9qWXe+VIeAbQ5FrDwciAkr+lzofXLz3Kuf26AOA==", + "version": "5.2.4", + "resolved": "https://registry.npmjs.org/ws/-/ws-5.2.4.tgz", + "integrity": "sha512-fFCejsuC8f9kOSu9FYaOw8CdO68O3h5v0lg4p74o8JqWpwTf9tniOD+nOB78aWoVSS6WptVUmDrp/KPsMVBWFQ==", "requires": { "async-limiter": "~1.0.0" } diff --git a/ingestion/streaming/package.json b/ingestion/streaming/package.json index e821e31b8..2a65be895 100644 --- a/ingestion/streaming/package.json +++ b/ingestion/streaming/package.json @@ -9,7 +9,7 @@ }, "dependencies": { "@google-cloud/pubsub": "^3.0.1", - "ws": "~5.2.3" + "ws": "~5.2.4" }, "scripts": { "lint": "eslint ."