chore(deps): bump mobx from 6.13.2 to 6.13.3 in /ui

Bumps [mobx](https://github.com/mobxjs/mobx) from 6.13.2 to 6.13.3.
- [Release notes](https://github.com/mobxjs/mobx/releases)
- [Commits](https://github.com/mobxjs/mobx/compare/mobx@6.13.2...mobx@6.13.3)

---
updated-dependencies:
- dependency-name: mobx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-09-26 21:26:10 +00:00
committed by Łukasz Mierzwa
parent 4fa00f5cfd
commit efb681db68
2 changed files with 5 additions and 6 deletions

9
ui/package-lock.json generated
View File

@@ -30,7 +30,7 @@
"lodash.merge": "4.6.2",
"lodash.throttle": "4.1.1",
"lodash.uniqueid": "4.0.1",
"mobx": "6.13.2",
"mobx": "6.13.3",
"mobx-react-lite": "4.0.7",
"mobx-stored": "1.1.0",
"promise-retry": "2.0.1",
@@ -10575,10 +10575,9 @@
}
},
"node_modules/mobx": {
"version": "6.13.2",
"resolved": "https://registry.npmjs.org/mobx/-/mobx-6.13.2.tgz",
"integrity": "sha512-GIubI2qf+P6lG6rSEG0T2pg3jV9/0+O0ncF09+0umRe75+Cbnh1KNLM1GvbTY9RSc7QuU+LcPNZfxDY8B+3XRg==",
"license": "MIT",
"version": "6.13.3",
"resolved": "https://registry.npmjs.org/mobx/-/mobx-6.13.3.tgz",
"integrity": "sha512-YtAS+ZMbdpbHYUU4ESht3na8KiX11KuMT1yOiKtbKlQ0GZkHDYPKyEw/Tdp7h7aHyLrTWj2TBaSNJ6bCr638iQ==",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/mobx"

View File

@@ -26,7 +26,7 @@
"lodash.merge": "4.6.2",
"lodash.throttle": "4.1.1",
"lodash.uniqueid": "4.0.1",
"mobx": "6.13.2",
"mobx": "6.13.3",
"mobx-react-lite": "4.0.7",
"mobx-stored": "1.1.0",
"promise-retry": "2.0.1",