bot 0.2.6

This commit is contained in:
John Livingston 2023-09-21 15:30:19 +02:00
parent d77a276fac
commit 8029bab8e4
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -15,7 +15,7 @@
"http-proxy": "^1.18.1",
"log-rotate": "^0.2.8",
"validate-color": "^2.2.1",
"xmppjs-chat-bot": "^0.2.5"
"xmppjs-chat-bot": "^0.2.6"
},
"devDependencies": {
"@peertube/feed": "^5.1.0",
@ -12026,9 +12026,9 @@
}
},
"node_modules/xmppjs-chat-bot": {
"version": "0.2.5",
"resolved": "https://registry.npmjs.org/xmppjs-chat-bot/-/xmppjs-chat-bot-0.2.5.tgz",
"integrity": "sha512-74gTrXmvz8a2xTm5oFdKxyeMWPz3MQZFF+TI6aB75IUhJlT03+SuGixB6u2rDyWGe6DHy1A9lsZFwCtdeQfE3g==",
"version": "0.2.6",
"resolved": "https://registry.npmjs.org/xmppjs-chat-bot/-/xmppjs-chat-bot-0.2.6.tgz",
"integrity": "sha512-2bS49Ns7R4/a7sAo2+yAqafjyOXYeYCGsM7B25K4VKui6lTCAbLH10swnsHelIrKq/NGxDRcRyDuvfJ/CpTUIg==",
"funding": [
"https://paypal.me/JohnXLivingston",
"https://liberapay.com/JohnLivingston/"
@ -21249,9 +21249,9 @@
}
},
"xmppjs-chat-bot": {
"version": "0.2.5",
"resolved": "https://registry.npmjs.org/xmppjs-chat-bot/-/xmppjs-chat-bot-0.2.5.tgz",
"integrity": "sha512-74gTrXmvz8a2xTm5oFdKxyeMWPz3MQZFF+TI6aB75IUhJlT03+SuGixB6u2rDyWGe6DHy1A9lsZFwCtdeQfE3g==",
"version": "0.2.6",
"resolved": "https://registry.npmjs.org/xmppjs-chat-bot/-/xmppjs-chat-bot-0.2.6.tgz",
"integrity": "sha512-2bS49Ns7R4/a7sAo2+yAqafjyOXYeYCGsM7B25K4VKui6lTCAbLH10swnsHelIrKq/NGxDRcRyDuvfJ/CpTUIg==",
"requires": {
"@xmpp/client": "^0.13.1",
"@xmpp/component": "^0.13.1",

View File

@ -39,7 +39,7 @@
"http-proxy": "^1.18.1",
"log-rotate": "^0.2.8",
"validate-color": "^2.2.1",
"xmppjs-chat-bot": "^0.2.5"
"xmppjs-chat-bot": "^0.2.6"
},
"devDependencies": {
"@peertube/feed": "^5.1.0",