Update RS logger

This commit is contained in:
Basti 2017-11-04 22:46:15 +01:00
parent 1fa631ff39
commit ef5cc9a8a8
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@ -1074,13 +1074,13 @@
} }
}, },
"hubot-remotestorage-logger": { "hubot-remotestorage-logger": {
"version": "0.5.0", "version": "0.6.0",
"resolved": "https://registry.npmjs.org/hubot-remotestorage-logger/-/hubot-remotestorage-logger-0.5.0.tgz", "resolved": "https://registry.npmjs.org/hubot-remotestorage-logger/-/hubot-remotestorage-logger-0.6.0.tgz",
"integrity": "sha512-TWYT0saBdGaZfwG/tYVaOekVW0McXsBHStbv3Js3pSNX1pJnMr4FSg7xM8IeseJa+Gg185s6zhQZRdHcUVTvLg==", "integrity": "sha512-KS0SxBY8Pq5wPTOdUHmcsHUzNKSBD8XdI/YDWHCdashpJInOARvhvi2NTl26qZPzgfzQ7M12/DDYJTUHw2MmFA==",
"requires": { "requires": {
"hubot": "2.19.0", "hubot": "2.19.0",
"remotestorage-module-chat-messages": "1.0.1", "remotestorage-module-chat-messages": "1.0.1",
"remotestoragejs": "github:remotestorage/remotestorage.js#eae6320c144fb4b6729afe6e5472cc7baefd7615", "remotestoragejs": "github:remotestorage/remotestorage.js#2e87ca694dbf3f7049a905995c1712e8f768eaa4",
"xhr2": "0.1.4" "xhr2": "0.1.4"
} }
}, },
@ -1802,7 +1802,7 @@
"integrity": "sha512-Hz1ANacbf1tFgrILb3A2WWXXiRD9dUoBuTswJcdOeGlpO+Be5XiVOnfHN35aKAmGpwDV3sRc5JgU1MW50lnMzw==" "integrity": "sha512-Hz1ANacbf1tFgrILb3A2WWXXiRD9dUoBuTswJcdOeGlpO+Be5XiVOnfHN35aKAmGpwDV3sRc5JgU1MW50lnMzw=="
}, },
"remotestoragejs": { "remotestoragejs": {
"version": "github:remotestorage/remotestorage.js#eae6320c144fb4b6729afe6e5472cc7baefd7615", "version": "github:remotestorage/remotestorage.js#2e87ca694dbf3f7049a905995c1712e8f768eaa4",
"requires": { "requires": {
"tv4": "1.3.0", "tv4": "1.3.0",
"webfinger.js": "2.6.6", "webfinger.js": "2.6.6",

View File

@ -16,7 +16,7 @@
"hubot-incoming-webhook": "^1.0.1", "hubot-incoming-webhook": "^1.0.1",
"hubot-irc": "^0.2.9", "hubot-irc": "^0.2.9",
"hubot-xmpp": "^0.2.4", "hubot-xmpp": "^0.2.4",
"hubot-remotestorage-logger": "^0.5.0", "hubot-remotestorage-logger": "^0.6.0",
"request": "2.30.0" "request": "2.30.0"
}, },
"engines": { "engines": {