From 4e3d033ff2dbaaba10a02ed2cfda1e80c7753ef1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Wed, 12 Apr 2017 16:32:47 +0200 Subject: [PATCH] deps: use latest jsSHA callstats no longer depends on it and it doesn't break when we use the latest. --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 9791ddabf..3b3f321f2 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,6 @@ ], "author": "", "readmeFilename": "README.md", - "//": "Callstats.io does not work with recent versions of jsSHA (2.0.1 in particular)", "dependencies": { "@atlaskit/avatar": "4.0.5", "@atlaskit/button": "3.0.0", @@ -45,7 +44,7 @@ "jquery-i18next": "1.2.0", "jQuery-Impromptu": "trentrichardson/jQuery-Impromptu#v6.0.0", "jquery-ui": "1.10.5", - "jssha": "1.5.0", + "jssha": "2.2.0", "jwt-decode": "2.2.0", "lib-jitsi-meet": "jitsi/lib-jitsi-meet", "lodash": "4.17.4",