diff --git a/ui/package-lock.json b/ui/package-lock.json index a5379d3f6d9..3f477130ae8 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -17,7 +17,7 @@ "@types/ramda": "^0.28.0", "@types/react": "^17.0.39", "@types/react-bootstrap": "^0.32.29", - "@types/react-dom": "^17.0.11", + "@types/react-dom": "^17.0.12", "@types/react-router-dom": "^5.3.2", "@types/yup": "^0.29.13", "bfj": "^7.0.2", @@ -4436,9 +4436,9 @@ } }, "node_modules/@types/react-dom": { - "version": "17.0.11", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.11.tgz", - "integrity": "sha512-f96K3k+24RaLGVu/Y2Ng3e1EbZ8/cVJvypZWd7cy0ofCBaf2lcM46xNhycMZ2xGwbBjRql7hOlZ+e2WlJ5MH3Q==", + "version": "17.0.12", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.12.tgz", + "integrity": "sha512-SeJ430ndLI15JtRSHuzotn7AIdUtr8bdk6XW8mMfzjZo3vahRgJGHZqHiI4nAzCHTVG4qC21ObfsHBVUEHcDhg==", "dependencies": { "@types/react": "*" } @@ -23433,9 +23433,9 @@ } }, "@types/react-dom": { - "version": "17.0.11", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.11.tgz", - "integrity": "sha512-f96K3k+24RaLGVu/Y2Ng3e1EbZ8/cVJvypZWd7cy0ofCBaf2lcM46xNhycMZ2xGwbBjRql7hOlZ+e2WlJ5MH3Q==", + "version": "17.0.12", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.12.tgz", + "integrity": "sha512-SeJ430ndLI15JtRSHuzotn7AIdUtr8bdk6XW8mMfzjZo3vahRgJGHZqHiI4nAzCHTVG4qC21ObfsHBVUEHcDhg==", "requires": { "@types/react": "*" } diff --git a/ui/package.json b/ui/package.json index 2fbf4efa968..8f00e8ae5b0 100644 --- a/ui/package.json +++ b/ui/package.json @@ -13,7 +13,7 @@ "@types/ramda": "^0.28.0", "@types/react": "^17.0.39", "@types/react-bootstrap": "^0.32.29", - "@types/react-dom": "^17.0.11", + "@types/react-dom": "^17.0.12", "@types/react-router-dom": "^5.3.2", "@types/yup": "^0.29.13", "bfj": "^7.0.2",