From 46bdbb9300cd95073a5c190df45f6ffdce216f66 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Dec 2025 09:23:33 +0000 Subject: [PATCH] fix: project/c2-microservices-v1/udacity-c2-restapi-user/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EXPRESS-14157151 --- .../c2-microservices-v1/udacity-c2-restapi-user/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/c2-microservices-v1/udacity-c2-restapi-user/package.json b/project/c2-microservices-v1/udacity-c2-restapi-user/package.json index 562a86ed..abd402f9 100644 --- a/project/c2-microservices-v1/udacity-c2-restapi-user/package.json +++ b/project/c2-microservices-v1/udacity-c2-restapi-user/package.json @@ -23,7 +23,7 @@ "bcrypt": "^4.0.1", "body-parser": "^1.19.0", "email-validator": "^2.0.4", - "express": "^4.17.1", + "express": "^4.22.0", "jsonwebtoken": "^8.5.1", "pg": "^7.11.0", "reflect-metadata": "^0.1.13",