From a602892385783210f15d28b937a8b45932774341 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 10:38:33 -0300 Subject: [PATCH] chore: bump express from 4.19.2 to 4.20.0 in /lambdas (#1808) Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.20.0. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](https://github.com/expressjs/express/compare/4.19.2...4.20.0) --- updated-dependencies: - dependency-name: express dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pentreathm --- lambdas/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lambdas/package.json b/lambdas/package.json index a4170cb0a..7fe66d854 100644 --- a/lambdas/package.json +++ b/lambdas/package.json @@ -27,7 +27,7 @@ "dcl-catalyst-client": "^21.7.0", "destroy": "1.2.0", "eth-connect": "^6.2.4", - "express": "4.19.2", + "express": "4.20.0", "express-openapi-validator": "4.13.8", "fp-future": "^1.0.1", "log4js": "6.4.7",