From 8e1f3c6b25abec1482013273ed21184883d31098 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 14:48:01 +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-INFLIGHT-6095116 --- 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..993f434 100644 --- a/notification-service/package.json +++ b/notification-service/package.json @@ -35,7 +35,7 @@ "supertest": "^2.0.1" }, "dependencies": { - "awilix": "^2.2.2", + "awilix": "^6.1.0", "body-parser": "^1.16.0", "cors": "^2.8.1", "express": "^4.14.0",