Fix #11076 by updating ddp dependencies

Updated ddp-server dependencies to the latest patch releases and did a patch update on the package. While at it also updated lolex dependency in ddp-client to be the same as in the rest of the code base. Since that is test dependency I did not bump the version.
This commit is contained in:
Jan Dvorak
2020-07-02 11:12:46 +09:00
parent 7a2f7e71e4
commit 7600a38bbc
2 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ Package.describe({
});
Npm.depends({
lolex: '2.3.1'
lolex: '2.3.2'
});
Package.onUse((api) => {

View File

@@ -1,12 +1,12 @@
Package.describe({
summary: "Meteor's latency-compensated distributed data server",
version: '2.3.1',
version: '2.3.2',
documentation: null
});
Npm.depends({
"permessage-deflate": "0.1.6",
sockjs: "0.3.19"
"permessage-deflate": "0.1.7",
sockjs: "0.3.20"
});
Package.onUse(function (api) {