diff --git a/ee/apps/ddp-streamer/package.json b/ee/apps/ddp-streamer/package.json index 50f0cb4eaaa0..b6439912e496 100644 --- a/ee/apps/ddp-streamer/package.json +++ b/ee/apps/ddp-streamer/package.json @@ -24,6 +24,7 @@ "@rocket.chat/models": "workspace:^", "@rocket.chat/network-broker": "workspace:^", "@rocket.chat/rest-typings": "workspace:^", + "@rocket.chat/string-helpers": "^0.31.25", "@rocket.chat/tracing": "workspace:^", "colorette": "^1.4.0", "ejson": "^2.2.3", diff --git a/yarn.lock b/yarn.lock index 25e06c280598..b4d9685c39c8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8571,6 +8571,7 @@ __metadata: "@rocket.chat/models": "workspace:^" "@rocket.chat/network-broker": "workspace:^" "@rocket.chat/rest-typings": "workspace:^" + "@rocket.chat/string-helpers": "npm:^0.31.25" "@rocket.chat/tracing": "workspace:^" "@types/ejson": "npm:^2.2.2" "@types/gc-stats": "npm:^1.4.3"