From 5eac6f2da0dd1c6363a07f3056b1fb4e3862f6e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 12:46:28 +0000 Subject: [PATCH] Bump body-parser from 1.19.0 to 1.20.3 in /draconifors-api 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] --- draconifors-api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/draconifors-api/package.json b/draconifors-api/package.json index 1cad0cff..67dc6afd 100644 --- a/draconifors-api/package.json +++ b/draconifors-api/package.json @@ -21,7 +21,7 @@ "dependencies": { "@koa/cors": "^3.0.0", "blake2b": "^2.1.3", - "body-parser": "1.19.0", + "body-parser": "1.20.3", "circom": "^0.0.35", "config": "^3.2.4", "eslint-plugin-react-hooks": "^1.7.0",