From ffb9f42f82314240da54ced8dee86ffb57e217dc Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 16 Oct 2020 21:29:34 +0000 Subject: [PATCH] fix(deps): update dependency @types/react to v16.9.53 --- 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 cc9a53f31..6e9cd935f 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -3838,9 +3838,9 @@ } }, "@types/react": { - "version": "16.9.52", - "resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.52.tgz", - "integrity": "sha512-EHRjmnxiNivwhGdMh9sz1Yw9AUxTSZFxKqdBWAAzyZx3sufWwx6ogqHYh/WB1m/I4ZpjkoZLExF5QTy2ekVi/Q==", + "version": "16.9.53", + "resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.53.tgz", + "integrity": "sha512-4nW60Sd4L7+WMXH1D6jCdVftuW7j4Za6zdp6tJ33Rqv0nk1ZAmQKML9ZLD4H0dehA3FZxXR/GM8gXplf82oNGw==", "requires": { "@types/prop-types": "*", "csstype": "^3.0.2" diff --git a/ui/package.json b/ui/package.json index cd10e7de8..22549e60b 100644 --- a/ui/package.json +++ b/ui/package.json @@ -25,7 +25,7 @@ "@types/node": "14.11.10", "@types/promise-retry": "1.1.3", "@types/qs": "6.9.5", - "@types/react": "16.9.52", + "@types/react": "16.9.53", "@types/react-autosuggest": "10.0.0", "@types/react-dom": "16.9.8", "@types/react-highlighter": "0.3.4",