From 400f035d286ebc23a896b6eaecefb0ded89b7173 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 10:53:53 +0000 Subject: [PATCH] chore(deps): bump mobx from 6.11.0 to 6.12.0 in /ui Bumps [mobx](https://github.com/mobxjs/mobx) from 6.11.0 to 6.12.0. - [Release notes](https://github.com/mobxjs/mobx/releases) - [Commits](https://github.com/mobxjs/mobx/commits/mobx@6.12.0) --- updated-dependencies: - dependency-name: mobx dependency-type: direct:production update-type: version-update:semver-minor ... 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 1663b33d0..7ce9c96f5 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -31,7 +31,7 @@ "lodash.merge": "4.6.2", "lodash.throttle": "4.1.1", "lodash.uniqueid": "4.0.1", - "mobx": "6.11.0", + "mobx": "6.12.0", "mobx-react-lite": "4.0.5", "mobx-stored": "1.1.0", "promise-retry": "2.0.1", @@ -11623,9 +11623,9 @@ } }, "node_modules/mobx": { - "version": "6.11.0", - "resolved": "https://registry.npmjs.org/mobx/-/mobx-6.11.0.tgz", - "integrity": "sha512-qngYCmr0WJiFRSAtYe82DB7SbzvbhehkJjONs8ydynUwoazzUQHZdAlaJqUfks5j4HarhWsZrMRhV7HtSO9HOQ==", + "version": "6.12.0", + "resolved": "https://registry.npmjs.org/mobx/-/mobx-6.12.0.tgz", + "integrity": "sha512-Mn6CN6meXEnMa0a5u6a5+RKrqRedHBhZGd15AWLk9O6uFY4KYHzImdt8JI8WODo1bjTSRnwXhJox+FCUZhCKCQ==", "funding": { "type": "opencollective", "url": "https://opencollective.com/mobx" diff --git a/ui/package.json b/ui/package.json index 97275b32f..c8c127c97 100644 --- a/ui/package.json +++ b/ui/package.json @@ -26,7 +26,7 @@ "lodash.merge": "4.6.2", "lodash.throttle": "4.1.1", "lodash.uniqueid": "4.0.1", - "mobx": "6.11.0", + "mobx": "6.12.0", "mobx-react-lite": "4.0.5", "mobx-stored": "1.1.0", "promise-retry": "2.0.1",