From 7d90fa1f552296bb1114b2f5b0b1e8d2fc9c82a0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Jul 2020 23:40:43 +0000 Subject: [PATCH] fix: upgrade body-parser from 1.8.4 to 1.19.0 Snyk has created this PR to upgrade body-parser from 1.8.4 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/podio-podio/project/6fd16dc1-73fe-46ef-b479-9d986471a7eb?utm_source=github&utm_medium=upgrade-pr --- examples/client_auth/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/client_auth/package.json b/examples/client_auth/package.json index 804d764..33852d1 100644 --- a/examples/client_auth/package.json +++ b/examples/client_auth/package.json @@ -6,7 +6,7 @@ "start": "node ./bin/www" }, "dependencies": { - "body-parser": "~1.8.1", + "body-parser": "~1.19.0", "cookie-parser": "~1.3.3", "debug": "~2.0.0", "ejs": "~0.8.5",