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

This commit is contained in:
renovate[bot]
2022-06-27 13:11:41 +00:00
parent d22366b63a
commit de004a7d3c
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.0",
"mobx": "6.6.1",
"mobx-react-lite": "3.4.0",
"mobx-stored": "1.1.0",
"promise-retry": "2.0.1",
@@ -24855,9 +24855,9 @@
}
},
"node_modules/mobx": {
"version": "6.6.0",
"resolved": "https://registry.npmjs.org/mobx/-/mobx-6.6.0.tgz",
"integrity": "sha512-MNTKevLH/6DShLZcmSL351+JgiJPO56A4GUpoiDQ3/yZ0mAtclNLdHK9q4BcQhibx8/JSDupfTpbX2NZPemlRg==",
"version": "6.6.1",
"resolved": "https://registry.npmjs.org/mobx/-/mobx-6.6.1.tgz",
"integrity": "sha512-7su3UZv5JF+ohLr2opabjbUAERfXstMY+wiBtey8yNAPoB8H187RaQXuhFjNkH8aE4iHbDWnhDFZw0+5ic4nGQ==",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/mobx"
@@ -52960,9 +52960,9 @@
}
},
"mobx": {
"version": "6.6.0",
"resolved": "https://registry.npmjs.org/mobx/-/mobx-6.6.0.tgz",
"integrity": "sha512-MNTKevLH/6DShLZcmSL351+JgiJPO56A4GUpoiDQ3/yZ0mAtclNLdHK9q4BcQhibx8/JSDupfTpbX2NZPemlRg=="
"version": "6.6.1",
"resolved": "https://registry.npmjs.org/mobx/-/mobx-6.6.1.tgz",
"integrity": "sha512-7su3UZv5JF+ohLr2opabjbUAERfXstMY+wiBtey8yNAPoB8H187RaQXuhFjNkH8aE4iHbDWnhDFZw0+5ic4nGQ=="
},
"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.0",
"mobx": "6.6.1",
"mobx-react-lite": "3.4.0",
"mobx-stored": "1.1.0",
"promise-retry": "2.0.1",