From baca29c55ce0af200d647c899f3aa91a628ef72f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 18 Mar 2021 21:30:28 +0000 Subject: [PATCH] fix: upgrade body-parser from 1.13.3 to 1.19.0 Snyk has created this PR to upgrade body-parser from 1.13.3 to 1.19.0. See this package in npm: https://www.npmjs.com/package/body-parser See this project in Snyk: https://app.snyk.io/org/artem-0hs/project/87f99750-9f65-441c-b4e2-e155f64413ba?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3b0a82b4..2c2b8c24 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "start": "node ./bin/www" }, "dependencies": { - "body-parser": "~1.13.2", + "body-parser": "~1.19.0", "cookie-parser": "~1.3.5", "debug": "~2.2.0", "ejs": "^2.4.2",