From 220b4a41c249c996bbb435dac5ea99e2dfe1a728 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Sep 2024 19:31:19 +0000 Subject: [PATCH] fix: integration-tests/propagation-validation-server/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-PATHTOREGEXP-7925106 --- integration-tests/propagation-validation-server/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/propagation-validation-server/package.json b/integration-tests/propagation-validation-server/package.json index 88846f5d9f7..3b1a5336796 100644 --- a/integration-tests/propagation-validation-server/package.json +++ b/integration-tests/propagation-validation-server/package.json @@ -17,7 +17,7 @@ "@opentelemetry/sdk-trace-base": "1.13.0", "axios": "1.4.0", "body-parser": "1.19.0", - "express": "4.17.3" + "express": "4.20.0" }, "devDependencies": { "typescript": "4.4.4"