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 ."