diff --git a/ui/package-lock.json b/ui/package-lock.json index 18cbf4a5a..6b2a02a61 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -3904,9 +3904,9 @@ } }, "@types/react-dom": { - "version": "16.9.8", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-16.9.8.tgz", - "integrity": "sha512-ykkPQ+5nFknnlU6lDd947WbQ6TE3NNzbQAkInC2EKY1qeYdTKp7onFusmYZb+ityzx2YviqT6BXSu+LyWWJwcA==", + "version": "16.9.9", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-16.9.9.tgz", + "integrity": "sha512-jE16FNWO3Logq/Lf+yvEAjKzhpST/Eac8EMd1i4dgZdMczfgqC8EjpxwNgEe3SExHYLliabXDh9DEhhqnlXJhg==", "requires": { "@types/react": "*" } diff --git a/ui/package.json b/ui/package.json index 9bfd8bfc2..1714364ae 100644 --- a/ui/package.json +++ b/ui/package.json @@ -27,7 +27,7 @@ "@types/qs": "6.9.5", "@types/react": "16.9.54", "@types/react-autosuggest": "10.0.1", - "@types/react-dom": "16.9.8", + "@types/react-dom": "16.9.9", "@types/react-highlighter": "0.3.4", "@types/react-js-pagination": "3.0.3", "@types/react-select": "3.0.22",