From 8ee90e4ccc7b57b31d0c81e61240179295ed0234 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 10:43:24 +0000 Subject: [PATCH] Bump body-parser in /HMACNodeApp/apiproxy/resources/hosted Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.19.0 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.19.0...1.20.3) --- updated-dependencies: - dependency-name: body-parser dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- HMACNodeApp/apiproxy/resources/hosted/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HMACNodeApp/apiproxy/resources/hosted/package.json b/HMACNodeApp/apiproxy/resources/hosted/package.json index 77648b2..fe35f61 100644 --- a/HMACNodeApp/apiproxy/resources/hosted/package.json +++ b/HMACNodeApp/apiproxy/resources/hosted/package.json @@ -10,6 +10,6 @@ "description": "Hello World Application", "dependencies": { "express": "^4.16.0", - "body-parser": "1.19.0" + "body-parser": "1.20.3" } }