From bfc186b74dc0b3f3991d25bf3f80a14fcb052ede Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 10:23:21 -0700 Subject: [PATCH] Bump express from 4.15.2 to 4.19.2 in /test/functionalTests/testApp (#1308) Bumps [express](https://github.com/expressjs/express) from 4.15.2 to 4.19.2. - [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.15.2...4.19.2) --- 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: Jackson Weber <47067795+JacksonWeber@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 d5867443d..bfca563e2 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.17.2", "bunyan": "1.8.12", - "express": "4.15.2", + "express": "4.19.2", "mongodb": "^3.1.13", "mysql": "^2.16.0", "pg": "^8.6.0",