From 26511185acf3042a87a9f6003e15185d83e51c58 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 20:21:19 -0400 Subject: [PATCH] fix(deps): update dependency body-parser to v1.20.0 (#10450) Co-authored-by: Renovate Bot <bot@renovateapp.com> --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index 995a8bc1e5..3ec81a7dd9 100644 --- a/install/package.json +++ b/install/package.json @@ -35,7 +35,7 @@ "autoprefixer": "10.4.4", "bcryptjs": "2.4.3", "benchpressjs": "2.4.3", - "body-parser": "1.19.2", + "body-parser": "1.20.0", "bootbox": "5.5.2", "bootstrap": "3.4.1", "chalk": "4.1.2",