From 21b0d0604106387fa108259fe4a4fb93e38f72d5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Jan 2023 23:34:50 +0000 Subject: [PATCH] fix: notification-service/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-DEBUG-3227433 --- notification-service/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notification-service/package.json b/notification-service/package.json index ad6810a..0f5dd43 100644 --- a/notification-service/package.json +++ b/notification-service/package.json @@ -46,6 +46,6 @@ "morgan": "^1.7.0", "nodemailer": "^3.0.2", "nodemailer-smtp-transport": "^2.7.2", - "spdy": "^3.4.4" + "spdy": "^4.0.0" } }