From be2924e714409d26b6f2e3e8bb652b4f42b3297a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 24 Apr 2022 17:35:41 +0000 Subject: [PATCH] fix: upgrade body-parser from 1.12.4 to 1.20.0 Snyk has created this PR to upgrade body-parser from 1.12.4 to 1.20.0. See this package in npm: https://www.npmjs.com/package/body-parser See this project in Snyk: https://app.snyk.io/org/vaibhavantil2/project/e05af879-d549-46a8-96f0-6d904d93b576?utm_source=github&utm_medium=referral&page=upgrade-pr --- apis/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apis/package.json b/apis/package.json index 016eefce..e180a924 100644 --- a/apis/package.json +++ b/apis/package.json @@ -7,7 +7,7 @@ }, "dependencies": { "async": "^2.0.1", - "body-parser": "~1.12.4", + "body-parser": "~1.20.0", "connect-flash": "^0.1.1", "cookie-parser": "~1.3.5", "crypto-md5": "^1.0.0",