From 34e9135fa209368d15f34015d15102deb18667ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Sep 2024 17:33:45 +0000 Subject: [PATCH] Bump body-parser from 1.20.2 to 1.20.3 in /mds/code/maxchat/jquery-ui Bumps [body-parser](https://github.com/expressjs/body-parser) from 1.20.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.20.2...1.20.3) --- updated-dependencies: - dependency-name: body-parser dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- mds/code/maxchat/jquery-ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mds/code/maxchat/jquery-ui/package.json b/mds/code/maxchat/jquery-ui/package.json index 1109359d9..c5f2bfd0e 100644 --- a/mds/code/maxchat/jquery-ui/package.json +++ b/mds/code/maxchat/jquery-ui/package.json @@ -55,7 +55,7 @@ "jquery": ">=1.8.0 <4.0.0" }, "devDependencies": { - "body-parser": "1.20.2", + "body-parser": "1.20.3", "browserstack-local": "1.5.5", "commitplease": "3.2.0", "diff": "5.2.0",