From 762f3fd6bb04ea78552be4b8399c84d5a3ff1fa0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jun 2022 07:48:12 +0000 Subject: [PATCH] Update dependency connection-string to v3.4.2 --- src/streams/drivers/kafka/package.json | 2 +- src/streams/drivers/redis/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/streams/drivers/kafka/package.json b/src/streams/drivers/kafka/package.json index 45742ae..a957291 100644 --- a/src/streams/drivers/kafka/package.json +++ b/src/streams/drivers/kafka/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "bluebird": "3.7.2", - "connection-string": "3.4.0", + "connection-string": "3.4.2", "faker": "5.5.3", "flaverr": "1.10.0", "machine": "15.2.2", diff --git a/src/streams/drivers/redis/package.json b/src/streams/drivers/redis/package.json index 6274e59..2131d96 100644 --- a/src/streams/drivers/redis/package.json +++ b/src/streams/drivers/redis/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "bluebird": "3.7.2", - "connection-string": "3.4.0", + "connection-string": "3.4.2", "faker": "5.5.3", "machine": "15.2.2", "redis": "3.1.1",