diff --git a/ui/package-lock.json b/ui/package-lock.json index 7229912c7..004d3a2ed 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -7764,9 +7764,9 @@ "integrity": "sha512-cQzBmF2gbpcBR2xKwt5jZx0ncDMC9Hg5nYrp3Krv0qHH4GFqWZyR+ZLkRJRcvVF4rqxpy2G96Qbk5YzyQ8tdXw==" }, "mobx-react": { - "version": "5.2.7", - "resolved": "https://registry.npmjs.org/mobx-react/-/mobx-react-5.2.7.tgz", - "integrity": "sha512-P70gP6glBtDronhXvV1QCPhkWrOwCEgM5N9gbLPvPA2hiYcK+ZHNPxg4kUDwcmIQmyVUwapZ5Z/q/qapr5VEuA==", + "version": "5.2.8", + "resolved": "https://registry.npmjs.org/mobx-react/-/mobx-react-5.2.8.tgz", + "integrity": "sha512-VAkeqkrIpdoy3VPPoqvxjdQmcTT6hi7i3TsZSwcKbSrPbSTuWc7cp1EOiX/zV1wPWEuoNAQ22bCrskQwvdYTJA==", "requires": { "hoist-non-react-statics": "2.5.5", "react-lifecycles-compat": "3.0.4" diff --git a/ui/package.json b/ui/package.json index 8ef137460..8937ad25c 100644 --- a/ui/package.json +++ b/ui/package.json @@ -19,7 +19,7 @@ "lodash.throttle": "4.1.1", "lodash.uniqueid": "4.0.1", "mobx": "5.1.0", - "mobx-react": "5.2.7", + "mobx-react": "5.2.8", "mobx-stored": "1.0.2", "moment": "2.22.2", "object-hash": "1.3.0",