From cc3dbd569cf9b857a18b3768b250c13903690d51 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Feb 2026 17:39:33 +0000 Subject: [PATCH] fix: testangular2/todo/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-15268416 --- testangular2/todo/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testangular2/todo/package.json b/testangular2/todo/package.json index 4bf448f..bf5d93f 100644 --- a/testangular2/todo/package.json +++ b/testangular2/todo/package.json @@ -21,10 +21,10 @@ "@angular/platform-browser-dynamic": "^2.0.0-rc.4", "rxjs": "^5.0.0-beta.6", "reflect-metadata": "0.1.9", - "body-parser": "~1.16.0", + "body-parser": "~1.20.4", "cookie-parser": "~1.4.3", "debug": "~2.6.0", - "express": "~4.14.0", + "express": "~4.22.0", "jade": "~1.11.0", "mongodb": "~2.2.22", "morgan": "~1.7.0",