From 501586dc14ba4375b7f6888adaaf415757378583 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2024 20:31:08 +0000 Subject: [PATCH] chore(deps): bump react-range from 1.9.2 to 1.10.0 in /ui Bumps [react-range](https://github.com/tajo/react-range) from 1.9.2 to 1.10.0. - [Release notes](https://github.com/tajo/react-range/releases) - [Changelog](https://github.com/tajo/react-range/blob/main/CHANGELOG.md) - [Commits](https://github.com/tajo/react-range/compare/v1.9.2...v1.10.0) --- updated-dependencies: - dependency-name: react-range dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- ui/package-lock.json | 9 ++++----- ui/package.json | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index f213c2f24..100f0d387 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -46,7 +46,7 @@ "react-json-pretty": "2.2.0", "react-linkify": "0.2.2", "react-media-hook": "0.5.0", - "react-range": "1.9.2", + "react-range": "1.10.0", "react-select": "5.8.0", "react-transition-group": "4.4.5", "typeface-open-sans": "1.1.13" @@ -11723,10 +11723,9 @@ } }, "node_modules/react-range": { - "version": "1.9.2", - "resolved": "https://registry.npmjs.org/react-range/-/react-range-1.9.2.tgz", - "integrity": "sha512-MS8Pp3YKmn1Kheg7UVHU5ajxnoXnp166M7nmw4cq6ayd7Ee9ENIWkRPjINhHUUfnVme8KpMkJYobDaG9JoinlA==", - "license": "MIT", + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/react-range/-/react-range-1.10.0.tgz", + "integrity": "sha512-kDo0LiBUHIQIP8menx0UoxTnHr7UXBYpIYl/DR9jCaO1o29VwvCLpkP/qOTNQz5hkJadPg1uEM07XJcJ1XGoKw==", "peerDependencies": { "react": "*", "react-dom": "*" diff --git a/ui/package.json b/ui/package.json index 7b784f4ab..7bee32610 100644 --- a/ui/package.json +++ b/ui/package.json @@ -42,7 +42,7 @@ "react-json-pretty": "2.2.0", "react-linkify": "0.2.2", "react-media-hook": "0.5.0", - "react-range": "1.9.2", + "react-range": "1.10.0", "react-select": "5.8.0", "react-transition-group": "4.4.5", "typeface-open-sans": "1.1.13"