From 7fc350b7b7dadc57978b332a6bdc4ca7051c59c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 08:57:16 +0000 Subject: [PATCH] chore(deps): bump react-select from 5.8.2 to 5.8.3 in /ui Bumps [react-select](https://github.com/JedWatson/react-select) from 5.8.2 to 5.8.3. - [Release notes](https://github.com/JedWatson/react-select/releases) - [Changelog](https://github.com/JedWatson/react-select/blob/master/docs/CHANGELOG.md) - [Commits](https://github.com/JedWatson/react-select/compare/react-select@5.8.2...react-select@5.8.3) --- updated-dependencies: - dependency-name: react-select dependency-type: direct:production update-type: version-update:semver-patch ... 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 7dc9a4106..1204b6a60 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -47,7 +47,7 @@ "react-linkify": "0.2.2", "react-media-hook": "0.5.0", "react-range": "1.10.0", - "react-select": "5.8.2", + "react-select": "5.8.3", "react-transition-group": "4.4.5", "typeface-open-sans": "1.1.13" }, @@ -11943,10 +11943,9 @@ } }, "node_modules/react-select": { - "version": "5.8.2", - "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.8.2.tgz", - "integrity": "sha512-a/LkOckoI62710gGPQSQqUp7A10fGbH/ya3/IR49qaq3XoBvwymgD5mJgtiHxBDsutyEQfdKNycWVh8Cg8UCjw==", - "license": "MIT", + "version": "5.8.3", + "resolved": "https://registry.npmjs.org/react-select/-/react-select-5.8.3.tgz", + "integrity": "sha512-lVswnIq8/iTj1db7XCG74M/3fbGB6ZaluCzvwPGT5ZOjCdL/k0CLWhEK0vCBLuU5bHTEf6Gj8jtSvi+3v+tO1w==", "dependencies": { "@babel/runtime": "^7.12.0", "@emotion/cache": "^11.4.0", diff --git a/ui/package.json b/ui/package.json index f359bf29b..122582c6a 100644 --- a/ui/package.json +++ b/ui/package.json @@ -43,7 +43,7 @@ "react-linkify": "0.2.2", "react-media-hook": "0.5.0", "react-range": "1.10.0", - "react-select": "5.8.2", + "react-select": "5.8.3", "react-transition-group": "4.4.5", "typeface-open-sans": "1.1.13" },