From 31015de660f80bb9b6027ffbff8b822e231f438f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 31 Jan 2021 05:48:39 +0000 Subject: [PATCH] fix(deps): update dependency @types/react-select to v4.0.10 --- 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 74ae34b59..dae66c93d 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -4539,9 +4539,9 @@ } }, "@types/react-select": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/@types/react-select/-/react-select-4.0.8.tgz", - "integrity": "sha512-dOfoJxPq4s4shWmI9mDjhs6w7tXlH4bgQarqp5HulL3jgwzEPGK/DaGah4pdCNrY70mnIvMAN7cAzZbUWomESQ==", + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/@types/react-select/-/react-select-4.0.10.tgz", + "integrity": "sha512-v/BDottAo2FM1eJ0IIDRkL7hP4/YJQkclqLATT3osjZnHZIqwEtFMHG0S4YUPu1Zy9spJcA1byeEfmgTLuplEw==", "requires": { "@emotion/serialize": "^1.0.0", "@types/react": "*", diff --git a/ui/package.json b/ui/package.json index 1ecc1a765..9b24842cb 100644 --- a/ui/package.json +++ b/ui/package.json @@ -27,7 +27,7 @@ "@types/react-autosuggest": "10.0.1", "@types/react-dom": "17.0.0", "@types/react-js-pagination": "3.0.3", - "@types/react-select": "4.0.8", + "@types/react-select": "4.0.10", "@typescript-eslint/eslint-plugin": "4.14.1", "@typescript-eslint/parser": "4.14.1", "body-scroll-lock": "3.1.5",