Update probot-gpg-status@0.5.3

This commit is contained in:
Pedro Pombeiro 2018-01-23 18:39:03 +01:00
parent ac8eb186a3
commit 5701975f3f
No known key found for this signature in database
GPG Key ID: A65DEB11E4BBC647
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -4566,9 +4566,9 @@
} }
}, },
"probot-gpg-status": { "probot-gpg-status": {
"version": "0.5.2", "version": "0.5.3",
"resolved": "https://registry.npmjs.org/probot-gpg-status/-/probot-gpg-status-0.5.2.tgz", "resolved": "https://registry.npmjs.org/probot-gpg-status/-/probot-gpg-status-0.5.3.tgz",
"integrity": "sha512-xb73vOcqoJJToxF+zBGNwn7bvh1Mk/uNuHVuUQGY+EGAZ8P1EGUah2zZTF2pIW/V7OprSliH5A8Yxyi8kFuuCg==", "integrity": "sha512-0xCQD7y0cMB0gyEsWLzBQN+abUrnT2AHsJ7NG79RbdJW7PyXEmm5MdiAEkd8T2h74yRK5zWgonVjs20qbHzMhg==",
"requires": { "requires": {
"bunyan": "1.8.12", "bunyan": "1.8.12",
"probot": "3.0.3" "probot": "3.0.3"

View File

@ -12,7 +12,7 @@
"dependencies": { "dependencies": {
"probot": "^5.0.0", "probot": "^5.0.0",
"probot-config": "^0.1.0", "probot-config": "^0.1.0",
"probot-gpg-status": "^0.5.2", "probot-gpg-status": "^0.5.3",
"probot-slack-status": "^0.2.2", "probot-slack-status": "^0.2.2",
"unfurl": "github:probot/unfurl", "unfurl": "github:probot/unfurl",
"wip-bot": "github:gr2m/wip-bot" "wip-bot": "github:gr2m/wip-bot"