diff --git a/ingestion/streaming/package-lock.json b/ingestion/streaming/package-lock.json index 31b0a3b03..9acca36bd 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.5" }, "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.5", + "resolved": "https://registry.npmjs.org/ws/-/ws-5.2.5.tgz", + "integrity": "sha512-G0gACQIjFmv7NqpaOAXEpe9nEtRYD6ZCy2Ip/B4EzR08qEwnf/wYJoQd3cjosPdnJsHkeh0j2tzOaIBZIOC1yA==", "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.5", + "resolved": "https://registry.npmjs.org/ws/-/ws-5.2.5.tgz", + "integrity": "sha512-G0gACQIjFmv7NqpaOAXEpe9nEtRYD6ZCy2Ip/B4EzR08qEwnf/wYJoQd3cjosPdnJsHkeh0j2tzOaIBZIOC1yA==", "requires": { "async-limiter": "~1.0.0" } diff --git a/ingestion/streaming/package.json b/ingestion/streaming/package.json index e821e31b8..4fdd1d5a1 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.5" }, "scripts": { "lint": "eslint ."