diff --git a/ui/package-lock.json b/ui/package-lock.json index 358cca185..38b67dc7e 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -13477,9 +13477,9 @@ } }, "react-dom": { - "version": "16.13.1", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-16.13.1.tgz", - "integrity": "sha512-81PIMmVLnCNLO/fFOQxdQkvEq/+Hfpv24XNJfpyZhTRfO0QcmQIF/PgCa1zCOj2w1hrn12MFLyaJ/G0+Mxtfag==", + "version": "16.14.0", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-16.14.0.tgz", + "integrity": "sha512-1gCeQXDLoIqMgqD3IO2Ah9bnf0w9kzhwN5q4FGnHZ67hBm9yePzB5JJAIQCc8x3pFnNlwFq4RidZggNAAkzWWw==", "requires": { "loose-envify": "^1.1.0", "object-assign": "^4.1.1", diff --git a/ui/package.json b/ui/package.json index a335eb1a1..9d483c2d6 100644 --- a/ui/package.json +++ b/ui/package.json @@ -14,7 +14,7 @@ "ra-data-json-server": "^3.9.6", "react": "^16.14.0", "react-admin": "^3.9.6", - "react-dom": "^16.13.1", + "react-dom": "^16.14.0", "react-drag-listview": "^0.1.7", "react-ga": "^3.2.1", "react-hotkeys-hook": "^2.4.0",