From d6427c99cff154964b98fffbf7b1ad78fef8a26a Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Wed, 26 Nov 2025 21:05:20 +0000 Subject: [PATCH] Update dependency body-parser to v1.20.3 --- natural-language/JavaScript/sms-sentiment/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/natural-language/JavaScript/sms-sentiment/package.json b/natural-language/JavaScript/sms-sentiment/package.json index 3037a5b..79711ea 100644 --- a/natural-language/JavaScript/sms-sentiment/package.json +++ b/natural-language/JavaScript/sms-sentiment/package.json @@ -12,7 +12,7 @@ "license": "MIT", "dependencies": { "@google-cloud/language": "^3.4.0", - "body-parser": "1.18.3", + "body-parser": "1.20.3", "dotenv": "^6.2.0", "express": "4.16.4" }