chat bot v0.2.7

This commit is contained in:
John Livingston 2023-09-22 10:31:37 +02:00
parent aa71a302f6
commit b5140ca994
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", "http-proxy": "^1.18.1",
"log-rotate": "^0.2.8", "log-rotate": "^0.2.8",
"validate-color": "^2.2.1", "validate-color": "^2.2.1",
"xmppjs-chat-bot": "^0.2.6" "xmppjs-chat-bot": "^0.2.7"
}, },
"devDependencies": { "devDependencies": {
"@peertube/feed": "^5.1.0", "@peertube/feed": "^5.1.0",
@ -12026,9 +12026,9 @@
} }
}, },
"node_modules/xmppjs-chat-bot": { "node_modules/xmppjs-chat-bot": {
"version": "0.2.6", "version": "0.2.7",
"resolved": "https://registry.npmjs.org/xmppjs-chat-bot/-/xmppjs-chat-bot-0.2.6.tgz", "resolved": "https://registry.npmjs.org/xmppjs-chat-bot/-/xmppjs-chat-bot-0.2.7.tgz",
"integrity": "sha512-2bS49Ns7R4/a7sAo2+yAqafjyOXYeYCGsM7B25K4VKui6lTCAbLH10swnsHelIrKq/NGxDRcRyDuvfJ/CpTUIg==", "integrity": "sha512-HYHc0nLQIQWITKaq0amV0FL43ztzV2/YKsJG3Fyvt8nV8K56unRulDEd+8ulRv0oKtrZ3eDFcFR4qRy/YcCCOA==",
"funding": [ "funding": [
"https://paypal.me/JohnXLivingston", "https://paypal.me/JohnXLivingston",
"https://liberapay.com/JohnLivingston/" "https://liberapay.com/JohnLivingston/"
@ -21249,9 +21249,9 @@
} }
}, },
"xmppjs-chat-bot": { "xmppjs-chat-bot": {
"version": "0.2.6", "version": "0.2.7",
"resolved": "https://registry.npmjs.org/xmppjs-chat-bot/-/xmppjs-chat-bot-0.2.6.tgz", "resolved": "https://registry.npmjs.org/xmppjs-chat-bot/-/xmppjs-chat-bot-0.2.7.tgz",
"integrity": "sha512-2bS49Ns7R4/a7sAo2+yAqafjyOXYeYCGsM7B25K4VKui6lTCAbLH10swnsHelIrKq/NGxDRcRyDuvfJ/CpTUIg==", "integrity": "sha512-HYHc0nLQIQWITKaq0amV0FL43ztzV2/YKsJG3Fyvt8nV8K56unRulDEd+8ulRv0oKtrZ3eDFcFR4qRy/YcCCOA==",
"requires": { "requires": {
"@xmpp/client": "^0.13.1", "@xmpp/client": "^0.13.1",
"@xmpp/component": "^0.13.1", "@xmpp/component": "^0.13.1",

View File

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