fix: social/xmpp/package.json to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
This commit is contained in:
snyk-bot
2025-10-30 10:13:31 +00:00
parent 66ff289732
commit aa956f747d

View File

@@ -3,7 +3,7 @@
"version": "0.6.3", "version": "0.6.3",
"description": "A Node-RED node to talk to an XMPP server", "description": "A Node-RED node to talk to an XMPP server",
"dependencies": { "dependencies": {
"@xmpp/client": "^0.13.1" "@xmpp/client": "^0.14.0"
}, },
"bundledDependencies": [ "bundledDependencies": [
"@xmpp/client" "@xmpp/client"