fix(deps): update dependency react-select to v5.4.0

This commit is contained in:
renovate[bot]
2022-06-30 13:45:02 +00:00
parent 435950a8e2
commit 6a97acbb57
2 changed files with 8 additions and 8 deletions

14
ui/package-lock.json generated
View File

@@ -47,7 +47,7 @@
"react-linkify": "0.2.2",
"react-media-hook": "0.4.9",
"react-range": "1.8.13",
"react-select": "5.3.2",
"react-select": "5.4.0",
"react-transition-group": "4.4.2",
"typeface-open-sans": "1.1.13"
},
@@ -28385,9 +28385,9 @@
}
},
"node_modules/react-select": {
"version": "5.3.2",
"resolved": "https://registry.npmjs.org/react-select/-/react-select-5.3.2.tgz",
"integrity": "sha512-W6Irh7U6Ha7p5uQQ2ZnemoCQ8mcfgOtHfw3wuMzG6FAu0P+CYicgofSLOq97BhjMx8jS+h+wwWdCBeVVZ9VqlQ==",
"version": "5.4.0",
"resolved": "https://registry.npmjs.org/react-select/-/react-select-5.4.0.tgz",
"integrity": "sha512-CjE9RFLUvChd5SdlfG4vqxZd55AZJRrLrHzkQyTYeHlpOztqcgnyftYAolJ0SGsBev6zAs6qFrjm6KU3eo2hzg==",
"dependencies": {
"@babel/runtime": "^7.12.0",
"@emotion/cache": "^11.4.0",
@@ -55280,9 +55280,9 @@
}
},
"react-select": {
"version": "5.3.2",
"resolved": "https://registry.npmjs.org/react-select/-/react-select-5.3.2.tgz",
"integrity": "sha512-W6Irh7U6Ha7p5uQQ2ZnemoCQ8mcfgOtHfw3wuMzG6FAu0P+CYicgofSLOq97BhjMx8jS+h+wwWdCBeVVZ9VqlQ==",
"version": "5.4.0",
"resolved": "https://registry.npmjs.org/react-select/-/react-select-5.4.0.tgz",
"integrity": "sha512-CjE9RFLUvChd5SdlfG4vqxZd55AZJRrLrHzkQyTYeHlpOztqcgnyftYAolJ0SGsBev6zAs6qFrjm6KU3eo2hzg==",
"requires": {
"@babel/runtime": "^7.12.0",
"@emotion/cache": "^11.4.0",

View File

@@ -46,7 +46,7 @@
"react-linkify": "0.2.2",
"react-media-hook": "0.4.9",
"react-range": "1.8.13",
"react-select": "5.3.2",
"react-select": "5.4.0",
"react-transition-group": "4.4.2",
"typeface-open-sans": "1.1.13"
},