chore(deps): bump react-select from 5.8.1 to 5.8.2 in /ui

Bumps [react-select](https://github.com/JedWatson/react-select) from 5.8.1 to 5.8.2.
- [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.1...react-select@5.8.2)

---
updated-dependencies:
- dependency-name: react-select
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-10-28 07:47:27 +00:00
committed by Łukasz Mierzwa
parent 8a214f6805
commit 0b81d3dbc8
2 changed files with 5 additions and 6 deletions
+4 -5
View File
@@ -47,7 +47,7 @@
"react-linkify": "0.2.2",
"react-media-hook": "0.5.0",
"react-range": "1.10.0",
"react-select": "5.8.1",
"react-select": "5.8.2",
"react-transition-group": "4.4.5",
"typeface-open-sans": "1.1.13"
},
@@ -11954,10 +11954,9 @@
}
},
"node_modules/react-select": {
"version": "5.8.1",
"resolved": "https://registry.npmjs.org/react-select/-/react-select-5.8.1.tgz",
"integrity": "sha512-RT1CJmuc+ejqm5MPgzyZujqDskdvB9a9ZqrdnVLsvAHjJ3Tj0hELnLeVPQlmYdVKCdCpxanepl6z7R5KhXhWzg==",
"license": "MIT",
"version": "5.8.2",
"resolved": "https://registry.npmjs.org/react-select/-/react-select-5.8.2.tgz",
"integrity": "sha512-a/LkOckoI62710gGPQSQqUp7A10fGbH/ya3/IR49qaq3XoBvwymgD5mJgtiHxBDsutyEQfdKNycWVh8Cg8UCjw==",
"dependencies": {
"@babel/runtime": "^7.12.0",
"@emotion/cache": "^11.4.0",
+1 -1
View File
@@ -43,7 +43,7 @@
"react-linkify": "0.2.2",
"react-media-hook": "0.5.0",
"react-range": "1.10.0",
"react-select": "5.8.1",
"react-select": "5.8.2",
"react-transition-group": "4.4.5",
"typeface-open-sans": "1.1.13"
},