diff --git a/package-lock.json b/package-lock.json index ee4f3a7a600..e125255c262 100644 --- a/package-lock.json +++ b/package-lock.json @@ -703,13 +703,13 @@ } }, "@rocket.chat/livechat": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/@rocket.chat/livechat/-/livechat-1.1.3.tgz", - "integrity": "sha512-OboWuyz2CVrOg6szWSSH1XT9pvyhO3sldvVwGt4V7gPGgh5bCSntETPniwORDMU/ak7SXAB1+y4UkICWp//x9g==", + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/@rocket.chat/livechat/-/livechat-1.1.6.tgz", + "integrity": "sha512-KUq18sGCQEZhxygwxIb89uQZ3bcYVcAaeyUJRCQG7zKdEbdYK1wvMoP+/RLBHF5lw1OnFu2GfDHRxf4W+4Hf4A==", "dev": true, "requires": { "@kossnocorp/desvg": "^0.2.0", - "@rocket.chat/sdk": "^1.0.0-alpha.28", + "@rocket.chat/sdk": "^1.0.0-alpha.29", "date-fns": "^1.29.0", "desvg": "^1.0.2", "fast-async": "^6.3.8", @@ -764,9 +764,9 @@ } }, "@rocket.chat/sdk": { - "version": "1.0.0-alpha.28", - "resolved": "https://registry.npmjs.org/@rocket.chat/sdk/-/sdk-1.0.0-alpha.28.tgz", - "integrity": "sha512-tQ+tIIX5R931cxIlTTn2ftCfiIo372vCG3omzDwzSfw6Kq24f7giUxVEpWfsI4GtuTU4caoren7wuGYwnST/+A==", + "version": "1.0.0-alpha.30", + "resolved": "https://registry.npmjs.org/@rocket.chat/sdk/-/sdk-1.0.0-alpha.30.tgz", + "integrity": "sha512-beKIoCw0XLjN8dcusqwBiS1hCVKE+y1IzpRYHUtNciS5LhOPujLUwrzF+pys2xkia5TohbRlsbNYlXPehvSHLQ==", "dev": true, "requires": { "@types/event-emitter": "^0.3.2", @@ -9559,18 +9559,6 @@ "hoek": "2.x.x", "joi": "6.x.x", "wreck": "5.x.x" - }, - "dependencies": { - "wreck": { - "version": "5.6.1", - "resolved": "http://registry.npmjs.org/wreck/-/wreck-5.6.1.tgz", - "integrity": "sha1-r/ADBAATiJ11YZtccYcN0qjdBpo=", - "dev": true, - "requires": { - "boom": "2.x.x", - "hoek": "2.x.x" - } - } } }, "heavy": { @@ -9582,20 +9570,6 @@ "boom": "2.x.x", "hoek": "2.x.x", "joi": "5.x.x" - }, - "dependencies": { - "joi": { - "version": "5.1.0", - "resolved": "http://registry.npmjs.org/joi/-/joi-5.1.0.tgz", - "integrity": "sha1-FSrQfbjunGQBmX/1/SwSiWBwv1g=", - "dev": true, - "requires": { - "hoek": "^2.2.x", - "isemail": "1.x.x", - "moment": "2.x.x", - "topo": "1.x.x" - } - } } }, "hoek": { @@ -15303,7 +15277,7 @@ "dependencies": { "minimist": { "version": "1.2.0", - "resolved": "http://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=" }, "simple-get": { diff --git a/package.json b/package.json index 975479923e2..67801442083 100644 --- a/package.json +++ b/package.json @@ -93,7 +93,7 @@ "devDependencies": { "@octokit/rest": "^16.1.0", "@rocket.chat/eslint-config": "^0.3.0", - "@rocket.chat/livechat": "^1.1.4", + "@rocket.chat/livechat": "^1.1.6", "acorn": "^6.0.7", "autoprefixer": "^9.4.1", "babel-eslint": "^10.0.1",