From a00786309641731661edb4d826a6919330887ca7 Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Tue, 15 Feb 2022 23:43:41 -0500 Subject: [PATCH] deps: body-parser@1.19.2 --- History.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 140756cd03..2550cba59b 100644 --- a/History.md +++ b/History.md @@ -4,6 +4,10 @@ unreleased * deps: accepts@~1.3.8 - deps: mime-types@~2.1.34 - deps: negotiator@0.6.3 + * deps: body-parser@1.19.2 + - deps: bytes@3.1.2 + - deps: qs@6.9.7 + - deps: raw-body@2.4.3 * deps: cookie@0.4.2 * pref: remove unnecessary regexp for trust proxy diff --git a/package.json b/package.json index fe5d07553f..a028b3896c 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "dependencies": { "accepts": "~1.3.8", "array-flatten": "1.1.1", - "body-parser": "1.19.1", + "body-parser": "1.19.2", "content-disposition": "0.5.4", "content-type": "~1.0.4", "cookie": "0.4.2",