From 9a1d23bfb2ce2ed19c78abc8e51f9d2204abe06f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 31 Aug 2020 16:59:16 +0000 Subject: [PATCH] fix(deps): update dependency @types/react to v16.9.49 --- ui/package-lock.json | 6 +++--- ui/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 371504089..7e1df0c7d 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -3809,9 +3809,9 @@ } }, "@types/react": { - "version": "16.9.48", - "resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.48.tgz", - "integrity": "sha512-4ykBVswgYitPGMXFRxJCHkxJDU2rjfU3/zw67f8+dB7sNdVJXsrwqoYxz/stkAucymnEEbRPFmX7Ce5Mc/kJCw==", + "version": "16.9.49", + "resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.49.tgz", + "integrity": "sha512-DtLFjSj0OYAdVLBbyjhuV9CdGVHCkHn2R+xr3XkBvK2rS1Y1tkc14XSGjYgm5Fjjr90AxH9tiSzc1pCFMGO06g==", "requires": { "@types/prop-types": "*", "csstype": "^3.0.2" diff --git a/ui/package.json b/ui/package.json index 94c6da752..2ba777235 100644 --- a/ui/package.json +++ b/ui/package.json @@ -24,7 +24,7 @@ "@types/lodash.uniqueid": "4.0.6", "@types/promise-retry": "1.1.3", "@types/qs": "6.9.4", - "@types/react": "16.9.48", + "@types/react": "16.9.49", "@types/react-autosuggest": "10.0.0", "@types/react-dom": "16.9.8", "@types/react-highlighter": "0.3.4",