From cb4871392c9a511cecef3beef905f135e1fa294f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 10:42:04 -0700 Subject: [PATCH] Bump express from 4.19.2 to 4.20.0 in /test/functionalTests/testApp (#1384) 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: Hector Hernandez <39923391+hectorhdzg@users.noreply.github.com> --- test/functionalTests/testApp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functionalTests/testApp/package.json b/test/functionalTests/testApp/package.json index fac8a9f0..f7ffc02e 100644 --- a/test/functionalTests/testApp/package.json +++ b/test/functionalTests/testApp/package.json @@ -16,7 +16,7 @@ "@opentelemetry/sdk-trace-base": "^1.0.1", "body-parser": "1.20.3", "bunyan": "1.8.12", - "express": "4.19.2", + "express": "4.20.0", "mongodb": "^3.1.13", "mysql": "^2.16.0", "pg": "^8.6.0",