From 3fd4b82b514fb30f148d24c0a646822f1144a5b7 Mon Sep 17 00:00:00 2001 From: Wes Todd Date: Mon, 9 Sep 2024 22:32:07 -0500 Subject: [PATCH] fix(deps): body-parser@^2.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0367f40337..d6f12698c2 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ ], "dependencies": { "accepts": "^2.0.0", - "body-parser": "2.0.0-beta.2", + "body-parser": "^2.0.1", "content-disposition": "^1.0.0", "content-type": "~1.0.4", "cookie": "0.6.0",