From 9a59959b1b32c9389cab494cfcbc7d62e4816671 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 2 Oct 2024 04:16:09 +0000 Subject: [PATCH] feat: upgrade body-parser from 1.20.3 to 2.0.0 Snyk has created this PR to upgrade body-parser from 1.20.3 to 2.0.0. See this package in npm: body-parser See this project in Snyk: https://app.snyk.io/org/suwapat787/project/5fa3f48b-eb83-4d92-af5d-b0b946850492?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 a2fd67f..c424023 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "author": "", "license": "ISC", "dependencies": { - "body-parser": "^1.19.0", + "body-parser": "^2.0.0", "express": "^4.17.1", "mysql": "^2.18.1", "nodemon": "^2.0.6"