From 6a6b772a40e9f4ce9cea14eb5491fd615e5d2828 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 31 Dec 2025 05:44:24 +0000 Subject: [PATCH] fix: hello-dapr-slim/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- hello-dapr-slim/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hello-dapr-slim/package.json b/hello-dapr-slim/package.json index 726b4480..0187da0f 100644 --- a/hello-dapr-slim/package.json +++ b/hello-dapr-slim/package.json @@ -10,8 +10,8 @@ "author": "", "license": "ISC", "dependencies": { - "body-parser": "^1.18.3", - "express": "^4.16.4", + "body-parser": "^1.20.4", + "express": "^4.22.0", "isomorphic-fetch": "^2.2.1" } }