From 9840fb07c6339359ba1bd35cb94262be53bddfa6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 23 Oct 2018 09:58:46 +0000 Subject: [PATCH] build(deps): bump mobx from 5.5.1 to 5.5.2 in /ui Bumps [mobx](https://github.com/mobxjs/mobx) from 5.5.1 to 5.5.2. - [Release notes](https://github.com/mobxjs/mobx/releases) - [Changelog](https://github.com/mobxjs/mobx/blob/master/CHANGELOG.md) - [Commits](https://github.com/mobxjs/mobx/compare/5.5.1...5.5.2) Signed-off-by: dependabot[bot] --- ui/package.json | 2 +- ui/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package.json b/ui/package.json index 8178db3eb..9485335ba 100644 --- a/ui/package.json +++ b/ui/package.json @@ -20,7 +20,7 @@ "lodash.debounce": "4.0.8", "lodash.throttle": "4.1.1", "lodash.uniqueid": "4.0.1", - "mobx": "5.5.1", + "mobx": "5.5.2", "mobx-react": "5.3.5", "mobx-stored": "1.0.2", "moment": "2.22.2", diff --git a/ui/yarn.lock b/ui/yarn.lock index 107367767..0d5a30f64 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -7227,10 +7227,10 @@ mobx-stored@1.0.2: lodash.merge "^4.6.1" traverse "^0.6.6" -mobx@5.5.1: - version "5.5.1" - resolved "https://registry.yarnpkg.com/mobx/-/mobx-5.5.1.tgz#cd006b46085f6e3a6c96b183583d2ee907d37525" - integrity sha512-mymrvbAFIMCP5k9ylspuXPy7jeEAA8ILVRziqsLmpoGIfEJc5I4YQBLF3aKJnnqtCINJPCWEijKidpsuL6TfYw== +mobx@5.5.2: + version "5.5.2" + resolved "https://registry.yarnpkg.com/mobx/-/mobx-5.5.2.tgz#4f5d751b77807a88218caede92198679a0e18a4a" + integrity sha512-2/nZyxET6T2BvFDLYGSf5sMJ1N9wdV9zHtAkfkk+hzJL+kzQQ/vLdPS5UmwNNBqH1HF6FpIcZR+1BJ/jc3YrMQ== moment@2.22.2: version "2.22.2"