fix(deps): update dependency mobx to v6.15.1

This commit is contained in:
Łukasz Mierzwa
2026-05-04 15:37:38 +00:00
committed by Łukasz Mierzwa
parent 6291bcb4f5
commit bf5981f09c
2 changed files with 5 additions and 5 deletions

8
ui/package-lock.json generated
View File

@@ -25,7 +25,7 @@
"es-toolkit": "1.46.1",
"favico.js": "0.3.10",
"fontfaceobserver": "2.3.0",
"mobx": "6.15.0",
"mobx": "6.15.1",
"mobx-react-lite": "4.1.1",
"promise-retry": "2.0.1",
"react": "19.2.5",
@@ -10388,9 +10388,9 @@
}
},
"node_modules/mobx": {
"version": "6.15.0",
"resolved": "https://registry.npmjs.org/mobx/-/mobx-6.15.0.tgz",
"integrity": "sha512-UczzB+0nnwGotYSgllfARAqWCJ5e/skuV2K/l+Zyck/H6pJIhLXuBnz+6vn2i211o7DtbE78HQtsYEKICHGI+g==",
"version": "6.15.1",
"resolved": "https://registry.npmjs.org/mobx/-/mobx-6.15.1.tgz",
"integrity": "sha512-QW37HNiD87H4Dy7PkPVBSwXrTYCSTH5Nwo8Yr52cPwiRIjSYFpvOOfUOhYUUkpq2U/XjWLTTAYvXYsRrdnNZxg==",
"license": "MIT",
"funding": {
"type": "opencollective",

View File

@@ -21,7 +21,7 @@
"es-toolkit": "1.46.1",
"favico.js": "0.3.10",
"fontfaceobserver": "2.3.0",
"mobx": "6.15.0",
"mobx": "6.15.1",
"mobx-react-lite": "4.1.1",
"promise-retry": "2.0.1",
"react": "19.2.5",