diff --git a/ui/package-lock.json b/ui/package-lock.json index fe4bfb6d3..a7042a06c 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -13538,9 +13538,9 @@ "integrity": "sha512-eVmHGuSYd0ZU6x8gYMdgLEnCC9kfBJaf7/qJt+/yIxczVVUiVzHvTBjZH3xEa5FD5VJJSh1/Ba4SThE4ErEGjw==" }, "mobx-react": { - "version": "6.1.4", - "resolved": "https://registry.npmjs.org/mobx-react/-/mobx-react-6.1.4.tgz", - "integrity": "sha512-wzrJF1RflhyLh8ne4FJfMbG8ZgRFmZ62b4nbyhJzwQpAmrkSnSsAWG9mIff4ffV/Q7OU+uOYf7rXvSmiuUe4cw==", + "version": "6.1.5", + "resolved": "https://registry.npmjs.org/mobx-react/-/mobx-react-6.1.5.tgz", + "integrity": "sha512-EfWoXmGE2CfozH4Xirb65+il1ynHFCmxBSUabMSf+511YfjVs6QRcCrHkiVw+Il8iWp1gIyfa9qKkUgbDA9/2w==", "requires": { "mobx-react-lite": "^1.4.2" } diff --git a/ui/package.json b/ui/package.json index d99cfcd6f..e8587b590 100644 --- a/ui/package.json +++ b/ui/package.json @@ -25,7 +25,7 @@ "fontfaceobserver": "2.1.0", "lodash": "4.17.15", "mobx": "5.15.2", - "mobx-react": "6.1.4", + "mobx-react": "6.1.5", "mobx-stored": "1.1.0", "moment": "2.24.0", "object-hash": "2.0.1",