From 43c3bf5d504afa57c3b3ffde8d3f1b5613ed1611 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Jan 2026 05:36:56 +0000 Subject: [PATCH] fix: dapr-distributed-calendar/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- dapr-distributed-calendar/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dapr-distributed-calendar/package.json b/dapr-distributed-calendar/package.json index 7561cfca..3590384c 100644 --- a/dapr-distributed-calendar/package.json +++ b/dapr-distributed-calendar/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" } }