fix(deps): update dependency mobx to v6.1.1 (#2686)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-01-28 14:44:45 +00:00
committed by GitHub
parent b9e1ec6b1c
commit 48ed81aa0f
2 changed files with 4 additions and 4 deletions

6
ui/package-lock.json generated
View File

@@ -14217,9 +14217,9 @@
"dev": true
},
"mobx": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/mobx/-/mobx-6.1.0.tgz",
"integrity": "sha512-AU3z1oIep0wu7BdFFjd/0e0K1SGVcXi0TX8GPKKCkdnQEjJ3w/PgOct63Yk7V0/di/bnxb8+UehWC/Lld+MmeA=="
"version": "6.1.1",
"resolved": "https://registry.npmjs.org/mobx/-/mobx-6.1.1.tgz",
"integrity": "sha512-+HiCdWW8rQHzKEL5Yg6ncpDPBPbeLD4cWttJ9XuP9nyjZutsp8IjyIIeGKdxsEJoyd+oMs4Uea/6UTKywQIRZg=="
},
"mobx-react-lite": {
"version": "3.2.0",

View File

@@ -47,7 +47,7 @@
"lodash.merge": "4.6.2",
"lodash.throttle": "4.1.1",
"lodash.uniqueid": "4.0.1",
"mobx": "6.1.0",
"mobx": "6.1.1",
"mobx-react-lite": "3.2.0",
"mobx-stored": "1.1.0",
"prettier": "2.2.1",