From 6555a22c94ce36837d4cf0a7148a53cbaf2189d7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Jul 2024 01:23:33 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-7414156 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7d5c7c32226..1034fcb5aa7 100644 --- a/package.json +++ b/package.json @@ -148,7 +148,7 @@ "js-yaml": "^3.14.0", "jsonwebtoken": "0.4.0", "jssha": "^3.1.1", - "juicy-chat-bot": "~0.7.1", + "juicy-chat-bot": "~0.8.0", "libxmljs2": "^0.32.0", "marsdb": "^0.6.11", "morgan": "^1.10.0",