From 4f683c7dc089bb970310e58c78bf109dddcf3b09 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 15 Feb 2022 17:42:19 +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-2401205 --- 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" }