From aa956f747dee81e766d42c0f24d82c8b1b1f329f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Oct 2025 10:13:31 +0000 Subject: [PATCH] fix: social/xmpp/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- social/xmpp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/social/xmpp/package.json b/social/xmpp/package.json index 734d9529..cda2b048 100644 --- a/social/xmpp/package.json +++ b/social/xmpp/package.json @@ -3,7 +3,7 @@ "version": "0.6.3", "description": "A Node-RED node to talk to an XMPP server", "dependencies": { - "@xmpp/client": "^0.13.1" + "@xmpp/client": "^0.14.0" }, "bundledDependencies": [ "@xmpp/client"