From 277b24db0d42b45a01561a818c5dffdcc47b6d19 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 8 Apr 2020 20:22:20 +0000 Subject: [PATCH] fix(deps): update dependency @types/react to v16.9.33 --- 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 1e5191909..81d4253fd 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -5795,9 +5795,9 @@ } }, "@types/react": { - "version": "16.9.32", - "resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.32.tgz", - "integrity": "sha512-fmejdp0CTH00mOJmxUPPbWCEBWPvRIL4m8r0qD+BSDUqmutPyGQCHifzMpMzdvZwROdEdL78IuZItntFWgPXHQ==", + "version": "16.9.33", + "resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.33.tgz", + "integrity": "sha512-ovgoy7p9999HDzwv8Sewhl8GJjn/r0GRsFrM9UMwp1uodh0kQ0pwIHLQ6LNfqGSyjNzJ8II/HIg0BL7Yn/B9yA==", "requires": { "@types/prop-types": "*", "csstype": "^2.2.0" diff --git a/ui/package.json b/ui/package.json index 4a1dca73d..153e04128 100644 --- a/ui/package.json +++ b/ui/package.json @@ -14,7 +14,7 @@ "@sentry/browser": "5.15.4", "@types/jest": "25.2.1", "@types/node": "12.12.31", - "@types/react": "16.9.32", + "@types/react": "16.9.33", "@types/react-dom": "16.9.6", "body-scroll-lock": "3.0.1", "bootstrap": "4.4.1",