1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00

Update package.json

This commit is contained in:
Dave Conway-Jones 2022-04-02 13:38:09 +01:00
parent 757abe3209
commit 87165965d9
No known key found for this signature in database
GPG Key ID: 88BA2B8A411BE9FF

View File

@ -3,7 +3,7 @@
"version": "0.5.10", "version": "0.5.10",
"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.0" "@xmpp/client": "^0.13.1"
}, },
"bundledDependencies": [ "bundledDependencies": [
"@xmpp/client" "@xmpp/client"