From 9e402bf8aecaf3ef1d07aa2af2693f12bd076586 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 07:11:39 +0000 Subject: [PATCH] chore(deps): bump mobx-react-lite from 3.4.0 to 3.4.2 in /ui Bumps [mobx-react-lite](https://github.com/mobxjs/mobx) from 3.4.0 to 3.4.2. - [Release notes](https://github.com/mobxjs/mobx/releases) - [Commits](https://github.com/mobxjs/mobx/compare/mobx-react-lite@3.4.0...mobx-react-lite@3.4.2) --- updated-dependencies: - dependency-name: mobx-react-lite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ui/package-lock.json | 8 ++++---- ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 7b3e40741..0b329a672 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -31,7 +31,7 @@ "lodash.throttle": "4.1.1", "lodash.uniqueid": "4.0.1", "mobx": "6.8.0", - "mobx-react-lite": "3.4.0", + "mobx-react-lite": "3.4.2", "mobx-stored": "1.1.0", "promise-retry": "2.0.1", "qs": "6.11.0", @@ -27022,9 +27022,9 @@ } }, "node_modules/mobx-react-lite": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/mobx-react-lite/-/mobx-react-lite-3.4.0.tgz", - "integrity": "sha512-bRuZp3C0itgLKHu/VNxi66DN/XVkQG7xtoBVWxpvC5FhAqbOCP21+nPhULjnzEqd7xBMybp6KwytdUpZKEgpIQ==", + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/mobx-react-lite/-/mobx-react-lite-3.4.2.tgz", + "integrity": "sha512-wOFI6qhMBucYNy00aSDoee23L2//wKYJp4z5k+YOhOCY303prwLaWiEhJU0H2c//oIEEswGqUHtVV2qptk/g5g==", "funding": { "type": "opencollective", "url": "https://opencollective.com/mobx" diff --git a/ui/package.json b/ui/package.json index 9221119b8..4741b922f 100644 --- a/ui/package.json +++ b/ui/package.json @@ -30,7 +30,7 @@ "lodash.throttle": "4.1.1", "lodash.uniqueid": "4.0.1", "mobx": "6.8.0", - "mobx-react-lite": "3.4.0", + "mobx-react-lite": "3.4.2", "mobx-stored": "1.1.0", "promise-retry": "2.0.1", "qs": "6.11.0",