From 70ad26b88b9a0486f518f1be647803d7a9aae174 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 18:36:01 +0000 Subject: [PATCH] Bump body-parser Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.9.2 to 1.20.3. - [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/1.9.2...1.20.3) --- updated-dependencies: - dependency-name: body-parser dependency-version: 1.20.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../Course Content/Module2/code/lesson7/lab/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archive/Educator Resources/Course Content/Module2/code/lesson7/lab/package.json b/archive/Educator Resources/Course Content/Module2/code/lesson7/lab/package.json index a6a1c9e5..35dd3baa 100644 --- a/archive/Educator Resources/Course Content/Module2/code/lesson7/lab/package.json +++ b/archive/Educator Resources/Course Content/Module2/code/lesson7/lab/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "azure-storage": "^1.0.1", - "body-parser": "1.9.2", + "body-parser": "1.20.3", "express": ">=4.20.0", "morgan": "1.9.1" },