From 6f3105be61c815864a46eb9e7c6c1281b3c71248 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Feb 2022 18:04:58 +0000 Subject: [PATCH] fix: demo/3-full-module/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-URLPARSE-2412697 --- demo/3-full-module/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/3-full-module/package.json b/demo/3-full-module/package.json index fd7c181..d228828 100644 --- a/demo/3-full-module/package.json +++ b/demo/3-full-module/package.json @@ -10,7 +10,7 @@ "license": "ISC", "dependencies": { "j2sql": "^1.9.21", - "amqplib": "^0.5.3", + "amqplib": "^0.7.1", "ioredis": "^4.9.5", "meeko": "^1.7.50" }