From c741e4160e9111e355535d4d23fe6a041e8834a9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Jan 2026 10:01:01 +0000 Subject: [PATCH] fix: apis/userprofile/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- apis/userprofile/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apis/userprofile/package.json b/apis/userprofile/package.json index 6703e1f..fd466ea 100644 --- a/apis/userprofile/package.json +++ b/apis/userprofile/package.json @@ -8,8 +8,8 @@ }, "bugs": "http://github.com/Azure-Samples/openhack-devops-team/issues", "dependencies": { - "body-parser": "^1.18.3", - "express": "^4.16.3", + "body-parser": "^1.20.4", + "express": "^4.22.0", "express4-tedious": "^0.3.0", "morgan": "^1.9.0", "swaggerize-express": "^4.0.5",