From 3841eb0a25d5cbb0ef15a2a7f5a1b1b545b91758 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 17:41:09 +0000 Subject: [PATCH] chore(deps): bump express from 4.17.3 to 4.20.0 in /modules/express Bumps [express](https://github.com/expressjs/express) from 4.17.3 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.17.3...4.20.0) --- updated-dependencies: - dependency-name: express dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- modules/express/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/express/package.json b/modules/express/package.json index 9a22a0357a..f2f5b66602 100644 --- a/modules/express/package.json +++ b/modules/express/package.json @@ -46,7 +46,7 @@ "connect-timeout": "^1.9.0", "debug": "^3.1.0", "dotenv": "^16.0.0", - "express": "4.17.3", + "express": "4.20.0", "io-ts": "npm:@bitgo-forks/io-ts@2.1.4", "lodash": "^4.17.20", "morgan": "^1.9.1",