From 71a373063861a296fea552f68e5b6b79bf556655 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Nov 2025 10:55:40 +0000 Subject: [PATCH] build(deps): bump body-parser in /packages/assistant-sdk Bumps [body-parser](https://github.com/expressjs/body-parser) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/expressjs/body-parser/releases) - [Changelog](https://github.com/expressjs/body-parser/blob/master/HISTORY.md) - [Commits](https://github.com/expressjs/body-parser/compare/v2.2.0...v2.2.1) --- updated-dependencies: - dependency-name: body-parser dependency-version: 2.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/assistant-sdk/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/assistant-sdk/package.json b/packages/assistant-sdk/package.json index 96e86a6d8..52c496cdd 100644 --- a/packages/assistant-sdk/package.json +++ b/packages/assistant-sdk/package.json @@ -69,7 +69,7 @@ "@roamhq/wrtc": "github:whereby/node-webrtc#patch/rtc_audio_source", "@types/web": "^0.0.267", "@whereby.com/core": "workspace:*", - "body-parser": "2.2.0", + "body-parser": "2.2.1", "dotenv": "^16.4.5", "express": "5.1.0", "uuid": "^11.0.3",