From ce0ea41c82354521c65b1a9f3c180130aad897e8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Jul 2026 07:44:03 +0000 Subject: [PATCH] fix: upgrade body-parser from 1.13.3 to 1.20.5 Snyk has created this PR to upgrade body-parser from 1.13.3 to 1.20.5. See this package in npm: body-parser See this project in Snyk: https://app.snyk.io/org/opsgenie/project/3355716a-cef1-42fb-9138-103dd26b3ea8?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 272ede97d..d988147a3 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "start": "node ./bin/www" }, "dependencies": { - "body-parser": "~1.13.2", + "body-parser": "~1.20.5", "cookie-parser": "~1.3.1", "debug": "~2.2.0", "ejs": "0.3.0",