From ce341dc20bcf769cf7216bbf313accc08ee09daa Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 1 Jun 2021 19:47:41 +0000 Subject: [PATCH] fix(deps): update dependency react-range to v1.8.9 --- 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 2c3c12c12..94b17b193 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -18348,9 +18348,9 @@ } }, "react-range": { - "version": "1.8.8", - "resolved": "https://registry.npmjs.org/react-range/-/react-range-1.8.8.tgz", - "integrity": "sha512-6pWBUYfIPB6UjycSUqQBhKd7Og4Jnqd42ryllWwE/xumTQ+XY4FzMqssn7HmDxNqsuaYICUu6Q7Bp69/2+iDGg==" + "version": "1.8.9", + "resolved": "https://registry.npmjs.org/react-range/-/react-range-1.8.9.tgz", + "integrity": "sha512-rDR9NEmIYBsMYJY+bCTnY17I1NT9jlI0m2wM2yiddkRN6GygTGjylTnNGlpAh8chohABwb58XCtyOIvRGcTosw==" }, "react-refresh": { "version": "0.8.3", diff --git a/ui/package.json b/ui/package.json index d05112c07..68926b5f1 100644 --- a/ui/package.json +++ b/ui/package.json @@ -48,7 +48,7 @@ "react-linkify": "0.2.2", "react-media-hook": "0.4.9", "react-popper": "2.2.5", - "react-range": "1.8.8", + "react-range": "1.8.9", "react-select": "4.3.1", "react-transition-group": "4.4.2", "semver": "7.3.5",