From e2a2fbc8d54f97ad77fd3491cb119e0b3602b15b Mon Sep 17 00:00:00 2001 From: Ricardo Garim Date: Wed, 5 Feb 2025 22:55:23 -0300 Subject: [PATCH] chore: bump express to 4.21.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 748610bb..71a935d3 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "another-json": "^0.2.0", "async-lock": "^1.4.0", "chalk": "4", - "express": "^4.18.2", + "express": "^4.21.2", "glob-to-regexp": "^0.4.1", "hash.js": "^1.1.7", "html-to-text": "^9.0.5",