Upgrade lolex to pull in a clock fix

See https://github.com/sinonjs/lolex/issues/136

We don't use fake timers, but we do use lolex's clock, which probably causes the same thing. Jumping from 2.x to 4.x looks largely compatible - tests pass.
This commit is contained in:
Travis Ralston
2019-09-17 14:37:59 -06:00
parent 99b8193ce7
commit 10b2501785
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -84,7 +84,7 @@
"isomorphic-fetch": "^2.2.1",
"linkifyjs": "^2.1.6",
"lodash": "^4.17.14",
"lolex": "2.3.2",
"lolex": "4.2",
"matrix-js-sdk": "github:matrix-org/matrix-js-sdk#develop",
"optimist": "^0.6.1",
"pako": "^1.0.5",