Update RS logger

This commit is contained in:
Basti 2021-11-13 22:07:58 +01:00
parent cfbf073c07
commit 9595a53af7
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72
2 changed files with 12 additions and 19 deletions

29
package-lock.json generated
View File

@ -791,13 +791,13 @@
}
},
"hubot-remotestorage-logger": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/hubot-remotestorage-logger/-/hubot-remotestorage-logger-1.0.0.tgz",
"integrity": "sha512-3alErMvUCTr0wImQYzGGAZN9aW1aAkZt+b5XiMYG07WlOdHL+1FiWkjAmQku+H/LYkdOpouIZk8IxKRLvxvzSg==",
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/hubot-remotestorage-logger/-/hubot-remotestorage-logger-1.1.0.tgz",
"integrity": "sha512-kltSN+La6aDNKTCpC/wQnNwIKz196r0hQUq+9lCha+ywBIZvaD2EWe3AlgXfJpqB81Wk2uOCM6sH3vElomNeow==",
"requires": {
"fsevents": "^2.3.2",
"hubot": "3.x",
"remotestorage-module-chat-messages": "^2.0.0",
"remotestorage-module-chat-messages": "^2.1.0",
"remotestoragejs": "^2.0.0-beta.1"
}
},
@ -1319,9 +1319,9 @@
"integrity": "sha1-Uu0J2srBCPGmMcB+m2mUHnoZUEs="
},
"remotestorage-module-chat-messages": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/remotestorage-module-chat-messages/-/remotestorage-module-chat-messages-2.0.0.tgz",
"integrity": "sha512-V9xdQfVX34fp5dZskg3hulqHcFgYD0fcCbipLULxxJMT98aK0WUyaFKk09ZK7HWIExcPiUj/Oo1JkGjUuYBJjw=="
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/remotestorage-module-chat-messages/-/remotestorage-module-chat-messages-2.1.0.tgz",
"integrity": "sha512-8hxbzG0aSPMTj5Kasio1LHyHeeWh/NqKZ5UDW+JCZfV5yCfJW72QKJrs9/JlgOajizgfDBly9j6p1fOgfNI00g=="
},
"remotestoragejs": {
"version": "2.0.0-beta.1",
@ -1591,18 +1591,11 @@
}
},
"webfinger.js": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/webfinger.js/-/webfinger.js-2.7.0.tgz",
"integrity": "sha512-l+UtsuV4zrBKyVAj9VCtwWgscTgadCsdGgL1OvbV102cvydWwJCGXlFIXauzWLzfheIDHfPNRWfgMuwyC6ZfIA==",
"version": "2.7.1",
"resolved": "https://registry.npmjs.org/webfinger.js/-/webfinger.js-2.7.1.tgz",
"integrity": "sha512-H4RokaE4RC39N3uiRTcjKMmy6yYg06lUPORQHvv8DjowZ6I5SalxUeoqHbtTN3EVBmYP/XHQ8Ow6BLEIpe2DtA==",
"requires": {
"xhr2": "^0.1.4"
},
"dependencies": {
"xhr2": {
"version": "0.1.4",
"resolved": "https://registry.npmjs.org/xhr2/-/xhr2-0.1.4.tgz",
"integrity": "sha1-f4dliEdxbbUCYyOBL4GMras4el8="
}
"xhr2": "0.2.1"
}
},
"wordwrap": {

View File

@ -15,7 +15,7 @@
"hubot-incoming-webhook": "^1.1.1",
"hubot-irc": "github:67P/hubot-irc#dev",
"hubot-redis-brain": "~1.0.0",
"hubot-remotestorage-logger": "^1.0.0",
"hubot-remotestorage-logger": "^1.1.0",
"hubot-web-push-notifications": "^1.2.0",
"hubot-xmpp": "github:67P/hubot-xmpp#dev",
"request": "2.88.2"