Update rs-logger

This commit is contained in:
Basti 2022-01-05 20:37:17 -06:00
parent 6ba9b53c45
commit a2d2f2eca1
Signed by untrusted user: basti
GPG Key ID: 9F88009D31D99C72
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -771,9 +771,9 @@
}
},
"hubot-remotestorage-logger": {
"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==",
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/hubot-remotestorage-logger/-/hubot-remotestorage-logger-1.2.0.tgz",
"integrity": "sha512-jvVqTktBAqLDV/HFbPw13FAB5zJi0gx2LHSqzlDEJ97KiACIhJxXP6G2S4UrfrCuJkVYqUMu3uHgi/WSTW3zzQ==",
"requires": {
"fsevents": "^2.3.2",
"hubot": "3.x",

View File

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