From 0111e82d67d1bcf1ff6b212cda8ea8c2d1b74fa6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 18:24:00 +0000 Subject: [PATCH] build(deps): bump body-parser in /apps/assistant-example-app 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] --- apps/assistant-example-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/assistant-example-app/package.json b/apps/assistant-example-app/package.json index 3562aea08..c01ff3a10 100644 --- a/apps/assistant-example-app/package.json +++ b/apps/assistant-example-app/package.json @@ -6,7 +6,7 @@ "main": "src/index.ts", "dependencies": { "@whereby.com/assistant-sdk": "workspace:*", - "body-parser": "2.2.0", + "body-parser": "2.2.1", "dotenv": "^16.4.5", "express": "5.1.0", "zod": "^4.1.1"