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

This commit is contained in:
Renovate Bot
2019-07-18 08:20:33 +00:00
parent ed1cc2447e
commit 157a55fa46
2 changed files with 4 additions and 4 deletions

6
ui/package-lock.json generated
View File

@@ -9899,9 +9899,9 @@
}
},
"mobx": {
"version": "5.11.0",
"resolved": "https://registry.npmjs.org/mobx/-/mobx-5.11.0.tgz",
"integrity": "sha512-WMZCgjuW9vo2MhumrhJa0byTGdlZQcTKzLW9LoqMdmqVqWnG74HOSXWJ0YpxBngsc/rAUMwvdy+CVnw+/a4yeg=="
"version": "5.13.0",
"resolved": "https://registry.npmjs.org/mobx/-/mobx-5.13.0.tgz",
"integrity": "sha512-eSAntMSMNj0PFL705rgv+aB/z1RjNqDnFEpBe18yQVreXTWiVgIrmBUXzjnJfuba+eo4eAk6zi+/gXQkSUea8A=="
},
"mobx-react": {
"version": "6.1.1",

View File

@@ -21,7 +21,7 @@
"lodash.debounce": "4.0.8",
"lodash.throttle": "4.1.1",
"lodash.uniqueid": "4.0.1",
"mobx": "5.11.0",
"mobx": "5.13.0",
"mobx-react": "6.1.1",
"mobx-stored": "1.1.0",
"moment": "2.24.0",