From 8dd3de137b5ffc71b75af894647a8fcd15036c3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 09:36:45 +0000 Subject: [PATCH] chore(deps): bump express from 4.19.2 to 4.20.0 in /dev-packages/e2e-tests/test-applications/node-express-incorrect-instrumentation (#13687) --- .../node-express-incorrect-instrumentation/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-packages/e2e-tests/test-applications/node-express-incorrect-instrumentation/package.json b/dev-packages/e2e-tests/test-applications/node-express-incorrect-instrumentation/package.json index 3df947bb58c5..a8b325bc075d 100644 --- a/dev-packages/e2e-tests/test-applications/node-express-incorrect-instrumentation/package.json +++ b/dev-packages/e2e-tests/test-applications/node-express-incorrect-instrumentation/package.json @@ -18,7 +18,7 @@ "@trpc/client": "10.45.2", "@types/express": "4.17.17", "@types/node": "18.15.1", - "express": "4.19.2", + "express": "4.20.0", "typescript": "4.9.5", "zod": "~3.22.4" },