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

This commit is contained in:
renovate[bot]
2022-09-08 13:27:45 +00:00
parent 727ead1f63
commit 3697c249c4
2 changed files with 8 additions and 8 deletions

14
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.6.1",
"mobx": "6.6.2",
"mobx-react-lite": "3.4.0",
"mobx-stored": "1.1.0",
"promise-retry": "2.0.1",
@@ -26458,9 +26458,9 @@
}
},
"node_modules/mobx": {
"version": "6.6.1",
"resolved": "https://registry.npmjs.org/mobx/-/mobx-6.6.1.tgz",
"integrity": "sha512-7su3UZv5JF+ohLr2opabjbUAERfXstMY+wiBtey8yNAPoB8H187RaQXuhFjNkH8aE4iHbDWnhDFZw0+5ic4nGQ==",
"version": "6.6.2",
"resolved": "https://registry.npmjs.org/mobx/-/mobx-6.6.2.tgz",
"integrity": "sha512-IOpS0bf3+hXIhDIy+CmlNMBfFpAbHS0aVHcNC+xH/TFYEKIIVDKNYRh9eKlXuVfJ1iRKAp0cRVmO145CyJAMVQ==",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/mobx"
@@ -55815,9 +55815,9 @@
}
},
"mobx": {
"version": "6.6.1",
"resolved": "https://registry.npmjs.org/mobx/-/mobx-6.6.1.tgz",
"integrity": "sha512-7su3UZv5JF+ohLr2opabjbUAERfXstMY+wiBtey8yNAPoB8H187RaQXuhFjNkH8aE4iHbDWnhDFZw0+5ic4nGQ=="
"version": "6.6.2",
"resolved": "https://registry.npmjs.org/mobx/-/mobx-6.6.2.tgz",
"integrity": "sha512-IOpS0bf3+hXIhDIy+CmlNMBfFpAbHS0aVHcNC+xH/TFYEKIIVDKNYRh9eKlXuVfJ1iRKAp0cRVmO145CyJAMVQ=="
},
"mobx-react-lite": {
"version": "3.4.0",

View File

@@ -29,7 +29,7 @@
"lodash.merge": "4.6.2",
"lodash.throttle": "4.1.1",
"lodash.uniqueid": "4.0.1",
"mobx": "6.6.1",
"mobx": "6.6.2",
"mobx-react-lite": "3.4.0",
"mobx-stored": "1.1.0",
"promise-retry": "2.0.1",