diff --git a/ui/package-lock.json b/ui/package-lock.json index fe7525408..98129e33e 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -3459,9 +3459,9 @@ } }, "@types/react": { - "version": "16.9.56", - "resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.56.tgz", - "integrity": "sha512-gIkl4J44G/qxbuC6r2Xh+D3CGZpJ+NdWTItAPmZbR5mUS+JQ8Zvzpl0ea5qT/ZT3ZNTUcDKUVqV3xBE8wv/DyQ==", + "version": "16.14.0", + "resolved": "https://registry.npmjs.org/@types/react/-/react-16.14.0.tgz", + "integrity": "sha512-jJjHo1uOe+NENRIBvF46tJimUvPnmbQ41Ax0pEm7pRvhPg+wuj8VMOHHiMvaGmZRzRrCtm7KnL5OOE/6kHPK8w==", "requires": { "@types/prop-types": "*", "csstype": "^3.0.2" diff --git a/ui/package.json b/ui/package.json index 63f00b07d..10e15585f 100644 --- a/ui/package.json +++ b/ui/package.json @@ -24,7 +24,7 @@ "@types/node": "14.14.9", "@types/promise-retry": "1.1.3", "@types/qs": "6.9.5", - "@types/react": "16.9.56", + "@types/react": "16.14.0", "@types/react-autosuggest": "10.0.1", "@types/react-dom": "16.9.9", "@types/react-highlighter": "0.3.4",