From b86d409c925bcb8eb98f148cffab62ae961e3f70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 22:23:57 -0400 Subject: [PATCH] Bump mobx-react from 7.4.0 to 7.5.0 (#5544) Bumps [mobx-react](https://github.com/mobxjs/mobx) from 7.4.0 to 7.5.0. - [Release notes](https://github.com/mobxjs/mobx/releases) - [Commits](https://github.com/mobxjs/mobx/compare/mobx-react@7.4.0...mobx-react@7.5.0) --- updated-dependencies: - dependency-name: mobx-react dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4daeb1172b..36141a0ba3 100644 --- a/package.json +++ b/package.json @@ -242,7 +242,7 @@ "md5-file": "^5.0.0", "mobx": "^6.5.0", "mobx-observable-history": "^2.0.3", - "mobx-react": "^7.3.0", + "mobx-react": "^7.5.0", "mobx-utils": "^6.0.4", "mock-fs": "^5.1.2", "moment": "^2.29.3", diff --git a/yarn.lock b/yarn.lock index 82bcdcd8b1..6884aee6b0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9284,10 +9284,10 @@ mobx-react-lite@^3.4.0: resolved "https://registry.yarnpkg.com/mobx-react-lite/-/mobx-react-lite-3.4.0.tgz#d59156a96889cdadad751e5e4dab95f28926dfff" integrity sha512-bRuZp3C0itgLKHu/VNxi66DN/XVkQG7xtoBVWxpvC5FhAqbOCP21+nPhULjnzEqd7xBMybp6KwytdUpZKEgpIQ== -mobx-react@^7.3.0: - version "7.4.0" - resolved "https://registry.yarnpkg.com/mobx-react/-/mobx-react-7.4.0.tgz#29bbdc609c7f6c43e5af6c8e984c8b93a7fe08e8" - integrity sha512-gbUwaKZK09SiAleTMxNMKs1MYKTpoIEWJLTLRIR/xnALuuHET8wkL8j1nbc1/6cDkOWVyKz/ReftILx0Pdh2PQ== +mobx-react@^7.5.0: + version "7.5.0" + resolved "https://registry.yarnpkg.com/mobx-react/-/mobx-react-7.5.0.tgz#8da71f8d3c96409cf178112503ec50467e5cea70" + integrity sha512-riHu0XZJA6f64L1iXZoAaDjVt6suYoy8I2HIfuz2tX3O4FFaAe4lVA2CoObttmUQTTFPM7j3Df6T4re0cHkghQ== dependencies: mobx-react-lite "^3.4.0"