From 9e1a5a713c9baca1b589798eaaf89e460cd09fda Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2019 15:36:40 +0100 Subject: [PATCH] Bump mobx from 5.14.0 to 5.15.1 (#57) Bumps [mobx](https://github.com/mobxjs/mobx) from 5.14.0 to 5.15.1. - [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.14.0...5.15.1) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 803f472..11cfa33 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "date-fns": "^2.2.1", "dotenv": "^8.2.0", "lodash": "^4.17.11", - "mobx": "^5.5.0", + "mobx": "^5.15.1", "mobx-react": "^6.1.4", "prop-types": "^15.6.2", "query-string": "^6.2.0", diff --git a/yarn.lock b/yarn.lock index 4275b77..6f7a52c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5149,10 +5149,10 @@ mobx-react@^6.1.4: dependencies: mobx-react-lite "^1.4.2" -mobx@^5.5.0: - version "5.14.0" - resolved "https://registry.yarnpkg.com/mobx/-/mobx-5.14.0.tgz#357c1023aca2851df357fa0cb9a6eaaab3a57793" - integrity sha512-GhDSZV9rGlCeVBpFPVYaYSn7UjgkD3158Njailp4IJhKqbT5iiEtiRyr76b7gPj3wpUSl+NHREQqBXzc1I8jpQ== +mobx@^5.15.1: + version "5.15.1" + resolved "https://registry.yarnpkg.com/mobx/-/mobx-5.15.1.tgz#ba07807808b3f9dc3e6b0a74ba69bcccc6df4ece" + integrity sha512-o4aN0GqKcDmKwu2wVsqbujU4F63ZvmbBLSc7WhzuAu9S9eF2wgNjqIkzrb/kbY3C9/mGYG4k1M0KbCuG1GJ7IQ== move-concurrently@^1.0.1: version "1.0.1"