diff --git a/package-lock.json b/package-lock.json index 3b4c19c..6d3d9e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -717,6 +717,7 @@ }, "erlpack": { "version": "github:discordapp/erlpack#674ebfd3439ba4b7ce616709821d27630f7cdc61", + "from": "erlpack@github:discordapp/erlpack#674ebfd3439ba4b7ce616709821d27630f7cdc61", "requires": { "bindings": "1.3.0", "nan": "2.10.0" @@ -1309,6 +1310,11 @@ } } }, + "hubot-flirt": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/hubot-flirt/-/hubot-flirt-1.0.1.tgz", + "integrity": "sha512-+/dSvvB7R6Bp0O4XAxZ8PbxSgFpCWm98JE8bzIj01Fb1S/UWSXeKsQlwAXnHjckDsVChiTJ7EU2G7iW6iXsq5g==" + }, "hubot-google-images": { "version": "0.2.7", "resolved": "https://registry.npmjs.org/hubot-google-images/-/hubot-google-images-0.2.7.tgz", @@ -1334,6 +1340,11 @@ "resolved": "https://registry.npmjs.org/hubot-maps/-/hubot-maps-0.0.3.tgz", "integrity": "sha1-yPxbA0h1TmJhbVuZsr85BMXuWDw=" }, + "hubot-pugme": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/hubot-pugme/-/hubot-pugme-0.1.1.tgz", + "integrity": "sha512-Iw2rkudQteSQSOwGnoTqEiEuMV5IdwvUb5qnLFi1yMcRmplIqlZLdQvD272Y6HLBy208OyelIi6/kjsbmL9FPw==" + }, "hubot-redis-brain": { "version": "0.0.4", "resolved": "https://registry.npmjs.org/hubot-redis-brain/-/hubot-redis-brain-0.0.4.tgz", @@ -1362,6 +1373,11 @@ } } }, + "hubot-shipit": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/hubot-shipit/-/hubot-shipit-0.2.1.tgz", + "integrity": "sha512-pBwwTTqDNdKY7UXHBYpgTWrJVMdHK1knZM0bPiNQyqJksiTbD0wJN9TNUADYervhgtVNO1cZ6xnblZTfPhN9kQ==" + }, "hubot-slack": { "version": "4.4.0", "resolved": "https://registry.npmjs.org/hubot-slack/-/hubot-slack-4.4.0.tgz", @@ -1611,9 +1627,9 @@ "moment-timezone": { "version": "0.5.14", "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.14.tgz", - "integrity": "sha1-TrOP+VOLgBCLpGekWPPtQmjM/LE=", + "integrity": "sha512-4RkNPVuQ/ClAXqd3T+tkBy85tEUxnNNIaG4hbviFp7vZ2hRY0mjHGRIWG/NdkUzSaH36nchdBXyvPwrODjPzUA==", "requires": { - "moment": "2.20.1" + "moment": ">= 2.9.0" } }, "morgan": {