From 3b1ee69133de6517be3905fd61356eb7300d1a91 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 25 Feb 2020 19:25:50 +0000 Subject: [PATCH] fix(deps): update dependency @types/react to v16.9.23 --- 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 841b0c4b5..731ccb0ee 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -5851,9 +5851,9 @@ } }, "@types/react": { - "version": "16.9.22", - "resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.22.tgz", - "integrity": "sha512-7OSt4EGiLvy0h5R7X+r0c7S739TCU/LvWbkNOrm10lUwNHe7XPz5OLhLOSZeCkqO9JSCly1NkYJ7ODTUqVnHJQ==", + "version": "16.9.23", + "resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.23.tgz", + "integrity": "sha512-SsGVT4E7L2wLN3tPYLiF20hmZTPGuzaayVunfgXzUn1x4uHVsKH6QDJQ/TdpHqwsTLd4CwrmQ2vOgxN7gE24gw==", "requires": { "@types/prop-types": "*", "csstype": "^2.2.0" diff --git a/ui/package.json b/ui/package.json index 56d36f0ff..9332e1357 100644 --- a/ui/package.json +++ b/ui/package.json @@ -13,7 +13,7 @@ "@sentry/browser": "5.12.4", "@types/jest": "25.1.3", "@types/node": "12.12.21", - "@types/react": "16.9.22", + "@types/react": "16.9.23", "@types/react-dom": "16.9.5", "body-scroll-lock": "2.6.4", "bootstrap": "4.4.1",