fix(deps): update dependency mobx to v5.10.1

This commit is contained in:
Renovate Bot
2019-06-09 07:50:52 +00:00
committed by renovate[bot]
parent 64e36ea909
commit c08fa590ec
2 changed files with 4 additions and 4 deletions

6
ui/package-lock.json generated
View File

@@ -9816,9 +9816,9 @@
}
},
"mobx": {
"version": "5.10.0",
"resolved": "https://registry.npmjs.org/mobx/-/mobx-5.10.0.tgz",
"integrity": "sha512-pYtQtxr80ugbj7xO4pmZRm1n0ZqG2Wo+ykr/03ZRG18Ib8dqUgpzso6aEJyu3fM7JurFmC1dOqmjeCHO8N+3Yg=="
"version": "5.10.1",
"resolved": "https://registry.npmjs.org/mobx/-/mobx-5.10.1.tgz",
"integrity": "sha512-L+akEGxdkKYssejgW9ayRPx5cZYJfxvTmdBUeR3S9oeumScV7Jj57yPeh9WMEk6NWeG8Wx3H0cWhqs0pftbtmg=="
},
"mobx-react": {
"version": "5.4.4",

View File

@@ -22,7 +22,7 @@
"lodash.debounce": "4.0.8",
"lodash.throttle": "4.1.1",
"lodash.uniqueid": "4.0.1",
"mobx": "5.10.0",
"mobx": "5.10.1",
"mobx-react": "5.4.4",
"mobx-stored": "1.1.0",
"moment": "2.24.0",