From 046cc468a65befa53773a463ab0fa665765c4cd8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Sep 2025 21:29:11 +0000 Subject: [PATCH] fix: upgrade body-parser from 1.20.0 to 1.20.3 Snyk has created this PR to upgrade body-parser from 1.20.0 to 1.20.3. See this package in npm: body-parser See this project in Snyk: https://app.snyk.io/org/icanos-1337/project/381f3af3-64fa-4714-9c0e-670f85605383?utm_source=github&utm_medium=referral&page=upgrade-pr --- backend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/package.json b/backend/package.json index 8c246ea..aed4202 100644 --- a/backend/package.json +++ b/backend/package.json @@ -11,7 +11,7 @@ "dependencies": { "all": "0.0.0", "bcrypt": "^5.0.1", - "body-parser": "^1.20.0", + "body-parser": "^1.20.3", "cors": "^2.8.5", "express": "^4.18.1", "jsonwebtoken": "^9.0.0",